[Bots] Change how bots handle blind (#5104)

This commit is contained in:
nytmyr
2026-06-17 23:22:33 -05:00
committed by GitHub
parent 8fd083b95c
commit 36d6613a47
4 changed files with 28 additions and 1 deletions
+1
View File
@@ -908,6 +908,7 @@ RULE_STRING(Bots, ZoneForcedSpawnLimits, "", "Comma-delimited list of forced spa
RULE_INT(Bots, AICastSpellTypeDelay, 100, "Delay in milliseconds between AI cast attempts for each spell type. Default 100ms")
RULE_INT(Bots, AICastSpellTypeHeldDelay, 2500, "Delay in milliseconds between AI cast attempts for each spell type that is held or disabled. Default 2500ms (2.5s)")
RULE_BOOL(Bots, BotsRequireLoS, true, "Whether or not bots require line of sight to be told to attack their target")
RULE_INT(Bots, BlindMoveChance, 5, "Chance for a bot to run to its target if it is blinded. Default 5.")
RULE_CATEGORY_END()
RULE_CATEGORY(Chat)