GregroxMun

SaturnUranusBinary and SaturnUranusBinaryOtherStuff

Nov 28th, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. @Kopernicus:NEEDS[SigmaBinary,!GalacticNeighborhood]:AFTER[SigmaBinary]
  2. {
  3. @Body[Saturn]
  4. {
  5. SigmaBinary = Primary
  6. }
  7. @Body[Uranus]
  8. {
  9. SigmaBinary = Secondary
  10. }
  11. @Body[Sun]
  12. {
  13. SigmaBinary = Reference
  14. }
  15. }
  16.  
  17. -----------------------------------------------------------------------------------------------------------------------------------
  18.  
  19. @Kopernicus:NEEDS[SigmaBinary,!GalacticNeighborhood]:AFTER[SigmaBinary]:AFTER[Squad]:AFTER[AlternisSolarSystem]
  20. {
  21. @Body[Saturn]
  22. {
  23. @Properties
  24. {
  25. tidallyLocked = true
  26. }
  27. }
  28. @Body[Uranus]
  29. {
  30. @Properties
  31. {
  32. tidallyLocked = true
  33. }
  34. }
  35. @Body[Titan]
  36. {
  37. @Orbit
  38. {
  39. @referenceBody = SaturnUranus
  40. }
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment