Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated scale exponents for KSP Interstellar reactors #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 24 additions & 37 deletions GameData/TweakScale/ScaleExponents.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ TWEAKSCALEEXPONENTS
breakingForce = 2
breakingTorque = 2
buoyancy = 3
crashTolerance = 1
crashTolerance = -0.2
explosionPotential = 3
maxTemp = 1
mass = 3
mass = 2.5

Resources
{
Expand Down Expand Up @@ -163,26 +163,26 @@ TWEAKSCALEEXPONENTS
{
name = ModuleReactionWheel

PitchTorque = 3
YawTorque = 3
RollTorque = 3
PitchTorque = 2.5
YawTorque = 2.5
RollTorque = 2.5
}

TWEAKSCALEEXPONENTS
{
name = ModuleEngines

minThrust = 2
maxThrust = 2
minThrust = 2.6
maxThrust = 2.6
heatProduction = 1
}

TWEAKSCALEEXPONENTS
{
name = ModuleEnginesFX

minThrust = 2
maxThrust = 2
minThrust = 2.2
maxThrust = 2.2
heatProduction = 1
}

Expand All @@ -204,7 +204,7 @@ TWEAKSCALEEXPONENTS
{
name = ModuleResourceIntake

area = 2
area = 2.2
}


Expand Down Expand Up @@ -275,64 +275,51 @@ TWEAKSCALEEXPONENTS
{
name = FNGenerator
radius = 1
maxThermalPower = 3
maxThermalPower = 2.5
}

TWEAKSCALEEXPONENTS
{
name = FNAntimatterReactor
radius = 1
ReactorTemp = 1.16
ReactorTemp = 1.10
PowerOutput = 3
upgradedReactorTemp = 1.55
upgradedPowerOutput = 3
upgradedReactorTemp = 1.20
upgradedPowerOutput = 3.3
}

TWEAKSCALEEXPONENTS
{
name = InterstellarFissionMSRGC
radius = 1
PowerOutput = 4.4
upgradedPowerOutput = 4.4
PowerOutput = 2.6
upgradedPowerOutput = 3
}

TWEAKSCALEEXPONENTS
{
name = InterstellarFissionPBDP
radius = 1
PowerOutput = 3
PowerOutput = 2.6
upgradedPowerOutput = 3
powerRequirements = 3
}

TWEAKSCALEEXPONENTS
{
name = InterstellarInertialConfinementReactor
radius = 1
PowerOutput = 3.18
upgradedPowerOutput = 3.18
}

TWEAKSCALEEXPONENTS
{
name = FNFusionReactor
radius = 1;
ThermalPower = 3;
resourceRate = 3;
upgradedThermalPower = 3;
upgradedResourceRate = 3;
powerRequirements = 3;
PowerOutput = 2.8
upgradedPowerOutput = 3.2
powerRequirements = 3
}

TWEAKSCALEEXPONENTS
{
name = InterstellarTokamakFusionReator
radius = 1;
PowerOutput = 5.13;
resourceRate = 5.13;
upgradedThermalPower = 3;
upgradedResourceRate = 3;
powerRequirements = 3;
radius = 1
PowerOutput = 2.8
upgradedPowerOutput = 3.2
powerRequirements = 3
}

TWEAKSCALEEXPONENTS
Expand Down