Advertisement
Fireheart318

Untitled

Nov 21st, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. @Kopernicus:AFTER[Kopernicus]
  2. @Body[Mun]
  3. {
  4. @Atmosphere
  5. {
  6. enabled = true
  7. oxygen = true
  8. maxAltitude = 3500
  9. atmosphereMolarMass = 0.029
  10. staticPressureASL = 101.325
  11. adiabaticIndex = 1.4
  12. pressureCurve
  13. {
  14. key = 0 101.325 0 -0.0150837
  15. key = 1000 87.2020 -0.0132081 -0.0132081
  16. key = 2300 70 -0.0120 -0.0120
  17. key = 3500 63.9899 -0.0101333 -0.0101333
  18. }
  19. temperatureCurve
  20. {
  21. key = 0 250 0 0
  22. key = 2500 250 0 0
  23. }
  24. temperatureSeaLevel = 250
  25. }
  26. }
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement