v1.4.0: small balance tweaks to wealth and transfusion
This commit is contained in:
@@ -136,7 +136,7 @@ public class RingOfWealth extends Ring {
|
||||
drops.add(i);
|
||||
dropsToEquip--;
|
||||
}
|
||||
triesToDrop += Random.NormalIntRange(0, 25);
|
||||
triesToDrop += Random.NormalIntRange(0, 20);
|
||||
}
|
||||
|
||||
//store values back into rings
|
||||
|
||||
@@ -113,9 +113,9 @@ public class WandOfTransfusion extends Wand {
|
||||
charm.ignoreHeroAllies = true;
|
||||
ch.sprite.centerEmitter().start( Speck.factory( Speck.HEART ), 0.2f, 3 );
|
||||
|
||||
//harm the undead
|
||||
//harms the undead
|
||||
} else {
|
||||
ch.damage(Random.NormalIntRange(3 + buffedLvl()/2, 6+buffedLvl()), this);
|
||||
ch.damage(Random.NormalIntRange(3 + buffedLvl(), 6+2*buffedLvl()), this);
|
||||
ch.sprite.emitter().start(ShadowParticle.UP, 0.05f, 10 + buffedLvl());
|
||||
Sample.INSTANCE.play(Assets.Sounds.BURNING);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user