Advertisement
GregroxMun

interstellar asteroids mod

Nov 23rd, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. @Kopernicus:FOR[InterstellarAsteroids]
  2. {
  3. +Asteroid[Stock]
  4. {
  5. %name = InterstellarAsteroids
  6. @Locations
  7. {
  8. @Around
  9. {
  10. Body
  11. {
  12. reached = false
  13. probability = 5
  14. name = Interstellar Asteroids
  15. body = Sun
  16. semiMajorAxis
  17. {
  18. minValue = -149597870700
  19. maxValue = -4986595690
  20. }
  21. eccentricity
  22. {
  23. minValue = 1.05
  24. maxValue = 2
  25. }
  26. inclination
  27. {
  28. minValue = 0
  29. maxValue = 364.9
  30. }
  31. meanAnomalyAtEpoch
  32. {
  33. minValue = -3.14159265358979
  34. maxValue = 3.14159265358979
  35. }
  36. longitudeOfAscendingNode
  37. {
  38. minValue = 0
  39. maxValue = 360
  40. }
  41. argumentOfPeriapsis
  42. {
  43. minValue = -90
  44. maxValue = 270
  45. }
  46. }
  47. Body
  48. {
  49. probability = 2
  50. name = Interstellar Fasteroids
  51. body = Sun
  52. semiMajorAxis
  53. {
  54. minValue = -14959787070
  55. maxValue = -249329784
  56. }
  57. eccentricity
  58. {
  59. minValue = 2
  60. maxValue = 20
  61. }
  62. inclination
  63. {
  64. minValue = 0
  65. maxValue = 364.9
  66. }
  67. meanAnomalyAtEpoch
  68. {
  69. minValue = -3.14159265358979
  70. maxValue = 3.14159265358979
  71. }
  72. longitudeOfAscendingNode
  73. {
  74. minValue = 0
  75. maxValue = 360
  76. }
  77. argumentOfPeriapsis
  78. {
  79. minValue = -90
  80. maxValue = 270
  81. }
  82. }
  83. }
  84. }
  85. }
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement