1#textdomain wesnoth-utbs
2
3[unit_type]
4    id=Quenoth Warrior
5    name= _ "Quenoth Warrior"
6    race=elf
7    ignore_race_traits=yes
8    {TRAIT_STRONG}
9    {TRAIT_QUICK}
10    {TRAIT_INTELLIGENT}
11    {TRAIT_RESILIENT}
12    image=units/quenoth/warrior.png
13    profile="portraits/quenoth/warrior.png"
14    hitpoints=48
15    movement_type=quenoth_foot
16    movement=5
17    experience=80
18    level=2
19    alignment=lawful
20    advances_to=Quenoth Champion
21    cost=15
22    usage=fighter
23    description= _ "When compared to a spear, a glaive is often a shorter weapon with less reach, but more versatile in use. An experienced fighter can use the head to hook or pin enemy weapons and strike from unusual angles, allowing them to catch an unwary opponent by surprise. In formation, Quenoth Warriors bear these somewhat unorthodox weapons to both strike with great power and to support their nearby brethren."+{SPECIAL_NOTES}+{SPECIAL_NOTES_FORMATION}+{SPECIAL_NOTES_FIRSTSTRIKE}
24    die_sound={SOUND_LIST:ELF_HIT}
25    [abilities]
26        {ABILITY_FORMATION}
27    [/abilities]
28    [attack]
29        name=glaive
30        description= _"glaive"
31        type=pierce
32        range=melee
33        damage=16
34        number=2
35        icon=attacks/glaive.png
36        [specials]
37            {WEAPON_SPECIAL_FIRSTSTRIKE}
38        [/specials]
39    [/attack]
40    [attack]
41        name=glaive
42        description= _"glaive"
43        type=blade
44        range=melee
45        damage=10
46        number=3
47        icon=attacks/glaive.png
48    [/attack]
49    {DEFENSE_ANIM "units/quenoth/warrior-defend-2.png" "units/quenoth/warrior-defend-1.png" {SOUND_LIST:ELF_HIT}}
50    [attack_anim]
51        [filter_attack]
52            name=glaive
53        [/filter_attack]
54        offset=0.0~0.3,0.3~0.5,0.5~0.60,0.60~0.3,0.3~0.0
55        start_time=-300
56        [frame]
57            duration=450
58            image="units/quenoth/warrior.png"
59        [/frame]
60        {SOUND:HIT_AND_MISS spear.ogg spear-miss.ogg -100}
61    [/attack_anim]
62[/unit_type]
63