Adding death animation for Undead Ghoul.

For inclusion in 1.2 only. Updated changelog.
This commit is contained in:
Karen Baskins 2007-01-11 06:13:43 +00:00
parent cdd69346dd
commit edc5eba99a
8 changed files with 38 additions and 1 deletions

View file

@ -23,7 +23,7 @@ Version 1.2-svn
with 22050
* graphics
* units:
* death animations for Orcish Assassin and Grunt
* death animations for Orcish Assassin and Grunt, Undead Ghoul
* multiplayer
* game management
* fixed controler change not sended to all client (bug #8138)

View file

@ -30,6 +30,43 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
fire=90
cold=60
[/resistance]
[death]
[frame]
begin=0
end=80
image="units/undead/ghoul-die-1.png"
[/frame]
[frame]
begin=80
end=160
image="units/undead/ghoul-die-2.png"
[/frame]
[frame]
begin=160
end=240
image="units/undead/ghoul-die-3.png"
[/frame]
[frame]
begin=240
end=320
image="units/undead/ghoul-die-4.png"
[/frame]
[frame]
begin=320
end=400
image="units/undead/ghoul-die-5.png"
[/frame]
[frame]
begin=400
end=480
image="units/undead/ghoul-die-6.png"
[/frame]
[frame]
begin=480
end=560
image="units/undead/ghoul-die-7.png"
[/frame]
[/death]
[attack]
name=claws
icon=attacks/claws-undead.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB