Advertisement
Guest User

Untitled

a guest
May 9th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 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 = true
  37. }
  38.  
  39. }
  40.  
  41. PARAMETER
  42. {
  43. name = VesselParameterGroupCatch
  44. type = VesselParameterGroup
  45. vessel = RouteVessel
  46.  
  47. PARAMETER
  48. {
  49. name = Sequence
  50. type = Sequence
  51. title = Complete the following in order
  52.  
  53. PARAMETER
  54. {
  55. name = BeAtOrigin
  56. type = CaravanEndPointParameter
  57. title = Visit the trade route origin
  58. targetBody = HomeWorld()
  59. situation = LANDED
  60. disableOnStateChange = true
  61. }
  62. PARAMETER
  63. {
  64. name = BeAtDestination
  65. type = CaravanEndPointParameter
  66. title = Visit the trade route destination
  67. targetBody = HomeWorld()
  68. situation = LANDED
  69. }
  70. }
  71.  
  72. }
  73.  
  74. REQUIREMENT
  75. {
  76. name = Never
  77. title = Never
  78. type = Expression
  79. expression = false
  80. checkOnActiveContract = false
  81. }
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement