Guest User

Untitled

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