Advertisement
MrWizerd

EPL_MFT.cfg

Jun 7th, 2014
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. @TANK_DEFINITION[Default]
  2. {
  3. TANK
  4. {
  5. name = RocketParts
  6. amount = 0.0
  7. maxAmount = 0.0
  8. utilization = 0.6
  9. }
  10. TANK
  11. {
  12. name = Metal
  13. amount = 0.0
  14. maxAmount = 0.0
  15. utilization = 0.6
  16. note = (Metal is stored as fine granuals)
  17. }
  18. TANK
  19. {
  20. name = Ore
  21. amount = 0.0
  22. maxAmount = 0.0
  23. utilization = .7
  24. }
  25. }
  26.  
  27. @TANK_DEFINITION[Fuselage]
  28. {
  29. TANK
  30. {
  31. name = RocketParts
  32. amount = 0.0
  33. maxAmount = 0.0
  34. utilization = 0.6
  35. }
  36. TANK
  37. {
  38. name = Metal
  39. amount = 0.0
  40. maxAmount = 0.0
  41. utilization = 0.6
  42. note = (Metal is stored as fine granuals)
  43. }
  44. TANK
  45. {
  46. name = Ore
  47. amount = 0.0
  48. maxAmount = 0.0
  49. utilization = .7
  50. }
  51. }
  52.  
  53. @TANK_DEFINITION[Structural]
  54. {
  55. TANK
  56. {
  57. name = RocketParts
  58. amount = 0.0
  59. maxAmount = 0.0
  60. utilization = 0.6
  61. }
  62. TANK
  63. {
  64. name = Metal
  65. amount = 0.0
  66. maxAmount = 0.0
  67. utilization = 0.6
  68. note = (Metal is stored as fine granuals)
  69. }
  70. TANK
  71. {
  72. name = Ore
  73. amount = 0.0
  74. maxAmount = 0.0
  75. utilization = .7
  76. }
  77. }
  78.  
  79. @TANK_DEFINITION[Balloon]
  80. {
  81. TANK
  82. {
  83. name = RocketParts
  84. amount = 0.0
  85. maxAmount = 0.0
  86. utilization = 0.6
  87. }
  88. TANK
  89. {
  90. name = Metal
  91. amount = 0.0
  92. maxAmount = 0.0
  93. utilization = 0.6
  94. note = (Metal is stored as fine granuals)
  95. }
  96. TANK
  97. {
  98. name = Ore
  99. amount = 0.0
  100. maxAmount = 0.0
  101. utilization = .7
  102. }
  103. }
  104.  
  105. @TANK_DEFINITION[Kethane]
  106. {
  107. TANK
  108. {
  109. name = RocketParts
  110. amount = 0.0
  111. maxAmount = 0.0
  112. utilization = 0.6
  113. }
  114. TANK
  115. {
  116. name = Metal
  117. amount = 0.0
  118. maxAmount = 0.0
  119. utilization = 0.6
  120. note = (Metal is stored as fine granuals)
  121. }
  122. TANK
  123. {
  124. name = Ore
  125. amount = 0.0
  126. maxAmount = 0.0
  127. utilization = .7
  128. }
  129. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement