spell atr bug

This commit is contained in:
2025-03-09 09:14:56 -05:00
parent c849bf0a1d
commit b15c335b42
+1 -1
View File
@@ -1096,7 +1096,7 @@ public class PlayerCombatStats {
bonuses = pc.bonuses.getFloatPercentAll(Enum.ModType.OCV, Enum.SourceType.None) - subtraction - weaponMoveBonus;
atr *= 1+ bonuses;
atr *= stanceMod;
atr *= stanceMod - healerDefStance;
return atr;
}