Parts/Engine/vernorEngine/vernorEngine.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 12:38, 19 July 2014 by XZise (talk | contribs) (+version 0.24;)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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


// --- editor parameters ---
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.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,1,1

// --- standard part parameters ---
mass = 0.08
dragModelType = default
maximum_drag = 0.01
minimum_drag = 0.01
angularDrag = 0.1
crashTolerance = 50
breakingForce = 50
breakingTorque = 50
maxTemp = 3400
fuelCrossFeed = True


PhysicsSignificance = 1
// --- rcs module parameters ---

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
 	}


}