Skip to content

Commit

Permalink
Add some machines in the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
TathanDev committed Aug 30, 2024
1 parent 117b5bd commit af77447
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
base: '/stellaris/',
title: "Stellaris Wiki",
description: "Learn how to create your own planets !",
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
head: [['link', { rel: 'icon', href: '/stellaris/favicon.ico' }]],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down Expand Up @@ -33,6 +33,7 @@ export default defineConfig({
{ text: 'Fuel', link: '/wiki/fuel' },
{ text: 'Electricity', link: '/wiki/electricity' },
{ text: 'Rocket', link: '/wiki/rocket' },
{ text: 'Machines', link: '/wiki/machines' },

{ text: 'FAQ', link: '/wiki/faq' }

Expand Down
Binary file modified public/menus/fuel_refinery.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/menus/vacuumator.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/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 modified public/recipes/fuel_refinery.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/vacuumator.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/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.
38 changes: 38 additions & 0 deletions wiki/machines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Machines

Stellaris has a lot of Machines for various operations. Let's take a look at theses blocks !

## Water Separator

The water separator transform water into `Oxygen` and `Hydrogen`

Need Energy ⚡

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

The machine works by putting water in the second slot and it will generate Hydrogen and Oxygen that you can gather by placing buckets under the tanks

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

## Vacuumator

The Vacuumator allow you to put food inside Cans that you can eat in space.

![Vacuumator](/recipes/vacuumator.png)

For this machine to work you need to put a can in the first slot, food in the second and an empty glass bottle in the third.
The machine will give you a can with food inside and a water bottle.

![Vacuumator](/menus/vacuumator.png)

## Fuel Refinery

The Fuel Rafinery is very important. It allow you to create fuel

Need Energy ⚡

![Fuel Refinery](/recipes/fuel_refinery.png)

To create Fuel, you need to input oil in the first slot and it will generate fuel that you can get by putting a bucket in the last slot

![Fuel Refinery](/menus/fuel_refinery.png)

0 comments on commit af77447

Please sign in to comment.