Advertisement
MrWizerd

Methane_TankType.cfg

Jul 1st, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. TANK_DEFINITION
  2. {
  3. name = Methane
  4. basemass = -1
  5. TANK
  6. {
  7. name = Kethane
  8. amount = 0.0
  9. maxAmount = 0.0
  10. fillable = false
  11. }
  12. TANK
  13. {
  14. name = LiquidFuel
  15. amount = 0.0
  16. maxAmount = 0.0
  17. }
  18. TANK
  19. {
  20. name = LqdMethane
  21. amount = full
  22. maxAmount = 45%
  23. }
  24. TANK
  25. {
  26. name = Oxidizer
  27. amount = full
  28. maxAmount = 55%
  29. }
  30. TANK
  31. {
  32. name = MonoPropellant
  33. mass = 0.000625
  34. amount = 0.0
  35. maxAmount = 0.0
  36. }
  37. TANK
  38. {
  39. name = XenonGas
  40. mass = 0.000625
  41. amount = 0.0
  42. maxAmount = 0.0
  43. utilization = 56.0
  44. note = (pressurized)
  45. }
  46. TANK
  47. {
  48. name = Argon
  49. mass = 0.000625
  50. amount = 0.0
  51. maxAmount = 0.0
  52. utilization = 56.0
  53. note = (pressurized)
  54. }
  55. TANK
  56. {
  57. name = Lithium
  58. amount = 0.0
  59. maxAmount = 0.0
  60. }
  61. TANK
  62. {
  63. name = Deuterium
  64. amount = 0.0
  65. maxAmount = 0.0
  66. utilization = .7
  67. }
  68. TANK
  69. {
  70. name = Tritium
  71. mass = 0.0009
  72. amount = 0.0
  73. maxAmount = 0.0
  74. utilization = .8
  75. note = (Shielded)
  76. }
  77. TANK
  78. {
  79. name = Helium-3
  80. mass = 0.000625
  81. utilization = 56
  82. amount = 0.0
  83. maxAmount = 0.0
  84. fillable = false
  85. note = (pressurized)
  86. }
  87. TANK
  88. {
  89. name = UF4
  90. mass = 0.0009
  91. amount = 0.0
  92. maxAmount = 0.0
  93. utilization = .8
  94. note = (Shielded)
  95. }
  96. TANK
  97. {
  98. name = ThF4
  99. mass = 0.0009
  100. amount = 0.0
  101. maxAmount = 0.0
  102. utilization = .8
  103. note = (Shielded)
  104. }
  105. TANK
  106. {
  107. name = UraniumNitride
  108. mass = 0.0009
  109. amount = 0.0
  110. maxAmount = 0.0
  111. utilization = .1
  112. note = (Shielded)
  113. }
  114. TANK
  115. {
  116. name = LqdHelium
  117. mass = 0.000454
  118. amount = 0.0
  119. maxAmount = 0.0
  120. loss_rate = 1.667794e-8
  121. utilization = 7
  122. note = (Refrigerated)
  123.  
  124. }
  125. TANK
  126. {
  127. name = Actinides
  128. mass = 0.0009
  129. amount = 0.0
  130. maxAmount = 0.0
  131. }
  132. TANK
  133. {
  134. name = DepletedFuel
  135. mass = 0.00009
  136. amount = 0.0
  137. maxAmount = 0.0
  138. fillable = false
  139. utilization = .8
  140. }
  141. TANK
  142. {
  143. name = Ammonia
  144. amount = 0.0
  145. maxAmount = 0.0
  146. }
  147. TANK
  148. {
  149. name = LqdWater
  150. amount = 0.0
  151. maxAmount = 0.0
  152. utilization = .7
  153. }
  154. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement