Skip to content

Commit 97825a8

Browse files
committedJun 26, 2017
Drop R&D facility research rate multiplier from 0.5 a tier to 0.25 a tier since we added way more tiers.
1 parent 4826b50 commit 97825a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎GameData/RP-0/KCT_Presets/RP0_KCTPresets.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ KCT_Preset
3434
KCT_Preset_Formula
3535
{
3636
UpgradeFundsFormula = 10000
37-
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.
37+
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.25))) // 5 science/year, + 0.05 to 1.5 sci per upgrade (levels at 30), only one rate, and 1/1.25/1.5x etc from R&D upgrades.
3838
EffectivePartFormula = min([C]/([I] + ([B]*(max([U]*0.125,1)+1))), [C])
3939
ProceduralPartFormula = (([C]-[A]) + ([A]*10/max([I],1))) / max([B]*(max([U]*0.125,1)+1),1)
4040
BPFormula = (20000 + ([E]*60))*[O]

0 commit comments

Comments
 (0)
Please sign in to comment.