Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions GameData/RP-0/KCT_Presets/RP0LC_KCTPresets.cfg
Original file line number Diff line number Diff line change
@@ -37,9 +37,9 @@ KCT_Preset
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.
EffectivePartFormula = [PV]*[MV]*(min([C]/([I] + ([B]*(max([U]*0.125,1)+1))), [C]))
ProceduralPartFormula = [MV] * ((([C]-[A]) + ([A]*10/max([I],1))) / max([B]*(max([U]*0.125,1)+1),1))
BPFormula = (5000 + ([E]*20))*[O]*0.5
BPFormula = (5000 + ([E]*20))*[O]*0.36
KSCUpgradeFormula = ([C]^(3/4))*200*[O]
ReconditioningFormula = abs([RE]-[S])*([BP] * 0.003 * (([L]+4)^2)*0.04)*0.4*[O]
ReconditioningFormula = abs([RE]-[S])*([BP] * 0.003 * (([L]+4)^2)*0.04)*0.5*[O]
BuildRateFormula = (1+([L]*0.25))*((([I]+1)*0.0025*min([N]+([I]*20),20)*[N]) + max(0.1-[I], 0))*sign([L]-[I])
SimCostFormula = max([C]/50 * ([PM]/[KM]) * ([S]/10 + 1) * ([A] + 1) * ([L]^0.5), 100)
KerbinSimCostFormula = max([C]/500 * ([L]^0.5), 5) // at ^.5, 15min = 30x
@@ -54,15 +54,16 @@ KCT_Preset
{
Part_Variables
{
// nothing here.
// Break down Mk1 pod costs: 20% shield, 5% avionics, 5% RCS, 70% habitable.
mk1pod = 0.142 // (0.2 * 2 + 0.05 * 3 + + 0.05 * 1 + 0.7 * 4) / (3 * 4 * 2)
}
Module_Variables
{
ModuleTagEngineLiquidPF = 2
ModuleTagEngineLiquidTurbo = 5
ModuleTagEngineSolid = 1.25
ModuleTagAvionics = 3
ModuleTagHumanRated = 2
// this needs to be vessel-wide, so disabled for now -- ModuleTagHumanRated = 2
ModuleTagHabitable = 4
ModuleTagReentry = 2
ModuleTagNuclear = 5

0 comments on commit 56da227

Please sign in to comment.