From b9426570c4e303a54a9dfbbd84e046aebc87a8ae Mon Sep 17 00:00:00 2001 From: Hipposgrumm Date: Thu, 5 Dec 2024 21:46:06 -0700 Subject: [PATCH] Zombie Alert Added --- src/appsettings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/appsettings.json b/src/appsettings.json index b4b10bf..3757cc9 100644 --- a/src/appsettings.json +++ b/src/appsettings.json @@ -23,11 +23,13 @@ "// RoomAlerts": "List of MMO rooms with alert function. Default empty (not used by SoD), bellow sample config for WoJS, MB and SS.", "// alert parameters": "alert type, duration [s], minimum time to start [s], maximum time to start [s], redAlertDuration (used for type '1'), number of songs (used for type '3')", + "// alert types": "1 - Red Alert, 2 - Disco Alert, 3 - Dance Off", "RoomAlerts": { "LoungeInt" : [ ["3", 20.0, 30, 240, 0, 16] ], "Spaceport": [ ["1", 20.0, 300, 300, 60, 0], ["2", 120.0, 1800, 3600, 60, 0] ], "Academy": [ ["1", 20.0, 300, 300, 60, 0] ], "ClubSSInt" : [ ["3", 20.0, 30, 240, 0, 16] ], + "JunkYardEMD": [ ["1", 20.0, 90, 300, 60, 0] ], }, "// RacingMaxPlayers": "maximum players allowed in Thunder Run Racing (no more than 6)",