Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. PART
  2. {
  3. name = InterstellarPlasmaThrusterUpgraded
  4. module = Part
  5. author = Fractal
  6.  
  7. mesh = model.mu
  8. scale = 1
  9. rescaleFactor = 1
  10.  
  11. node_stack_top = 0.0, 1.1615562, 0.0, 0.0, 1.0, 0.0, 1
  12. node_stack_bottom = 0.0, -0.1832844, 0.0, 0.0, -1.0, 0.0, 1
  13.  
  14. fx_exhaustFlame_blue = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
  15. fx_exhaustLight_blue = 0.0, -0.0, 0.0, 0.0, 0.0, 1.0, running
  16. fx_exhaustSparks_flameout = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, flameout
  17.  
  18. TechRequired = specializedPlasmaGeneration
  19. entryCost = 12500
  20. cost = 8000
  21. category = none
  22. subcategory = 0
  23. title = Quantum Vacuum Plasma Thruster
  24. manufacturer = Ionic Protonic Electronics
  25. description = A larger and more efficient cousin of the ion engine, it is best not to attempt to power this engine with witchcraft and instead opt for a very large electric generator.
  26. attachRules = 1,0,1,1,0
  27.  
  28. // --- standard part parameters ---
  29. mass = 1
  30. dragModelType = default
  31. maximum_drag = 0.2
  32. minimum_drag = 0.2
  33. angularDrag = 2
  34. crashTolerance = 7
  35. breakingForce = 200
  36. breakingTorque = 200
  37. maxTemp = 3600
  38.  
  39. EFFECTS
  40. {
  41. electric_qvp
  42. {
  43. MODEL_MULTI_PARTICLE
  44. {
  45. modelName = WarpPlugin/FX/interstellarQVPExhaust
  46. transformName = TT
  47. emission = 0.0 0.0
  48. emission = 0.05 0.05
  49. emission = 0.075 0.1
  50. emission = 1.0 1.25
  51. speed = 0.0 0.5
  52. speed = 1.0 1.2
  53. }
  54. }
  55. electric_red
  56. {
  57. MODEL_MULTI_PARTICLE
  58. {
  59. modelName = WarpPlugin/FX/interstellarLithiumExhaust
  60. transformName = TT
  61. emission = 0.0 0.0
  62. emission = 0.05 0.05
  63. emission = 0.075 0.1
  64. emission = 1.0 1.25
  65. speed = 0.0 0.5
  66. speed = 1.0 1.2
  67. }
  68. }
  69. electric_argon
  70. {
  71. MODEL_MULTI_PARTICLE
  72. {
  73. modelName = WarpPlugin/FX/interstellarArgonExhaust
  74. transformName = TT
  75. emission = 0.0 0.0
  76. emission = 0.05 0.05
  77. emission = 0.075 0.1
  78. emission = 1.0 1.25
  79. speed = 0.0 0.5
  80. speed = 1.0 1.2
  81. }
  82. }
  83. electric_xenon
  84. {
  85. MODEL_MULTI_PARTICLE
  86. {
  87. modelName = WarpPlugin/FX/interstellarXenonExhaust
  88. transformName = TT
  89. emission = 0.0 0.0
  90. emission = 0.05 0.05
  91. emission = 0.075 0.1
  92. emission = 1.0 1.25
  93. speed = 0.0 0.5
  94. speed = 1.0 1.2
  95. }
  96. }
  97. electric_hydrogen
  98. {
  99. MODEL_MULTI_PARTICLE
  100. {
  101. modelName = WarpPlugin/FX/interstellarHydrogenExhaust
  102. transformName = TT
  103. emission = 0.0 0.0
  104. emission = 0.05 0.05
  105. emission = 0.075 0.1
  106. emission = 1.0 1.25
  107. speed = 0.0 0.5
  108. speed = 1.0 1.2
  109. }
  110. }
  111. electric_ammonia
  112. {
  113. MODEL_MULTI_PARTICLE
  114. {
  115. modelName = WarpPlugin/FX/interstellarAmmoniaExhaust
  116. transformName = TT
  117. emission = 0.0 0.0
  118. emission = 0.05 0.05
  119. emission = 0.075 0.1
  120. emission = 1.0 1.25
  121. speed = 0.0 0.5
  122. speed = 1.0 1.2
  123. }
  124. }
  125. }
  126.  
  127. MODULE
  128. {
  129. name = ModuleEnginesFX
  130. engineID = PlasmaThruster
  131. thrustVectorTransformName = TT
  132. exhaustDamage = True
  133. ignitionThreshold = 0.01
  134. minThrust = 0
  135. maxThrust = 80.5
  136. heatProduction = 0
  137. PROPELLANT
  138. {
  139. name = LqdHydrogen
  140. ratio = 1
  141. }
  142. atmosphereCurve
  143. {
  144. key = 0 11213
  145. }
  146. }
  147.  
  148. MODULE
  149. {
  150. name = ElectricEngineControllerFX
  151. originalName = Magnetoplasmadynamic
  152. upgradedName = Quantum Vacuum
  153. upgradeCost = 2000
  154. upgradeTechReq = specializedPlasmaGeneration
  155. maxPower = 12500
  156. baseISP = 11213
  157. exitArea = 0.192
  158. type = 1
  159. upgradedtype = 8
  160. ispGears = 3
  161. powerThrustMultiplier = 1
  162. }
  163.  
  164. RESOURCE
  165. {
  166. name = WasteHeat
  167. amount = 0
  168. maxAmount = 100000
  169. }
  170.  
  171. MODULE
  172. {
  173. name = ModuleAnimateHeat
  174. ThermalAnim = e9
  175. }
  176.  
  177. MODULE
  178. {
  179. name = ModuleGimbal
  180. gimbalTransformName = TT
  181. gimbalRange = 1
  182. }
  183.  
  184. MODULE
  185. {
  186. name = TweakScale
  187. type = stack
  188. defaultScale = 1.25
  189. scaleFactors = 0.625 1.25, 1.875, 2.5
  190. scaleNames = 0.625m, 1.25m, 1.875m, 2.5m
  191. }
  192.  
  193.  
  194.  
  195. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement