Parts/Engine/liquidEngine48-7S/liquidEngine48-7S.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 09:53, 28 July 2013 by XZise (talk | contribs) (Created page with "<pre>PART { name = liquidEngineMini module = Part author = Squad mesh = model.mu rescaleFactor = 1.0 node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0 node_stack_bottom = 0....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
PART {

name = liquidEngineMini
module = Part
author = Squad
mesh = model.mu

rescaleFactor = 1.0

node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.375, 0.0, 0.0, 1.0, 0.0, 0

fx_exhaustFlame_yellow_tiny = 0.0, -0.5, 0.0, 0.0, 1.0, 0.0, running

sound_vent_medium = engage
sound_rocket_mini = running
sound_vent_soft = disengage

cost = 300
category = Propulsion
subcategory = 0
title = Rockomax 48-7S
manufacturer = Rockomax Conglomerate
description = A cousin of the 24-77, the 48-7S is a stack mounted probe engine that packs quite a punch. 

attachRules = 1,0,1,0,0

mass = 0.1
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
breakingForce = 200
breakingTorque = 200
maxTemp = 3600

MODULE
{
	name = ModuleEngines
	thrustVectorTransformName = thrustTransform
	exhaustDamage = True
	ignitionThreshold = 0.1
	minThrust = 0
	maxThrust = 20
	heatProduction = 150
	fxOffset = 0, 0, 0.125
	PROPELLANT
	{
	 	name = LiquidFuel
		ratio = 0.9
		DrawGauge = True
	}
	PROPELLANT
	{
		name = Oxidizer
		ratio = 1.1
	}
	atmosphereCurve
 	{
		key = 0 350
		key = 1 300
 	}
	
}

MODULE
{
       name = ModuleJettison
       jettisonName = node_fairing_collider
       bottomNodeName = bottom
       isFairing = True
       jettisonedObjectMass = 0.1
       jettisonForce = 2
       jettisonDirection = 0 0 1
	
}

MODULE
{
	name = ModuleGimbal
	gimbalTransformName = thrustTransform
	gimbalRange = 1
}

}