added death animations for Skeleton and Revenant

This commit is contained in:
Dave White 2005-03-22 23:35:00 +00:00
parent 767e245049
commit ed980734c7
2 changed files with 25 additions and 0 deletions

View file

@ -20,6 +20,18 @@ get_hit_sound=skeleton-hit.wav
pierce=40
impact=120
[/resistance]
[death]
[frame]
begin=0
end=200
image=undead-revenant-dying.png
[/frame]
[frame]
begin=200
end=400
image=undead-revenant-dying-2.png
[/frame]
[/death]
[attack]
name=axe
type=blade

View file

@ -15,6 +15,19 @@ cost=15
usage=fighter
unit_description= _ "Skeletons are warriors who have been slain in battle and brought back by dark magics. Like all undead, they are especially vulnerable to fire and holy spells, but resistant to bladed weapons."
get_hit_sound=skeleton-hit.wav
[death]
[frame]
begin=0
end=200
image=undead-skeleton-dying.png
[/frame]
[frame]
begin=200
end=400
image=undead-skeleton-dying-2.png
[/frame]
[/death]
[resistance]
blade=60
pierce=40