Parts/Aero/HeatShield/HeatShield3.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 20:44, 1 May 2015 by BobBot (talk | contribs) (*update to 1.0.1;)
Jump to: navigation, search
This is the configuration file for Heat Shield (3.75m).
PART
{
	name = HeatShield3
	module = Part
	author = RoverDude
	
	MODEL
	{
		model = Squad/Parts/Aero/HeatShield/HeatShield3
	}
	rescaleFactor = 1
	node_stack_bottom = 0.0, -0.59, 0.0, 0.0, -1.0, 0.0, 3
	node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 3
	CoPOffset = 0.0, 1.4, 0.0
	CoLOffset = 0.0, -0.5, 0.0

	fx_gasBurst_white = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, decouple
	sound_vent_large = decouple
	TechRequired = advLanding
	entryCost = 1800
	cost = 900
	category = Aero
	subcategory = 0
	title = Heat Shield (3.75m)
	manufacturer = O.M.B. Demolition Enterprises
	description = A large structural heat shield with an integrated fairing
	attachRules = 1,0,1,0,0
	mass = 1.0
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	breakingForce = 200
	breakingTorque = 200
	crashTolerance = 9
	maxTemp = 3400
	fuelCrossFeed = False
	PhysicsSignificance = 0
	stageOffset = 1
	childStageOffset = 1
	bulkheadProfiles = size3
	thermalMassModifier = 0.001

	MODULE
	{
		name = ModuleSeeThroughObject
		transformName = fairing
	}
	
	MODULE
	{
		name = ModuleJettison
		jettisonName = fairing
		bottomNodeName = bottom
		isFairing = True
		jettisonedObjectMass = 0.5
		jettisonForce = 15
		jettisonDirection = 0 0 1
	}	

	MODULE
	{
		name = ModuleAblator
		ablativeResource = Ablator
		lossExp = -9000
		lossConst = 20
		pyrolysisLossFactor = 10000
		reentryConductivity = 0.01
		ablationTempThresh = 500

	}
	RESOURCE
	{
		name = Ablator
		amount = 1800
		maxAmount = 1800
	}	
}