From 02fb432b05256634cba4805b7be16b42eda03f9e Mon Sep 17 00:00:00 2001 From: Partmedia Date: Sat, 22 Jun 2024 07:22:06 -0800 Subject: [PATCH] Adjust some gas thresholds (#29331) --- Resources/Prototypes/Atmospherics/thresholds.yml | 13 ++++++++++--- .../Structures/Specific/Atmospherics/sensor.yml | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Atmospherics/thresholds.yml b/Resources/Prototypes/Atmospherics/thresholds.yml index 0730955183..5d8eebd522 100644 --- a/Resources/Prototypes/Atmospherics/thresholds.yml +++ b/Resources/Prototypes/Atmospherics/thresholds.yml @@ -41,14 +41,21 @@ - type: alarmThreshold id: stationCO2 upperBound: !type:AlarmThresholdSetting - threshold: 0.0025 + threshold: 0.006 upperWarnAround: !type:AlarmThresholdSetting - threshold: 0.5 + threshold: 0.5 # minor gasping and airloss at 0.3% - type: alarmThreshold id: stationPlasma upperBound: !type:AlarmThresholdSetting - threshold: 0.00125 + threshold: 0.005 # lightable beyond this concentration + upperWarnAround: !type:AlarmThresholdSetting + threshold: 0.5 + +- type: alarmThreshold + id: stationTritium + upperBound: !type:AlarmThresholdSetting + threshold: 0.004 # lightable beyond this concentration upperWarnAround: !type:AlarmThresholdSetting threshold: 0.5 diff --git a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml index 82f9a808fa..b118b85c4d 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml @@ -19,8 +19,8 @@ Oxygen: stationOxygen Nitrogen: ignore CarbonDioxide: stationCO2 - Plasma: stationPlasma # everything below is usually bad - Tritium: danger + Plasma: stationPlasma + Tritium: stationTritium WaterVapor: stationWaterVapor Ammonia: stationAmmonia NitrousOxide: stationNO -- 2.51.2