Parts/Thermal/FoldingRadiators/foldingRadLarge.cfg

From Kerbal Space Program Wiki
< Parts‎ | Thermal
Revision as of 12:15, 27 June 2015 by BobBot (talk | contribs) (+added in 1.0.4;)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for Thermal Control System (large).
PART
{
	name = foldingRadLarge
	module = Part
	author = RoverDude
	MODEL
	{
		model = Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge
	}
	rescaleFactor = 1.0
	node_attach = 0.0, 0.0, 0.1, 0.0, 0.0, -1.0
	TechRequired = largeElectrics
	manufacturer = Probodobodyne Inc
	entryCost = 45000
	cost = 9000
	category = Utility
	subcategory = 0
	title = Thermal Control System (large)
	description = A deployable thermal control system consisting of multiple liquid cooled radiator panels.
	attachRules = 0,1,0,1,1
	mass = 1.0
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 12
	maxTemp = 2500
	bulkheadProfiles = srf
	emissiveConstant = 0.90
	heatConductivity = 0.001 //They have built in insulators	
	skinInternalConductionMult = 2000
	radiatorHeadroom = 0.75
	thermalMassModifier = 2.5
	
	MODULE
	{
		name = ModuleDeployableRadiator
		animationName = Deploy
		retractable = true
		pivotName = Pivot
		raycastTransformName = Panel_006
		windResistance = 5
		trackingSpeed = 0.1		
	}	
	
	MODULE
	{
		name = ModuleActiveRadiator
		maxEnergyTransfer = 50000
	}
}