air alarm default settings modified for anaerobic crew
# For gas concentrations, threshold=0.1 means 10%
- type: alarmThreshold
id: stationOxygen
+ lowerBound: !type:AlarmThresholdSetting
+ threshold: 0.10
+ upperBound: !type:AlarmThresholdSetting
+ threshold: 0.3
+ lowerWarnAround: !type:AlarmThresholdSetting
+ threshold: 1.5
+ upperWarnAround: !type:AlarmThresholdSetting
+ threshold: 0.8
+
+- type: alarmThreshold
+ id: stationNitrogen
lowerBound: !type:AlarmThresholdSetting
threshold: 0.10
lowerWarnAround: !type:AlarmThresholdSetting
pressureThresholdId: stationPressure
gasThresholdPrototypes:
Oxygen: stationOxygen
- Nitrogen: ignore
+ Nitrogen: stationNitrogen
CarbonDioxide: stationCO2
Plasma: stationPlasma
Tritium: stationTritium