Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GameData/RP-0/KCT_Presets/RP0_KCTPresets.cfg
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ KCT_Preset
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)^2.5)*200)-180) + (([BP]-(5000*[O]*2)) * (0.7 + (([SN]^0.5)*0.05) + (([SP]^0.5)*0.05)) * (([L]+12)^1.2) * 0.00005)
RolloutCostFormula = (((([L]+1)^2.5)*200)-180) + (([BP]-(5000*[O]*2)) * (0.7 + (([SN]^0.5)*0.05) + (([SP]^0.5)*0.05)) * 0.001)
NewLaunchPadCostFormula = 25000*(0.75 + ([N]^1.25)*.25)
}
KCT_Preset_Part_Variables
4 changes: 2 additions & 2 deletions GameData/RP-0/Tree/TREE-Parts.cfg
Original file line number Diff line number Diff line change
@@ -2823,7 +2823,7 @@
@PART[FASAMercuryPod]:FOR[xxxRP0]
{
%TechRequired = basicCapsules
%cost = 2468
%cost = 1736
%entryCost = 0
RP0conf = true
@description ^=:$: <b><color=green>From FASA mod</color></b>
@@ -18455,7 +18455,7 @@
@PART[mk1pod]:FOR[xxxRP0]
{
%TechRequired = basicCapsules
%cost = 2468
%cost = 1984
%entryCost = 0
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>

0 comments on commit 64f1f06

Please sign in to comment.