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:
Chomp
2025-06-29 18:58:23 +01:00
parent 4d39a4c819
commit e6b791179b
6 changed files with 126 additions and 1 deletions
@@ -2916,5 +2916,17 @@
"5783c43d2459774bbe137486",
"60b0f6c058e0b0481a09ad11"
]
},
"weeklyBoss": {
"enabled": true,
"bossPool": [
"bossBully",
"bossTagilla",
"bossGluhar",
"bossKilla",
"bossKojaniy",
"bossSanitar",
"bossKolontay"
]
}
}