Parts/Utility/Coupling/Separator 3.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
This is the configuration file for TS-37 Stack Separator.
PART
{
	name = Separator_3
	module = Part
	author = RoverDude
	MODEL
	{
		model = Squad/Parts/Coupling/Assets/Separator_3
	}
	rescaleFactor = 1.0
	node_stack_top = 0.0, 0.15, 0.0, 0.0, 1.0, 0.0, 3
	node_stack_bottom = 0.0, -0.15, 0.0, 0.0, -1.0, 0.0, 3
	TechRequired = composites
	entryCost = 3600
	cost = 900
	category = Coupling
	subcategory = 0
	title = #autoLOC_501802   //#autoLOC_501802 = TS-37 Stack Separator
	manufacturer = #autoLOC_501676  //#autoLOC_501676 = O.M.B. Demolition Enterprises
	description = #autoLOC_501803   //#autoLOC_501803 = Description Creation Pending
	attachRules = 1,0,1,1,0
	mass = 0.48
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 150
	breakingTorque = 150
	maxTemp = 2000 // = 3000
	fuelCrossFeed = True
	stageOffset = 1
	childStageOffset = 1
	bulkheadProfiles = size3
	tags = #autoLOC_501804  //#autoLOC_501804 = decouple
	fx_gasBurst_white = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, decouple
	sound_decoupler_fire = decouple
			
	MODULE
	{
		name = ModuleDecouple
		ejectionForce = 200
		isOmniDecoupler = true
				
	}			
	MODULE
	{
		name = ModuleToggleCrossfeed
		crossfeedStatus = false
		toggleEditor = true
		toggleFlight = true
	}
	MODULE
	{
		name = ModuleTestSubject
		useStaging = True
		useEvent = False
		situationMask = 127
		CONSTRAINT
		{
			type = REPEATABILITY
			value = ALWAYS
			prestige = Trivial
		}
		CONSTRAINT
		{
			type = REPEATABILITY
			value = BODYANDSITUATION
			prestige = Significant
		}
		CONSTRAINT
		{
			type = REPEATABILITY
			value = ONCEPERPART
			prestige = Exceptional
		}
		CONSTRAINT
		{
			type = ALTITUDE
			test = GT
			value = 0 // this just registers altitude as something to care about
			situationMask = 8
		}
		CONSTRAINT
		{
			type = ALTITUDEENV
			test = GT
			value = 4000
			prestige = Trivial
		}
		CONSTRAINT
		{
			type = ALTITUDEENV
			test = LT
			value = 8000
			prestige = Trivial
		}
		CONSTRAINT
		{
			type = ALTITUDEENV
			test = GT
			value = 2000
			prestige = Significant
		}
		CONSTRAINT
		{
			type = ALTITUDEENV
			test = LT
			value = 4000
			prestige = Significant
		}
		CONSTRAINT
		{
			type = ALTITUDEENV
			test = GT
			value = 1000
			prestige = Exceptional
		}
		CONSTRAINT
		{
			type = ALTITUDEENV
			test = LT
			value = 2000
			prestige = Exceptional
		}
		CONSTRAINT
		{
			type = SPEED
			test = LT
			value = 2000
			situationMask = 8
		}
		CONSTRAINT
		{
			type = ALTITUDE
			test = LT
			value = 300000
			situationMask = 16
			body = _NotSun
		}
		CONSTRAINT
		{
			type = ALTITUDE
			test = LT
			value = 600000
			situationMask = 32
			body = _NotSun
		}
	}
	DRAG_CUBE
	{
		cube = Default, 1.742,0.7491,1.936, 1.742,0.7491,1.936, 12.48,0.9796,0.192, 12.48,0.9796,0.192, 1.742,0.7486,1.936, 1.742,0.7486,1.936, 0,-5.066E-07,0, 3.75,0.48,3.75
	}
}