From 2d213b8ab0a5ba24ebb5348176cc03bd6daa489b Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Mon, 25 Dec 2023 06:51:32 +0000 Subject: [PATCH] give plasma half of co2 air alarm threshold (#22938) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Prototypes/Atmospherics/thresholds.yml | 7 +++++++ .../Entities/Structures/Piping/Atmospherics/unary.yml | 4 ++-- .../Entities/Structures/Specific/Atmospherics/sensor.yml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Atmospherics/thresholds.yml b/Resources/Prototypes/Atmospherics/thresholds.yml index 462a0c8942..9b09d64a10 100644 --- a/Resources/Prototypes/Atmospherics/thresholds.yml +++ b/Resources/Prototypes/Atmospherics/thresholds.yml @@ -39,6 +39,13 @@ upperWarnAround: !type:AlarmThresholdSetting threshold: 0.5 +- type: alarmThreshold + id: stationPlasma + upperBound: !type:AlarmThresholdSetting + threshold: 0.00125 + upperWarnAround: !type:AlarmThresholdSetting + threshold: 0.5 + - type: alarmThreshold id: stationWaterVapor upperBound: !type:AlarmThresholdSetting diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml index 934c446eaf..12514f03fe 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml @@ -47,7 +47,7 @@ Oxygen: stationOxygen Nitrogen: ignore CarbonDioxide: stationCO2 - Plasma: danger # everything below is usually bad + Plasma: stationPlasma # everything below is usually bad Tritium: danger WaterVapor: stationWaterVapor Ammonia: stationAmmonia @@ -138,7 +138,7 @@ Oxygen: stationOxygen Nitrogen: ignore CarbonDioxide: stationCO2 - Plasma: danger # everything below is usually bad + Plasma: stationPlasma # everything below is usually bad Tritium: danger WaterVapor: stationWaterVapor Ammonia: stationAmmonia diff --git a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml index 34ae4d946f..2df48a584c 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml @@ -52,7 +52,7 @@ Oxygen: stationOxygen Nitrogen: ignore CarbonDioxide: stationCO2 - Plasma: danger # everything below is usually bad + Plasma: stationPlasma # everything below is usually bad Tritium: danger WaterVapor: stationWaterVapor Ammonia: stationAmmonia -- 2.51.2