Advertisement
Guest User

Untitled

a guest
Jul 12th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. CONTRACT_TYPE
  2. {
  3. name = TestContractManned
  4. group = PhoenixIndustriesGroup
  5.  
  6. title = TestContractManned
  7. description = TestContractManned
  8. synopsis = TestContractManned
  9. completedMessage = Completed
  10.  
  11. REQUIREMENT
  12. {
  13. type = FlyBy
  14. checkType = MANNED
  15. targetBody = @/targetMoon
  16. }
  17.  
  18. targetBody = @targetMoon
  19.  
  20. cancellable = true
  21. declinable = true
  22.  
  23. // Contract rewards
  24. advanceFunds = 2000
  25. rewardScience = 2.0
  26. rewardReputation = 2.0
  27. rewardFunds = @advanceFunds * 2
  28.  
  29. maxCompletions = 1
  30. maxSimultaneous = 1
  31.  
  32. prestige = Trivial
  33.  
  34. DATA
  35. {
  36. type = CelestialBody
  37. targetMoon = HomeWorld().Children().ElementAt(0)
  38. }
  39.  
  40. PARAMETER
  41. {
  42. type = ReachState
  43. situation = ESCAPING
  44. situation = ORBITING
  45. }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement