Guest User

Untitled

a guest
Feb 5th, 2023
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1.  
  2. @PART[nuclearEngine] {
  3.  
  4. MODULE
  5. {
  6.  
  7. {
  8. name = MultiModeEngine
  9. primaryEngineID = LF
  10. secondaryEngineID = LFO
  11. }
  12.  
  13. MODULE[ModuleAlternator]
  14. {
  15. preferMultiMode = true
  16. }
  17.  
  18. MODULE
  19. {
  20. name = ModuleEnginesFX
  21. engineID = LF
  22. thrustVectorTransformName = thrustTransform
  23. exhaustDamage = True
  24. ignitionThreshold = 0.1
  25. minThrust = 0
  26. maxThrust = 60
  27. heatProduction = 250
  28. fxOffset = 0, 0, 1
  29. EngineType = Nuclear
  30. exhaustDamageDistanceOffset = 1.86
  31. PROPELLANT
  32. {
  33. name = LiquidFuel
  34. ratio = 0.9
  35. DrawGauge = True
  36. }
  37. atmosphereCurve
  38. {
  39. key = 0 800
  40. key = 1 185
  41. key = 2 0.001
  42. }
  43. }
  44.  
  45. MODULE
  46. {
  47. name = ModuleEnginesFX
  48. engineID = LFO
  49. thrustVectorTransformName = thrustTransform
  50. exhaustDamage = True
  51. ignitionThreshold = 0.1
  52. minThrust = 0
  53. maxThrust = 90
  54. heatProduction = 500
  55. fxOffset = 0, 0, 1
  56. EngineType = Nuclear
  57. exhaustDamageDistanceOffset = 1.86
  58. PROPELLANT
  59. {
  60. name = LiquidFuel
  61. ratio = 0.9
  62. DrawGauge = True
  63. }
  64. PROPELLANT
  65. {
  66. name = Oxidizer
  67. ratio = 1.1
  68. }
  69. atmosphereCurve
  70. {
  71. key = 0 533
  72. key = 1 223
  73. key = 2 0.1
  74. }
  75. }
  76. }
  77. }
Advertisement
Add Comment
Please, Sign In to add comment