Skip to content

Commit

Permalink
Space Suit Page
Browse files Browse the repository at this point in the history
  • Loading branch information
TathanDev committed Nov 30, 2024
1 parent fab40eb commit ae8ac26
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 0 deletions.
Binary file added public/menus/upgrade_station.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/space_boots.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/space_helmet.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/space_pants.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/space_suit.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/tier_1.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/tier_2.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/upgrade_station.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions wiki/space-suit.md
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 !
:::

0 comments on commit ae8ac26

Please sign in to comment.