diff --git a/Resources/Audio/Misc/epsilon.ogg b/Resources/Audio/Misc/epsilon.ogg new file mode 100644 index 0000000000..a938c318cc Binary files /dev/null and b/Resources/Audio/Misc/epsilon.ogg differ diff --git a/Resources/Audio/Misc/license.txt b/Resources/Audio/Misc/license.txt new file mode 100644 index 0000000000..35a79ecb56 --- /dev/null +++ b/Resources/Audio/Misc/license.txt @@ -0,0 +1,3 @@ +epsilon.ogg made by dj-34 (https://github.com/dj-34) taken from https://github.com/ss220-space/Paradise/blob/05043bcfb35c2e7bcf1efbdbfbf976e1a2504bc2/sound/effects/epsilon.ogg + +siren.ogg taken from https://github.com/ParadiseSS13/Paradise/blob/master/sound/effects/new_siren.ogg diff --git a/Resources/Audio/Misc/siren.ogg b/Resources/Audio/Misc/siren.ogg new file mode 100644 index 0000000000..24c4ecca9a Binary files /dev/null and b/Resources/Audio/Misc/siren.ogg differ diff --git a/Resources/Locale/en-US/alert-levels/alert-levels.ftl b/Resources/Locale/en-US/alert-levels/alert-levels.ftl index c310d91088..fb49dc2c10 100644 --- a/Resources/Locale/en-US/alert-levels/alert-levels.ftl +++ b/Resources/Locale/en-US/alert-levels/alert-levels.ftl @@ -15,5 +15,11 @@ alert-level-violet-announcement = There is a viral threat on the station. Medica alert-level-yellow = Yellow alert-level-yellow-announcement = There is a structural or atmospheric threat within the station. Engineering staff are advised to immediately respond and perform safety measures. Crewmembers are advised to stay away from the threat, and stay in their workplaces if necessary. +alert-level-gamma = Gamma +alert-level-gamma-announcement = Central Command has ordered the Gamma security level on the station. Security is to have weapons equipped at all times, and all civilians are to immediately seek their nearest head for transportation to a secure location. + alert-level-delta = Delta alert-level-delta-announcement = The station is currently under threat of imminent destruction. Crewmembers are advised to listen to heads of staff for more information. + +alert-level-epsilon = Epsilon +alert-level-epsilon-announcement = Central Command has ordered the Epsilon security level on the station. Consider all contracts terminated. diff --git a/Resources/Prototypes/AlertLevels/alert_levels.yml b/Resources/Prototypes/AlertLevels/alert_levels.yml index 1d05249d3c..4b6e3a7780 100644 --- a/Resources/Prototypes/AlertLevels/alert_levels.yml +++ b/Resources/Prototypes/AlertLevels/alert_levels.yml @@ -21,9 +21,21 @@ announcement: alert-level-yellow-announcement sound: /Audio/Misc/notice1.ogg color: Yellow + gamma: + announcement: alert-level-gamma-announcement + selectable: false + sound: /Audio/Misc/siren.ogg + disableSelection: true + color: PaleVioletRed delta: announcement: alert-level-delta-announcement selectable: false sound: /Audio/Misc/delta.ogg disableSelection: true color: DarkRed + epsilon: + announcement: alert-level-epsilon-announcement + selectable: false + sound: /Audio/Misc/epsilon.ogg + disableSelection: true + color: DarkViolet