Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GameData/RP-0/KCT_Presets/RP0_KCTPresets.cfg
Original file line number Diff line number Diff line change
@@ -40,11 +40,11 @@ KCT_Preset
ProceduralPartFormula = [MV] * ((([C]-[A]) + ([A]*10/max([I],1))) / max([B]*(max([U]*0.125,1)+1),1))
BPFormula = (500 + ([E]*20))*[O]*1.5
KSCUpgradeFormula = ([C]^(3/4))*50*[O]
ReconditioningFormula = abs([RE]-[S])*([BP] * 0.003 * (([L]+4)^2)*0.04)*2*[O]
ReconditioningFormula = abs([RE]-[S])*([BP] * (0.7 + (([SN]^0.5)*0.05) + (([SP]^0.5)*0.05)) * (([L]+4)^2) * 0.00012)*2*[O]
BuildRateFormula = (1+([L]*0.25))*((([I]+1)*((0.00125*((min([N],15)^2)+min([N],15)))+(max(0,([N]-15))*0.05))) + max(0.05-[I], 0))*sign([L]-[I])
UpgradeResetFormula = -1
InventorySaleFormula = 0
RolloutCostFormula = ((([L]-1)^3)*100) + ([BP] * 0.003 * (([L]+4)^2)*0.04)
RolloutCostFormula = ((([L]-1)^3)*100) + ([BP] * (0.7 + (([SN]^0.5)*0.05) + (([SP]^0.5)*0.05)) * (([L]+4)^2) * 0.00012)
NewLaunchPadCostFormula = 25000*(0.75 + ([N]^1.25)*.25)
}
KCT_Preset_Part_Variables

0 comments on commit f29f1f0

Please sign in to comment.