Skip to content

Commit cac38b1

Browse files
committed
Readability improvements
1 parent 6bfae8e commit cac38b1

1 file changed

Lines changed: 24 additions & 23 deletions

File tree

  • Resources/Prototypes/_Starlight/Atmospherics/Thresholds

Resources/Prototypes/_Starlight/Atmospherics/Thresholds/airalarms.yml

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,30 @@
2121
upperWarnAround: !type:AlarmThresholdSetting
2222
threshold: 0.8
2323

24+
# ColdWeather - For air alarms that won't constantly go off due to cold atmospheres, but still trip from fires
25+
26+
- type: alarmThreshold
27+
id: stationTemperatureColdWeather
28+
upperBound: !type:AlarmThresholdSetting
29+
threshold: 353.15 # danger high temp @ +80C
30+
lowerBound: !type:AlarmThresholdSetting
31+
threshold: 193.15 # danger low temp @ -80C
32+
upperWarnAround: !type:AlarmThresholdSetting
33+
threshold: 0.915 # warn high temp @ +50C
34+
lowerWarnAround: !type:AlarmThresholdSetting
35+
threshold: 1.2071 # warn low temp @ -40C
36+
37+
- type: alarmThreshold
38+
id: stationPressureColdWeather
39+
upperBound: !type:AlarmThresholdSetting
40+
threshold: 550 # HazardHighPressure from Atmospherics.cs
41+
lowerBound: !type:AlarmThresholdSetting
42+
threshold: 60 # danger @ 60 KPA, cold air is much more breathable (surprisingly)
43+
upperWarnAround: !type:AlarmThresholdSetting
44+
threshold: 0.7 # 385 kPa, WarningHighPressure from Atmospherics.cs
45+
lowerWarnAround: !type:AlarmThresholdSetting
46+
threshold: 1.3 # 78 kPa
47+
2448
# Chamber - no lower bounds, and the upper warn multiplier resolves to 75000kPa.
2549
# Both upper checks are >=, so these fire at the stated values.
2650
- type: alarmThreshold
@@ -66,29 +90,6 @@
6690
threshold: 0.82195
6791
lowerWarnAround: !type:AlarmThresholdSetting
6892
threshold: 1.1286
69-
# ColdWeather - For air alarms that won't constantly go off due to cold atmospheres, but still trip from fires
70-
71-
- type: alarmThreshold
72-
id: stationTemperatureColdWeather
73-
upperBound: !type:AlarmThresholdSetting
74-
threshold: 353.15 # danger high temp @ +80C
75-
lowerBound: !type:AlarmThresholdSetting
76-
threshold: 193.15 # danger low temp @ -80C
77-
upperWarnAround: !type:AlarmThresholdSetting
78-
threshold: 0.915 # warn high temp @ +50C
79-
lowerWarnAround: !type:AlarmThresholdSetting
80-
threshold: 1.2071 # warn low temp @ -40C
81-
82-
- type: alarmThreshold
83-
id: stationPressureColdWeather
84-
upperBound: !type:AlarmThresholdSetting
85-
threshold: 550 # HazardHighPressure from Atmospherics.cs
86-
lowerBound: !type:AlarmThresholdSetting
87-
threshold: 60 # danger @ 60 KPA, cold air is much more breathable (surprisingly)
88-
upperWarnAround: !type:AlarmThresholdSetting
89-
threshold: 0.7 # 385 kPa, WarningHighPressure from Atmospherics.cs
90-
lowerWarnAround: !type:AlarmThresholdSetting
91-
threshold: 1.3 # 78 kPa
9293

9394
# New Gases
9495

0 commit comments

Comments
 (0)