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:
committed by
GitHub
parent
475ae26ca7
commit
16a9aeb9c0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user