Tweaked the Fire Guardian's melee animation.
This commit is contained in:
parent
01d990c96a
commit
fbbf5fdd0a
1 changed files with 8 additions and 7 deletions
|
@ -85,16 +85,17 @@
|
|||
[filter_attack]
|
||||
name=fire claws
|
||||
[/filter_attack]
|
||||
offset=0.0~-0.1:100,-0.1~0.0:50,0.0~0.3:50,0.3~0.5:100,0.5~0.6:50,0.6~0.4:100,0.4~0.2:50,0.2~0.0:100
|
||||
[frame]
|
||||
begin=-100
|
||||
end=-50
|
||||
begin=-350
|
||||
end=-100
|
||||
image="units/monsters/fireghost-attack1.png"
|
||||
sound=fire.wav
|
||||
[/frame]
|
||||
[if]
|
||||
hits=no
|
||||
[frame]
|
||||
begin=-50
|
||||
begin=-100
|
||||
end=150
|
||||
image="units/monsters/fireghost-attack2.png"
|
||||
sound={SOUND_LIST:MISS}
|
||||
|
@ -103,16 +104,16 @@
|
|||
[else]
|
||||
hits=yes
|
||||
[frame]
|
||||
begin=-50
|
||||
begin=-100
|
||||
end=150
|
||||
image="units/monsters/fireghost-attack2.png"
|
||||
sound=claws.ogg
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
begin=50
|
||||
end=100
|
||||
image="units/monsters/fireghost-attack2.png"
|
||||
begin=150
|
||||
end=250
|
||||
image="units/monsters/fireghost.png"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
[attack_anim]
|
||||
|
|
Loading…
Add table
Reference in a new issue