GregroxMun

Untitled

May 25th, 2021 (edited)
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. //config which makes a duna clone called anud which has haha funni numbers and orbits Kerbin
  2. @Kopernicus:FOR[whateverYourModIsCalled]
  3. {
  4. Body
  5. {
  6. name = Anud
  7. identifier = MyModName/Anud
  8. Template
  9. {
  10. name = Duna
  11. }
  12. Properties
  13. {
  14. radius = 80085
  15. displayName = Anud^N
  16. //("^N" adds grammatical neutral gender. I dunno if the english localization supports gendered names, btw)
  17. geeASL = 69
  18. rotationPeriod = 1337420
  19. description = hehehehehehe
  20. }
  21. Orbit
  22. {
  23. referenceBody = Squad/Kerbin
  24. semiMajorAxis = 4.2069e8
  25. }
  26. ScaledVersion{}
  27. Atmosphere{}
  28. PQS{}
  29. //even though we're not adding or modifying the atmo/pqs, we still need empty nodes here, or things will go wrong.
  30. }
  31. }
Add Comment
Please, Sign In to add comment