Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. @PART[LiquidEngineRE-I2]
  2. {
  3. @MODULE[ModuleEnginesFX] {
  4. @PROPELLANT[LiquidFuel]
  5. {
  6. @name = LqdHydrogen
  7. @ratio = 1.5
  8. }
  9. @PROPELLANT[Oxidizer]
  10. {
  11. @name = Oxidizer
  12. @ratio = 0.1
  13. }
  14. !atmosphereCurve {}
  15. atmosphereCurve
  16. {
  17. key = 0 1600
  18. key = 1 950
  19. key = 2 500
  20. key = 10 1
  21. }
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement