-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
99 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |