v0.3.5a: balance changes to warrior

This commit is contained in:
Evan Debenham
2016-05-06 19:00:56 -04:00
parent 90db5b8c1f
commit e8e29910b3
4 changed files with 13 additions and 9 deletions
@@ -90,7 +90,7 @@ public class BrokenSeal extends Item {
if (armor == null) detach();
else if (armor.isEquipped((Hero)target)) {
if (target.SHLD < maxShield()){
partialShield += 1/(30*Math.pow(0.9f, (maxShield() - target.SHLD - 1)));
partialShield += 1/(35*Math.pow(0.885f, (maxShield() - target.SHLD - 1)));
}
}
while (partialShield >= 1){