wall archer defense and ATR increases

This commit is contained in:
2025-12-27 11:40:10 -06:00
parent 96fc6e741d
commit a62197d32d
+5
View File
@@ -1510,6 +1510,11 @@ public class Mob extends AbstractIntelligenceAgent {
try {
calculateAtrDefenseDamage();
if(this.BehaviourType.equals(MobBehaviourType.GuardWallArcher)){
this.atrHandOne = 0;
this.atrHandTwo = this.getRank() * 250;
this.defenseRating = this.getRank() * 200;
}
} catch (Exception e) {
Logger.error(this.getMobBaseID() + " /" + e.getMessage());
}