Advertisement
Guest User

Untitled

a guest
Dec 13th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. CONTRACT_TYPE
  2. {
  3. name = ExplorationPlus-FlyBy
  4. title = Start exploring @/targetBody1
  5. genericTitle = Start exploring a Celestial Body
  6. group = ExplorationPlus
  7. description = Here at KSC we like to think we are always open to exploring new frontiers. With this in mind, we want you to head out to @/targetBody1 and see what we can see.
  8. genericDescription = Head to a new celestial body, to see what we can see.
  9. synopsis = Begin exploring @/targetBody1
  10. completedMessage = Huzzah! There is no such thing as the final frontier.
  11. minExpiry = 1
  12. maxExpiry = 7
  13. deadline = 0
  14. cancellable = true
  15. declinable = true
  16. prestige = Exceptional
  17. targetBody = @/targetBody1
  18. maxSimultaneous = 1
  19. //these are way out of sync, but can use them for examples for now.
  20. rewardScience = 4
  21. rewardReputation = 6.7
  22. rewardFunds = 64000.0
  23. failureReputation = 0.0
  24. failureFunds = 0
  25. advanceFunds = 0
  26. DATA
  27. {
  28. type = CelestialBody
  29. targetBody1 = NextUnreachedBody()
  30. }
  31.  
  32. PARAMETER
  33. {
  34. name = ReachState
  35. type = ReachState
  36. situation = ESCAPING
  37. title = Fly by @/targetBody1
  38. }
  39.  
  40. PARAMETER
  41. {
  42. name = CollectScience
  43. type = CollectScience
  44. recoveryMethod = RecoverOrTransmit
  45. title = Return the first science from @/targetBody1
  46. }
  47.  
  48. REQUIREMENT
  49. {
  50. name = ReachOrbit
  51. type = Orbit
  52. targetBody = Kerbin
  53. title = Must have reached orbit for the first time.
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement