Skip to content

Commit

Permalink
better ert
Browse files Browse the repository at this point in the history
  • Loading branch information
BYONDFuckery authored Apr 12, 2024
1 parent 488e59a commit 3985bf6
Showing 1 changed file with 48 additions and 65 deletions.
113 changes: 48 additions & 65 deletions Resources/Prototypes/AlertLevels/alert_levels.yml
Original file line number Diff line number Diff line change
@@ -1,65 +1,48 @@
- type: alertLevels
id: stationAlerts
defaultLevel: green
levels:
green:
announcement: alert-level-green-announcement
color: Green
shuttleTime: 600
blue:
announcement: alert-level-blue-announcement
sound: /Audio/Misc/bluealert.ogg
color: DodgerBlue
shuttleTime: 600
violet:
announcement: alert-level-violet-announcement
sound: /Audio/Misc/notice1.ogg
color: Violet
emergencyLightColor: Violet
shuttleTime: 600
yellow:
announcement: alert-level-yellow-announcement
sound: /Audio/Misc/notice1.ogg
color: Yellow
emergencyLightColor: Goldenrod
shuttleTime: 600
red:
announcement: alert-level-red-announcement
sound: /Audio/Misc/redalert.ogg
color: Red
shuttleTime: 600 #No reduction in time as we don't have swiping for red alert like in /tg/. Shuttle times are intended to create friction, so having a way to brainlessly bypass that would be dumb.
gamma:
announcement: alert-level-gamma-announcement
selectable: false
sound:
path: /Audio/Misc/siren.ogg
params:
volume: -2
disableSelection: true
color: PaleVioletRed
emergencyLightColor: PaleVioletRed
forceEnableEmergencyLights: true
delta:
announcement: alert-level-delta-announcement
selectable: false
sound:
path: /Audio/Misc/delta.ogg
params:
volume: -3
disableSelection: true
color: DarkRed
emergencyLightColor: Orange
forceEnableEmergencyLights: true
shuttleTime: 1200
epsilon:
announcement: alert-level-epsilon-announcement
selectable: false
sound:
path: /Audio/Misc/epsilon.ogg
params:
volume: -2
disableSelection: true
color: DarkViolet
emergencyLightColor: DarkViolet
forceEnableEmergencyLights: true
shuttleTime: 1200
alert-level-announcement = Attention! Station alert level is now {$name}! {$announcement}

alert-level-unknown = Unknown.
alert-level-unknown-instructions = You shouldn't see this, unless you're salvaging.

alert-level-green = Green
alert-level-green-announcement = It is now safe to return to your workplaces.
alert-level-green-instructions = Do your job.

alert-level-blue = Blue
alert-level-blue-announcement = There is a confirmed threat to the station. Security should perform random checks. Crewmembers are advised to be vigilant and report suspicious activity to security.
alert-level-blue-instructions = Crewmembers are advised to be vigilant and report suspicious activity to security.

alert-level-red = Red
alert-level-red-announcement = There is an immediate threat to the station. Security should prepare to use lethal force if necessary. Crewmembers should find a safe place to shelter in, and are advised to follow any present authorities.
alert-level-red-instructions = Crewmembers should find a safe place to shelter in, and are advised to follow any present authorities.

alert-level-violet = Violet
alert-level-violet-announcement = There is a viral threat on the station. Medical staff are advised to isolate crewmembers with any symptoms. Crewmembers are advised to distance themselves from others and perform safety measures to prevent further spread.
alert-level-violet-instructions = Crewmembers are advised to distance themselves from others and perform safety measures to prevent further spread.

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-yellow-instructions = 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-gamma-instructions = 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-delta-instructions = Crewmembers are advised to listen to heads of staff for more information.

alert-level-zeta = Zeta
alert-level-zeta-announcement = Central Command has ordered a ERT team to attempt to save the station.
alert-level-zeta-instructions = Cooperate with ERT.

alert-level-shitters = Greytide
alert-level-shitters-announcement = All greytiders are now kill on sight.
alert-level-shitters-instructions = Kill all tiders. Protect the armory and engineering.

alert-level-skill-issue = Denied ERT
alert-level-skill-issue-announcement = Due to a logistical issue, Central Command is not sending any ERT to your location.
alert-level-skill-issue-instructions = Deal with all of the station's issues.

alert-level-epsilon = Epsilon
alert-level-epsilon-announcement = Due to crew misbehavior, all contracts have been terminated.
alert-level-epsilon-instructions = All contracts are now terminated - no evacuation attempts will be made.

0 comments on commit 3985bf6

Please sign in to comment.