Skip to content

Commit

Permalink
KCT preset: Missed a 15 in the change to 30. Science was running rath…
Browse files Browse the repository at this point in the history
…er faster than it should have.
  • Loading branch information
NathanKell committed Jun 25, 2017
1 parent f5e7e77 commit a40c5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameData/RP-0/KCT_Presets/RP0_KCTPresets.cfg
Expand Up @@ -34,7 +34,7 @@ KCT_Preset
KCT_Preset_Formula
{
UpgradeFundsFormula = 10000
NodeFormula = (((5+((min([N],30)*min([N],30)*0.025))+(min([N],30)*0.025)+(max(0,([N]-15))*1.5)) / 86400 / 365) * sign(-[I]) * (1+([R] * 0.5))) // 5 science/year, + 1.5 sci per upgrade, only one rate, and 1/1.5/2x from R&D upgrades.
NodeFormula = (((5+((min([N],30)*min([N],30)*0.025))+(min([N],30)*0.025)+(max(0,([N]-30))*1.5)) / 86400 / 365) * sign(-[I]) * (1+([R] * 0.5))) // 5 science/year, + 0.05 to 1.5 sci per upgrade (levels at 30), only one rate, and 1/1.5/2x from R&D upgrades.
EffectivePartFormula = min([C]/([I] + ([B]*(max([U]*0.125,1)+1))), [C])
ProceduralPartFormula = (([C]-[A]) + ([A]*10/max([I],1))) / max([B]*(max([U]*0.125,1)+1),1)
BPFormula = (20000 + ([E]*100))*[O]
Expand Down

0 comments on commit a40c5d9

Please sign in to comment.