v0.7.2: reduced the power of chilling enchantment
This commit is contained in:
parent
e383c285ec
commit
0fa0e1fe84
|
@ -43,8 +43,7 @@ public class Chilling extends Weapon.Enchantment {
|
||||||
|
|
||||||
if (Random.Int( level + 3 ) >= 2) {
|
if (Random.Int( level + 3 ) >= 2) {
|
||||||
|
|
||||||
//FIXME this should probably stack chilled
|
Buff.affect( defender, Chill.class, 3f );
|
||||||
Buff.affect( defender, Chill.class, 3f + level/4f );
|
|
||||||
Splash.at( defender.sprite.center(), 0xFFB2D6FF, 5);
|
Splash.at( defender.sprite.center(), 0xFFB2D6FF, 5);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user