Skip to content

Commit

Permalink
Rebalance steam turbine relative to small gas turbine (cataclysmbntea…
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Oct 7, 2023
1 parent 72c69cb commit b9e90a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/json/items/vehicle/engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@
"copy-from": "engine_steam",
"looks_like": "large_turbine_engine",
"type": "ENGINE",
"name": { "str": "750 hp steam turbine engine" },
"name": { "str": "1350 hp steam turbine engine" },
"description": "A powerful steam engine for power plants, burning coal to heat water into steam and driving a turbine. A condenser recaptures the water, making this a closed cycle system. Known for its high rate of fuel consumption, but installing multiple turbines will not affect vehicle power.",
"weight": "1400 kg",
"weight": "700 kg",
"volume": "230 L",
"price": "32000 USD",
"price_postapoc": "110 USD"
Expand Down
4 changes: 2 additions & 2 deletions data/json/vehicleparts/combustion.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@
"durability": 300,
"epower": -20,
"//": "45% energy efficiency",
"power": 551700,
"energy_consumption": 1226000,
"power": 1006695,
"energy_consumption": 2237100,
"extend": { "flags": [ "E_NO_POWER_DECAY" ] },
"description": "A closed cycle steam engine powering a hefty turbine. Burns coal or charcoal from a bunker in the vehicle to produce steam, its power will not diminish even when multiple of them are installed.",
"breaks_into": [
Expand Down

0 comments on commit b9e90a1

Please sign in to comment.