NR: Gave the Rod of Justice the magical special and improved animation

The animation now uses all three bolt animations (instead of just one), and has a somewhat different color.
This commit is contained in:
ln-zookeeper 2018-05-25 15:32:06 +03:00
parent 47bef433a9
commit 8b467104bf

View file

@ -1411,10 +1411,13 @@
damage=16
number=4
icon=attacks/lightning.png
[specials]
{WEAPON_SPECIAL_MAGICAL}
[/specials]
[/effect]
# The cool animation mentioned above, a copypasted
# fragment from Delfador's attack
# The halo mod is used to give the bolts a slightly
# different color than the originals
[effect]
apply_to=new_animation
[attack_anim]
@ -1422,6 +1425,29 @@
name=rod of justice
[/filter_attack]
{LIGHTNING_BOLT 1}
[+missile_frame]
halo_mod="~SWAP(alpha,green,green)"
[/missile_frame]
{SOUND:HIT_AND_MISS lightning.ogg lightning-miss.ogg -300}
[/attack_anim]
[attack_anim]
[filter_attack]
name=rod of justice
[/filter_attack]
{LIGHTNING_BOLT 2}
[+missile_frame]
halo_mod="~SWAP(alpha,green,green)"
[/missile_frame]
{SOUND:HIT_AND_MISS lightning.ogg lightning-miss.ogg -300}
[/attack_anim]
[attack_anim]
[filter_attack]
name=rod of justice
[/filter_attack]
{LIGHTNING_BOLT 3}
[+missile_frame]
halo_mod="~SWAP(alpha,green,green)"
[/missile_frame]
{SOUND:HIT_AND_MISS lightning.ogg lightning-miss.ogg -300}
[/attack_anim]
[/effect]