Parts/Aero/HeatShield/HeatShield3.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 12:09, 27 June 2015 by BobBot (talk | contribs) (*update to 1.0.4;)
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_direct = 0.0, -0.00, 0.0, 0.0, -1.0, 0.0, 2
	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 = 3000
	fuelCrossFeed = False
	PhysicsSignificance = 0
	stageOffset = 1
	childStageOffset = 1
	bulkheadProfiles = size3
	thermalMassModifier = 1.0


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

	MODULE
	{
		name = ModuleAblator
		ablativeResource = Ablator
		lossExp = -6000
		lossConst = 1
		pyrolysisLossFactor = 600
		reentryConductivity = 0.01
		ablationTempThresh = 500
	}
	RESOURCE
	{
		name = Ablator
		amount = 1800
		maxAmount = 1800
	}	
}