Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ators

* Cut stock panels to 1/50th maxEnergyTransfer and set maxCryoEnergyTransfer to 1/10th of that
  • Loading branch information
Starwaster committed May 27, 2018
2 parents 228c811 + 0b65492 commit 8896109
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GameData/RealActiveRadiators/RealActiveRadiators.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
@MODULE[ModuleActiveRadiator]
{
@name = ModuleRealActiveRadiator
maxCryoEnergyTransfer = 500
@maxEnergyTransfer /= 50
maxCryoEnergyTransfer = #$maxEnergyTransfer$
@maxCryoEnergyTransfer /= 10
cryoCoolerEfficiency
{
key = 0 0
Expand Down

0 comments on commit 8896109

Please sign in to comment.