Skip to content

Commit

Permalink
NR: Gave the Rod of Justice the magical special and improved animation
Browse files Browse the repository at this point in the history
The animation now uses all three bolt animations (instead of just one), and has a somewhat different color.

(cherry-picked from commit 8b46710)
  • Loading branch information
ln-zookeeper committed Oct 7, 2018
1 parent dca6c8d commit 17a9588
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions data/campaigns/Northern_Rebirth/scenarios/05a_01_The_Pursuit.cfg
Expand Up @@ -1411,17 +1411,43 @@
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]
[filter_attack]
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]
Expand Down

0 comments on commit 17a9588

Please sign in to comment.