faster formaldehyde

This commit is contained in:
Brevven 2022-09-24 15:59:48 -07:00
parent 98f966ebb5
commit e8b0077e5a
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,8 @@ Version: 0.1.1
Date: 2022-09-01
Changes:
- 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
---------------------------------------------------------------------------------------------------
Version: 0.1.0

View file

@ -28,7 +28,7 @@ data:extend({
ingredients = {
{type="fluid", name="gas", amount=10}
},
energy_required = 2,
energy_required = 1.8,
results = {
{type="fluid", name="formaldehyde", amount=9}
},