diff --git a/public/menus/upgrade_station.png b/public/menus/upgrade_station.png new file mode 100644 index 000000000..cbe85a629 Binary files /dev/null and b/public/menus/upgrade_station.png differ diff --git a/public/recipes/space_boots.png b/public/recipes/space_boots.png new file mode 100644 index 000000000..a7158b259 Binary files /dev/null and b/public/recipes/space_boots.png differ diff --git a/public/recipes/space_helmet.png b/public/recipes/space_helmet.png new file mode 100644 index 000000000..87e299ab7 Binary files /dev/null and b/public/recipes/space_helmet.png differ diff --git a/public/recipes/space_pants.png b/public/recipes/space_pants.png new file mode 100644 index 000000000..9c63b2354 Binary files /dev/null and b/public/recipes/space_pants.png differ diff --git a/public/recipes/space_suit.png b/public/recipes/space_suit.png new file mode 100644 index 000000000..a921e5cf6 Binary files /dev/null and b/public/recipes/space_suit.png differ diff --git a/public/recipes/tier_1.png b/public/recipes/tier_1.png new file mode 100644 index 000000000..c51a14eee Binary files /dev/null and b/public/recipes/tier_1.png differ diff --git a/public/recipes/tier_2.png b/public/recipes/tier_2.png new file mode 100644 index 000000000..c23040b34 Binary files /dev/null and b/public/recipes/tier_2.png differ diff --git a/public/recipes/upgrade_station.png b/public/recipes/upgrade_station.png new file mode 100644 index 000000000..ee059c9ae Binary files /dev/null and b/public/recipes/upgrade_station.png differ diff --git a/wiki/space-suit.md b/wiki/space-suit.md new file mode 100644 index 000000000..bce750142 --- /dev/null +++ b/wiki/space-suit.md @@ -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 ! +::: \ No newline at end of file