v0.3.0c: refactored staff visual effects to be contained in wands.
This commit is contained in:
committed by
Evan Debenham
parent
6efa4694b8
commit
c5e9ffa9fe
@@ -78,6 +78,16 @@ public class WandOfFrost extends Wand {
|
||||
new Slow().proc(staff, attacker, defender, damage);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void staffFx(MagesStaff.StaffParticle particle) {
|
||||
particle.color( 0xFFFFFF );
|
||||
particle.am = 0.5f;
|
||||
particle.setLifespan(1.2f);
|
||||
particle.speed.set(0, Random.Float(5, 8));
|
||||
particle.setSize( 0f, 1f);
|
||||
particle.shuffleXY(2f);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "This wand seems to be made out of some kind of magical ice. It grows brighter towards its " +
|
||||
|
||||
Reference in New Issue
Block a user