Difference between revisions of "Parts/Thermal/RadiatorPanels/radPanelEdge.cfg"
From Kerbal Space Program Wiki
(cfg from helper script (+added in 1.0.5)) |
m (Update config) |
||
(One intermediate revision by the same user not shown) | |||
Line 13: | Line 13: | ||
entryCost = 2200 | entryCost = 2200 | ||
cost = 450 | cost = 450 | ||
− | category = | + | category = Thermal |
− | manufacturer = Probodobodyne Inc | + | manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc |
subcategory = 0 | subcategory = 0 | ||
− | title = Radiator Panel (edge) | + | title = #autoLOC_500796 //#autoLOC_500796 = Radiator Panel (edge) |
− | description = A radially attachable radiator panel to help dissipate heat into space. | + | description = #autoLOC_500797 //#autoLOC_500797 = A radially attachable radiator panel to help dissipate heat into space. |
attachRules = 0,1,0,1,1 | attachRules = 0,1,0,1,1 | ||
mass = 0.03 | mass = 0.03 | ||
Line 27: | Line 27: | ||
maxTemp = 2500 // = 2900 | maxTemp = 2500 // = 2900 | ||
bulkheadProfiles = srf | bulkheadProfiles = srf | ||
+ | tags = #autoLOC_500798 //#autoLOC_500798 = cool fixed heat moderat radiat static temperat therm | ||
emissiveConstant = 0.90 | emissiveConstant = 0.90 | ||
heatConductivity = 0.001 //They have built in insulators | heatConductivity = 0.001 //They have built in insulators | ||
Line 39: | Line 40: | ||
overcoolFactor = 0.25 | overcoolFactor = 0.25 | ||
isCoreRadiator = true | isCoreRadiator = true | ||
− | + | parentCoolingOnly = true | |
RESOURCE | RESOURCE | ||
{ | { | ||
Line 46: | Line 47: | ||
} | } | ||
} | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 75 | ||
+ | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 06:56, 15 October 2024
PART { name = radPanelEdge module = Part author = RoverDude MODEL { model = Squad/Parts/Thermal/RadiatorPanels/radPanelEdge } rescaleFactor = 1.0 node_attach = 0.0, 0.0, -0.0, 0.0, 0.0, -1.0 TechRequired = basicScience entryCost = 2200 cost = 450 category = Thermal manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc subcategory = 0 title = #autoLOC_500796 //#autoLOC_500796 = Radiator Panel (edge) description = #autoLOC_500797 //#autoLOC_500797 = A radially attachable radiator panel to help dissipate heat into space. attachRules = 0,1,0,1,1 mass = 0.03 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 12 maxTemp = 2500 // = 2900 bulkheadProfiles = srf tags = #autoLOC_500798 //#autoLOC_500798 = cool fixed heat moderat radiat static temperat therm emissiveConstant = 0.90 heatConductivity = 0.001 //They have built in insulators thermalMassModifier = 5 radiatorHeadroom = 0.75 skinInternalConductionMult = 2000 MODULE { name = ModuleActiveRadiator maxEnergyTransfer = 7500 overcoolFactor = 0.25 isCoreRadiator = true parentCoolingOnly = true RESOURCE { name = ElectricCharge rate = 0.025 } } MODULE { name = ModuleCargoPart packedVolume = 75 } }