summaryrefslogtreecommitdiff
path: root/graphics/sprites/equipment/feet
diff options
context:
space:
mode:
authorBernhardt <orgzfrgh@gmail.com>2014-04-11 20:50:54 +0200
committerwushin <pasekei@gmail.com>2014-04-15 20:24:51 -0500
commita69bdd775f290e27ee2181735f02d3c974808221 (patch)
tree3dbbcc624b866660be84b519bf830a49c1bc77a9 /graphics/sprites/equipment/feet
parentbfecac213d29723571e27455c338c8e413844fed (diff)
downloadclientdata-a69bdd775f290e27ee2181735f02d3c974808221.tar.gz
clientdata-a69bdd775f290e27ee2181735f02d3c974808221.tar.bz2
clientdata-a69bdd775f290e27ee2181735f02d3c974808221.tar.xz
clientdata-a69bdd775f290e27ee2181735f02d3c974808221.zip
Playersprite 1.5
Icons for new equipment All equipment spritesheet extended to more actions
Diffstat (limited to 'graphics/sprites/equipment/feet')
-rw-r--r--graphics/sprites/equipment/feet/assassin-boots-female.pngbin9910 -> 17834 bytes
-rw-r--r--graphics/sprites/equipment/feet/assassin-boots-female.xml4
-rw-r--r--graphics/sprites/equipment/feet/assassin-boots-male.pngbin9785 -> 2216533 bytes
-rw-r--r--graphics/sprites/equipment/feet/assassin-boots-male.xml4
-rw-r--r--graphics/sprites/equipment/feet/boots-female.pngbin8734 -> 2216533 bytes
-rw-r--r--graphics/sprites/equipment/feet/boots-female.xml4
-rw-r--r--graphics/sprites/equipment/feet/boots-male.pngbin8662 -> 2216533 bytes
-rw-r--r--graphics/sprites/equipment/feet/boots-male.xml95
-rw-r--r--graphics/sprites/equipment/feet/bromenalboots-female.pngbin21614 -> 2216533 bytes
-rw-r--r--graphics/sprites/equipment/feet/bromenalboots-female.xml95
-rw-r--r--graphics/sprites/equipment/feet/bromenalboots-male.pngbin21713 -> 2216533 bytes
-rw-r--r--graphics/sprites/equipment/feet/bromenalboots-male.xml95
-rw-r--r--graphics/sprites/equipment/feet/furboots-female.pngbin16740 -> 2216533 bytes
-rw-r--r--graphics/sprites/equipment/feet/furboots-female.xml4
-rw-r--r--graphics/sprites/equipment/feet/furboots-male.pngbin16714 -> 2216533 bytes
-rw-r--r--graphics/sprites/equipment/feet/furboots-male.xml4
-rwxr-xr-xgraphics/sprites/equipment/feet/warlordboots-female.pngbin18258 -> 2216533 bytes
-rw-r--r--graphics/sprites/equipment/feet/warlordboots-female.xml4
-rwxr-xr-xgraphics/sprites/equipment/feet/warlordboots-male.pngbin18095 -> 25665 bytes
-rw-r--r--graphics/sprites/equipment/feet/warlordboots-male.xml4
20 files changed, 20 insertions, 293 deletions
diff --git a/graphics/sprites/equipment/feet/assassin-boots-female.png b/graphics/sprites/equipment/feet/assassin-boots-female.png
index f44503f5..622b7a20 100644
--- a/graphics/sprites/equipment/feet/assassin-boots-female.png
+++ b/graphics/sprites/equipment/feet/assassin-boots-female.png
Binary files differ
diff --git a/graphics/sprites/equipment/feet/assassin-boots-female.xml b/graphics/sprites/equipment/feet/assassin-boots-female.xml
index 7a6d419d..a2f48c5a 100644
--- a/graphics/sprites/equipment/feet/assassin-boots-female.xml
+++ b/graphics/sprites/equipment/feet/assassin-boots-female.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<sprite name="player" action="stand">
+<sprite name="player" action="stand" variants="135" variant_offset="1">
<imageset name="base" src="graphics/sprites/equipment/feet/assassin-boots-female.png|W;" width="64" height="64"/>
- <include file="equipment/feet/boots-female.xml"/>
+ <include file="model/male.xml"/>
</sprite>
diff --git a/graphics/sprites/equipment/feet/assassin-boots-male.png b/graphics/sprites/equipment/feet/assassin-boots-male.png
index 7b0422e4..46131c9f 100644
--- a/graphics/sprites/equipment/feet/assassin-boots-male.png
+++ b/graphics/sprites/equipment/feet/assassin-boots-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/feet/assassin-boots-male.xml b/graphics/sprites/equipment/feet/assassin-boots-male.xml
index 596868ce..90ea21de 100644
--- a/graphics/sprites/equipment/feet/assassin-boots-male.xml
+++ b/graphics/sprites/equipment/feet/assassin-boots-male.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<sprite name="player" action="stand">
+<sprite name="player" action="stand" variants="135" variant_offset="1">
<imageset name="base" src="graphics/sprites/equipment/feet/assassin-boots-male.png|W;" width="64" height="64"/>
- <include file="equipment/feet/boots-male.xml"/>
+ <include file="model/male.xml"/>
</sprite>
diff --git a/graphics/sprites/equipment/feet/boots-female.png b/graphics/sprites/equipment/feet/boots-female.png
index ba984324..64267d5a 100644
--- a/graphics/sprites/equipment/feet/boots-female.png
+++ b/graphics/sprites/equipment/feet/boots-female.png
Binary files differ
diff --git a/graphics/sprites/equipment/feet/boots-female.xml b/graphics/sprites/equipment/feet/boots-female.xml
index c7e3545b..391b6bec 100644
--- a/graphics/sprites/equipment/feet/boots-female.xml
+++ b/graphics/sprites/equipment/feet/boots-female.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<sprite name="player" action="stand">
+<sprite name="player" action="stand" variants="135" variant_offset="1">
<imageset name="base" src="graphics/sprites/equipment/feet/boots-female.png|W" width="64" height="64"/>
- <include file="equipment/feet/boots-male.xml"/>
+ <include file="model/male.xml"/>
</sprite>
diff --git a/graphics/sprites/equipment/feet/boots-male.png b/graphics/sprites/equipment/feet/boots-male.png
index f441c5b0..ec18ecac 100644
--- a/graphics/sprites/equipment/feet/boots-male.png
+++ b/graphics/sprites/equipment/feet/boots-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/feet/boots-male.xml b/graphics/sprites/equipment/feet/boots-male.xml
index 7a7d6bfe..aa9850b2 100644
--- a/graphics/sprites/equipment/feet/boots-male.xml
+++ b/graphics/sprites/equipment/feet/boots-male.xml
@@ -1,96 +1,5 @@
<?xml version="1.0"?>
-<sprite name="player" action="stand">
+<sprite name="player" action="stand" variants="135" variant_offset="1">
<imageset name="base" src="graphics/sprites/equipment/feet/boots-male.png|W" width="64" height="64"/>
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0"/>
- </animation>
- <animation direction="left">
- <frame index="18"/>
- </animation>
- <animation direction="up">
- <frame index="36"/>
- </animation>
- <animation direction="right">
- <frame index="54"/>
- </animation>
- </action>
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="6" delay="75"/>
- </animation>
- <animation direction="left">
- <sequence start="19" end="24" delay="75"/>
- </animation>
- <animation direction="up">
- <sequence start="37" end="42" delay="75"/>
- </animation>
- <animation direction="right">
- <sequence start="55" end="60" delay="75"/>
- </animation>
- </action>
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="7"/>
- </animation>
- <animation direction="left">
- <frame index="25"/>
- </animation>
- <animation direction="up">
- <frame index="43"/>
- </animation>
- <animation direction="right">
- <frame index="61"/>
- </animation>
- </action>
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="8"/>
- </animation>
- <animation direction="left">
- <frame index="26"/>
- </animation>
- <animation direction="up">
- <frame index="44"/>
- </animation>
- <animation direction="right">
- <frame index="62"/>
- </animation>
- </action>
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="9" end="12" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <sequence start="27" end="30" delay="75"/>
- <end/>
- </animation>
- <animation direction="up">
- <sequence start="45" end="48" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <sequence start="63" end="66" delay="75"/>
- <end/>
- </animation>
- </action>
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <sequence start="13" end="17" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <sequence start="31" end="35" delay="75"/>
- <end/>
- </animation>
- <animation direction="up">
- <sequence start="49" end="53" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <sequence start="67" end="71" delay="75"/>
- <end/>
- </animation>
- </action>
+ <include file="model/male.xml"/>
</sprite>
diff --git a/graphics/sprites/equipment/feet/bromenalboots-female.png b/graphics/sprites/equipment/feet/bromenalboots-female.png
index 6e084914..830e9d31 100644
--- a/graphics/sprites/equipment/feet/bromenalboots-female.png
+++ b/graphics/sprites/equipment/feet/bromenalboots-female.png
Binary files differ
diff --git a/graphics/sprites/equipment/feet/bromenalboots-female.xml b/graphics/sprites/equipment/feet/bromenalboots-female.xml
index f5e01dcb..523f8e31 100644
--- a/graphics/sprites/equipment/feet/bromenalboots-female.xml
+++ b/graphics/sprites/equipment/feet/bromenalboots-female.xml
@@ -1,96 +1,5 @@
<?xml version="1.0"?>
-<sprite name="player" action="stand">
+<sprite name="player" action="stand" variants="135" variant_offset="1">
<imageset name="base" src="graphics/sprites/equipment/feet/bromenalboots-female.png" width="64" height="64"/>
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0"/>
- </animation>
- <animation direction="left">
- <frame index="18"/>
- </animation>
- <animation direction="up">
- <frame index="36"/>
- </animation>
- <animation direction="right">
- <frame index="54"/>
- </animation>
- </action>
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="6" delay="75"/>
- </animation>
- <animation direction="left">
- <sequence start="19" end="24" delay="75"/>
- </animation>
- <animation direction="up">
- <sequence start="37" end="42" delay="75"/>
- </animation>
- <animation direction="right">
- <sequence start="55" end="60" delay="75"/>
- </animation>
- </action>
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="7"/>
- </animation>
- <animation direction="left">
- <frame index="25"/>
- </animation>
- <animation direction="up">
- <frame index="43"/>
- </animation>
- <animation direction="right">
- <frame index="61"/>
- </animation>
- </action>
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="8"/>
- </animation>
- <animation direction="left">
- <frame index="26"/>
- </animation>
- <animation direction="up">
- <frame index="44"/>
- </animation>
- <animation direction="right">
- <frame index="62"/>
- </animation>
- </action>
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="9" end="12" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <sequence start="27" end="30" delay="75"/>
- <end/>
- </animation>
- <animation direction="up">
- <sequence start="45" end="48" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <sequence start="63" end="66" delay="75"/>
- <end/>
- </animation>
- </action>
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <sequence start="13" end="17" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <sequence start="31" end="35" delay="75"/>
- <end/>
- </animation>
- <animation direction="up">
- <sequence start="49" end="53" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <sequence start="67" end="71" delay="75"/>
- <end/>
- </animation>
- </action>
+ <include file="model/male.xml"/>
</sprite>
diff --git a/graphics/sprites/equipment/feet/bromenalboots-male.png b/graphics/sprites/equipment/feet/bromenalboots-male.png
index 7086470d..880ddf1c 100644
--- a/graphics/sprites/equipment/feet/bromenalboots-male.png
+++ b/graphics/sprites/equipment/feet/bromenalboots-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/feet/bromenalboots-male.xml b/graphics/sprites/equipment/feet/bromenalboots-male.xml
index 5e8d0d99..fc6881e3 100644
--- a/graphics/sprites/equipment/feet/bromenalboots-male.xml
+++ b/graphics/sprites/equipment/feet/bromenalboots-male.xml
@@ -1,96 +1,5 @@
<?xml version="1.0"?>
-<sprite name="player" action="stand">
+<sprite name="player" action="stand" variants="135" variant_offset="1">
<imageset name="base" src="graphics/sprites/equipment/feet/bromenalboots-male.png" width="64" height="64"/>
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0"/>
- </animation>
- <animation direction="left">
- <frame index="18"/>
- </animation>
- <animation direction="up">
- <frame index="36"/>
- </animation>
- <animation direction="right">
- <frame index="54"/>
- </animation>
- </action>
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="6" delay="75"/>
- </animation>
- <animation direction="left">
- <sequence start="19" end="24" delay="75"/>
- </animation>
- <animation direction="up">
- <sequence start="37" end="42" delay="75"/>
- </animation>
- <animation direction="right">
- <sequence start="55" end="60" delay="75"/>
- </animation>
- </action>
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="7"/>
- </animation>
- <animation direction="left">
- <frame index="25"/>
- </animation>
- <animation direction="up">
- <frame index="43"/>
- </animation>
- <animation direction="right">
- <frame index="61"/>
- </animation>
- </action>
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="8"/>
- </animation>
- <animation direction="left">
- <frame index="26"/>
- </animation>
- <animation direction="up">
- <frame index="44"/>
- </animation>
- <animation direction="right">
- <frame index="62"/>
- </animation>
- </action>
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="9" end="12" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <sequence start="27" end="30" delay="75"/>
- <end/>
- </animation>
- <animation direction="up">
- <sequence start="45" end="48" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <sequence start="63" end="66" delay="75"/>
- <end/>
- </animation>
- </action>
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <sequence start="13" end="17" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <sequence start="31" end="35" delay="75"/>
- <end/>
- </animation>
- <animation direction="up">
- <sequence start="49" end="53" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <sequence start="67" end="71" delay="75"/>
- <end/>
- </animation>
- </action>
+ <include file="model/male.xml"/>
</sprite>
diff --git a/graphics/sprites/equipment/feet/furboots-female.png b/graphics/sprites/equipment/feet/furboots-female.png
index 2199fb1d..40906bc9 100644
--- a/graphics/sprites/equipment/feet/furboots-female.png
+++ b/graphics/sprites/equipment/feet/furboots-female.png
Binary files differ
diff --git a/graphics/sprites/equipment/feet/furboots-female.xml b/graphics/sprites/equipment/feet/furboots-female.xml
index 435c42ca..1bac3182 100644
--- a/graphics/sprites/equipment/feet/furboots-female.xml
+++ b/graphics/sprites/equipment/feet/furboots-female.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<sprite name="player" action="stand">
+<sprite name="player" action="stand" variants="135" variant_offset="1">
<imageset name="base" src="graphics/sprites/equipment/feet/furboots-female.png" width="64" height="64"/>
- <include file="equipment/feet/boots-female.xml"/>
+ <include file="model/male.xml"/>
</sprite>
diff --git a/graphics/sprites/equipment/feet/furboots-male.png b/graphics/sprites/equipment/feet/furboots-male.png
index afc1ff3b..0092f399 100644
--- a/graphics/sprites/equipment/feet/furboots-male.png
+++ b/graphics/sprites/equipment/feet/furboots-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/feet/furboots-male.xml b/graphics/sprites/equipment/feet/furboots-male.xml
index cb48994b..ac1549d6 100644
--- a/graphics/sprites/equipment/feet/furboots-male.xml
+++ b/graphics/sprites/equipment/feet/furboots-male.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<sprite name="player" action="stand">
+<sprite name="player" action="stand" variants="135" variant_offset="1">
<imageset name="base" src="graphics/sprites/equipment/feet/furboots-male.png" width="64" height="64"/>
- <include file="equipment/feet/boots-male.xml"/>
+ <include file="model/male.xml"/>
</sprite>
diff --git a/graphics/sprites/equipment/feet/warlordboots-female.png b/graphics/sprites/equipment/feet/warlordboots-female.png
index ee20a58e..b66c3f4a 100755
--- a/graphics/sprites/equipment/feet/warlordboots-female.png
+++ b/graphics/sprites/equipment/feet/warlordboots-female.png
Binary files differ
diff --git a/graphics/sprites/equipment/feet/warlordboots-female.xml b/graphics/sprites/equipment/feet/warlordboots-female.xml
index 7163413a..19c38b19 100644
--- a/graphics/sprites/equipment/feet/warlordboots-female.xml
+++ b/graphics/sprites/equipment/feet/warlordboots-female.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<sprite name="player" action="stand">
+<sprite name="player" action="stand" variants="135" variant_offset="1">
<imageset name="base" src="graphics/sprites/equipment/feet/warlordboots-female.png|W" width="64" height="64"/>
- <include file="equipment/feet/boots-female.xml"/>
+ <include file="model/male.xml"/>
</sprite>
diff --git a/graphics/sprites/equipment/feet/warlordboots-male.png b/graphics/sprites/equipment/feet/warlordboots-male.png
index c0c4df5e..77c233a9 100755
--- a/graphics/sprites/equipment/feet/warlordboots-male.png
+++ b/graphics/sprites/equipment/feet/warlordboots-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/feet/warlordboots-male.xml b/graphics/sprites/equipment/feet/warlordboots-male.xml
index 83d55bd5..45e223c9 100644
--- a/graphics/sprites/equipment/feet/warlordboots-male.xml
+++ b/graphics/sprites/equipment/feet/warlordboots-male.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<sprite name="player" action="stand">
+<sprite name="player" action="stand" variants="135" variant_offset="1">
<imageset name="base" src="graphics/sprites/equipment/feet/warlordboots-male.png|W" width="64" height="64"/>
- <include file="equipment/feet/boots-male.xml"/>
+ <include file="model/male.xml"/>
</sprite>