Difference between revisions of "Campaign/Forgotten Legacy/The Blood Chosen"

From The Battle for Wesnoth Wiki
 
m (recategorizing)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<pre>
 
<pre>
[unit]
 
id=Bloodchosen
 
name= _ "The Blood Chosen"
 
race=lizard
 
image=bloodchosen.png
 
image_defensive=bloodchosen.png
 
  
hitpoints=50
+
#textdomain wesnoth-Forgotten_Legacy
movement_type=lizard
+
 
movement=7
+
[unit]
experience=500
+
 
level=3
+
    id=Bloodchosen
alignment=chaotic
+
 
advanceto=null
+
    name= _ "The Blood Chosen"
cost=400  
+
 
usage=fighter
+
    race=lizard
unit_description= _ "When a bloodborn chief manages to subdue many other saurian tribes the saurians proclaim him The Blood Chosen. He has proven himself the undisputed leader of the saurian race and under his rule they will prosper"
+
 
get_hit_sound=hiss.wav
+
    image=bloodchosen.png
ability=skirmisher,leadership
+
 
[attack]
+
    hitpoints=50
name=Pole-Axe
+
 
range=melee
+
    movement_type=lizard
type=blade
+
 
damage=12
+
    movement=7
number=4
+
 
icon=attacks/axe.png
+
    experience=500
[animation]
+
 
[frame]
+
    level=3
begin=-150
+
 
end=-50
+
    alignment=chaotic
image=bloodchosen.png
+
 
[/frame]
+
    advanceto=null
[frame]
+
 
begin=-50
+
    cost=400
end=100
+
 
image=bloodchosen.png
+
    usage=fighter
[/frame]
+
 
[/animation]
+
    unit_description= _ "When a bloodborn chief manages to subdue many other saurian tribes, the saurians proclaim him The Blood Chosen. He has proven himself the undisputed leader of the saurian race, and under his rule they will prosper.
[/attack]  
+
 
[attack]
+
 
name=Teeth
+
 
type=pierce
+
"+{SPECIAL_NOTES_SKIRMISHER}+{SPECIAL_NOTES_LEADERSHIP}
range=melee
+
 
icon=attacks/fangs.png
+
 
damage=18
+
 
number=1
+
    die_sound=hiss-die.wav
special=poison
+
 
[animation]
+
    {DEFENSE_ANIM "Saurian_Brave/bloodchosen.png" "bloodchosen.png" hiss.wav }
[frame]
+
 
begin=-150
+
    [abilities]
end=100
+
 
image=bloodchosen.png
+
        {ABILITY_SKIRMISHER}
[/frame]
+
 
[/animation]
+
        {ABILITY_LEADERSHIP_LEVEL_3}
[/attack]  
+
 
 +
    [/abilities]
 +
 
 +
    [attack]
 +
 
 +
        name=pole-axe
 +
 
 +
        description=_"pole-axe"
 +
 
 +
        type=blade
 +
 
 +
        damage=12
 +
 
 +
        number=4
 +
 
 +
        icon=attacks/axe.png
 +
 
 +
    [/attack]
 +
 
 +
    [attack]
 +
 
 +
        name=bite
 +
 
 +
        description=_"poison bite"
 +
 
 +
        type=pierce
 +
 
 +
        range=melee
 +
 
 +
        icon=attacks/fangs.png
 +
 
 +
        damage=18
 +
 
 +
        number=1
 +
 
 +
        special=poison
 +
 
 +
    [/attack]
 +
 
 +
    [attack_anim]
 +
 
 +
        [attack_filter]
 +
 
 +
            name=pole-axe
 +
 
 +
            range=melee
 +
 
 +
        [/attack_filter]
 +
 
 +
        [frame]
 +
 
 +
            begin=-150
 +
 
 +
            end=-100
 +
 
 +
            image="bloodchosen.png"
 +
 
 +
        [/frame]
 +
 
 +
        [if]
 +
 
 +
            hits=no
 +
 
 +
            [frame]
 +
 
 +
                sound=spear-miss.ogg
 +
 
 +
                begin=-100
 +
 
 +
                end=50
 +
 
 +
                image="bloodchosen.png"
 +
 
 +
            [/frame]
 +
 
 +
        [/if]
 +
 
 +
        [else]
 +
 
 +
            hits=yes
 +
 
 +
            [frame]
 +
 
 +
                sound=axe.ogg
 +
 
 +
                begin=-100
 +
 
 +
                end=50
 +
 
 +
                image="bloodchosen.png"
 +
 
 +
            [/frame]
 +
 
 +
        [/else]
 +
 
 +
        [frame]
 +
 
 +
            begin=50
 +
 
 +
            end=100
 +
 
 +
            image="bloodchosen.png"
 +
 
 +
        [/frame]
 +
 
 +
    [/attack_anim]
 +
 
 +
    [attack_anim]
 +
 
 +
        [attack_filter]
 +
 
 +
            name=bite
 +
 
 +
            range=melee
 +
 
 +
        [/attack_filter]
 +
 
 +
        [frame]
 +
 
 +
            begin=-150
 +
 
 +
            end=-100
 +
 
 +
            image="bloodchosen.png"
 +
 
 +
        [/frame]
 +
 
 +
        [if]
 +
 
 +
            hits=no
 +
 
 +
            [frame]
 +
 
 +
                begin=-100
 +
 
 +
                end=50
 +
 
 +
                image="bloodchosen.png"
 +
 
 +
                sound={SOUND_LIST:MISS}
 +
 
 +
            [/frame]
 +
 
 +
        [/if]
 +
 
 +
        [else]
 +
 
 +
            hits=yes
 +
 
 +
            [frame]
 +
 
 +
                sound=bite.ogg
 +
 
 +
                begin=-100
 +
 
 +
                end=50
 +
 
 +
                image="bloodchosen.png"
 +
 
 +
            [/frame]
 +
 
 +
        [/else]
 +
 
 +
        [frame]
 +
 
 +
            begin=50
 +
 
 +
            end=100
 +
 
 +
            image="bloodchosen.png"
 +
 
 +
        [/frame]
 +
 
 +
    [/attack_anim]
 +
 
 
