Disable WC die animation until they are done for all variations
This commit is contained in:
parent
a107f273d1
commit
19bf925e3f
1 changed files with 17 additions and 17 deletions
|
@ -23,23 +23,23 @@ die_sound={SOUND_LIST:ZOMBIE_WEAK_HIT}
|
|||
[resistance]
|
||||
holy=200
|
||||
[/resistance]
|
||||
[death]
|
||||
[frame]
|
||||
begin=0
|
||||
end=200
|
||||
image="units/undead/{BASE_IMAGE}-die-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=200
|
||||
end=400
|
||||
image="units/undead/{BASE_IMAGE}-die-2.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=400
|
||||
end=600
|
||||
image="units/undead/{BASE_IMAGE}-die-3.png"
|
||||
[/frame]
|
||||
[/death]
|
||||
#[death]
|
||||
# [frame]
|
||||
# begin=0
|
||||
# end=200
|
||||
# image="units/undead/{BASE_IMAGE}-die-1.png"
|
||||
# [/frame]
|
||||
# [frame]
|
||||
# begin=200
|
||||
# end=400
|
||||
# image="units/undead/{BASE_IMAGE}-die-2.png"
|
||||
# [/frame]
|
||||
# [frame]
|
||||
# begin=400
|
||||
# end=600
|
||||
# image="units/undead/{BASE_IMAGE}-die-3.png"
|
||||
# [/frame]
|
||||
#[/death]
|
||||
[attack]
|
||||
name=touch
|
||||
icon=attacks/touch-zombie.png
|
||||
|
|
Loading…
Add table
Reference in a new issue