Skip to content

Commit

Permalink
nerf steam turbines into the ground
Browse files Browse the repository at this point in the history
  • Loading branch information
przemo1232 committed Nov 7, 2024
1 parent 21329c7 commit 293cdc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version: 3.0.16
Date: ?
Changes:
- Removed incompatibility with the (now deprecated) 248k mod.
- Fixed that steam engines were 2x as efficent compared to 1.1. Resolves https://github.com/pyanodon/pybugreports/issues/643
- Fixed that steam engines and turbines were 2x as efficent compared to 1.1. Resolves https://github.com/pyanodon/pybugreports/issues/643
---------------------------------------------------------------------------------------------------
Version: 3.0.15
Date: 2024-11-7
Expand Down
2 changes: 1 addition & 1 deletion prototypes/updates/base-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@ if mods.pyalternativeenergy then
cargo_landing_pad:add_ingredient {"mechanical-parts-02", 2}
end

data.raw.generator["steam-engine"].effectivity = 0.5
data.raw.generator["steam-engine"].effectivity = 0.5
2 changes: 1 addition & 1 deletion prototypes/updates/entity-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data.raw.boiler.boiler.energy_source.fuel_categories = {"chemical", "biomass"}
--modify steam turbine temp
data.raw.generator["steam-turbine"].maximum_temperature = 2000
data.raw.generator["steam-turbine"].fluid_usage_per_tick = 1
data.raw.generator["steam-turbine"].effectivity = 10
data.raw.generator["steam-turbine"].effectivity = 5
data.raw.generator["steam-turbine"].destroy_non_fuel_fluid = false

--increase steam max temp
Expand Down

0 comments on commit 293cdc6

Please sign in to comment.