Added Boss of the week system
Similar to live where a boss is picked at random and will have a guaranteed spawn on a map. This is indicated with a skull on the map selection screen Configurable via `config/bot.json/weeklyBoss`
This commit is contained in:
@@ -2916,5 +2916,17 @@
|
||||
"5783c43d2459774bbe137486",
|
||||
"60b0f6c058e0b0481a09ad11"
|
||||
]
|
||||
},
|
||||
"weeklyBoss": {
|
||||
"enabled": true,
|
||||
"bossPool": [
|
||||
"bossBully",
|
||||
"bossTagilla",
|
||||
"bossGluhar",
|
||||
"bossKilla",
|
||||
"bossKojaniy",
|
||||
"bossSanitar",
|
||||
"bossKolontay"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user