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)",