v0.4.0: buffed swiftness glyph
This commit is contained in:
parent
eab9c65911
commit
673467b0fd
|
@ -297,7 +297,7 @@ public class Hero extends Char {
|
|||
|
||||
if (belongings.armor != null && belongings.armor.glyph != null
|
||||
&& belongings.armor.glyph instanceof Swiftness)
|
||||
bonus += belongings.armor.level()*2;
|
||||
bonus += 5 + belongings.armor.level()*1.5f;
|
||||
|
||||
return Math.round((defenseSkill + bonus) * evasion);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user