Zombie Alert Added

This commit is contained in:
Hipposgrumm 2024-12-05 21:46:06 -07:00
parent 9212fd1fe4
commit b9426570c4

View File

@ -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.", "// 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 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": { "RoomAlerts": {
"LoungeInt" : [ ["3", 20.0, 30, 240, 0, 16] ], "LoungeInt" : [ ["3", 20.0, 30, 240, 0, 16] ],
"Spaceport": [ ["1", 20.0, 300, 300, 60, 0], ["2", 120.0, 1800, 3600, 60, 0] ], "Spaceport": [ ["1", 20.0, 300, 300, 60, 0], ["2", 120.0, 1800, 3600, 60, 0] ],
"Academy": [ ["1", 20.0, 300, 300, 60, 0] ], "Academy": [ ["1", 20.0, 300, 300, 60, 0] ],
"ClubSSInt" : [ ["3", 20.0, 30, 240, 0, 16] ], "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)", "// RacingMaxPlayers": "maximum players allowed in Thunder Run Racing (no more than 6)",