#textdomain wesnoth-Campaign_Skeleton
[unit]
    id=Knight
    name= _ "Grand-Knight"
    race=human
    image="units/grand-knight.png"
        {MAGENTA_IS_THE_TEAM_COLOR}
    hitpoints=60
    movement_type=horse
    movement=30
    experience=120
    level=3
    alignment=lawful
    cost=60
    usage=fighter
    unit_description= _ "..."
    [resistance]
        pierce=110
        blade=120
        arcane=110
    [/resistance]
    die_sound={SOUND_LIST:HUMAN_DIE}
    {DEFENSE_ANIM "grand-Knight-defend.png" "grand-Knight.png" human-hit1.ogg }
    [attack]
        name=Sword
        description=_"Sword"
        type=impact
        range=melee
        damage=64
        number=5
    [/attack]
    [attack_anim]
        [attack_filter]
            name=Sword
            range=melee
        [/attack_filter]
        [frame]
            begin=-225
            end=-175
            duration=250
            image="grand-knight-attack.png"
        [/frame]
    [/attack_anim]
[/unit]
