Difference between revisions of "Parts/Engine/ionEngine/ionEngine.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> name = ionEngine module = Part author = NovaSilisko mesh = model.mu scale = 1 rescaleFactor = 1 node_stack_top = 0.0, 0.2135562, 0.0, 0.0, 1.0, 0.0, 1 node_stack_botto...")
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|PB-ION Electric Propulsion System|2=PART
 +
{
 
name = ionEngine
 
name = ionEngine
 
module = Part
 
module = Part
Line 11: Line 12:
 
node_stack_bottom = 0.0, -0.1872844, 0.0, 0.0, 1.0, 0.0, 1
 
node_stack_bottom = 0.0, -0.1872844, 0.0, 0.0, 1.0, 0.0, 1
  
 +
TechRequired = ionPropulsion
 +
entryCost = 16800
 
cost = 5700
 
cost = 5700
 
category = Utility
 
category = Utility
Line 16: Line 19:
 
title = PB-ION Electric Propulsion System
 
title = PB-ION Electric Propulsion System
 
manufacturer = Ionic Protonic Electronics
 
manufacturer = Ionic Protonic Electronics
description = By emitting ionized xenon gas through a small thruster port, the PB-ION can produce incredibly efficient propulsion, but with a downside of very low thrust and high expense.
+
description = By emitting ionized xenon gas through a small thruster port, the PB-ION can produce incredibly efficient propulsion, but with a downside of very low thrust and high expense. The general perception of this engine as being powered by "witchcraft" has unfortunately given it a sour reputation.
 
attachRules = 1,0,1,1,0
 
attachRules = 1,0,1,1,0
  
Line 61: Line 64:
 
       responseSpeed = 0.5
 
       responseSpeed = 0.5
 
}
 
}
</pre>
+
 
 +
}
 +
}}

Revision as of 13:17, 24 January 2014

This is the configuration file for PB-ION Electric Propulsion System.
PART
{
name = ionEngine
module = Part
author = NovaSilisko

mesh = model.mu
scale = 1
rescaleFactor = 1

node_stack_top = 0.0, 0.2135562, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.1872844, 0.0, 0.0, 1.0, 0.0, 1

TechRequired = ionPropulsion
entryCost = 16800
cost = 5700
category = Utility
subcategory = 0
title = PB-ION Electric Propulsion System
manufacturer = Ionic Protonic Electronics
description = By emitting ionized xenon gas through a small thruster port, the PB-ION can produce incredibly efficient propulsion, but with a downside of very low thrust and high expense. The general perception of this engine as being powered by "witchcraft" has unfortunately given it a sour reputation.
attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 0.25
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 3600

MODULE
{
	name = ModuleEngines
	thrustVectorTransformName = thrustTransform
	exhaustDamage = False
	ignitionThreshold = 0.1
	minThrust = 0
	maxThrust = 0.5
	heatProduction = 0
	PROPELLANT
	{
		name = ElectricCharge
       		ratio = 12.0
	}
	PROPELLANT
	{
		name = XenonGas
		ratio = 0.1
	}
	atmosphereCurve
 	{
   	 key = 0 4200
 	}
	
}

MODULE
{
      name = FXModuleAnimateThrottle
      animationName = colorAnimation
      dependOnEngineState = True
      responseSpeed = 0.5
}

}