Parts/Utility/parachuteMk16-XL/parachuteMk16-XL.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
This is the configuration file for Mk16-XL Parachute.
PART
{
	name = parachuteLarge
	module = Part
	author = HarvesteR
	mesh = model.mu
	scale = 0.1
	rescaleFactor = 1
	node_stack_bottom = 0.0, -0.020649, 0.0, 0.0, -1.0, 0.0, 1
	node_attach = 0.0, -0.020649, 0.0, 0.0, -1.0, 0.0
	sound_parachute_open = activate
	TechRequired = landing
	entryCost = 4600
	cost = 850
	category = Utility
	subcategory = 0
	title = Mk16-XL Parachute
	description = The Mk16-XL Parachute is a double-sized variant of the Mk16, now with only 50% of the structural integrity!
	attachRules = 1,0,0,1,0
	mass = 0.3
	dragModelType = default
	angularDrag = 3
	crashTolerance = 12
	maxTemp = 2500 // = 3100
	emissiveConstant = 0.7
	breakingForce = 100
	breakingTorque = 50
	bodyLiftMultiplier = 0
	stageOffset = -1
	bulkheadProfiles = size1, srf
	MODULE
	{
		name = ModuleParachute
		invertCanopy = true
		autoCutSpeed = 0.5
		capName = cap
		canopyName = canopy
		semiDeployedAnimation = semiDeployLarge
		fullyDeployedAnimation = fullyDeployLarge
		stowedDrag = 0.22
		semiDeployedDrag = 1
		fullyDeployedDrag = 500
		minAirPressureToOpen = 0.04
		clampMinAirPressure = 0.04
		deployAltitude = 1000
		deploymentSpeed = 0.12
		semiDeploymentSpeed = 0.5
		chuteMaxTemp = 650
	}
	MODULE
	{
		name = ModuleTestSubject
		environments = 4
		useStaging = True
		useEvent = False
	}
	MODULE
	{
		name = ModuleDragModifier
		dragCubeName = SEMIDEPLOYED
		dragModifier = 0.67
	}
	MODULE
	{
		name = ModuleDragModifier
		dragCubeName = DEPLOYED
		dragModifier = 25
	}
}