reactions.yml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. - type: gasReaction
  2. id: PlasmaFire
  3. priority: -2
  4. minimumTemperature: 373.149 # Same as Atmospherics.FireMinimumTemperatureToExist
  5. minimumRequirements: # In this case, same as minimum mole count.
  6. - 0.01 # oxygen
  7. - 0 # nitrogen
  8. - 0 # carbon dioxide
  9. - 0.01 # plasma
  10. effects:
  11. - !type:PlasmaFireReaction {}
  12. - type: gasReaction
  13. id: TritiumFire
  14. priority: -1
  15. minimumTemperature: 373.149 # Same as Atmospherics.FireMinimumTemperatureToExist
  16. minimumRequirements: # In this case, same as minimum mole count.
  17. - 0.01 # oxygen
  18. - 0 # nitrogen
  19. - 0 # carbon dioxide
  20. - 0 # plasma
  21. - 0.01 # tritium
  22. effects:
  23. - !type:TritiumFireReaction {}
  24. - type: gasReaction
  25. id: FrezonCoolant
  26. priority: 1
  27. minimumTemperature: 23.15
  28. minimumRequirements:
  29. - 0 # oxygen
  30. - 0.01 # nitrogen
  31. - 0 # carbon dioxide
  32. - 0 # plasma
  33. - 0 # tritium
  34. - 0 # vapor
  35. - 0 # ammonia
  36. - 0 # n2o
  37. - 0.01 # frezon
  38. effects:
  39. - !type:FrezonCoolantReaction {}
  40. - type: gasReaction
  41. id: FrezonProduction
  42. priority: 2
  43. maximumTemperature: 73.15 # Cold tritium fire, basically.
  44. minimumRequirements:
  45. - 0.01 # oxygen
  46. - 0.01 # nitrogen
  47. - 0 # carbon dioxide
  48. - 0 # plasma
  49. - 0.01 # tritium
  50. - 0 # vapor
  51. - 0 # ammonia
  52. - 0 # n2o
  53. - 0 # frezon
  54. effects:
  55. - !type:FrezonProductionReaction {}
  56. - type: gasReaction
  57. id: AmmoniaOxygenReaction
  58. priority: 2
  59. minimumTemperature: 323.149
  60. minimumRequirements:
  61. - 0.01 # oxygen
  62. - 0 # nitrogen
  63. - 0 # carbon dioxide
  64. - 0 # plasma
  65. - 0 # tritium
  66. - 0 # vapor
  67. - 0.01 # ammonia
  68. - 0 # n2o
  69. - 0 # frezon
  70. effects:
  71. - !type:AmmoniaOxygenReaction {}
  72. - type: gasReaction
  73. id: N2ODecomposition
  74. priority: 0
  75. minimumTemperature: 850
  76. minimumRequirements:
  77. - 0 # oxygen
  78. - 0 # nitrogen
  79. - 0 # carbon dioxide
  80. - 0 # plasma
  81. - 0 # tritium
  82. - 0 # vapor
  83. - 0 # ammonia
  84. - 0.01 # n2o
  85. - 0 # frezon
  86. effects:
  87. - !type:N2ODecompositionReaction {}
  88. #- type: gasReaction
  89. # id: WaterVaporPuddle
  90. # priority: 1
  91. # maximumTemperature: 373.13 # Boiling point of water.
  92. # minimumRequirements: # In this case, same as minimum mole count.
  93. # - 0 # oxygen
  94. # - 0 # nitrogen
  95. # - 0 # carbon dioxide
  96. # - 0 # plasma
  97. # - 0 # tritium
  98. # - 1 # water vapor
  99. # effects:
  100. # - !type:WaterVaporReaction
  101. # gas: 5
  102. # reagent: Water