Adding death animation for Undead Ghoul.
For inclusion in 1.2 only. Updated changelog.
This commit is contained in:
parent
cdd69346dd
commit
edc5eba99a
8 changed files with 38 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
BIN
images/units/undead/ghoul-die-1.png
Executable file
BIN
images/units/undead/ghoul-die-1.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
images/units/undead/ghoul-die-2.png
Executable file
BIN
images/units/undead/ghoul-die-2.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
images/units/undead/ghoul-die-4.png
Executable file
BIN
images/units/undead/ghoul-die-4.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
images/units/undead/ghoul-die-5.png
Executable file
BIN
images/units/undead/ghoul-die-5.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
images/units/undead/ghoul-die-6.png
Executable file
BIN
images/units/undead/ghoul-die-6.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
images/units/undead/ghoul-die-7.png
Executable file
BIN
images/units/undead/ghoul-die-7.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
Add table
Reference in a new issue