Adds fire/air alarms (#5018)

Co-authored-by: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
Co-authored-by: E F R <602406+Efruit@users.noreply.github.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Flipp Syder
2022-01-01 20:56:24 -08:00
committed by GitHub
parent 903f796b0f
commit b1584793bf
71 changed files with 4340 additions and 29 deletions

View File

@@ -0,0 +1,31 @@
- type: alarmThreshold
id: stationTemperature
upperBound: 1465.75 # T20C * 5
lowerBound: 193.15 # T20C - 100
upperWarnAround: 0.25
lowerWarnAround: 1.1
- type: alarmThreshold
id: stationPressure
upperBound: 550 # as defined in Atmospherics.cs
lowerBound: 20 # as defined in Atmospherics.cs
upperWarnAround: 0.7
lowerWarnAround: 2.5
- type: alarmThreshold
id: stationOxygen
lowerBound: 0.0010
lowerWarnAround: 1.5
- type: alarmThreshold
id: stationCO2
upperBound: 0.0025
upperWarnAround: 0.5
- type: alarmThreshold
id: ignore # just ignore nitrogen??? ??? ???
ignore: true
- type: alarmThreshold
id: danger # just any gas you don't want at all
upperBound: 0.0001