summaryrefslogblamecommitdiff
path: root/Sprites/Monsters/trozz.xml
blob: 7ac742dd31ad58a7781442cf9ee603c9be23ea39 (plain) (tree)













































































                                                                                           
<?xml version="1.0"?>
<sprite>
    <imageset name="mob" src="graphics/sprites/monsters/trozz.png" width="64" height="96"/>

    <action name="stand" imageset="mob">
        <animation direction="down">
            <frame index="0" delay="150"/>
            <frame index="1" delay="150"/>
            <frame index="2" delay="150"/>
            <frame index="1" delay="150"/>
        </animation>
        <animation direction="left">
            <frame index="7" delay="150"/>
            <frame index="8" delay="150"/>
            <frame index="9" delay="150"/>
            <frame index="8" delay="150"/>
        </animation>
        <animation direction="up">
            <frame index="14" delay="150"/>
            <frame index="15" delay="150"/>
            <frame index="16" delay="150"/>
            <frame index="15" delay="150"/>
        </animation>
        <animation direction="right">
            <frame index="21" delay="150"/>
            <frame index="22" delay="150"/>
            <frame index="23" delay="150"/>
            <frame index="22" delay="150"/>
        </animation>
    </action>

    <action name="attack" imageset="mob">
        <animation direction="down">
            <sequence start="0" end="5" delay="75"/>
            <end />
        </animation>
        <animation direction="left">
            <sequence start="7" end="12" delay="75"/>
            <end />
        </animation>
        <animation direction="up">
            <sequence start="14" end="19" delay="75"/>
            <end />
        </animation>
        <animation direction="right">
            <sequence start="21" end="26" delay="75"/>
            <end />
        </animation>
    </action>

    <action name="dead" imageset="mob">
        <animation direction="down">
            <frame index="2" delay="150"/>
            <frame index="1" delay="150"/>
            <frame index="0" delay="150"/>
            <frame index="6"/>
        </animation>
        <animation direction="left">
            <frame index="9" delay="150"/>
            <frame index="8" delay="150"/>
            <frame index="7" delay="150"/>
            <frame index="13"/>
        </animation>
        <animation direction="up">
            <frame index="16" delay="150"/>
            <frame index="15" delay="150"/>
            <frame index="14" delay="150"/>
            <frame index="20"/>
        </animation>
        <animation direction="right">
            <frame index="23" delay="150"/>
            <frame index="22" delay="150"/>
            <frame index="21" delay="150"/>
            <frame index="27"/>
        </animation>
    </action>

</sprite>