treb-range-fix #17

Merged
MagicBot merged 4 commits from treb-range-fix into master 2022-08-24 12:22:20 +00:00
Showing only changes of commit 8a3c3d7571 - Show all commits
+2 -2
View File
@@ -1935,8 +1935,8 @@ public class Mob extends AbstractIntelligenceAgent {
// calculate atr
float atr = this.mobBase.getAttackRating();
atr += ((int) skillPercentage * 4f); //<-round down skill% -
atr += ((int) masteryPercentage * 3f);
//atr += ((int) skillPercentage * 4f); //<-round down skill% -
//atr += ((int) masteryPercentage * 3f);
if (this.statStrCurrent > this.statDexCurrent)
atr += statStrCurrent / 2;