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:
@@ -1144,6 +1144,8 @@ public record Area
|
||||
public XYZ? Size { get; set; }
|
||||
}
|
||||
|
||||
[EftEnumConverter]
|
||||
[EftListEnumConverter]
|
||||
public enum WildSpawnType
|
||||
{
|
||||
marksman,
|
||||
|
||||
Reference in New Issue
Block a user