Long delayed commit of merman fighter se attack

This commit is contained in:
Simon Forsyth 2011-09-20 21:57:35 +00:00
parent 146f128d18
commit cb11c1df69
10 changed files with 59 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 887 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -19,7 +19,7 @@
usage=fighter
description= _ "Skilled denizens of the sea, Mermen are powerful and quick in any watery environment, but lose most of their mobility on land."
die_sound=mermen-die.ogg
{DEFENSE_ANIM "units/merfolk/fighter.png" "units/merfolk/fighter.png" mermen-hit.wav }
{DEFENSE_ANIM "units/merfolk/fighter-defend-1.png" "units/merfolk/fighter-defend-2.png" mermen-hit.wav }
[portrait]
size=400
side="left"
@ -44,16 +44,68 @@
[filter_attack]
name=trident
[/filter_attack]
offset=0~0.3,0.3~0
direction=se,sw
start_time=-225
[frame]
begin=-200
end=-150
duration=75
image="units/merfolk/fighter-attack-1.png"
[/frame]
[frame]
duration=75
image="units/merfolk/fighter-attack-2.png"
[/frame]
[if]
hits=yes
[frame]
duration=75
image="units/merfolk/fighter-attack-3.png"
sound=spear.ogg
[/frame]
[/if]
[else]
hits=no
[frame]
duration=75
image="units/merfolk/fighter-attack-3.png"
sound=spear-miss.ogg
[/frame]
[/else]
[frame]
duration=75
image="units/merfolk/fighter-attack-4.png"
[/frame]
[frame]
duration=75
image="units/merfolk/fighter-attack-5.png"
[/frame]
[frame]
duration=75
image="units/merfolk/fighter-attack-6.png"
[/frame]
[frame]
duration=75
image="units/merfolk/fighter-attack-2.png"
[/frame]
[frame]
duration=75
image="units/merfolk/fighter-attack-1.png"
[/frame]
[/attack_anim]
[attack_anim]
[filter_attack]
name=trident
[/filter_attack]
direction=n,ne,nw,s
start_time=-200
[frame]
duration=50
image="units/merfolk/fighter.png"
[/frame]
[if]
hits=yes
[frame]
begin=-150
end=100
duration=250
image="units/merfolk/fighter.png"
sound=spear.ogg
[/frame]
@ -61,15 +113,13 @@
[else]
hits=no
[frame]
begin=-150
end=100
duration=250
image="units/merfolk/fighter.png"
sound=spear-miss.ogg
[/frame]
[/else]
[frame]
begin=100
end=150
duration=50
image="units/merfolk/fighter.png"
[/frame]
[/attack_anim]