Reverted accidental commit to the elf archer.
This commit is contained in:
parent
0a3373c11f
commit
356c19fb33
2 changed files with 28 additions and 27 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -50,7 +50,7 @@
|
|||
damage=5
|
||||
number=4
|
||||
[/attack]
|
||||
{DEFENSE_ANIM_RANGE "units/elves-wood/archer-melee-defend.png" "units/elves-wood/archer-melee-defend.png" {SOUND_LIST:ELF_HIT} melee }
|
||||
{DEFENSE_ANIM_RANGE "units/elves-wood/archer-sword-defend.png" "units/elves-wood/archer-sword.png" {SOUND_LIST:ELF_HIT} melee }
|
||||
{DEFENSE_ANIM_RANGE "units/elves-wood/archer-bow-defend.png" "units/elves-wood/archer-bow.png" {SOUND_LIST:ELF_HIT} ranged }
|
||||
#ifdef __UNUSED
|
||||
# FIXME: Commented out because these images are in 1.2 size and style
|
||||
|
@ -135,49 +135,50 @@
|
|||
[filter_attack]
|
||||
name=sword
|
||||
[/filter_attack]
|
||||
offset=0.0~0.3,0.3~0.45,0.45~0.3,0.3~0.0
|
||||
start_time=-250
|
||||
[frame]
|
||||
duration=50
|
||||
image="units/elves-wood/archer-melee.png"
|
||||
begin=-200
|
||||
end=-175
|
||||
image="units/elves-wood/archer-sword.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/elves-wood/archer-melee-attack-1.png"
|
||||
begin=-175
|
||||
end=-75
|
||||
image="units/elves-wood/archer-sword-1.png"
|
||||
[/frame]
|
||||
[if]
|
||||
hits=yes
|
||||
hits=no
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/elves-wood/archer-melee-attack-2.png"
|
||||
sound={SOUND_LIST:SWORD_SWISH}
|
||||
begin=-75
|
||||
end=75
|
||||
image="units/elves-wood/archer-sword-2.png"
|
||||
sound={SOUND_LIST:MISS}
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=no
|
||||
hits=yes
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/elves-wood/archer-melee-attack-2.png"
|
||||
sound={SOUND_LIST:MISS}
|
||||
begin=-75
|
||||
end=75
|
||||
image="units/elves-wood/archer-sword-2.png"
|
||||
sound={SOUND_LIST:SWORD_SWISH}
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/elves-wood/archer-melee-attack-3.png"
|
||||
begin=75
|
||||
end=125
|
||||
image="units/elves-wood/archer-sword-3.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=90
|
||||
image="units/elves-wood/archer-melee-attack-4.png"
|
||||
begin=125
|
||||
end=175
|
||||
image="units/elves-wood/archer-sword-4.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/elves-wood/archer-melee-attack-5.png"
|
||||
begin=175
|
||||
end=200
|
||||
image="units/elves-wood/archer-sword.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=50
|
||||
image="units/elves-wood/archer-melee.png"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
[/attack_anim]
|
||||
[female]
|
||||
name= _ "female^Elvish Archer"
|
||||
gender=female
|
||||
|
@ -346,4 +347,4 @@
|
|||
image="units/elves-wood/archer-idle-1.png"
|
||||
[/frame]
|
||||
[/idle_anim]
|
||||
[/unit_type]
|
||||
[/unit_type]
|
Loading…
Add table
Reference in a new issue