Campaign/Forgotten Legacy/Bloodborn

From The Battle for Wesnoth Wiki
#textdomain wesnoth-Forgotten_Legacy

[unit]

    id=Bloodborn

    name= _ "Bloodborn"

    race=lizard

    image=bloodborn.png

    hitpoints=40

    movement_type=lizard

    movement=7

    experience=50

    level=1

    alignment=chaotic

    advanceto=Bloodborn Chieftain

    cost=40

    usage=fighter

    unit_description= _ "Bloodborns are considered by the saurians as the sign of a natural leader. The name comes from the way they come out of their womb. They eat though it, killing their mother in the process. Considering that saurians are born in eggs, this is a big difference.

	Bloodborns are very violent and demanding but also respected and feared by the rest of the tribe. Their bite is always poisonous but they prefer to enter battle with the nastiest weapon they can find.



"+{SPECIAL_NOTES_SKIRMISHER}



    die_sound=hiss-die.wav

    {DEFENSE_ANIM "Saurian_Brave/bloodborn.png" "bloodborn.png" hiss.wav }

    [abilities]

        {ABILITY_SKIRMISHER}

    [/abilities]

    [attack]

        name=pole-axe

        description=_"pole-axe"

        range=melee

        type=blade

        damage=7

        number=3

        icon=attacks/axe.png

    [/attack]

    [attack]

        name=bite

        description=_"poison bite"

        type=pierce

        range=melee

        icon=attacks/fangs.png

        damage=10

        number=1

        special=poison

    [/attack]

    [attack_anim]

        [attack_filter]

            name=pole-axe

            range=melee

        [/attack_filter]

        [frame]

            begin=-150

            end=-100

            image="bloodborn.png"

        [/frame]

        [if]

            hits=no

            [frame]

                sound=spear-miss.ogg

                begin=-100

                end=50

                image="bloodborn.png"

            [/frame]

        [/if]

        [else]

            hits=yes

            [frame]

                sound=axe.ogg

                begin=-100

                end=50

                image="bloodborn.png"

            [/frame]

        [/else]

        [frame]

            begin=50

            end=100

            image="bloodborn.png"

        [/frame]

    [/attack_anim]

    [attack_anim]

        [attack_filter]

            name=bite

            range=melee

        [/attack_filter]

        [frame]

            begin=-150

            end=-100

            image="bloodborn.png"

        [/frame]

        [if]

            hits=no

            [frame]

                begin=-100

                end=50

                image="bloodborn.png"

                sound={SOUND_LIST:MISS}

            [/frame]

        [/if]

        [else]

            hits=yes

            [frame]

                sound=bite.ogg

                begin=-100

                end=50

                image="bloodborn.png"

            [/frame]

        [/else]

        [frame]

            begin=50

            end=100

            image="bloodborn.png"

        [/frame]

    [/attack_anim]

[/unit]
This page was last edited on 23 March 2008, at 12:34.