Skip to content

Commit

Permalink
Update pt-rover-body-721.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0Kerbal committed May 24, 2022
1 parent 682b21a commit d43264e
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions GameData/ProbiTronics/Parts/pt-rover-body-721.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ PART
attachRules = 1,0,1,1,0

TechRequired = specializedElectrics
entryCost = 10500
cost = 5250
entryCost = 30000 // 6200 + 58000 *40%
cost = 10120 // 5250 // 800 + 23300 *40%
category = Pods
subcategory = 0

Expand All @@ -38,9 +38,11 @@ PART
description = #PT-rover-body-721-desc
tags = #PT-rover-body-721-tags

mass = 0.37
maxTemp = 1200
mass = 0.25 // 0.37 // 0.15 + 0.08 *40%

explosionPotential = 0
maxTemp = 1200
radiatorMax = 1.5

dragModelType = default
maximum_drag = 0.2
Expand All @@ -57,7 +59,7 @@ PART
RESOURCE
{
name = ElectricCharge
rate = 0.005
rate = 0.04 // 0.005
}
hasHibernation = true
hibernation = false
Expand Down Expand Up @@ -135,10 +137,36 @@ PART
OUTPUT_RESOURCE
{
name = ElectricCharge
rate = 0.30
rate = 0.30 // 0.75 = 40%
}
}

MODULE
{
name = ModuleCoreHeat
CoreTempGoal = 350 //Internal temp goal - we don't transfer till we hit this point
CoreToPartRatio = 0.1 //Scale back cooling if the part is this % of core temp
CoreTempGoalAdjustment = 0 //Dynamic goal adjustment
CoreEnergyMultiplier = 0.01 //What percentage of our core energy do we transfer to the part
HeatRadiantMultiplier = 0.01 //If the core is hotter, how much heat radiates?
CoolingRadiantMultiplier = 0 //If the core is colder, how much radiates?
HeatTransferMultiplier = 0 //If the part is hotter, how much heat transfers in?
CoolantTransferMultiplier = 0 //If the part is colder, how much of our energy can we transfer?
radiatorCoolingFactor = 0 //How much energy we pull from core with an active radiator? >= 1
radiatorHeatingFactor = 0 //How much energy we push to the active radiator
MaxCalculationWarp = 1000 //Based on how dramatic the changes are, this is the max rate of change
CoreShutdownTemp = 10000 //At what core temperature do we shut down all generators on this part?
MaxCoolant = 0 //Maximum amount of radiator capacity we can consume - 2500 = 1 small
PassiveEnergy
{
key = 0 25000
key = 200 10000
key = 250 50
key = 300 25
key = 350 0
}
}
RESOURCE
{
name = ElectricCharge
Expand Down

0 comments on commit d43264e

Please sign in to comment.