Advertisement
Fireheart318

Gas Oceans on Mun.cfg

Nov 21st, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. // This adds a thick, soupy atmosphere to the Mun’s craters (really just below a certain altitude). This is NOT realistic AT ALL!
  2. @Kopernicus:AFTER[Kopernicus]
  3. @Body[Mun]
  4. {
  5. Atmosphere
  6. {
  7. enabled = true
  8. oxygen = true
  9. maxAltitude = 3500
  10. pressureCurve
  11. {
  12. key = 0 101.325 0 -0.0150837
  13. key = 1000 87.2020 -0.0132081 -0.0132081
  14. key = 2300 70 -0.0120 -0.0120
  15. key = 3500 63.9899 -0.0101333 -0.0101333
  16. }
  17. }
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement