v0.3.5: buffed fury damage
This commit is contained in:
parent
2a71adb3b0
commit
f4899c06fa
|
@ -214,7 +214,7 @@ public class Combo extends Buff implements ActionIndicator.Action {
|
|||
dmg = Math.round(dmg*2.5f);
|
||||
break;
|
||||
case FURY:
|
||||
dmg = Math.round(dmg*0.4f);
|
||||
dmg = Math.round(dmg*0.6f);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user