Created
March 21, 2014 20:24
-
-
Save kuzetsa/9695601 to your computer and use it in GitHub Desktop.
quantum thruster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PART | |
{ | |
name = QuantumThruster | |
module = Part | |
author = kuzetsa | |
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 = start | |
entryCost = 16800 | |
cost = 5700 | |
category = Utility | |
subcategory = 0 | |
title = Quantum Thruster | |
manufacturer = mysterious origins | |
description = This thruster may look like identical to the PB-ION Electric Propulsion System, but this variant REALLY IS powered by "witchcraft". | |
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.0000001 | |
minThrust = 0 | |
maxThrust = 1500 | |
heatProduction = 0 | |
PROPELLANT | |
{ | |
name = ElectricCharge | |
ratio = 0.000012 | |
} | |
PROPELLANT | |
{ | |
name = PureEnergy | |
ratio = 0.0000001 | |
} | |
atmosphereCurve | |
{ | |
key = 0 4200000000 | |
} | |
} | |
MODULE | |
{ | |
name = FXModuleAnimateThrottle | |
animationName = colorAnimation | |
dependOnEngineState = True | |
responseSpeed = 0.5 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment