Advertisement
Guest User

Untitled

a guest
May 11th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 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. disableOnStateChange = false
  31.  
  32. PARAMETER
  33. {
  34. name = PartValidation
  35. type = PartValidation
  36. part = crewCabin
  37. disableOnStateChange = false
  38. }
  39.  
  40. }
  41.  
  42. PARAMETER
  43. {
  44. name = VesselParameterGroupCatch1
  45. type = VesselParameterGroup
  46. vessel = RouteVessel
  47.  
  48. PARAMETER
  49. {
  50. name = PartValidation
  51. type = PartValidation
  52. part = crewCabin
  53. disableOnStateChange = false
  54. }
  55.  
  56. PARAMETER
  57. {
  58. name = BeAtOrigin
  59. type = CaravanEndPointParameter
  60. title = Visit the trade route origin
  61. targetBody = HomeWorld()
  62. situation = LANDED
  63. disableOnStateChange = false
  64. }
  65. }
  66.  
  67. PARAMETER
  68. {
  69. name = VesselParameterGroupCatch2
  70. type = VesselParameterGroup
  71. vessel = RouteVessel
  72. completeInSequence = true
  73.  
  74. PARAMETER
  75. {
  76. name = PartValidation
  77. type = PartValidation
  78. part = crewCabin
  79. disableOnStateChange = false
  80. }
  81.  
  82. PARAMETER
  83. {
  84. name = BeAtDestination
  85. type = CaravanEndPointParameter
  86. title = Visit the trade route destination
  87. targetBody = HomeWorld()
  88. situation = LANDED
  89. }
  90. }
  91.  
  92. REQUIREMENT
  93. {
  94. name = Never
  95. title = Never
  96. type = Expression
  97. expression = false
  98. checkOnActiveContract = false
  99. }
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement