Advertisement
Guest User

Untitled

a guest
Sep 9th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. CONTRACT_TYPE
  2. {
  3. name = Station Fule
  4. title = Station test contract 2a
  5. genericTitle = Add Tanks
  6. genericDescription = Test 2 for StationBuilding
  7. notes = Cost To start
  8. synopsis = Get the Fule up
  9. completedMessage = Did it work?
  10. agent = MultiPlayers United
  11. minExpiry = 500.0
  12. maxExpiry = 1000.0
  13. cancellable = true
  14. declinable = true
  15. prestige = Significant
  16. targetBody = Kerbin
  17. rewardScience = 1.0
  18. rewardReputation = 1.0
  19. rewardFunds = -1.0
  20. failureReputation = 10.0
  21. failureFunds = 10000.0
  22. advanceFunds = -10000.0
  23.  
  24. REQUIREMENT
  25. {
  26. name = CoreCheck
  27. type = ValidVessel
  28. vessel = $KerbinStationCore
  29. }
  30.  
  31. PARAMETER
  32. {
  33. name = VesselParameterGroupFuelTanks
  34. type = VesselParameterGroup
  35. define = FuelTanks
  36.  
  37. PARAMETER
  38. {
  39. name = StationFuelTanks
  40. type = All
  41. title = Add Fuel Storage
  42.  
  43. PARAMETER
  44. {
  45. name = PartValidationDock
  46. type = PartValidation
  47. partModuleType = Dock
  48. minCount = 3
  49. title = Expandability Is key
  50. }
  51.  
  52. PARAMETER
  53. {
  54. name = HasResourceCapacity
  55. type = HasResourceCapacity
  56. resource = LiquidFuel
  57. minQuantity = 2000.0
  58. title = For refueling
  59. }
  60.  
  61. PARAMETER
  62. {
  63. name = HasResourceCapacity
  64. type = HasResourceCapacity
  65. resource = MonoPropellant
  66. minQuantity = 200.0
  67. title = For refueling
  68. }
  69.  
  70.  
  71. }
  72.  
  73. }
  74.  
  75. PARAMETER
  76. {
  77. name = Docking
  78. type = Docking
  79.  
  80. vessel = FuelTanks
  81. vessel = $KerbinStationCore
  82. defineDockedVessel = KerbinRefule
  83. }
  84.  
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement