Difference between revisions of "Parts/Utility/parachuteMk12-R/parachuteMk12-R.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (*update to 1.0.1;)
m (*update to 1.0.4;)
 
Line 21: Line 21:
 
angularDrag = 3
 
angularDrag = 3
 
crashTolerance = 12
 
crashTolerance = 12
maxTemp = 2000 // = 3800
+
maxTemp = 2500 // = 3800
 +
emissiveConstant = 0.7
 
breakingForce = 100
 
breakingForce = 100
 
breakingTorque = 50
 
breakingTorque = 50
Line 44: Line 45:
 
deploymentSpeed = 0.16667
 
deploymentSpeed = 0.16667
 
semiDeploymentSpeed = 0.5
 
semiDeploymentSpeed = 0.5
chuteMaxTemp = 1800
+
chuteMaxTemp = 2200
chuteThermalMassPerArea = 0.024
+
chuteThermalMassPerArea = 0.08
 
}
 
}
 
MODULE
 
MODULE

Latest revision as of 12:26, 27 June 2015

This is the configuration file for Mk12-R Radial-Mount Drogue Chute.
PART
{
	name = radialDrogue
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 1
	rescaleFactor = 0.5
	node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
	sound_parachute_open = activate
	TechRequired = advLanding
	entryCost = 3000
	cost = 300
	category = Utility
	subcategory = 0
	title = Mk12-R Radial-Mount Drogue Chute
	description = The Mk12-R is a half sized radial mount version of the Mk25. This "Drogue" parachute is small, deploys high up, and certainly not enough to stop you smashing into the ground on its own, but useful for slowing craft down before the deployment of your main chutes.
	attachRules = 0,1,0,0,0
	mass = 0.075
	dragModelType = default
	angularDrag = 3
	crashTolerance = 12
	maxTemp = 2500 // = 3800
	emissiveConstant = 0.7
	breakingForce = 100
	breakingTorque = 50
	bodyLiftMultiplier = 0
	stageOffset = -1
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleParachute
		invertCanopy = true
		autoCutSpeed = 0.5
		capName = cap
		canopyName = canopy
		semiDeployedAnimation = semiDeployLarge
		fullyDeployedAnimation = fullyDeployLarge
		stowedDrag = 0.22
		semiDeployedDrag = 2
		fullyDeployedDrag = 100
		minAirPressureToOpen = 0.02
		clampMinAirPressure = 0.02
		deployAltitude = 2500
		deploymentSpeed = 0.16667
		semiDeploymentSpeed = 0.5
		chuteMaxTemp = 2200
		chuteThermalMassPerArea = 0.08
	}
	MODULE
	{
		name = ModuleTestSubject
		environments = 4
		useStaging = True
		useEvent = False
	}
	MODULE
	{
		name = ModuleDragModifier
		dragCubeName = SEMIDEPLOYED
		dragModifier = 2.5
	}
	MODULE
	{
		name = ModuleDragModifier
		dragCubeName = DEPLOYED
		dragModifier = 8
	}
}