Difference between revisions of "Parts/Thermal/RadiatorPanels/radPanelSm.cfg"
From Kerbal Space Program Wiki
m (Update part config) |
m (Update config) |
||
Line 11: | Line 11: | ||
node_attach = 0.0, 0.0, -0.0, 0.0, 0.0, -1.0 | node_attach = 0.0, 0.0, -0.0, 0.0, 0.0, -1.0 | ||
TechRequired = survivability | TechRequired = survivability | ||
− | manufacturer = Probodobodyne Inc | + | manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc |
entryCost = 1500 | entryCost = 1500 | ||
cost = 150 | cost = 150 | ||
category = Thermal | category = Thermal | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Radiator Panel (small) | + | title = #autoLOC_500802 //#autoLOC_500802 = Radiator Panel (small) |
− | description = A radially attachable radiator panel to help dissipate heat into space. | + | description = #autoLOC_500803 //#autoLOC_500803 = 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.01 | mass = 0.01 | ||
Line 27: | Line 27: | ||
maxTemp = 2500 // = 2900 | maxTemp = 2500 // = 2900 | ||
bulkheadProfiles = srf | bulkheadProfiles = srf | ||
− | tags = cool fixed heat moderat radiat static temperat therm | + | tags = #autoLOC_500804 //#autoLOC_500804 = 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 47: | Line 47: | ||
} | } | ||
} | } | ||
+ | |||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 180 | ||
+ | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 06:57, 15 October 2024
PART { name = radPanelSm module = Part author = RoverDude MODEL { model = Squad/Parts/Thermal/RadiatorPanels/radPanelSm } rescaleFactor = 1.0 node_attach = 0.0, 0.0, -0.0, 0.0, 0.0, -1.0 TechRequired = survivability manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc entryCost = 1500 cost = 150 category = Thermal subcategory = 0 title = #autoLOC_500802 //#autoLOC_500802 = Radiator Panel (small) description = #autoLOC_500803 //#autoLOC_500803 = A radially attachable radiator panel to help dissipate heat into space. attachRules = 0,1,0,1,1 mass = 0.01 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 12 maxTemp = 2500 // = 2900 bulkheadProfiles = srf tags = #autoLOC_500804 //#autoLOC_500804 = 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 = 2500 overcoolFactor = 0.25 isCoreRadiator = true parentCoolingOnly = true RESOURCE { name = ElectricCharge rate = 0.025 } } MODULE { name = ModuleCargoPart packedVolume = 180 } }