Difference between revisions of "Parts/Engine/ionEngine/ionEngine.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/Engine/ionEngine/part.cfg to Parts/Engine/ionEngine/ionEngine.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 0.25;) |
||
Line 15: | Line 15: | ||
entryCost = 16800 | entryCost = 16800 | ||
cost = 5700 | cost = 5700 | ||
− | category = | + | category = Propulsion |
subcategory = 0 | subcategory = 0 | ||
title = PB-ION Electric Propulsion System | title = PB-ION Electric Propulsion System |
Revision as of 00:48, 8 October 2014
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 = Propulsion subcategory = 0 title = PB-ION Electric Propulsion System manufacturer = Ionic Symphonic 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 energy usage. According to ISP Electronics sales reps, the rumours of this engine being powered by "dark magic" are largely exaggerated. 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 = 2 heatProduction = 0 PROPELLANT { name = ElectricCharge ratio = 1.8 } PROPELLANT { name = XenonGas ratio = 0.1 } atmosphereCurve { key = 0 4200 } } MODULE { name = FXModuleAnimateThrottle animationName = colorAnimation dependOnEngineState = True responseSpeed = 0.5 } MODULE { name = ModuleTestSubject // nowhere: 0, srf: 1, ocean: 2, atmo: 4, space: 8 environments = 15 useStaging = True useEvent = True } }