v0.6.3a: reduce the damage scaling on fire by ~50%
This commit is contained in:
parent
213efd7f70
commit
4b9fd16498
|
@ -83,7 +83,7 @@ public class Burning extends Buff implements Hero.Doom {
|
|||
|
||||
if (target.isAlive()) {
|
||||
|
||||
int damage = Random.NormalIntRange( 1, 3 + target.HT/20 );
|
||||
int damage = Random.NormalIntRange( 1, 3 + target.HT/40 );
|
||||
Buff.detach( target, Chill.class);
|
||||
|
||||
if (target instanceof Hero) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user