[/unit]
 
[/unit]
 
</pre>
 
</pre>
 +
 +
[[Category:Forgotten Legacy]]

Latest revision as of 12:48, 23 March 2008


#textdomain wesnoth-Forgotten_Legacy

[unit]

    id=Bloodchosen

    name= _ "The Blood Chosen"

    race=lizard

    image=bloodchosen.png

    hitpoints=50

    movement_type=lizard

    movement=7

    experience=500

    level=3

    alignment=chaotic

    advanceto=null

    cost=400

    usage=fighter

    unit_description= _ "When a bloodborn chief manages to subdue many other saurian tribes, the saurians proclaim him The Blood Chosen. He has proven himself the undisputed leader of the saurian race, and under his rule they will prosper.



"+{SPECIAL_NOTES_SKIRMISHER}+{SPECIAL_NOTES_LEADERSHIP}



    die_sound=hiss-die.wav

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

    [abilities]

        {ABILITY_SKIRMISHER}

        {ABILITY_LEADERSHIP_LEVEL_3}

    [/abilities]

    [attack]

        name=pole-axe

        description=_"pole-axe"

        type=blade

        damage=12

        number=4

        icon=attacks/axe.png

    [/attack]

    [attack]

        name=bite

        description=_"poison bite"

        type=pierce

        range=melee

        icon=attacks/fangs.png

        damage=18

        number=1

        special=poison

    [/attack]

    [attack_anim]

        [attack_filter]

            name=pole-axe

            range=melee

        [/attack_filter]

        [frame]

            begin=-150

            end=-100

            image="bloodchosen.png"

        [/frame]

        [if]

            hits=no

            [frame]

                sound=spear-miss.ogg

                begin=-100

                end=50

                image="bloodchosen.png"

            [/frame]

        [/if]

        [else]

            hits=yes

            [frame]

                sound=axe.ogg

                begin=-100

                end=50

                image="bloodchosen.png"

            [/frame]

        [/else]

        [frame]

            begin=50

            end=100

            image="bloodchosen.png"

        [/frame]

    [/attack_anim]

    [attack_anim]

        [attack_filter]

            name=bite

            range=melee

        [/attack_filter]

        [frame]

            begin=-150

            end=-100

            image="bloodchosen.png"

        [/frame]

        [if]

            hits=no

            [frame]

                begin=-100

                end=50

                image="bloodchosen.png"

                sound={SOUND_LIST:MISS}

            [/frame]

        [/if]

        [else]

            hits=yes

            [frame]

                sound=bite.ogg

                begin=-100

                end=50

                image="bloodchosen.png"

            [/frame]

        [/else]

        [frame]

            begin=50

            end=100

            image="bloodchosen.png"

        [/frame]

    [/attack_anim]

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