Parts/Engine/vernorEngine/vernorEngine.cfg

From Kerbal Space Program Wiki
Jump to: navigation, search
This is the configuration file for Vernor Engine.
PART
{
	name = vernierEngine
	module = Part
	author = HugoGut
	mesh = Vernier_Engine.mu
	scale = 1
	rescaleFactor = 2
	node_attach = 0.0, 0.0, 0.0, 1, 0, 0.0, 1
	TechRequired = specializedControl
	entryCost = 4200
	cost = 1400
	category = Control
	subcategory = 0
	title = Vernor Engine
	manufacturer = Reaction Systems Ltd
	description = The VR-N1ER Veer-Governor, or "Vernor" Engine is an attitude control thruster. These motors are linked to RCS controls, but are powered by a Fuel+Oxidizer mix, making them significantly more powerful than MonoPropellant-powered RCS thrusters. They are fairly more bulky in comparison though, and feature only one nozzle facing outwards, although most agree that is an acceptable trade-off for the additional punch they pack.
	attachRules = 0,1,0,1,1
	mass = 0.08
	// heatConductivity = 0.06 // half default
	skinInternalConductionMult = 4.0
	emissiveConstant = 0.8 // engine nozzles are good at radiating.
	dragModelType = default
	maximum_drag = 0.01
	minimum_drag = 0.01
	angularDrag = 0.1
	crashTolerance = 50
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3400
	fuelCrossFeed = True
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleRCS
		thrusterTransformName = RCSthruster
		thrusterPower = 12
		resourceName = LiquidFuel
		resourceFlowMode = STAGE_PRIORITY_FLOW
		PROPELLANT
		{
			name = LiquidFuel
			ratio = 0.9
			DrawGauge = True
			resourceFlowMode = STAGE_PRIORITY_FLOW
		}
		PROPELLANT
		{
			name = Oxidizer
			ratio = 1.1
			resourceFlowMode = STAGE_PRIORITY_FLOW
		}
		atmosphereCurve
		{
			key = 0 260
			key = 1 140
			key = 5 0.001
		}
	}
}