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 with 22050
* graphics * graphics
* units: * units:
* death animations for Orcish Assassin and Grunt * death animations for Orcish Assassin and Grunt, Undead Ghoul
* multiplayer * multiplayer
* game management * game management
* fixed controler change not sended to all client (bug #8138) * fixed controler change not sended to all client (bug #8138)

View File

@ -30,6 +30,43 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
fire=90 fire=90
cold=60 cold=60
[/resistance] [/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] [attack]
name=claws name=claws
icon=attacks/claws-undead.png 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