Added BotConfig.ReplaceScavWith to allow adjustment of scavs into other bot types
This commit is contained in:
@@ -131,6 +131,12 @@ public record BotConfig : BaseConfig
|
||||
/// </summary>
|
||||
[JsonPropertyName("weeklyBoss")]
|
||||
public required WeeklyBossSettings WeeklyBoss { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Replace all scavs across all maps with the provided WildSpawnType
|
||||
/// </summary>
|
||||
[JsonPropertyName("replaceScavWith")]
|
||||
public required WildSpawnType ReplaceScavWith { get; set; }
|
||||
}
|
||||
|
||||
public record WeeklyBossSettings
|
||||
|
||||
Reference in New Issue
Block a user