Advertisement
Guest User

Untitled

a guest
Dec 17th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. RESOURCE_DEFINITION
  2. {
  3. name = BioMass
  4. //c6h12o6
  5. density = 0.0180096
  6. flowMode = ALL_VESSEL
  7. transfer = PUMP
  8. isTweakable = true
  9. }
  10. RESOURCE_DEFINITION
  11. {
  12. name = Oxygen
  13. density = 0.0032
  14. flowMode = ALL_VESSEL
  15. transfer = PUMP
  16. isTweakable = true
  17. }
  18.  
  19. RESOURCE_DEFINITION
  20. {
  21. name = CarbonDioxide
  22. density = 0.0044
  23. flowMode = ALL_VESSEL
  24. transfer = PUMP
  25. isTweakable = true
  26. }
  27. RESOURCE_DEFINITION
  28. {
  29. name = light
  30. density = 0
  31. flowMode = NO_FLOW
  32. transfer = PUMP
  33. }
  34.  
  35. RESOURCE_DEFINITION
  36. {
  37. name = Nutrients
  38. density = 0.01
  39. flowMode = ALL_VESSEL
  40. transfer = PUMP
  41. isTweakable = true
  42. }
  43. RESOURCE_DEFINITION
  44. {
  45. name = MicroFlora
  46. density = 0.001
  47. flowMode = ALL_VESSEL
  48. transfer = PUMP
  49. isTweakable = true
  50. }
  51. RESOURCE_DEFINITION
  52. {
  53. name = Food
  54. density = 0.0003166535
  55. flowMode = ALL_VESSEL
  56. transfer = PUMP
  57. isTweakable = true
  58. }
  59. RESOURCE_DEFINITION
  60. {
  61. name = Water
  62. //density = 0.0017977746
  63. density = 0.0018016 //for BioMass
  64. flowMode = ALL_VESSEL
  65. transfer = PUMP
  66. isTweakable = true
  67. }
  68.  
  69. RESOURCE_DEFINITION
  70. {
  71. name = Waste
  72. density = 0.0000561805
  73. flowMode = ALL_VESSEL
  74. transfer = PUMP
  75. }
  76. RESOURCE_DEFINITION
  77. {
  78. name = WasteWater
  79. density = 0.0019765307
  80. flowMode = ALL_VESSEL
  81. transfer = PUMP
  82. }
  83.  
  84.  
  85.  
  86. EXPERIMENT_DEFINITION
  87. {
  88. id = GooViability
  89. title = Mystery Goo™ Viability Study
  90. baseValue = 10
  91. scienceCap = 18
  92. dataScale = 1
  93.  
  94. requireAtmosphere = False
  95. situationMask = 63
  96. biomeMask = 3
  97.  
  98. RESULTS
  99. {
  100. default = The goo seems to be thriving within the waste containment.
  101. InSpace = Yes. The goo does appear to be very good at breaking down waste.
  102.  
  103.  
  104. }
  105. }
  106.  
  107. EXPERIMENT_DEFINITION
  108. {
  109. id = BioContainment
  110. title = Bio Containment Study
  111. baseValue = 10
  112. scienceCap = 18
  113. dataScale = 1
  114.  
  115. requireAtmosphere = False
  116. situationMask = 63
  117. biomeMask = 3
  118.  
  119. RESULTS
  120. {
  121. default = The various sproutlings appear to be in good condition.
  122.  
  123. KerbinSrfLandedLaunchPad = The plants seem to be acting completely normal.
  124. KerbinSrfLandedRunway = The plants seems to behave very much the same as it always does around here.
  125. KerbinSrfLandedDeserts = The plants seem to thrive with no matter what the external conditions are.
  126. KerbinSrfSplashedWater = The plants seem to thrive with no matter what the external conditions are.
  127. KerbinSrfSplashedShores = The plants seem to thrive with no matter what the external conditions are.
  128. KerbinSrfLandedShores = The plants seem to thrive with no matter what the external conditions are.
  129. KerbinSrfLandedKSC = The plants seems to behave very much the same as it always does around here.
  130. KerbinFlyingLow = The plants seems to behave very much the same as it always does around here.
  131. KerbinFlyingHigh = The plants seem to thrive with no matter what the external conditions are.
  132. KerbinInSpaceLow = The plants seem to thrive with no matter what the external conditions are.
  133.  
  134. MohoInSpace = The plants seem to thrive with no matter what the external conditions are.
  135.  
  136. EveInSpace = The plants seem to thrive with no matter what the external conditions are.
  137. EveInSpace = The plants seem to thrive with no matter what the external conditions are.
  138.  
  139. DunaInSpace = The plants seem to thrive with no matter what the external conditions are.
  140.  
  141. Mun = The plants seem to thrive with no matter what the external conditions are.
  142.  
  143. InSpace = The plants seem to thrive with no matter what the external conditions are.
  144.  
  145. BopInSpace = The plants seem to thrive with no matter what the external conditions are.
  146.  
  147. PolInSpace = The plants seem to thrive with no matter what the external conditions are.
  148.  
  149. EeLooInSpace = The plants seem to thrive with no matter what the external conditions are.
  150.  
  151. EeLooInSpace = The plants seem to thrive with no matter what the external conditions are.
  152.  
  153. }
  154. }
  155.  
  156. EXPERIMENT_DEFINITION
  157. {
  158. id = BioSystems
  159. title = Biological Systems Study
  160. baseValue = 10
  161. scienceCap = 18
  162. dataScale = 1
  163.  
  164. requireAtmosphere = False
  165. situationMask = 63
  166. biomeMask = 3
  167.  
  168. RESULTS
  169. {
  170. default = Testing various system balances.
  171.  
  172. InSpace = Testing various system balances.
  173.  
  174.  
  175. }
  176. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement