[Rule] Add rule for bard aggro cap (#3909)

BardAggroCap - Default 40

Allows adjustment of per song bard aggro cap.
This commit is contained in:
Fryguy
2024-01-08 23:29:24 -05:00
committed by GitHub
parent 98928aee74
commit 8f34bd998f
2 changed files with 67 additions and 52 deletions
+1
View File
@@ -625,6 +625,7 @@ RULE_REAL(Aggro, PetAttackRange, 40000.0, "Maximum squared range /pet attack wor
RULE_BOOL(Aggro, NPCAggroMaxDistanceEnabled, true, "If enabled, NPC's will drop aggro beyond 600 units or what is defined at the zone level")
RULE_BOOL(Aggro, AggroPlayerPets, false, "If enabled, NPCs will aggro player pets")
RULE_BOOL(Aggro, UndeadAlwaysAggro, true, "should undead always aggro?")
RULE_INT(Aggro, BardAggroCap, 40, "per song bard aggro cap.")
RULE_CATEGORY_END()
RULE_CATEGORY(TaskSystem)