Restore the staff animation which had gotten removed accidentally.

This commit is contained in:
Lari Nieminen 2007-12-10 10:51:43 +00:00
parent 53e71173ca
commit 598240b806

View file

@ -43,6 +43,50 @@
number=4
[/attack]
[attack_anim]
[attack_filter]
name=staff
[/attack_filter]
[frame]
begin=-225
end=-200
image="units/elder-mage-ranged1.png"
[/frame]
[frame]
begin=-200
end=-100
image="units/elder-mage-melee1.png"
[/frame]
[if]
hits=yes
[frame]
begin=-100
end=100
image="units/elder-mage-melee2.png"
sound=staff.wav
[/frame]
[/if]
[else]
hits=no
[frame]
begin=-100
end=100
image="units/elder-mage-melee2.png"
sound={SOUND_LIST:MISS}
[/frame]
[/else]
[frame]
begin=100
end=150
image="units/elder-mage-ranged1.png"
[/frame]
[frame]
begin=150
end=200
image="units/elder-mage.png"
[/frame]
[/attack_anim]
#define ELDER_MAGE_LIGHTNING VAR
[attack_anim]
[attack_filter]