Skip to content

Commit

Permalink
bronze making, boilers (#22)
Browse files Browse the repository at this point in the history
* bronze making, boilers

* Update docs/Gameplay/Steam/Bronze.md

Co-authored-by: Mikerooni <[email protected]>

* Update docs/Gameplay/Steam/Steam-Generation.md

Co-authored-by: Mikerooni <[email protected]>

* Update docs/Gameplay/Steam/Steam-Generation.md

Co-authored-by: Mikerooni <[email protected]>

---------

Co-authored-by: Mikerooni <[email protected]>
  • Loading branch information
tomasz-brak and mikerooni authored May 5, 2024
1 parent ee7877c commit 35b3d3b
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.idea/

.vscode/*
!.vscode/settings.json
!.vscode/settings.json

env/
13 changes: 13 additions & 0 deletions docs/Gameplay/Steam/Bronze.md
Original file line number Diff line number Diff line change
@@ -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)

49 changes: 49 additions & 0 deletions docs/Gameplay/Steam/Steam-Generation.md
Original file line number Diff line number Diff line change
@@ -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)
Binary file added docs/Gameplay/Steam/assets/bronze_recipe.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 docs/Gameplay/Steam/assets/ingot_crushed.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 docs/Gameplay/Steam/assets/p_water_pump.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/Gameplay/Steam/index.md
Original file line number Diff line number Diff line change
@@ -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**

0 comments on commit 35b3d3b

Please sign in to comment.