Advertisement
Guest User

Untitled

a guest
May 9th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. CONTRACT_GROUP
  2. {
  3. name = Caravan_Group
  4. displayName = Caravans
  5. minVersion = 1.22.2
  6. agent = Integrated Integrals
  7. }
  8.  
  9. CONTRACT_TYPE
  10. {
  11. name = Caravan
  12. group = Caravan_Group
  13. title = Establish a trade route
  14. genericTitle = Establish a trade route
  15. description = A more detailed description of the contract
  16. genericDescription = This is the generic description
  17. synopsis = You must visit the origin and the destination
  18. completedMessage = You did it !
  19. minExpiry = 0.0
  20. maxExpiry = 0.0
  21. maxSimultaneous = 100
  22.  
  23. PARAMETER
  24. {
  25. name = VesselParameterGroupDefine
  26. type = VesselParameterGroup
  27. define = RouteVessel
  28. hideVesselName = true
  29. dissassociateVesselsOnContractCompletion = true
  30.  
  31. PARAMETER
  32. {
  33. name = PartValidation
  34. type = PartValidation
  35. part = crewCabin
  36. disableOnStateChange = false
  37. }
  38.  
  39. PARAMETER
  40. {
  41. name = BeAtOrigin
  42. type = CaravanEndPointParameter
  43. title = Visit the trade route origin
  44. targetBody = HomeWorld()
  45. situation = LANDED
  46. disableOnStateChange = true
  47. }
  48.  
  49. }
  50.  
  51. PARAMETER
  52. {
  53. name = VesselParameterGroupCatch
  54. type = VesselParameterGroup
  55. vessel = RouteVessel
  56.  
  57. PARAMETER
  58. {
  59. name = PartValidation
  60. type = PartValidation
  61. part = crewCabin
  62. disableOnStateChange = false
  63. }
  64.  
  65. PARAMETER
  66. {
  67. name = BeAtDestination
  68. type = CaravanEndPointParameter
  69. title = Visit the trade route destination
  70. targetBody = HomeWorld()
  71. situation = LANDED
  72. }
  73.  
  74. }
  75.  
  76. REQUIREMENT
  77. {
  78. name = Never
  79. title = Never
  80. type = Expression
  81. expression = false
  82. checkOnActiveContract = false
  83. }
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement