Patrol wait determined by MBServerStatics.AI_PATROL_DIVISOR

mob cast chance now determined by MBStatics.AI_POWER_CHANCE

mob cast cooldown now determined by MBServerStatics.AI_POWER_DIVISOR
This commit is contained in:
2023-05-24 19:05:35 -05:00
parent 80d45f364a
commit d999d60e9a
2 changed files with 6 additions and 8 deletions
+1
View File
@@ -655,6 +655,7 @@ public class MBServerStatics {
public static int AI_POWER_DIVISOR = 20;
public static int AI_PET_HEEL_DISTANCE = 10;
public static int AI_PATROL_RADIUS = 60;
public static int AI_POWER_CHANCE = 25; // set 1-100 for chance a mob will cast
public static float AI_MAX_ANGLE = 10f;