fix two UtBS animations
Thanks to Coffee, the - attack animation of the corrupte elf - idle animation for female desert archers are fixed.
This commit is contained in:
parent
15f225cb1c
commit
a169517e20
2 changed files with 27 additions and 8 deletions
|
@ -62,7 +62,7 @@
|
|||
start_time=-200
|
||||
|
||||
[frame]
|
||||
image=units/elves-desert/corrupted-elf.png:200
|
||||
image=units/elves-desert/corrupted-elf-attack.png:200
|
||||
[/frame]
|
||||
{SOUND:HIT_AND_MISS {SOUND_LIST:SWORD_SWISH} {SOUND_LIST:MISS} -100}
|
||||
[/attack_anim]
|
||||
|
|
|
@ -18,6 +18,21 @@
|
|||
usage=archer
|
||||
description= _ "Desert Archers are trained from youth in archery, and so skilled in long-range combat. Though their bows are cruder and their arrows less plentiful than their elvish ancestors, they fight with ferocity that does credit to their race."
|
||||
die_sound={SOUND_LIST:ELF_HIT}
|
||||
|
||||
[idle_anim]
|
||||
{STANDARD_IDLE_FILTER}
|
||||
start_time=0
|
||||
[frame]
|
||||
image="units/elves-desert/archer-idle-1.png:100"
|
||||
[/frame]
|
||||
[frame]
|
||||
image="units/elves-desert/archer-idle-[2~6,3~6,3~6,2].png:100"
|
||||
[/frame]
|
||||
[frame]
|
||||
image="units/elves-desert/archer-idle-1.png:100"
|
||||
[/frame]
|
||||
[/idle_anim]
|
||||
|
||||
# melee attack increased from 5-2 to 6-2
|
||||
# ranged attack decreased from 5-4 to 4-4
|
||||
[attack]
|
||||
|
@ -114,14 +129,18 @@
|
|||
image="units/elves-desert/archer+female-sword.png:25"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
[idle_anim]
|
||||
[frame]
|
||||
image="units/elves-desert/archer+female-bow.png:50"
|
||||
[/frame]
|
||||
[frame]
|
||||
image="units/elves-desert/archer-idle-[2~6,3~6,3~6,2].png:100"
|
||||
[/frame]
|
||||
[frame]
|
||||
image="units/elves-desert/archer+female-bow.png:50"
|
||||
[/frame]
|
||||
[/idle_anim]
|
||||
[/female]
|
||||
[idle_anim]
|
||||
{STANDARD_IDLE_FILTER}
|
||||
start_time=0
|
||||
[frame]
|
||||
image="units/elves-desert/archer-idle-[1~6,3~6,3~6,2,1].png:100"
|
||||
[/frame]
|
||||
[/idle_anim]
|
||||
[/unit_type]
|
||||
|
||||
#define DESERT_ARCHER_VARIANT SUFFIX_NUMBER COST
|
||||
|
|
Loading…
Add table
Reference in a new issue