faster formaldehyde
This commit is contained in:
parent
98f966ebb5
commit
e8b0077e5a
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,8 @@ Version: 0.1.1
|
||||||
Date: 2022-09-01
|
Date: 2022-09-01
|
||||||
Changes:
|
Changes:
|
||||||
- Fix basic chem plant icon in upgrade planner, etc
|
- Fix basic chem plant icon in upgrade planner, etc
|
||||||
- When coke is present, alternate phenol recipe now 12 energy instead of 15.
|
- When coke is present, alternate phenol recipe faster (15 -> 12)
|
||||||
|
- Formaldehyde from natural gas is very slightly faster (2 -> 1.8)
|
||||||
- Minor recipe unlock tweaks
|
- Minor recipe unlock tweaks
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
|
|
|
@ -28,7 +28,7 @@ data:extend({
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{type="fluid", name="gas", amount=10}
|
{type="fluid", name="gas", amount=10}
|
||||||
},
|
},
|
||||||
energy_required = 2,
|
energy_required = 1.8,
|
||||||
results = {
|
results = {
|
||||||
{type="fluid", name="formaldehyde", amount=9}
|
{type="fluid", name="formaldehyde", amount=9}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue