diff options
Diffstat (limited to 'graphics/sprites/races/heads/human-male-default.xml')
-rw-r--r-- | graphics/sprites/races/heads/human-male-default.xml | 149 |
1 files changed, 149 insertions, 0 deletions
diff --git a/graphics/sprites/races/heads/human-male-default.xml b/graphics/sprites/races/heads/human-male-default.xml new file mode 100644 index 00000000..fc782fc2 --- /dev/null +++ b/graphics/sprites/races/heads/human-male-default.xml @@ -0,0 +1,149 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2013 Evol Online --> +<sprite> + <imageset name="base" + src="graphics/sprites/races/heads/human-male-default.png" + width="16" + height="16"/> + + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-41"/> + </animation> + <animation direction="left"> + <frame index="4" offsetX="-1" offsetY="-41"/> + </animation> + <animation direction="up"> + <frame index="17" offsetX="-1" offsetY="-41"/> + </animation> + <animation direction="right"> + <frame index="7" offsetX="1" offsetY="-41"/> + </animation> + </action> + + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-40" delay="80"/> + <frame index="0" offsetY="-41" delay="160"/> + <frame index="0" offsetY="-40" delay="80"/> + <frame index="0" offsetY="-41" delay="160"/> + </animation> + <animation direction="left"> + <frame index="4" offsetX="-1" offsetY="-41" delay="80"/> + <frame index="4" offsetX="-1" offsetY="-40" delay="80"/> + <frame index="4" offsetX="-1" offsetY="-41" delay="160"/> + <frame index="4" offsetX="-1" offsetY="-40" delay="80"/> + <frame index="4" offsetX="-1" offsetY="-41" delay="80"/> + </animation> + <animation direction="up"> + <frame index="17" offsetX="-1" offsetY="-41" delay="80"/> + <frame index="17" offsetX="-1" offsetY="-42" delay="160"/> + <frame index="17" offsetX="-1" offsetY="-41" delay="80"/> + <frame index="17" offsetX="-1" offsetY="-42" delay="160"/> + </animation> + <animation direction="right"> + <frame index="7" offsetX="1" offsetY="-41" delay="80"/> + <frame index="7" offsetX="1" offsetY="-40" delay="80"/> + <frame index="7" offsetX="1" offsetY="-41" delay="160"/> + <frame index="7" offsetX="1" offsetY="-40" delay="80"/> + <frame index="7" offsetX="1" offsetY="-41" delay="80"/> + </animation> + </action> + + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-39" delay="80"/> + <frame index="0" offsetY="-40" delay="80"/> + <frame index="0" offsetY="-37" delay="80"/> + <frame index="0" offsetY="-36" delay="80"/> + <end /> + </animation> + <animation direction="left"> + <frame index="4" offsetX="3" offsetY="-42" delay="80"/> + <frame index="4" offsetX="3" offsetY="-43" delay="80"/> + <frame index="4" offsetX="-1" offsetY="-40" delay="80"/> + <frame index="4" offsetX="-2" offsetY="-39" delay="80"/> + <end /> + </animation> + <animation direction="up"> + <frame index="17" offsetX="-2" offsetY="-41" delay="240"/> + <frame index="17" offsetX="-2" offsetY="-39" delay="80"/> + <end /> + </animation> + <animation direction="right"> + <frame index="7" offsetX="-2" offsetY="-39" delay="80"/> + <frame index="7" offsetX="-2" offsetY="-40" delay="80"/> + <frame index="7" offsetX="1" offsetY="-40" delay="80"/> + <frame index="7" offsetX="2" offsetY="-39" delay="80"/> + <end /> + </animation> + </action> + + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-40" delay="160"/> + <frame index="1" offsetY="-40" delay="80"/> + <frame index="2" offsetY="-39" delay="80"/> + <frame index="3" offsetY="-40" delay="80"/> + <end /> + </animation> + <animation direction="left"> + <frame index="4" offsetX="2" offsetY="-41" delay="160"/> + <frame index="5" offsetX="2" offsetY="-41" delay="80"/> + <frame index="6" offsetX="4" offsetY="-42" delay="80"/> + <frame index="5" offsetX="4" offsetY="-42" delay="80"/> + <end /> + </animation> + <animation direction="up">- + <frame index="17" offsetX="-1" offsetY="-41" delay="160"/> + <frame index="17" offsetX="-2" offsetY="-41" delay="80"/> + <frame index="17" offsetX="-2" offsetY="-40" delay="80"/> + <frame index="17" offsetX="-2" offsetY="-41" delay="80"/> + <end /> + </animation> + <animation direction="right"> + <frame index="7" offsetX="-2" offsetY="-41" delay="160"/> + <frame index="8" offsetX="-2" offsetY="-41" delay="80"/> + <frame index="9" offsetX="-4" offsetY="-42" delay="80"/> + <frame index="8" offsetX="-4" offsetY="-42" delay="80"/> + <end /> + </animation> + </action> + + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-34"/> + </animation> + <animation direction="left"> + <frame index="4" offsetX="3" offsetY="-32"/> + </animation> + <animation direction="up"> + <frame index="17" offsetY="-33"/> + </animation> + <animation direction="right"> + <frame index="7" offsetX="-5" offsetY="-32"/> + </animation> + </action> + + <action name="sittop" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="4" offsetX="3" offsetY="-32"/> + </animation> + <animation direction="up"> + <frame index="17" offsetY="-33"/> + </animation> + <animation direction="right"> + <frame index="7" offsetX="-5" offsetY="-32"/> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="10" offsetX="20" offsetY="-8"/> + </animation> + </action> +</sprite> |