-
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
9 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
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.
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,66 @@ | ||
# Space Suit | ||
|
||
Do you really think that you can go to space only with a diamond armor ? You need more protection ! That's why we have space suit ! | ||
|
||
## Crafts | ||
|
||
**Space helmet** | ||
![Space Helmet](/recipes/space_helmet.png) | ||
|
||
**Space Suit Chest** | ||
![Space Helmet](/recipes/space_suit.png) | ||
|
||
|
||
**Space Suit Leggings** | ||
![Space Helmet](/recipes/space_pants.png) | ||
|
||
|
||
**Space Suit Boots** | ||
![Space Helmet](/recipes/space_boots.png) | ||
|
||
## Upgrade Station | ||
|
||
The Space Suit is completely modulable, you can attach tons of modules to it ! | ||
Let see how ! | ||
|
||
First, you need an `Upgrade Station` | ||
|
||
![Upgrade Station recipes](/recipes/upgrade_station.png) | ||
|
||
In the menu, you can place the `Space Suit Chest` and the module you want to add. | ||
|
||
![Upgrade Station Menu](/menus/upgrade_station.png) | ||
|
||
Now, you actually need modules. | ||
|
||
:::warning | ||
Modules can only be applied to the Chestplate | ||
::: | ||
|
||
## Modules | ||
|
||
There are two Tiers of Modules : | ||
|
||
- The Tier 1 is crafted with heavy metal nugget | ||
![Tier 1](/recipes/tier_1.png) | ||
|
||
- The Tier 2 is crafted with steel nugget | ||
![Tier 2](/recipes/tier_2.png) | ||
|
||
Modules crafted with a base module of Tier 2 are better than Tier 1 | ||
|
||
**Modules already in-game** | ||
|
||
| Tier | Descriptions | Name | | ||
| ---------------- | :-------------------------------------------------------------------------------------------------------------------------------: | :------: | | ||
| 1 | This allow the Space Suit to contain fuel | Fuel Module | | ||
| 1 | Give information about the oil level of the current chunk | Oil Finder Module | | ||
| 2 | Auto Feed the player when hungry | Auto Feeder Module | | ||
| 2 | Set the gravity to 9.81 for the player | Gravity Normalizer | | ||
| 2 | Give to the player the ability to fly (It's the new Jet Suit) | Jet Module | | ||
|
||
|
||
|
||
:::info | ||
Developper can create there own modules ! | ||
::: |