Long delayed commit of merman fighter se attack
BIN
data/core/images/units/merfolk/fighter-attack-1.png
Normal file
After Width: | Height: | Size: 961 B |
BIN
data/core/images/units/merfolk/fighter-attack-2.png
Normal file
After Width: | Height: | Size: 962 B |
BIN
data/core/images/units/merfolk/fighter-attack-3.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/core/images/units/merfolk/fighter-attack-4.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/core/images/units/merfolk/fighter-attack-5.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/core/images/units/merfolk/fighter-attack-6.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/core/images/units/merfolk/fighter-defend-1.png
Normal file
After Width: | Height: | Size: 887 B |
BIN
data/core/images/units/merfolk/fighter-defend-2.png
Normal file
After Width: | Height: | Size: 961 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1 KiB |
|
@ -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]
|
||||
|
|