Added [attack_anim]s to the Fire Dragon
This commit is contained in:
parent
8aa32d5949
commit
9d6245c23b
1 changed files with 110 additions and 0 deletions
|
@ -56,4 +56,114 @@ Battling a dragon is said to be the pinnacle of danger itself, fit only for fool
|
|||
damage=14
|
||||
number=4
|
||||
[/attack]
|
||||
|
||||
[attack_anim]
|
||||
[filter_attack]
|
||||
name=bite
|
||||
[/filter_attack]
|
||||
|
||||
start_time=-200
|
||||
|
||||
[frame]
|
||||
image="units/monsters/fire-dragon.png:400"
|
||||
[/frame]
|
||||
|
||||
{SOUND:HIT_AND_MISS bite.ogg {SOUND_LIST:MISS} -75}
|
||||
[/attack_anim]
|
||||
|
||||
[attack_anim]
|
||||
[filter_attack]
|
||||
name=tail
|
||||
[/filter_attack]
|
||||
|
||||
start_time=-200
|
||||
|
||||
[frame]
|
||||
image="units/monsters/fire-dragon.png:400"
|
||||
[/frame]
|
||||
|
||||
{SOUND:HIT_AND_MISS tail.ogg {SOUND_LIST:MISS} -75}
|
||||
[/attack_anim]
|
||||
|
||||
[attack_anim]
|
||||
[filter_attack]
|
||||
name=fire breath
|
||||
[/filter_attack]
|
||||
|
||||
start_time=-200
|
||||
sound_start_time=-400
|
||||
|
||||
[if]
|
||||
{MISSILE_FRAME_FIRE_BREATH_S_DIAGONAL 0,0}
|
||||
direction=se,sw
|
||||
hits=yes
|
||||
|
||||
[sound_frame]
|
||||
sound=flame-big.ogg
|
||||
[/sound_frame]
|
||||
[/if]
|
||||
[else]
|
||||
{MISSILE_FRAME_FIRE_BREATH_S_DIAGONAL 0,0}
|
||||
direction=se,sw
|
||||
hits=no
|
||||
|
||||
[sound_frame]
|
||||
sound=flame-big-miss.ogg
|
||||
[/sound_frame]
|
||||
[/else]
|
||||
[else]
|
||||
{MISSILE_FRAME_FIRE_BREATH_N_DIAGONAL 0,0}
|
||||
direction=ne,nw
|
||||
hits=yes
|
||||
|
||||
[sound_frame]
|
||||
sound=flame-big.ogg
|
||||
[/sound_frame]
|
||||
[/else]
|
||||
[else]
|
||||
{MISSILE_FRAME_FIRE_BREATH_N_DIAGONAL 0,0}
|
||||
direction=ne,nw
|
||||
hits=no
|
||||
|
||||
[sound_frame]
|
||||
sound=flame-big-miss.ogg
|
||||
[/sound_frame]
|
||||
[/else]
|
||||
[else]
|
||||
{MISSILE_FRAME_FIRE_BREATH_N 0,0}
|
||||
direction=n
|
||||
hits=yes
|
||||
|
||||
[sound_frame]
|
||||
sound=flame-big.ogg
|
||||
[/sound_frame]
|
||||
[/else]
|
||||
[else]
|
||||
{MISSILE_FRAME_FIRE_BREATH_N 0,0}
|
||||
direction=n
|
||||
hits=no
|
||||
|
||||
[sound_frame]
|
||||
sound=flame-big-miss.ogg
|
||||
[/sound_frame]
|
||||
[/else]
|
||||
[else]
|
||||
{MISSILE_FRAME_FIRE_BREATH_S 0,0}
|
||||
direction=s
|
||||
hits=yes
|
||||
|
||||
[sound_frame]
|
||||
sound=flame-big.ogg
|
||||
[/sound_frame]
|
||||
[/else]
|
||||
[else]
|
||||
{MISSILE_FRAME_FIRE_BREATH_S 0,0}
|
||||
direction=s
|
||||
hits=no
|
||||
|
||||
[sound_frame]
|
||||
sound=flame-big-miss.ogg
|
||||
[/sound_frame]
|
||||
[/else]
|
||||
[/attack_anim]
|
||||
[/unit_type]
|
||||
|
|
Loading…
Add table
Reference in a new issue