Advertisement
GregroxMun

ResearchBodies

May 9th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. RESEARCHBODIES
  2. {
  3. chances = 3 // the more this number is big, the less chances you'll have to find a body. (must be 1 or more !)
  4. enableInSandbox = true
  5. allowTrackingStationLvl1 = false
  6. observatorylvl1range = 80000000000
  7. observatorylvl2range = 184000000000
  8.  
  9. allowOldResearchinCareer = false
  10.  
  11. // COSTS :
  12. // type = easy normal medium hard
  13. StartResearchCosts = 20 25 35 45 // also for stop research plan
  14. ProgressResearchCosts = 5 10 15 20
  15. ScienceRewards = 10 15 25 50
  16.  
  17. ONDISCOVERY
  18. {
  19. Moho = So hot. This is one of the first things we thought after discovering Moho. If one day we want to explore it, we'll have to care about temperature.
  20. Eve = Our instruments are so powerful that we were able to see a purple dot in the sky. Bob named it Eve.First, we thought it was an ice cream like Minmus, but then scientists at R&D said it's impossible that close to the Sun.
  21. Gilly = The ultimate question for the time being is : How did we do to find Gilly ?
  22. Minmus = Jeb will be happy. A new ice cream world named Minmus has just been found orbiting around Kerbin ! So close ! You won't need snacks anymore if you're going there.
  23. Duna = For a long time, maybe for thousands of years, we saw a red dot in the sky. A star ? Snacks ???! We weren't able to tell. Unfortunately, we are sure it's not snacks. It's Duna.
  24. Ike = What is this big thing here ? I prefer the awesome Duna's red ! Ike is apparently orbiting Duna.
  25. Dres = We've just discovered Dres, a small grey planet orbiting around the Sun.
  26. Jool = Well... Guys, we discovered Jool, a big kerb... planet, gas planet.
  27. Laythe = First we thought we saw Kerbin in a mirror, but we didn't. This is Laythe.
  28. Vall = Vall's incredibly looking like Minmus, said Bobak Kerman at KSC.
  29. Tylo = We didn't discovered a 'normal' body for a long time now, said scientists at R&D after discovering Tylo.
  30. Bop = Bop seems to be a captured asteroid, so it became a Jool's satellite.
  31. Pol = I didn't know flowers can orbit planets ! Well, Pol doesn't really come from a flower, but it could in fact as pollen.
  32. Eeloo = So far, so cold, so white, so tiny, so whatever-you-want ! This is Eeloo.
  33. }
  34. IGNORE
  35. {
  36. body = Kerbin
  37. body = Sun
  38. body = Mun
  39. }
  40. IGNORELEVELS
  41. {
  42. // body = easy normal medium hard
  43. Sun = true true true true
  44. Kerbin = true true true true
  45. Mun = true true true true
  46. Minmus = true true true false
  47. Duna = true true false false
  48. Eve = true true false false
  49. Jool = true true false false
  50. Laythe = true false false false
  51. Vall = true false false false
  52. Tylo = true false false false
  53. }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement