Bot pets will now scale with focus effects. Pets will not scale passed 3x their normal size and stay within 10 levels of their base level unless changed with the rule PetPowerLevelCap

This commit is contained in:
Natedog2012
2015-06-03 14:18:51 -07:00
parent 64caf298fb
commit 00d258a952
3 changed files with 17 additions and 3 deletions
+1
View File
@@ -151,6 +151,7 @@ RULE_CATEGORY_END()
RULE_CATEGORY( Pets )
RULE_REAL( Pets, AttackCommandRange, 150 )
RULE_BOOL( Pets, UnTargetableSwarmPet, false )
RULE_REAL( Pets, PetPowerLevelCap, 10 ) // Max number of levels your pet can go up with pet power
RULE_CATEGORY_END()
RULE_CATEGORY( GM )