Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Повышаем время до автошаттла до 30 минут
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored May 8, 2024
1 parent 986ad11 commit 5b12a54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Resources/Prototypes/AlertLevels/alert_levels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
green:
announcement: alert-level-green-announcement
color: Green
shuttleTime: 600
shuttleTime: 1800
blue:
announcement: alert-level-blue-announcement
sound: /Audio/Misc/bluealert.ogg
color: DodgerBlue
shuttleTime: 600
shuttleTime: 1800
violet:
announcement: alert-level-violet-announcement
sound: /Audio/Misc/notice1.ogg
color: Violet
emergencyLightColor: Violet
shuttleTime: 600
shuttleTime: 1800
yellow:
announcement: alert-level-yellow-announcement
sound: /Audio/Misc/notice1.ogg
color: Yellow
emergencyLightColor: Goldenrod
shuttleTime: 600
shuttleTime: 1800
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.
shuttleTime: 1800 #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
Expand All @@ -50,7 +50,7 @@
color: DarkRed
emergencyLightColor: Orange
forceEnableEmergencyLights: true
shuttleTime: 1200
shuttleTime: 1800
epsilon:
announcement: alert-level-epsilon-announcement
selectable: false
Expand All @@ -62,4 +62,4 @@
color: DarkViolet
emergencyLightColor: DarkViolet
forceEnableEmergencyLights: true
shuttleTime: 1200
shuttleTime: 1800

0 comments on commit 5b12a54

Please sign in to comment.