Advertisement
Guest User

Adjust Karborundum Belt (KSP v1.0.2, Karbonite v0.6.0)

a guest
May 27th, 2015
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. // Config by KwirkyJ 2015, CC BY-NC-SA 4.0
  2. // Requires ModuleManager, Karbonite
  3. // Written for KSP v1.0.2,
  4. // Karbonite v0.6.0,
  5. // KarbonitePlus v0.4.0,
  6. // ModuleManager v2.6.x
  7.  
  8. // Move the Karborundrum belt around the sun to something more accessible.
  9. // Barely.
  10. // Densest at 150Mm altitude, reaches just short of 200Mm.
  11. // KPlus large collector tends to fail after any length of time spent
  12. // below 195Mm; plan accordingly.
  13.  
  14. @PLANETARY_RESOURCE:HAS[#ResourceName[Karborundum]&#PlanetName[Sun]],0
  15. {
  16. @Distribution,0
  17. {
  18. @MinAbundance = 2
  19. @MinAltitude = 1.14678899
  20. @MaxAltitude = 1.14678899
  21. @MinRange = 0.1911315
  22. @MaxRange = 0.1911315
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement