Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
Account for launchpad max levels correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
magico13 authored Aug 25, 2017
1 parent 930d6ef commit a51d4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameData/KerbalConstructionTime/KCT_Presets/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ KCT_Preset
ProceduralPartFormula = (([c]-[A]) + ([A]*10/max([I],1))) / max([B]*([U]+1),1) *[MV]*[PV]
BPFormula = ([E]^(1/2))*2000*[O]
KSCUpgradeFormula = ([C]^(1/2))*1000*[O]
ReconditioningFormula = min([M]*[O]*[E], [X])*abs([RE]-[S]) / ([LM]-[L])
ReconditioningFormula = min([M]*[O]*[E], [X])*abs([RE]-[S]) / ([LM]-[L]+1)
BuildRateFormula = (([I]+1)*0.05*[N] + max(0.1-[I], 0))*sign(2*[L]-[I]+1)
SimCostFormula = max([C]/50000 * min([PM]/[KM], 80) * ([S]/10 + 1) * ([A]/10 + 1) * ([L]^0.5) * 100, 500)
KerbinSimCostFormula = max([C]/50000 * ([L]^0.5) * 10, 100)
Expand Down

0 comments on commit a51d4fa

Please sign in to comment.