diff --git a/.gitignore b/.gitignore index a77f0f5..50ef131 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .idea/ .vscode/* -!.vscode/settings.json \ No newline at end of file +!.vscode/settings.json + +env/ \ No newline at end of file diff --git a/docs/Gameplay/Steam/Bronze.md b/docs/Gameplay/Steam/Bronze.md new file mode 100644 index 0000000..91a7624 --- /dev/null +++ b/docs/Gameplay/Steam/Bronze.md @@ -0,0 +1,13 @@ +--- +title: Bronze +--- + +# Bronze + +Bronze is the most important material in the [Steam Age](./index.md). + +To prepare the first batch of it you will need [Tin and Copper](/Gameplay/Ore-Generation) just crush the ingots with a GT mortar. And then mix them in a crafting table in _3_ to _1_ proportion. Then smelting to receive the ingot. + +![Ingot crushing recipe](./assets/ingot_crushed.png) +![Bronze dust recipe](./assets/bronze_recipe.png) + diff --git a/docs/Gameplay/Steam/Steam-Generation.md b/docs/Gameplay/Steam/Steam-Generation.md new file mode 100644 index 0000000..eadb41b --- /dev/null +++ b/docs/Gameplay/Steam/Steam-Generation.md @@ -0,0 +1,49 @@ +--- +Title: Generating Steam +--- + +# Generating Steam + +## Early game + +For early game steam generation you have two options: + +### Boilers + * Liquid - allowing you to use hot liquids like lava. To heat up water and get steam. + * Solid - uses coal to heat up the water. +### Solar Boilers + * generate steam from solar boilers _doesn't work at night_. + +For water you can use a **primitive pump** +![Primitive water pump](./assets/p_water_pump.png) + +or use a water connection from any other mod. + +## After Steel + +After unlocking steel (using a primitive blast furnace) you will get access to the high pressure versions of the boilers and allow you to produce more steam. + +## Large Boilers + +Large boilers allow you to create massive amount of steam in the blink of an eye. A boiler can be constructed of many different GT materials, that will allow for different steam generation rates (_consult the table below_). + +## Base Generation Rates + +### Single Block + +| Boiler type | Low pressure | High pressure | +| ----------- | ------------ | ------------- | +| Solar | 6 L/T | 18 L/T | +| Liquid | 12 L/T | 30 L/T | +| Solid | 6 L/T | 15 L/T | + +### Multiblock + +| Boiler | Generation | Boil up | Max temp | +| ------------- | ---------- | ------- | -------- | +| Bronze | 800 L/T | 40s | 1074K | +| Steel | 1800 L/T | 90s | 2074K | +| Titanium | 3200 L/T | 160s | 3474K | +| Tungstensteel | 6400 L/T | 160s | 6674K | + +*L/T -> Liters per tick (1L = 1mB) \ No newline at end of file diff --git a/docs/Gameplay/Steam/assets/bronze_recipe.png b/docs/Gameplay/Steam/assets/bronze_recipe.png new file mode 100644 index 0000000..96592c0 Binary files /dev/null and b/docs/Gameplay/Steam/assets/bronze_recipe.png differ diff --git a/docs/Gameplay/Steam/assets/ingot_crushed.png b/docs/Gameplay/Steam/assets/ingot_crushed.png new file mode 100644 index 0000000..597b909 Binary files /dev/null and b/docs/Gameplay/Steam/assets/ingot_crushed.png differ diff --git a/docs/Gameplay/Steam/assets/p_water_pump.png b/docs/Gameplay/Steam/assets/p_water_pump.png new file mode 100644 index 0000000..7d15055 Binary files /dev/null and b/docs/Gameplay/Steam/assets/p_water_pump.png differ diff --git a/docs/Gameplay/Steam/index.md b/docs/Gameplay/Steam/index.md new file mode 100644 index 0000000..c6c00b1 --- /dev/null +++ b/docs/Gameplay/Steam/index.md @@ -0,0 +1,17 @@ +--- +title: Steam Tier +--- + +# Welcome to Gregtech + +Steam is the first of many stages that come with the Gregtech mod. It will be your first encounter with GT machines and tools. Be careful _things may get explosive_. + +So it is important that you learn how to transport and make enough steam for your factory. + +## In this tier + +Most important material: [**Bronze**](./Bronze.md) + +End Goal: **LV machine hull** + +Gated by: **Primitive blast furnace** \ No newline at end of file