Skip to content

Commit

Permalink
Added Resources and Oxygen Page
Browse files Browse the repository at this point in the history
  • Loading branch information
TathanDev committed Nov 30, 2024
1 parent 1c8a7d8 commit fab40eb
Show file tree
Hide file tree
Showing 13 changed files with 99 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
nav: [
{ text: 'Home', link: '/' },
{ text: 'Documention', link: '/custom-planets' },
{ text: 'Wiki', link: '/wiki/getting-started' },
{ text: 'Wiki', link: '/wiki/installation' },
{ text: 'Team', link: '/team' }

],
Expand All @@ -29,7 +29,11 @@ export default defineConfig({
{
text: 'Wiki',
items: [
{ text: 'Getting Started', link: '/wiki/getting-started' },
{ text: 'Install the Mod', link: '/wiki/installation' },
{ text: 'Resources', link: '/wiki/resources' },

{ text: 'Oxygen', link: '/wiki/oxygen' },

{ text: 'Fuel', link: '/wiki/fuel' },
{ text: 'Electricity', link: '/wiki/electricity' },
{ text: 'Rocket', link: '/wiki/rocket' },
Expand Down
Binary file added public/menus/oxygen_distributor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/menus/water_separator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/recipes/oxygen_distributor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/recipes/oxygen_tank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/recipes/water_separator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screens/ores/desh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screens/ores/steel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screens/ores/uranium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screens/water_separator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
53 changes: 53 additions & 0 deletions wiki/oxygen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Oxygen

One of the most important thing for a living creature to live is Oxygen !
Without Oxygen, you die 😥!

Let's learn how to create oxygen !

## The Machines

To create oxygen, you first need to craft the water separator. This machines separate oxygen and the hydrogen from the water.

![water separator craft](/recipes/water_separator.png)

To automate the water, you can craft a `Water Pump` over a water source next to water separator.

:::warning
The `Water Separator` and the `Water Pump` both need to be powered
:::

![water separator craft](/screens/water_separator.png)
(Don't mind the broken textures)

## Use the oxygen

After that, you will be able to generate oxygen

![water separator menu](/menus/water_separator.png)

In the left tanks, `hydrogen` is generated

In the right tank, `oxygen` is generated

To fill up an item with oxygen, you can place it under the oxygen tank. For exemple, you can fill Oxygen Tank or a Space Suit.

## Oxygenate a room

Now, you have oxygen ! You can put this oxygen in Oxygen Tank.

![Oxygen Tank craft](/recipes/oxygen_tank.png)

You can fill this tank by putting it into the slot under the oxygen tank in the water separator.

After that, you will need an ``Oxygen Distributor``

![Oxygen Distributor craft](/recipes/oxygen_distributor.png)

Place it in a sealed room with nothing over, and then put the oxygen tank in the middle slot !

![Oxygen Distributor menu](/menus/oxygen_distributor.png)

:::warning
The `Oxygen Distributor` need to be powered
:::
40 changes: 40 additions & 0 deletions wiki/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Getting Started

First, you need to understand the basics of the mod.

## Resources

There are two main resources for Stellaris.


**Steel**

Steel is an ore that can be found on `earth`.

Steel is used for all the composants of the rocket, machines, steel tools, Space Suit and oxygen tank.

![Steel](/screens/ores/steel.png)


**Heavy Iron**

This resources can be crafted by smelting iron. Iron can be found on every planets

Heavy Iron is used to craft the Rocket Station, the Upgrade Station and fuel related items.


**Desh**

This resources can be found on the `moon`.

It used to craft rocket upgrades

![Desh](/screens/ores/desh.png)

**Uranium**

Uranium can be found on `mercury`.

Uranium is used as a fuel type for the radioactive motor and it's needed to craft this motor

![Uranium](/screens/ores/uranium.png)

0 comments on commit fab40eb

Please sign in to comment.