Fixed the sword of fire animation.
This commit is contained in:
parent
6260ec1e8f
commit
b3524e7f40
1 changed files with 26 additions and 4 deletions
|
@ -65,10 +65,32 @@
|
|||
special=magical
|
||||
damage=15
|
||||
number=4
|
||||
[sound]
|
||||
time=-200
|
||||
sound=fire.wav
|
||||
[/sound]
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
[/frame]
|
||||
[if]
|
||||
hits=no
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
sound={SOUND_LIST:MISS}
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=yes
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
sound=fire.wav
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
begin=100
|
||||
end=200
|
||||
[/frame]
|
||||
[/animation]
|
||||
[/effect]
|
||||
[/object]
|
||||
[/command]
|
||||
|
|
Loading…
Add table
Reference in a new issue