v0.9.4: fixed crush doing significantly more base damage than intended
This commit is contained in:
parent
abea48afc3
commit
bded71adaf
|
@ -305,7 +305,7 @@ public class Combo extends Buff implements ActionIndicator.Action {
|
|||
dmgBonus = Math.round(target.drRoll() * count / 5f);
|
||||
break;
|
||||
case CRUSH:
|
||||
dmgMulti = 1f + (0.25f * count);
|
||||
dmgMulti = 0.25f * count;
|
||||
break;
|
||||
case FURY:
|
||||
dmgMulti = 0.6f;
|
||||
|
|
Loading…
Reference in New Issue
Block a user