summaryrefslogblamecommitdiff
path: root/graphics/sprites/monsters/dummy.xml
blob: 75726f6391a736f5b5692b3f382b6617470ef06e (plain) (tree)
1
2
3
4
5
6
7
8






                                                       
                        









                                                 

                                          





                                                 

                                          





                                                 

                                          



                              



                                              



                              
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2015 Evol Online -->

<sprite>
    <imageset name="mob"
              src="graphics/sprites/monsters/dummy.png"
              width="48"
              height="64"/>

    <action name="stand" imageset="mob">
        <animation direction="default">
            <frame index="0"/>
        </animation>
    </action>

     <action name="stand" imageset="mob" hp="75">
        <animation direction="default">
            <frame index="5" delay="70"/>
            <frame index="10" delay="70"/>
            <frame index="1"/>
        </animation>
    </action>

     <action name="stand" imageset="mob" hp="50">
        <animation direction="default">
            <frame index="6" delay="70"/>
            <frame index="11" delay="70"/>
            <frame index="2"/>
        </animation>
    </action>

     <action name="stand" imageset="mob" hp="25">
        <animation direction="default">
            <frame index="7" delay="70"/>
            <frame index="12" delay="70"/>
            <frame index="3"/>
        </animation>
    </action>

    <action name="dead" imageset="mob" hp="5">
        <animation direction="default">
            <frame index="8" delay="70"/>
            <frame index="13" delay="70"/>
            <frame index="4"/>
        </animation>
    </action>
</sprite>