Skip to content

Commit

Permalink
HeatTransferMultiplier to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackliner committed May 14, 2017
1 parent 9704f6c commit 6464a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RealBattery/GameData/RealBattery/RealBattery_mm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
CoreEnergyMultiplier = 1 //What percentage of our core energy do we transfer to the part
HeatRadiantMultiplier = 0.01 //If the core is hotter, how much heat radiates? 0.25
CoolingRadiantMultiplier = 0 //If the core is colder, how much radiates?
HeatTransferMultiplier = 0.01 //If the part is hotter, how much heat transfers in?
HeatTransferMultiplier = 0 //If the part is hotter, how much heat transfers in?
CoolantTransferMultiplier = 0.01 //If the part is colder, how much of our energy can we transfer?
radiatorCoolingFactor = 1 //How much energy we pull from core with an active radiator? >= 1
radiatorHeatingFactor = 0.01 //How much energy we push to the active radiator
Expand Down

0 comments on commit 6464a17

Please sign in to comment.