diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-18 19:41:45 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-18 19:41:45 +0100 |
commit | ccd6e96f14b1d443df92d90810fae3c2357b3901 (patch) | |
tree | 8bfb78f173eb04d95d4e82a25a3650d7cfe6e9c8 /graphics/sprites/equipment/head/imperialcrown.xml | |
parent | e8821615dac65f1d12e3ec4395e4c57fbc288504 (diff) | |
download | clientdata-ccd6e96f14b1d443df92d90810fae3c2357b3901.tar.gz clientdata-ccd6e96f14b1d443df92d90810fae3c2357b3901.tar.bz2 clientdata-ccd6e96f14b1d443df92d90810fae3c2357b3901.tar.xz clientdata-ccd6e96f14b1d443df92d90810fae3c2357b3901.zip |
add 5 new helmet
Diffstat (limited to 'graphics/sprites/equipment/head/imperialcrown.xml')
-rw-r--r-- | graphics/sprites/equipment/head/imperialcrown.xml | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/imperialcrown.xml b/graphics/sprites/equipment/head/imperialcrown.xml new file mode 100644 index 00000000..02baeeed --- /dev/null +++ b/graphics/sprites/equipment/head/imperialcrown.xml @@ -0,0 +1,135 @@ +<?xml version="1.0"?> +<sprite name="player" action="stand"> + + <imageset name="base" src="graphics/sprites/equipment/head/imperialcrown.png" width="34" height="56"/> + + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-16"/> + </animation> + <animation direction="left"> + <frame index="1" offsetY="-16"/> + </animation> + <animation direction="up"> + <frame index="2" offsetY="-16"/> + </animation> + <animation direction="right"> + <frame index="3" offsetY="-16"/> + </animation> + </action> + + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" delay="75" offsetY="-15"/> + <frame index="0" delay="150" offsetY="-16"/> + <frame index="0" delay="75" offsetY="-15"/> + <frame index="0" delay="150" offsetY="-16"/> + </animation> + <animation direction="left"> + <frame index="1" delay="75" offsetY="-16"/> + <frame index="1" delay="75" offsetY="-15"/> + <frame index="1" delay="150" offsetY="-16"/> + <frame index="1" delay="75" offsetY="-15"/> + <frame index="1" delay="75" offsetY="-16"/> + </animation> + <animation direction="up"> + <frame index="2" delay="75" offsetY="-16"/> + <frame index="2" delay="150" offsetY="-17"/> + <frame index="2" delay="75" offsetY="-16"/> + <frame index="2" delay="150" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" delay="75" offsetY="-16"/> + <frame index="3" delay="75" offsetY="-15"/> + <frame index="3" delay="150" offsetY="-16"/> + <frame index="3" delay="75" offsetY="-15"/> + <frame index="3" delay="75" offsetY="-16"/> + </animation> + </action> + + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-4"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-7"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="1" offsetY="-8"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-7"/> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="4" offsetX="20" offsetY="10"/> + </animation> + <animation direction="left"> + <frame index="4" offsetX="20" offsetY="10"/> + </animation> + <animation direction="up"> + <frame index="4" offsetX="20" offsetY="10"/> + </animation> + <animation direction="right"> + <frame index="4" offsetX="20" offsetY="10"/> + </animation> + </action> + + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" delay="75" offsetX="0" offsetY="-14"/> + <frame index="0" delay="75" offsetX="0" offsetY="-15"/> + <frame index="0" delay="75" offsetX="0" offsetY="-12"/> + <frame index="0" delay="75" offsetX="0" offsetY="-11"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" delay="75" offsetX="4" offsetY="-17"/> + <frame index="1" delay="75" offsetX="4" offsetY="-18"/> + <frame index="1" delay="75" offsetX="0" offsetY="-15"/> + <frame index="1" delay="75" offsetX="-1" offsetY="-14"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" delay="225" offsetX="-1" offsetY="-16"/> + <frame index="2" delay="75" offsetX="-1" offsetY="-14"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" delay="75" offsetX="-3" offsetY="-17"/> + <frame index="3" delay="75" offsetX="-3" offsetY="-18"/> + <frame index="3" delay="75" offsetX="0" offsetY="-15"/> + <frame index="3" delay="75" offsetX="1" offsetY="-14"/> + <end/> + </animation> + </action> + + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" delay="225" offsetY="-15"/> + <frame index="0" delay="75" offsetY="-14"/> + <frame index="0" delay="75" offsetY="-15"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" delay="225" offsetX="3" offsetY="-16"/> + <frame index="1" delay="150" offsetX="5" offsetY="-17"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" delay="150" offsetX="0" offsetY="-16"/> + <frame index="2" delay="75" offsetX="-1" offsetY="-16"/> + <frame index="2" delay="75" offsetX="-1" offsetY="-15"/> + <frame index="2" delay="75" offsetX="-1" offsetY="-16"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" delay="225" offsetX="-3" offsetY="-16"/> + <frame index="3" delay="150" offsetX="-5" offsetY="-17"/> + <end/> + </animation> + </action> + +</sprite> |