Water vapor now makes puddles under 100ºC above 1 moles (#3489)

* Water vapor now makes puddles under 100ºC above 1 moles

* serv3 moment

* Update Content.Server/Atmos/Reactions/GasReactionPrototype.cs

Co-authored-by: Clyybber <darkmine956@gmail.com>

Co-authored-by: Clyybber <darkmine956@gmail.com>
This commit is contained in:
Vera Aguilera Puerto
2021-03-05 22:15:37 +01:00
committed by GitHub
parent 475ae26ca7
commit 16a9aeb9c0
5 changed files with 69 additions and 2 deletions

View File

@@ -22,3 +22,19 @@
- 0.01 # tritium
effects:
- !type:TritiumFireReaction {}
- 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
gasId: 5
reagent: chem.Water