| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- - type: gasReaction
- id: PlasmaFire
- priority: -2
- minimumTemperature: 373.149 # Same as Atmospherics.FireMinimumTemperatureToExist
- minimumRequirements: # In this case, same as minimum mole count.
- - 0.01 # oxygen
- - 0 # nitrogen
- - 0 # carbon dioxide
- - 0.01 # plasma
- effects:
- - !type:PlasmaFireReaction {}
- - type: gasReaction
- id: TritiumFire
- priority: -1
- minimumTemperature: 373.149 # Same as Atmospherics.FireMinimumTemperatureToExist
- minimumRequirements: # In this case, same as minimum mole count.
- - 0.01 # oxygen
- - 0 # nitrogen
- - 0 # carbon dioxide
- - 0 # plasma
- - 0.01 # tritium
- effects:
- - !type:TritiumFireReaction {}
- - type: gasReaction
- id: FrezonCoolant
- priority: 1
- minimumTemperature: 23.15
- minimumRequirements:
- - 0 # oxygen
- - 0.01 # nitrogen
- - 0 # carbon dioxide
- - 0 # plasma
- - 0 # tritium
- - 0 # vapor
- - 0 # ammonia
- - 0 # n2o
- - 0.01 # frezon
- effects:
- - !type:FrezonCoolantReaction {}
- - type: gasReaction
- id: FrezonProduction
- priority: 2
- maximumTemperature: 73.15 # Cold tritium fire, basically.
- minimumRequirements:
- - 0.01 # oxygen
- - 0.01 # nitrogen
- - 0 # carbon dioxide
- - 0 # plasma
- - 0.01 # tritium
- - 0 # vapor
- - 0 # ammonia
- - 0 # n2o
- - 0 # frezon
- effects:
- - !type:FrezonProductionReaction {}
- - type: gasReaction
- id: AmmoniaOxygenReaction
- priority: 2
- minimumTemperature: 323.149
- minimumRequirements:
- - 0.01 # oxygen
- - 0 # nitrogen
- - 0 # carbon dioxide
- - 0 # plasma
- - 0 # tritium
- - 0 # vapor
- - 0.01 # ammonia
- - 0 # n2o
- - 0 # frezon
- effects:
- - !type:AmmoniaOxygenReaction {}
- - type: gasReaction
- id: N2ODecomposition
- priority: 0
- minimumTemperature: 850
- minimumRequirements:
- - 0 # oxygen
- - 0 # nitrogen
- - 0 # carbon dioxide
- - 0 # plasma
- - 0 # tritium
- - 0 # vapor
- - 0 # ammonia
- - 0.01 # n2o
- - 0 # frezon
- effects:
- - !type:N2ODecompositionReaction {}
- #- type: gasReaction
- # id: WaterVaporPuddle
- # priority: 1
- # maximumTemperature: 373.13 # Boiling point of water.
- # minimumRequirements: # In this case, same as minimum mole count.
- # - 0 # oxygen
- # - 0 # nitrogen
- # - 0 # carbon dioxide
- # - 0 # plasma
- # - 0 # tritium
- # - 1 # water vapor
- # effects:
- # - !type:WaterVaporReaction
- # gas: 5
- # reagent: Water
|