diff options
author | wushin <pasekei@gmail.com> | 2014-04-16 12:25:00 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-16 12:25:00 -0500 |
commit | bfafaff17528e4f5689702c9620586b1e43725de (patch) | |
tree | fdd8170c6aa58713c1b476fe3aac8d52e0f74a02 /graphics/sprites/equipment/feet | |
parent | bfecac213d29723571e27455c338c8e413844fed (diff) | |
parent | ddfed9f42571bc15af0832e2c6a6c276813d574c (diff) | |
download | clientdata-bfafaff17528e4f5689702c9620586b1e43725de.tar.gz clientdata-bfafaff17528e4f5689702c9620586b1e43725de.tar.bz2 clientdata-bfafaff17528e4f5689702c9620586b1e43725de.tar.xz clientdata-bfafaff17528e4f5689702c9620586b1e43725de.zip |
Merge pull request #61 from wushin/Tile-Fixes-Map-Travel
Tile map fixes travel Sprite 1.5
Diffstat (limited to 'graphics/sprites/equipment/feet')
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 Binary files differindex f44503f5..622b7a20 100644 --- a/graphics/sprites/equipment/feet/assassin-boots-female.png +++ b/graphics/sprites/equipment/feet/assassin-boots-female.png 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 Binary files differindex 7b0422e4..46131c9f 100644 --- a/graphics/sprites/equipment/feet/assassin-boots-male.png +++ b/graphics/sprites/equipment/feet/assassin-boots-male.png 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 Binary files differindex ba984324..64267d5a 100644 --- a/graphics/sprites/equipment/feet/boots-female.png +++ b/graphics/sprites/equipment/feet/boots-female.png 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 Binary files differindex f441c5b0..ec18ecac 100644 --- a/graphics/sprites/equipment/feet/boots-male.png +++ b/graphics/sprites/equipment/feet/boots-male.png 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 Binary files differindex 6e084914..830e9d31 100644 --- a/graphics/sprites/equipment/feet/bromenalboots-female.png +++ b/graphics/sprites/equipment/feet/bromenalboots-female.png 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 Binary files differindex 7086470d..880ddf1c 100644 --- a/graphics/sprites/equipment/feet/bromenalboots-male.png +++ b/graphics/sprites/equipment/feet/bromenalboots-male.png 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 Binary files differindex 2199fb1d..40906bc9 100644 --- a/graphics/sprites/equipment/feet/furboots-female.png +++ b/graphics/sprites/equipment/feet/furboots-female.png 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 Binary files differindex afc1ff3b..0092f399 100644 --- a/graphics/sprites/equipment/feet/furboots-male.png +++ b/graphics/sprites/equipment/feet/furboots-male.png 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 Binary files differindex ee20a58e..b66c3f4a 100755 --- a/graphics/sprites/equipment/feet/warlordboots-female.png +++ b/graphics/sprites/equipment/feet/warlordboots-female.png 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 Binary files differindex c0c4df5e..77c233a9 100755 --- a/graphics/sprites/equipment/feet/warlordboots-male.png +++ b/graphics/sprites/equipment/feet/warlordboots-male.png 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> |