diff options
Diffstat (limited to 'graphics/sprites/monsters/tortuga.xml')
-rw-r--r-- | graphics/sprites/monsters/tortuga.xml | 282 |
1 files changed, 136 insertions, 146 deletions
diff --git a/graphics/sprites/monsters/tortuga.xml b/graphics/sprites/monsters/tortuga.xml index 04383b94..87a8e69f 100644 --- a/graphics/sprites/monsters/tortuga.xml +++ b/graphics/sprites/monsters/tortuga.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Original Author : Reid -Copyright (C) 2011 Evol Online --> + +<!-- Author: Reid. +Copyright (C) 2011 Evol Online --> + <sprite> - <imageset name="base" src="graphics/sprites/monsters/tortuga.png" width="32" height="32"/> + <imageset name="mob" src="graphics/sprites/monsters/tortuga.png" width="32" height="32"/> - <action name="spawn" imageset="base"> + <action name="spawn" imageset="mob"> <animation> <frame index="32" delay="70" offsetY="-86"/> @@ -34,152 +36,146 @@ Copyright (C) 2011 Evol Online --> </animation> </action> - <action name="stand" imageset="base"> + + <action name="stand" imageset="mob"> <animation direction="down"> - <!-- static --> + <!-- Static --> <frame index="0" delay="4000"/> - <!-- mooving hands animation --> + <!-- Mooving Feet --> <frame index="1" delay="120"/> <frame index="0" delay="120"/> <frame index="2" delay="120"/> </animation> - <animation direction="up"> - <!-- static --> - <frame index="4" delay="4000"/> - <!-- mooving hands animation --> - <frame index="5" delay="120"/> - <frame index="4" delay="120"/> - <frame index="6" delay="120"/> - </animation> - - <animation direction="right"> - <!-- static --> - <frame index="8" delay="4000"/> - <!-- mooving hands animation --> - <frame index="9" delay="120"/> - <frame index="8" delay="120"/> - <frame index="10" delay="120"/> + <animation direction="downleft"> + <!-- Static --> + <frame index="20" delay="4000"/> + <!-- Mooving Feet --> + <frame index="21" delay="120"/> + <frame index="20" delay="120"/> + <frame index="22" delay="120"/> </animation> <animation direction="left"> - <!-- static --> + <!-- Static --> <frame index="12" delay="4000"/> - <!-- mooving hands animation --> + <!-- Mooving Feet --> <frame index="13" delay="120"/> <frame index="12" delay="120"/> <frame index="14" delay="120"/> </animation> - <animation direction="downright"> - <!-- static --> - <frame index="16" delay="4000"/> - <!-- mooving hands animation --> - <frame index="17" delay="120"/> - <frame index="16" delay="120"/> - <frame index="18" delay="120"/> - </animation> - - <animation direction="downleft"> - <!-- static --> - <frame index="20" delay="4000"/> - <!-- mooving hands animation --> - <frame index="21" delay="120"/> - <frame index="20" delay="120"/> - <frame index="22" delay="120"/> - </animation> - <animation direction="upleft"> - <!-- static --> + <!-- Static --> <frame index="24" delay="4000"/> - <!-- mooving hands animation --> + <!-- Mooving Feet --> <frame index="25" delay="120"/> <frame index="24" delay="120"/> <frame index="26" delay="120"/> </animation> + <animation direction="up"> + <!-- Static --> + <frame index="4" delay="4000"/> + <!-- Mooving Feet --> + <frame index="5" delay="120"/> + <frame index="4" delay="120"/> + <frame index="6" delay="120"/> + </animation> + <animation direction="upright"> - <!-- static --> + <!-- Static --> <frame index="28" delay="4000"/> - <!-- mooving hands animation --> + <!-- Mooving Feet --> <frame index="29" delay="120"/> <frame index="28" delay="120"/> <frame index="30" delay="120"/> </animation> - </action> - <action name="walk" imageset="base"> - - <animation direction="down"> - <!-- normal moove --> - <frame index="1" delay="120"/> - <frame index="0" delay="120"/> - <frame index="2" delay="120"/> - <frame index="0" delay="120"/> - </animation> - - <animation direction="up"> - <!-- normal moove --> - <frame index="5" delay="120"/> - <frame index="4" delay="120"/> - <frame index="6" delay="120"/> - <frame index="4" delay="120"/> - </animation> - <animation direction="right"> - <!-- normal moove --> + <!-- Static --> + <frame index="8" delay="4000"/> + <!-- Mooving Feet --> <frame index="9" delay="120"/> <frame index="8" delay="120"/> <frame index="10" delay="120"/> - <frame index="8" delay="120"/> - </animation> - - <animation direction="left"> - <!-- normal moove --> - <frame index="13" delay="120"/> - <frame index="12" delay="120"/> - <frame index="14" delay="120"/> - <frame index="12" delay="120"/> </animation> <animation direction="downright"> - <!-- normal moove --> + <!-- Static --> + <frame index="16" delay="4000"/> + <!-- Mooving Feet --> <frame index="17" delay="120"/> <frame index="16" delay="120"/> <frame index="18" delay="120"/> - <frame index="16" delay="120"/> + </animation> + + </action> + + <action name="walk" imageset="mob"> + + <animation direction="down"> + <frame index="1" delay="120"/> + <frame index="0" delay="120"/> + <frame index="2" delay="120"/> + <frame index="0" delay="120"/> </animation> <animation direction="downleft"> - <!-- normal moove --> <frame index="21" delay="120"/> <frame index="20" delay="120"/> <frame index="22" delay="120"/> <frame index="20" delay="120"/> </animation> + <animation direction="left"> + <frame index="13" delay="120"/> + <frame index="12" delay="120"/> + <frame index="14" delay="120"/> + <frame index="12" delay="120"/> + </animation> + <animation direction="upleft"> - <!-- normal moove --> <frame index="25" delay="120"/> <frame index="24" delay="120"/> <frame index="26" delay="120"/> <frame index="24" delay="120"/> </animation> + <animation direction="up"> + <frame index="5" delay="120"/> + <frame index="4" delay="120"/> + <frame index="6" delay="120"/> + <frame index="4" delay="120"/> + </animation> + <animation direction="upright"> - <!-- normal moove --> <frame index="29" delay="120"/> <frame index="28" delay="120"/> <frame index="30" delay="120"/> <frame index="28" delay="120"/> </animation> + <animation direction="right"> + <frame index="9" delay="120"/> + <frame index="8" delay="120"/> + <frame index="10" delay="120"/> + <frame index="8" delay="120"/> + </animation> + + <animation direction="downright"> + <frame index="17" delay="120"/> + <frame index="16" delay="120"/> + <frame index="18" delay="120"/> + <frame index="16" delay="120"/> + </animation> + </action> - <action name="attack" imageset="base"> + + <action name="attack" imageset="mob"> <animation direction="down"> - <!-- normal attack --> <frame index="0" delay="60" offsetY="2"/> <frame index="1" delay="60" offsetY="4"/> <frame index="0" delay="60" offsetY="6"/> @@ -190,32 +186,18 @@ Copyright (C) 2011 Evol Online --> <end /> </animation> - <animation direction="up"> - <!-- normal attack --> - <frame index="4" delay="60" offsetY="-2"/> - <frame index="5" delay="60" offsetY="-4"/> - <frame index="4" delay="60" offsetY="-6"/> - <frame index="6" delay="60" offsetY="-8"/> - <frame index="4" delay="40" offsetY="-6"/> - <frame index="5" delay="40" offsetY="-4"/> - <frame index="5" delay="40" offsetY="-2"/> - <end /> - </animation> - - <animation direction="right"> - <!-- normal attack --> - <frame index="8" delay="60" offsetX="2"/> - <frame index="9" delay="60" offsetX="4"/> - <frame index="8" delay="60" offsetX="6"/> - <frame index="10" delay="60" offsetX="8"/> - <frame index="8" delay="40" offsetX="6"/> - <frame index="9" delay="40" offsetX="4"/> - <frame index="9" delay="40" offsetX="2"/> + <animation direction="downleft"> + <frame index="20" delay="60" offsetY="2" offsetX="-2"/> + <frame index="21" delay="60" offsetY="4" offsetX="-4"/> + <frame index="20" delay="60" offsetY="6" offsetX="-6"/> + <frame index="22" delay="60" offsetY="8" offsetX="-8"/> + <frame index="20" delay="40" offsetY="6" offsetX="-6"/> + <frame index="21" delay="40" offsetY="4" offsetX="-4"/> + <frame index="21" delay="40" offsetY="2" offsetX="-2"/> <end /> </animation> <animation direction="left"> - <!-- normal attack --> <frame index="12" delay="60" offsetX="-2"/> <frame index="13" delay="60" offsetX="-4"/> <frame index="12" delay="60" offsetX="-6"/> @@ -226,32 +208,7 @@ Copyright (C) 2011 Evol Online --> <end /> </animation> - <animation direction="downright"> - <!-- normal attack --> - <frame index="16" delay="60" offsetY="2" offsetX="2"/> - <frame index="17" delay="60" offsetY="4" offsetX="4"/> - <frame index="16" delay="60" offsetY="6" offsetX="6"/> - <frame index="18" delay="60" offsetY="8" offsetX="8"/> - <frame index="16" delay="40" offsetY="6" offsetX="6"/> - <frame index="17" delay="40" offsetY="4" offsetX="4"/> - <frame index="17" delay="40" offsetY="2" offsetX="2"/> - <end /> - </animation> - - <animation direction="downleft"> - <!-- normal attack --> - <frame index="20" delay="60" offsetY="2" offsetX="-2"/> - <frame index="21" delay="60" offsetY="4" offsetX="-4"/> - <frame index="20" delay="60" offsetY="6" offsetX="-6"/> - <frame index="22" delay="60" offsetY="8" offsetX="-8"/> - <frame index="20" delay="40" offsetY="6" offsetX="-6"/> - <frame index="21" delay="40" offsetY="4" offsetX="-4"/> - <frame index="21" delay="40" offsetY="2" offsetX="-2"/> - <end /> - </animation> - <animation direction="upleft"> - <!-- normal attack --> <frame index="24" delay="60" offsetY="-2" offsetX="-2"/> <frame index="25" delay="60" offsetY="-4" offsetX="-4"/> <frame index="24" delay="60" offsetY="-6" offsetX="-6"/> @@ -262,8 +219,18 @@ Copyright (C) 2011 Evol Online --> <end /> </animation> + <animation direction="up"> + <frame index="4" delay="60" offsetY="-2"/> + <frame index="5" delay="60" offsetY="-4"/> + <frame index="4" delay="60" offsetY="-6"/> + <frame index="6" delay="60" offsetY="-8"/> + <frame index="4" delay="40" offsetY="-6"/> + <frame index="5" delay="40" offsetY="-4"/> + <frame index="5" delay="40" offsetY="-2"/> + <end /> + </animation> + <animation direction="upright"> - <!-- normal attack --> <frame index="28" delay="60" offsetY="-2" offsetX="2"/> <frame index="29" delay="60" offsetY="-4" offsetX="4"/> <frame index="28" delay="60" offsetY="-6" offsetX="6"/> @@ -274,41 +241,64 @@ Copyright (C) 2011 Evol Online --> <end /> </animation> - </action> - <action name="dead" imageset="base"> - - <animation direction="down"> - <frame index="3"/> + <animation direction="right"> + <frame index="8" delay="60" offsetX="2"/> + <frame index="9" delay="60" offsetX="4"/> + <frame index="8" delay="60" offsetX="6"/> + <frame index="10" delay="60" offsetX="8"/> + <frame index="8" delay="40" offsetX="6"/> + <frame index="9" delay="40" offsetX="4"/> + <frame index="9" delay="40" offsetX="2"/> + <end /> </animation> - <animation direction="up"> - <frame index="7"/> + <animation direction="downright"> + <frame index="16" delay="60" offsetY="2" offsetX="2"/> + <frame index="17" delay="60" offsetY="4" offsetX="4"/> + <frame index="16" delay="60" offsetY="6" offsetX="6"/> + <frame index="18" delay="60" offsetY="8" offsetX="8"/> + <frame index="16" delay="40" offsetY="6" offsetX="6"/> + <frame index="17" delay="40" offsetY="4" offsetX="4"/> + <frame index="17" delay="40" offsetY="2" offsetX="2"/> + <end /> </animation> - <animation direction="right"> - <frame index="11"/> - </animation> + </action> - <animation direction="left"> - <frame index="15"/> - </animation> + <action name="dead" imageset="mob"> - <animation direction="downright"> - <frame index="19"/> + <animation direction="down"> + <frame index="3"/> </animation> <animation direction="downleft"> <frame index="23"/> </animation> + <animation direction="left"> + <frame index="15"/> + </animation> + <animation direction="upleft"> <frame index="27"/> </animation> + <animation direction="up"> + <frame index="7"/> + </animation> + <animation direction="upright"> <frame index="31"/> </animation> + <animation direction="right"> + <frame index="11"/> + </animation> + + <animation direction="downright"> + <frame index="19"/> + </animation> + </action> </sprite>
\ No newline at end of file |