atr % bonus accounted for

This commit is contained in:
2025-01-28 18:04:25 -06:00
parent 0a827d2404
commit f658a30132
@@ -192,6 +192,7 @@ public class PlayerCombatStats {
atr += prefixValues;
atr *= preciseRune;
atr += atrEnchants;
atr *= 1 + this.owner.bonuses.getFloatPercentAll(Enum.ModType.OCV, Enum.SourceType.None);
atr *= 1.0f + stanceValue;
atr = (float) Math.round(atr);
}