diff options
Diffstat (limited to 'graphics/sprites')
292 files changed, 18681 insertions, 20203 deletions
diff --git a/graphics/sprites/emote.xml b/graphics/sprites/emote.xml index 37b1b20f..4f483fb9 100644 --- a/graphics/sprites/emote.xml +++ b/graphics/sprites/emote.xml @@ -1,11 +1,9 @@ <?xml version="1.0"?> <sprite variants="42" variant_offset="1"> - <imageset name="emotes" src="graphics/sprites/emote.png" width="30" height="32"/> - - <action name="stand" imageset="emotes"> - <animation direction="default"> - <frame index="0"/> - </animation> - </action> - + <imageset name="emotes" src="graphics/sprites/emote.png" width="30" height="32"/> + <action name="stand" imageset="emotes"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/chest/assassin-female.xml b/graphics/sprites/equipment/chest/assassin-female.xml index 3213d1cc..9b6a16bb 100644 --- a/graphics/sprites/equipment/chest/assassin-female.xml +++ b/graphics/sprites/equipment/chest/assassin-female.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/assassin-female.png" width="64" height="64" /> - - <include file="player_female_base.xml"/> - + <imageset name="base" src="graphics/sprites/equipment/chest/assassin-female.png" width="64" height="64"/> + <include file="player_female_base.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/assassin-male.xml b/graphics/sprites/equipment/chest/assassin-male.xml index b741df75..14bc6653 100644 --- a/graphics/sprites/equipment/chest/assassin-male.xml +++ b/graphics/sprites/equipment/chest/assassin-male.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/assassin-male.png" width="64" height="64" /> - - <include file="player_male_base.xml"/> - + <imageset name="base" src="graphics/sprites/equipment/chest/assassin-male.png" width="64" height="64"/> + <include file="player_male_base.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/bromenalchest-female.xml b/graphics/sprites/equipment/chest/bromenalchest-female.xml index 20b94c37..1035ecc4 100644 --- a/graphics/sprites/equipment/chest/bromenalchest-female.xml +++ b/graphics/sprites/equipment/chest/bromenalchest-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/bromenalchest-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/bromenalchest-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> </sprite> diff --git a/graphics/sprites/equipment/chest/bromenalchest-male.xml b/graphics/sprites/equipment/chest/bromenalchest-male.xml index dac81aca..671dfa5f 100644 --- a/graphics/sprites/equipment/chest/bromenalchest-male.xml +++ b/graphics/sprites/equipment/chest/bromenalchest-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/bromenalchest-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/bromenalchest-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> </sprite> diff --git a/graphics/sprites/equipment/chest/chainmail-female.xml b/graphics/sprites/equipment/chest/chainmail-female.xml index cbfe657c..d1f0d41f 100644 --- a/graphics/sprites/equipment/chest/chainmail-female.xml +++ b/graphics/sprites/equipment/chest/chainmail-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/chainmail-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/chainmail-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> </sprite> diff --git a/graphics/sprites/equipment/chest/chainmail-male.xml b/graphics/sprites/equipment/chest/chainmail-male.xml index 946f224f..2d10fa74 100644 --- a/graphics/sprites/equipment/chest/chainmail-male.xml +++ b/graphics/sprites/equipment/chest/chainmail-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/chainmail-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/chainmail-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> </sprite> diff --git a/graphics/sprites/equipment/chest/cotton-female.xml b/graphics/sprites/equipment/chest/cotton-female.xml index 59351cb1..c2c9a8da 100644 --- a/graphics/sprites/equipment/chest/cotton-female.xml +++ b/graphics/sprites/equipment/chest/cotton-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/cotton-female.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> - + <imageset name="base" src="graphics/sprites/equipment/chest/cotton-female.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> </sprite> diff --git a/graphics/sprites/equipment/chest/cotton-male.xml b/graphics/sprites/equipment/chest/cotton-male.xml index e15bdd62..0249bb0c 100644 --- a/graphics/sprites/equipment/chest/cotton-male.xml +++ b/graphics/sprites/equipment/chest/cotton-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/cotton-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/cotton-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> </sprite> diff --git a/graphics/sprites/equipment/chest/forest-armor-female.xml b/graphics/sprites/equipment/chest/forest-armor-female.xml index 4d7d6a04..ff742afb 100644 --- a/graphics/sprites/equipment/chest/forest-armor-female.xml +++ b/graphics/sprites/equipment/chest/forest-armor-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/forest-armor-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> - -</sprite>
\ No newline at end of file + <imageset name="base" src="graphics/sprites/equipment/chest/forest-armor-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> +</sprite> diff --git a/graphics/sprites/equipment/chest/forest-armor-male.xml b/graphics/sprites/equipment/chest/forest-armor-male.xml index 263675e2..d2acb67f 100644 --- a/graphics/sprites/equipment/chest/forest-armor-male.xml +++ b/graphics/sprites/equipment/chest/forest-armor-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/forest-armor-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> - -</sprite>
\ No newline at end of file + <imageset name="base" src="graphics/sprites/equipment/chest/forest-armor-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> +</sprite> diff --git a/graphics/sprites/equipment/chest/leather-female.xml b/graphics/sprites/equipment/chest/leather-female.xml index 0f90e919..229a9277 100644 --- a/graphics/sprites/equipment/chest/leather-female.xml +++ b/graphics/sprites/equipment/chest/leather-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/leather-female.png|W;R" 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> - + <imageset name="base" src="graphics/sprites/equipment/chest/leather-female.png|W;R" 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> </sprite> diff --git a/graphics/sprites/equipment/chest/leather-male.xml b/graphics/sprites/equipment/chest/leather-male.xml index ef5cf3f1..2e4a4215 100644 --- a/graphics/sprites/equipment/chest/leather-male.xml +++ b/graphics/sprites/equipment/chest/leather-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/leather-male.png|W;R" 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> - + <imageset name="base" src="graphics/sprites/equipment/chest/leather-male.png|W;R" 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> </sprite> diff --git a/graphics/sprites/equipment/chest/lightplatemail-female.xml b/graphics/sprites/equipment/chest/lightplatemail-female.xml index 13bd7ab0..379c2177 100644 --- a/graphics/sprites/equipment/chest/lightplatemail-female.xml +++ b/graphics/sprites/equipment/chest/lightplatemail-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/lightplatemail-female.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> - + <imageset name="base" src="graphics/sprites/equipment/chest/lightplatemail-female.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> </sprite> diff --git a/graphics/sprites/equipment/chest/lightplatemail-male.xml b/graphics/sprites/equipment/chest/lightplatemail-male.xml index 962ad222..ac5ba00e 100644 --- a/graphics/sprites/equipment/chest/lightplatemail-male.xml +++ b/graphics/sprites/equipment/chest/lightplatemail-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/lightplatemail-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/lightplatemail-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> </sprite> diff --git a/graphics/sprites/equipment/chest/robe-female.xml b/graphics/sprites/equipment/chest/robe-female.xml index 93d8a2a4..37f5852d 100644 --- a/graphics/sprites/equipment/chest/robe-female.xml +++ b/graphics/sprites/equipment/chest/robe-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/robe-female.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> - + <imageset name="base" src="graphics/sprites/equipment/chest/robe-female.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> </sprite> diff --git a/graphics/sprites/equipment/chest/robe-male.xml b/graphics/sprites/equipment/chest/robe-male.xml index c903635e..2bdb073c 100644 --- a/graphics/sprites/equipment/chest/robe-male.xml +++ b/graphics/sprites/equipment/chest/robe-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/robe-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/robe-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> </sprite> diff --git a/graphics/sprites/equipment/chest/shorttanktop-female.xml b/graphics/sprites/equipment/chest/shorttanktop-female.xml index 5986e3b3..1751b82e 100644 --- a/graphics/sprites/equipment/chest/shorttanktop-female.xml +++ b/graphics/sprites/equipment/chest/shorttanktop-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/shorttanktop-female.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> - + <imageset name="base" src="graphics/sprites/equipment/chest/shorttanktop-female.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> </sprite> diff --git a/graphics/sprites/equipment/chest/shorttanktop-male.xml b/graphics/sprites/equipment/chest/shorttanktop-male.xml index 6b4987f8..da85bd1e 100644 --- a/graphics/sprites/equipment/chest/shorttanktop-male.xml +++ b/graphics/sprites/equipment/chest/shorttanktop-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/shorttanktop-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/shorttanktop-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> </sprite> diff --git a/graphics/sprites/equipment/chest/sorcerer-robe-female.xml b/graphics/sprites/equipment/chest/sorcerer-robe-female.xml index c3850ca3..456a81d0 100644 --- a/graphics/sprites/equipment/chest/sorcerer-robe-female.xml +++ b/graphics/sprites/equipment/chest/sorcerer-robe-female.xml @@ -1,106 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/sorcerer-robe-female.png|W;R" 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> - + <imageset name="base" src="graphics/sprites/equipment/chest/sorcerer-robe-female.png|W;R" 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> </sprite> - - diff --git a/graphics/sprites/equipment/chest/sorcerer-robe-male.xml b/graphics/sprites/equipment/chest/sorcerer-robe-male.xml index e7213f4c..c96d02a2 100644 --- a/graphics/sprites/equipment/chest/sorcerer-robe-male.xml +++ b/graphics/sprites/equipment/chest/sorcerer-robe-male.xml @@ -1,106 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/sorcerer-robe-male.png|W;R" 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> - + <imageset name="base" src="graphics/sprites/equipment/chest/sorcerer-robe-male.png|W;R" 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> </sprite> - - diff --git a/graphics/sprites/equipment/chest/tanktop-female.xml b/graphics/sprites/equipment/chest/tanktop-female.xml index 33dcf2fc..50c6c852 100644 --- a/graphics/sprites/equipment/chest/tanktop-female.xml +++ b/graphics/sprites/equipment/chest/tanktop-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/tanktop-female.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> - + <imageset name="base" src="graphics/sprites/equipment/chest/tanktop-female.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> </sprite> diff --git a/graphics/sprites/equipment/chest/tanktop-male.xml b/graphics/sprites/equipment/chest/tanktop-male.xml index 677edf6a..15325678 100644 --- a/graphics/sprites/equipment/chest/tanktop-male.xml +++ b/graphics/sprites/equipment/chest/tanktop-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/tanktop-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/tanktop-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> </sprite> diff --git a/graphics/sprites/equipment/chest/terranite-female.xml b/graphics/sprites/equipment/chest/terranite-female.xml index b297d4f3..b32f4de4 100644 --- a/graphics/sprites/equipment/chest/terranite-female.xml +++ b/graphics/sprites/equipment/chest/terranite-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/terranite-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/terranite-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> </sprite> diff --git a/graphics/sprites/equipment/chest/terranite-male.xml b/graphics/sprites/equipment/chest/terranite-male.xml index 67161406..86ac6a36 100644 --- a/graphics/sprites/equipment/chest/terranite-male.xml +++ b/graphics/sprites/equipment/chest/terranite-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/terranite-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/terranite-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> </sprite> diff --git a/graphics/sprites/equipment/chest/tnecksweater-female.xml b/graphics/sprites/equipment/chest/tnecksweater-female.xml index 38885720..c620700b 100644 --- a/graphics/sprites/equipment/chest/tnecksweater-female.xml +++ b/graphics/sprites/equipment/chest/tnecksweater-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/tnecksweater-female.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> - + <imageset name="base" src="graphics/sprites/equipment/chest/tnecksweater-female.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> </sprite> diff --git a/graphics/sprites/equipment/chest/tnecksweater-male.xml b/graphics/sprites/equipment/chest/tnecksweater-male.xml index ec65e385..f466a43e 100644 --- a/graphics/sprites/equipment/chest/tnecksweater-male.xml +++ b/graphics/sprites/equipment/chest/tnecksweater-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/tnecksweater-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/tnecksweater-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> </sprite> diff --git a/graphics/sprites/equipment/chest/valentine-dress.xml b/graphics/sprites/equipment/chest/valentine-dress.xml index fc8b331a..47a4656a 100644 --- a/graphics/sprites/equipment/chest/valentine-dress.xml +++ b/graphics/sprites/equipment/chest/valentine-dress.xml @@ -1,104 +1,96 @@ -<?xml version="1.0"?>
-<sprite name="player" action="stand">
-
- <imageset name="base" src="graphics/sprites/equipment/chest/valentine-dress.png|R" 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>
-
-</sprite>
\ No newline at end of file +<?xml version="1.0"?> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/equipment/chest/valentine-dress.png|R" 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> +</sprite> diff --git a/graphics/sprites/equipment/chest/vnecksweater-female.xml b/graphics/sprites/equipment/chest/vnecksweater-female.xml index ae353565..75d4aa3c 100644 --- a/graphics/sprites/equipment/chest/vnecksweater-female.xml +++ b/graphics/sprites/equipment/chest/vnecksweater-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/vnecksweater-female.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> - + <imageset name="base" src="graphics/sprites/equipment/chest/vnecksweater-female.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> </sprite> diff --git a/graphics/sprites/equipment/chest/vnecksweater-male.xml b/graphics/sprites/equipment/chest/vnecksweater-male.xml index 42b4ae70..8fcb1879 100644 --- a/graphics/sprites/equipment/chest/vnecksweater-male.xml +++ b/graphics/sprites/equipment/chest/vnecksweater-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/vnecksweater-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/vnecksweater-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> </sprite> diff --git a/graphics/sprites/equipment/chest/warlordplate-female.xml b/graphics/sprites/equipment/chest/warlordplate-female.xml index 063ac46e..87faa0f7 100644 --- a/graphics/sprites/equipment/chest/warlordplate-female.xml +++ b/graphics/sprites/equipment/chest/warlordplate-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/warlordplate-female.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> - + <imageset name="base" src="graphics/sprites/equipment/chest/warlordplate-female.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> </sprite> diff --git a/graphics/sprites/equipment/chest/warlordplate-male.xml b/graphics/sprites/equipment/chest/warlordplate-male.xml index 537b464b..a2397c99 100644 --- a/graphics/sprites/equipment/chest/warlordplate-male.xml +++ b/graphics/sprites/equipment/chest/warlordplate-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/chest/warlordplate-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> - + <imageset name="base" src="graphics/sprites/equipment/chest/warlordplate-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> </sprite> diff --git a/graphics/sprites/equipment/feet/assassin-boots-female.xml b/graphics/sprites/equipment/feet/assassin-boots-female.xml index 37285506..1dfab109 100644 --- a/graphics/sprites/equipment/feet/assassin-boots-female.xml +++ b/graphics/sprites/equipment/feet/assassin-boots-female.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/feet/assassin-boots-female.png" width="64" height="64" /> - - <include file="equipment/feet/boots-female.xml"/> - + <imageset name="base" src="graphics/sprites/equipment/feet/assassin-boots-female.png" width="64" height="64"/> + <include file="equipment/feet/boots-female.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/assassin-boots-male.xml b/graphics/sprites/equipment/feet/assassin-boots-male.xml index 89904cc8..16052639 100644 --- a/graphics/sprites/equipment/feet/assassin-boots-male.xml +++ b/graphics/sprites/equipment/feet/assassin-boots-male.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/feet/assassin-boots-male.png" width="64" height="64" /> - - <include file="equipment/feet/boots-male.xml"/> - + <imageset name="base" src="graphics/sprites/equipment/feet/assassin-boots-male.png" width="64" height="64"/> + <include file="equipment/feet/boots-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/boots-female.xml b/graphics/sprites/equipment/feet/boots-female.xml index 4bb2fffe..c7e3545b 100644 --- a/graphics/sprites/equipment/feet/boots-female.xml +++ b/graphics/sprites/equipment/feet/boots-female.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/feet/boots-female.png|W" width="64" height="64" /> - - <include file="equipment/feet/boots-male.xml"/> - + <imageset name="base" src="graphics/sprites/equipment/feet/boots-female.png|W" width="64" height="64"/> + <include file="equipment/feet/boots-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/boots-male.xml b/graphics/sprites/equipment/feet/boots-male.xml index 7edbcef6..7a7d6bfe 100644 --- a/graphics/sprites/equipment/feet/boots-male.xml +++ b/graphics/sprites/equipment/feet/boots-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <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> - + <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> </sprite> diff --git a/graphics/sprites/equipment/feet/bromenalboots-female.xml b/graphics/sprites/equipment/feet/bromenalboots-female.xml index 3a2cc633..f5e01dcb 100644 --- a/graphics/sprites/equipment/feet/bromenalboots-female.xml +++ b/graphics/sprites/equipment/feet/bromenalboots-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <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> - + <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> </sprite> diff --git a/graphics/sprites/equipment/feet/bromenalboots-male.xml b/graphics/sprites/equipment/feet/bromenalboots-male.xml index 35749913..5e8d0d99 100644 --- a/graphics/sprites/equipment/feet/bromenalboots-male.xml +++ b/graphics/sprites/equipment/feet/bromenalboots-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <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> - + <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> </sprite> diff --git a/graphics/sprites/equipment/feet/furboots-female.xml b/graphics/sprites/equipment/feet/furboots-female.xml index 31b079b2..435c42ca 100644 --- a/graphics/sprites/equipment/feet/furboots-female.xml +++ b/graphics/sprites/equipment/feet/furboots-female.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/feet/furboots-female.png" width="64" height="64" /> - - <include file="equipment/feet/boots-female.xml"/> - + <imageset name="base" src="graphics/sprites/equipment/feet/furboots-female.png" width="64" height="64"/> + <include file="equipment/feet/boots-female.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/furboots-male.xml b/graphics/sprites/equipment/feet/furboots-male.xml index ed3f584e..cb48994b 100644 --- a/graphics/sprites/equipment/feet/furboots-male.xml +++ b/graphics/sprites/equipment/feet/furboots-male.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/feet/furboots-male.png" width="64" height="64" /> - - <include file="equipment/feet/boots-male.xml"/> - + <imageset name="base" src="graphics/sprites/equipment/feet/furboots-male.png" width="64" height="64"/> + <include file="equipment/feet/boots-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/assassin-female.xml b/graphics/sprites/equipment/hands/assassin-female.xml index 2d2a2224..8a9311bb 100644 --- a/graphics/sprites/equipment/hands/assassin-female.xml +++ b/graphics/sprites/equipment/hands/assassin-female.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/hands/assassin-female.png" width="64" height="64" /> - - <include file="equipment/hands/generic-female.xml" /> - + <imageset name="base" src="graphics/sprites/equipment/hands/assassin-female.png" width="64" height="64"/> + <include file="equipment/hands/generic-female.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/assassin-male.xml b/graphics/sprites/equipment/hands/assassin-male.xml index b87adb08..caa16d36 100644 --- a/graphics/sprites/equipment/hands/assassin-male.xml +++ b/graphics/sprites/equipment/hands/assassin-male.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/hands/assassin-male.png" width="64" height="64" /> - - <include file="equipment/hands/generic-male.xml" /> - + <imageset name="base" src="graphics/sprites/equipment/hands/assassin-male.png" width="64" height="64"/> + <include file="equipment/hands/generic-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/bromenalgloves-female.xml b/graphics/sprites/equipment/hands/bromenalgloves-female.xml index 03ce3e5a..573bad23 100644 --- a/graphics/sprites/equipment/hands/bromenalgloves-female.xml +++ b/graphics/sprites/equipment/hands/bromenalgloves-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/hands/bromenalgloves-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> - + <imageset name="base" src="graphics/sprites/equipment/hands/bromenalgloves-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> </sprite> diff --git a/graphics/sprites/equipment/hands/bromenalgloves-male.xml b/graphics/sprites/equipment/hands/bromenalgloves-male.xml index 0d39eb09..00f382e6 100644 --- a/graphics/sprites/equipment/hands/bromenalgloves-male.xml +++ b/graphics/sprites/equipment/hands/bromenalgloves-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/hands/bromenalgloves-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> - + <imageset name="base" src="graphics/sprites/equipment/hands/bromenalgloves-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> </sprite> diff --git a/graphics/sprites/equipment/hands/generic-female.xml b/graphics/sprites/equipment/hands/generic-female.xml index 07fbbb13..f4e9b556 100644 --- a/graphics/sprites/equipment/hands/generic-female.xml +++ b/graphics/sprites/equipment/hands/generic-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/hands/generic-female.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> - + <imageset name="base" src="graphics/sprites/equipment/hands/generic-female.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> </sprite> diff --git a/graphics/sprites/equipment/hands/generic-male.xml b/graphics/sprites/equipment/hands/generic-male.xml index 1defce1b..6595e1e8 100644 --- a/graphics/sprites/equipment/hands/generic-male.xml +++ b/graphics/sprites/equipment/hands/generic-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/hands/generic-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> - + <imageset name="base" src="graphics/sprites/equipment/hands/generic-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> </sprite> diff --git a/graphics/sprites/equipment/head/antlerhat.xml b/graphics/sprites/equipment/head/antlerhat.xml index efec175c..96742da9 100644 --- a/graphics/sprites/equipment/head/antlerhat.xml +++ b/graphics/sprites/equipment/head/antlerhat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/antlerhat.png" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/antlerhat.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/axehat.xml b/graphics/sprites/equipment/head/axehat.xml index a0177bdb..0c4ca2f0 100644 --- a/graphics/sprites/equipment/head/axehat.xml +++ b/graphics/sprites/equipment/head/axehat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/axehat.png" width="22" height="22"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-44"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-44"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-43"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-44"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-43" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-44" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-43" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-44" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-44" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-43" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-44" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-43" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-44" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-43" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-44" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-43" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-44" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-44" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-43" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-44" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-43" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-44" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-42" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-43" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-40" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-39" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-45" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-43" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-42" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-43" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-45" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-43" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-42" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-43" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-42" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-43" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-44" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-45" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-43" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-42" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-43" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-44" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-45" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-32"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-35"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-35"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-35"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="27" offsetY="-16"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/axehat.png" width="22" height="22"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-44"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-44"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-43"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-44"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-43" delay="75"/> + <frame index="0" offsetX="0" offsetY="-44" delay="150"/> + <frame index="0" offsetX="0" offsetY="-43" delay="75"/> + <frame index="0" offsetX="0" offsetY="-44" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-44" delay="75"/> + <frame index="1" offsetX="0" offsetY="-43" delay="75"/> + <frame index="1" offsetX="0" offsetY="-44" delay="150"/> + <frame index="1" offsetX="0" offsetY="-43" delay="75"/> + <frame index="1" offsetX="0" offsetY="-44" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-43" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-44" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-43" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-44" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-44" delay="75"/> + <frame index="3" offsetX="0" offsetY="-43" delay="75"/> + <frame index="3" offsetX="0" offsetY="-44" delay="150"/> + <frame index="3" offsetX="0" offsetY="-43" delay="75"/> + <frame index="3" offsetX="0" offsetY="-44" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-42" delay="75"/> + <frame index="0" offsetX="0" offsetY="-43" delay="75"/> + <frame index="0" offsetX="0" offsetY="-40" delay="75"/> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-45" delay="75"/> + <frame index="1" offsetX="4" offsetY="-46" delay="75"/> + <frame index="1" offsetX="0" offsetY="-43" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-42" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-43" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-45" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-46" delay="75"/> + <frame index="3" offsetX="0" offsetY="-43" delay="75"/> + <frame index="3" offsetX="1" offsetY="-42" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-43" delay="225"/> + <frame index="0" offsetX="0" offsetY="-42" delay="75"/> + <frame index="0" offsetX="0" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-44" delay="225"/> + <frame index="1" offsetX="5" offsetY="-45" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-43" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-42" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-44" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-45" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-32"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-35"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-35"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-35"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="27" offsetY="-16"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/bandana.xml b/graphics/sprites/equipment/head/bandana.xml index 41337535..1cb9d7b3 100644 --- a/graphics/sprites/equipment/head/bandana.xml +++ b/graphics/sprites/equipment/head/bandana.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/bandana.png" width="29" height="21"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-38"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-38"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-38"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-38"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-37" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-38" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-37" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-38" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-38" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-37" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-38" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-37" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-38" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-38" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-37" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-38" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-37" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-38" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-36" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-37" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-34" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-33" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-40" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-37" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-36" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-38" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-36" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-37" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-36" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-37" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-36" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-37" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-38" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-39" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-37" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-36" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-37" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-38" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-39" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-26"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-30"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-29"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="19" offsetY="-17"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/bandana.png" width="29" height="21"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-38"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-38"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-38"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <frame index="0" offsetX="0" offsetY="-38" delay="150"/> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <frame index="0" offsetX="0" offsetY="-38" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-38" delay="75"/> + <frame index="1" offsetX="0" offsetY="-37" delay="75"/> + <frame index="1" offsetX="0" offsetY="-38" delay="150"/> + <frame index="1" offsetX="0" offsetY="-37" delay="75"/> + <frame index="1" offsetX="0" offsetY="-38" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-38" delay="75"/> + <frame index="3" offsetX="0" offsetY="-37" delay="75"/> + <frame index="3" offsetX="0" offsetY="-38" delay="150"/> + <frame index="3" offsetX="0" offsetY="-37" delay="75"/> + <frame index="3" offsetX="0" offsetY="-38" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-36" delay="75"/> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <frame index="0" offsetX="0" offsetY="-34" delay="75"/> + <frame index="0" offsetX="0" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-39" delay="75"/> + <frame index="1" offsetX="4" offsetY="-40" delay="75"/> + <frame index="1" offsetX="0" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-40" delay="75"/> + <frame index="3" offsetX="0" offsetY="-37" delay="75"/> + <frame index="3" offsetX="1" offsetY="-36" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-37" delay="225"/> + <frame index="0" offsetX="0" offsetY="-36" delay="75"/> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-38" delay="225"/> + <frame index="1" offsetX="5" offsetY="-39" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-37" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-36" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-38" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-39" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-29"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="19" offsetY="-17"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/bowler-hat-brown.xml b/graphics/sprites/equipment/head/bowler-hat-brown.xml index 3f601631..9e26af35 100644 --- a/graphics/sprites/equipment/head/bowler-hat-brown.xml +++ b/graphics/sprites/equipment/head/bowler-hat-brown.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/bowler-hat-brown.png|W" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/bowler-hat-brown.png|W" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/bowler-hat.xml b/graphics/sprites/equipment/head/bowler-hat.xml index 34f369a5..6770f471 100644 --- a/graphics/sprites/equipment/head/bowler-hat.xml +++ b/graphics/sprites/equipment/head/bowler-hat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/bowler-hat.png|W" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/bowler-hat.png|W" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/bromenalhelmet.xml b/graphics/sprites/equipment/head/bromenalhelmet.xml index d234fe8c..1ed8e8c1 100644 --- a/graphics/sprites/equipment/head/bromenalhelmet.xml +++ b/graphics/sprites/equipment/head/bromenalhelmet.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/bromenalhelmet.png" width="27" height="19"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-42"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-42"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-42"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="2" offsetY ="-42"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-42" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-42" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-42" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-41" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-42" delay="150"/> - <frame index="1" offsetX="4" offsetY ="-41" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-42" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-42" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-43" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-42" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-43" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="2" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-42" delay="150"/> - <frame index="3" offsetX="2" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-42" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="7" offsetY ="-43" delay="75"/> - <frame index="1" offsetX="7" offsetY ="-44" delay="75"/> - <frame index="1" offsetX="3" offsetY ="-41" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-40" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-42" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-39" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-2" offsetY ="-43" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-44" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-40" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-41" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="6" offsetY ="-42" delay="225"/> - <frame index="1" offsetX="8" offsetY ="-43" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-42" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-42" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-42" delay="225"/> - <frame index="3" offsetX="-3" offsetY ="-43" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-30"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="7" offsetY ="-33"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-34"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-33"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="31" offsetY="-8"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/bromenalhelmet.png" width="27" height="19"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-42"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-42"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-42"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-42"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-42" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-42" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-42" delay="75"/> + <frame index="1" offsetX="4" offsetY="-41" delay="75"/> + <frame index="1" offsetX="4" offsetY="-42" delay="150"/> + <frame index="1" offsetX="4" offsetY="-41" delay="75"/> + <frame index="1" offsetX="4" offsetY="-42" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-42" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-43" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-42" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-43" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-42" delay="75"/> + <frame index="3" offsetX="2" offsetY="-41" delay="75"/> + <frame index="3" offsetX="2" offsetY="-42" delay="150"/> + <frame index="3" offsetX="2" offsetY="-41" delay="75"/> + <frame index="3" offsetX="2" offsetY="-42" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="7" offsetY="-43" delay="75"/> + <frame index="1" offsetX="7" offsetY="-44" delay="75"/> + <frame index="1" offsetX="3" offsetY="-41" delay="75"/> + <frame index="1" offsetX="2" offsetY="-40" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-42" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-43" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-44" delay="75"/> + <frame index="3" offsetX="1" offsetY="-41" delay="75"/> + <frame index="3" offsetX="2" offsetY="-40" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-41" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-42" delay="225"/> + <frame index="1" offsetX="8" offsetY="-43" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-42" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-41" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-42" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-42" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-43" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-30"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="7" offsetY="-33"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-34"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-33"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="31" offsetY="-8"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/bunnyears.xml b/graphics/sprites/equipment/head/bunnyears.xml index 3e627561..ef473179 100644 --- a/graphics/sprites/equipment/head/bunnyears.xml +++ b/graphics/sprites/equipment/head/bunnyears.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/bunnyears.png" width="24" height="24"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-46"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-47"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-49"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="2" offsetY ="-47"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-45" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-46" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-45" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-46" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-47" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-47" delay="150"/> - <frame index="1" offsetX="-2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-47" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-50" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-50" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="2" offsetY ="-47" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-47" delay="150"/> - <frame index="3" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-47" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-44" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-45" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-42" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-48" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-49" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="-3" offsetY ="-45" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-49" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-47" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-48" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="3" offsetY ="-45" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-45" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-44" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-45" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-47" delay="225"/> - <frame index="1" offsetX="3" offsetY ="-48" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-49" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-48" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-47" delay="225"/> - <frame index="3" offsetX="-3" offsetY ="-48" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-34"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-38"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-41"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-38"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="38" offsetY="-11"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/bunnyears.png" width="24" height="24"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-46"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-47"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-47"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-46" delay="150"/> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-46" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-47" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-47" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-47" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-50" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-50" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-47" delay="75"/> + <frame index="3" offsetX="2" offsetY="-46" delay="75"/> + <frame index="3" offsetX="2" offsetY="-47" delay="150"/> + <frame index="3" offsetX="2" offsetY="-46" delay="75"/> + <frame index="3" offsetX="2" offsetY="-47" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-42" delay="75"/> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-48" delay="75"/> + <frame index="1" offsetX="2" offsetY="-49" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-49" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-47" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="3" offsetX="2" offsetY="-46" delay="75"/> + <frame index="3" offsetX="3" offsetY="-45" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-45" delay="225"/> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-47" delay="225"/> + <frame index="1" offsetX="3" offsetY="-48" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-48" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-49" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-47" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-48" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-34"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-41"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-38"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="38" offsetY="-11"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/candlehelmet.xml b/graphics/sprites/equipment/head/candlehelmet.xml index e30c187b..5ca8af31 100644 --- a/graphics/sprites/equipment/head/candlehelmet.xml +++ b/graphics/sprites/equipment/head/candlehelmet.xml @@ -1,186 +1,179 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/candlehelmet.png" width="25" height="44" /> - <imageset name="base_dead" src="graphics/sprites/equipment/head/candlehelmet.png" width="50" height="44" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="4" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="5" offsetX="-1" offsetY ="-39" delay="75"/> - </animation> - <animation direction="left"> - <frame index="6" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="7" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="8" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="9" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="10" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="11" offsetX="-2" offsetY ="-38" delay="75"/> - </animation> - <animation direction="up"> - <frame index="12" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="13" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="14" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="15" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="16" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="17" offsetX="-2" offsetY ="-38" delay="75"/> - </animation> - <animation direction="right"> - <frame index="18" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="19" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="20" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="21" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="22" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="23" offsetX="1" offsetY ="-40" delay="75"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="4" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="5" offsetX="-1" offsetY ="-39" delay="75"/> - </animation> - <animation direction="left"> - <frame index="6" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="7" offsetX="-2" offsetY ="-37" delay="75"/> - <frame index="8" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="9" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="10" offsetX="-2" offsetY ="-37" delay="75"/> - <frame index="11" offsetX="-2" offsetY ="-38" delay="75"/> - </animation> - <animation direction="up"> - <frame index="12" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="13" offsetX="-2" offsetY ="-39" delay="75"/> - <frame index="14" offsetX="-2" offsetY ="-39" delay="75"/> - <frame index="15" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="16" offsetX="-2" offsetY ="-39" delay="75"/> - <frame index="17" offsetX="-2" offsetY ="-39" delay="75"/> - </animation> - <animation direction="right"> - <frame index="18" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="19" offsetX="1" offsetY ="-39" delay="75"/> - <frame index="20" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="21" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="22" offsetX="1" offsetY ="-39" delay="75"/> - <frame index="23" offsetX="1" offsetY ="-40" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-35" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-34" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="6" offsetX="2" offsetY ="-39" delay="75"/> - <frame index="7" offsetX="2" offsetY ="-40" delay="75"/> - <frame index="8" offsetX="-2" offsetY ="-37" delay="75"/> - <frame index="9" offsetX="-3" offsetY ="-36" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="12" offsetX="-3" offsetY ="-38" delay="75"/> - <frame index="13" offsetX="-3" offsetY ="-38" delay="75"/> - <frame index="14" offsetX="-3" offsetY ="-38" delay="75"/> - <frame index="15" offsetX="-3" offsetY ="-35" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="18" offsetX="-2" offsetY ="-41" delay="75"/> - <frame index="19" offsetX="-2" offsetY ="-42" delay="75"/> - <frame index="20" offsetX="1" offsetY ="-39" delay="75"/> - <frame index="21" offsetX="2" offsetY ="-38" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="4" offsetX="-1" offsetY ="-40" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="6" offsetX="3" offsetY ="-41" delay="75"/> - <frame index="7" offsetX="3" offsetY ="-41" delay="75"/> - <frame index="8" offsetX="3" offsetY ="-41" delay="75"/> - <frame index="9" offsetX="5" offsetY ="-42" delay="75"/> - <frame index="10" offsetX="5" offsetY ="-42" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="12" offsetX="-2" offsetY ="-42" delay="75"/> - <frame index="13" offsetX="-2" offsetY ="-42" delay="75"/> - <frame index="14" offsetX="-3" offsetY ="-42" delay="75"/> - <frame index="15" offsetX="-3" offsetY ="-41" delay="75"/> - <frame index="16" offsetX="-3" offsetY ="-42" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="18" offsetX="-3" offsetY ="-41" delay="75"/> - <frame index="19" offsetX="-3" offsetY ="-41" delay="75"/> - <frame index="20" offsetX="-3" offsetY ="-41" delay="75"/> - <frame index="21" offsetX="-5" offsetY ="-42" delay="75"/> - <frame index="22" offsetX="-5" offsetY ="-42" delay="75"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="4" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="5" offsetX="-1" offsetY ="-27" delay="75"/> - </animation> - <animation direction="left"> - <frame index="6" offsetX="2" offsetY ="-30" delay="75"/> - <frame index="7" offsetX="2" offsetY ="-30" delay="75"/> - <frame index="8" offsetX="2" offsetY ="-30" delay="75"/> - <frame index="9" offsetX="2" offsetY ="-30" delay="75"/> - <frame index="10" offsetX="2" offsetY ="-30" delay="75"/> - <frame index="11" offsetX="2" offsetY ="-30" delay="75"/> - </animation> - <animation direction="up"> - <frame index="12" offsetX="-1" offsetY ="-30" delay="75"/> - <frame index="13" offsetX="-1" offsetY ="-30" delay="75"/> - <frame index="14" offsetX="-1" offsetY ="-30" delay="75"/> - <frame index="15" offsetX="-1" offsetY ="-30" delay="75"/> - <frame index="16" offsetX="-1" offsetY ="-30" delay="75"/> - <frame index="17" offsetX="-1" offsetY ="-30" delay="75"/> - </animation> - <animation direction="right"> - <frame index="18" offsetX="-5" offsetY ="-30" delay="75"/> - <frame index="19" offsetX="-5" offsetY ="-30" delay="75"/> - <frame index="20" offsetX="-5" offsetY ="-30" delay="75"/> - <frame index="21" offsetX="-5" offsetY ="-30" delay="75"/> - <frame index="22" offsetX="-5" offsetY ="-30" delay="75"/> - <frame index="23" offsetX="-5" offsetY ="-30" delay="75"/> - </animation> - </action> - - <action name="dead" imageset="base_dead"> - <animation direction="default"> - <frame index="12" offsetX="40" offsetY="-7" delay="140"/> - <frame index="13" offsetX="40" offsetY="-7" delay="140"/> - <frame index="14" offsetX="40" offsetY="-7" delay="140"/> - <frame index="14" offsetX="40" offsetY="-7" delay="0"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/candlehelmet.png" width="25" height="44"/> + <imageset name="base_dead" src="graphics/sprites/equipment/head/candlehelmet.png" width="50" height="44"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="4" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="5" offsetX="-1" offsetY="-39" delay="75"/> + </animation> + <animation direction="left"> + <frame index="6" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="7" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="8" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="9" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="10" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="11" offsetX="-2" offsetY="-38" delay="75"/> + </animation> + <animation direction="up"> + <frame index="12" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="13" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="14" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="15" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="16" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="17" offsetX="-2" offsetY="-38" delay="75"/> + </animation> + <animation direction="right"> + <frame index="18" offsetX="1" offsetY="-40" delay="75"/> + <frame index="19" offsetX="1" offsetY="-40" delay="75"/> + <frame index="20" offsetX="1" offsetY="-40" delay="75"/> + <frame index="21" offsetX="1" offsetY="-40" delay="75"/> + <frame index="22" offsetX="1" offsetY="-40" delay="75"/> + <frame index="23" offsetX="1" offsetY="-40" delay="75"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="4" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="5" offsetX="-1" offsetY="-39" delay="75"/> + </animation> + <animation direction="left"> + <frame index="6" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="7" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="8" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="9" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="10" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="11" offsetX="-2" offsetY="-38" delay="75"/> + </animation> + <animation direction="up"> + <frame index="12" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="13" offsetX="-2" offsetY="-39" delay="75"/> + <frame index="14" offsetX="-2" offsetY="-39" delay="75"/> + <frame index="15" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="16" offsetX="-2" offsetY="-39" delay="75"/> + <frame index="17" offsetX="-2" offsetY="-39" delay="75"/> + </animation> + <animation direction="right"> + <frame index="18" offsetX="1" offsetY="-40" delay="75"/> + <frame index="19" offsetX="1" offsetY="-39" delay="75"/> + <frame index="20" offsetX="1" offsetY="-40" delay="75"/> + <frame index="21" offsetX="1" offsetY="-40" delay="75"/> + <frame index="22" offsetX="1" offsetY="-39" delay="75"/> + <frame index="23" offsetX="1" offsetY="-40" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-35" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="6" offsetX="2" offsetY="-39" delay="75"/> + <frame index="7" offsetX="2" offsetY="-40" delay="75"/> + <frame index="8" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="9" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="12" offsetX="-3" offsetY="-38" delay="75"/> + <frame index="13" offsetX="-3" offsetY="-38" delay="75"/> + <frame index="14" offsetX="-3" offsetY="-38" delay="75"/> + <frame index="15" offsetX="-3" offsetY="-35" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="18" offsetX="-2" offsetY="-41" delay="75"/> + <frame index="19" offsetX="-2" offsetY="-42" delay="75"/> + <frame index="20" offsetX="1" offsetY="-39" delay="75"/> + <frame index="21" offsetX="2" offsetY="-38" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="4" offsetX="-1" offsetY="-40" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="6" offsetX="3" offsetY="-41" delay="75"/> + <frame index="7" offsetX="3" offsetY="-41" delay="75"/> + <frame index="8" offsetX="3" offsetY="-41" delay="75"/> + <frame index="9" offsetX="5" offsetY="-42" delay="75"/> + <frame index="10" offsetX="5" offsetY="-42" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="12" offsetX="-2" offsetY="-42" delay="75"/> + <frame index="13" offsetX="-2" offsetY="-42" delay="75"/> + <frame index="14" offsetX="-3" offsetY="-42" delay="75"/> + <frame index="15" offsetX="-3" offsetY="-41" delay="75"/> + <frame index="16" offsetX="-3" offsetY="-42" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="18" offsetX="-3" offsetY="-41" delay="75"/> + <frame index="19" offsetX="-3" offsetY="-41" delay="75"/> + <frame index="20" offsetX="-3" offsetY="-41" delay="75"/> + <frame index="21" offsetX="-5" offsetY="-42" delay="75"/> + <frame index="22" offsetX="-5" offsetY="-42" delay="75"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="4" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="5" offsetX="-1" offsetY="-27" delay="75"/> + </animation> + <animation direction="left"> + <frame index="6" offsetX="2" offsetY="-30" delay="75"/> + <frame index="7" offsetX="2" offsetY="-30" delay="75"/> + <frame index="8" offsetX="2" offsetY="-30" delay="75"/> + <frame index="9" offsetX="2" offsetY="-30" delay="75"/> + <frame index="10" offsetX="2" offsetY="-30" delay="75"/> + <frame index="11" offsetX="2" offsetY="-30" delay="75"/> + </animation> + <animation direction="up"> + <frame index="12" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="13" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="14" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="15" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="16" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="17" offsetX="-1" offsetY="-30" delay="75"/> + </animation> + <animation direction="right"> + <frame index="18" offsetX="-5" offsetY="-30" delay="75"/> + <frame index="19" offsetX="-5" offsetY="-30" delay="75"/> + <frame index="20" offsetX="-5" offsetY="-30" delay="75"/> + <frame index="21" offsetX="-5" offsetY="-30" delay="75"/> + <frame index="22" offsetX="-5" offsetY="-30" delay="75"/> + <frame index="23" offsetX="-5" offsetY="-30" delay="75"/> + </animation> + </action> + <action name="dead" imageset="base_dead"> + <animation direction="default"> + <frame index="12" offsetX="40" offsetY="-7" delay="140"/> + <frame index="13" offsetX="40" offsetY="-7" delay="140"/> + <frame index="14" offsetX="40" offsetY="-7" delay="140"/> + <frame index="14" offsetX="40" offsetY="-7" delay="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/cap.xml b/graphics/sprites/equipment/head/cap.xml index 024ac82a..b1de01ee 100644 --- a/graphics/sprites/equipment/head/cap.xml +++ b/graphics/sprites/equipment/head/cap.xml @@ -1,123 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/cap.png|R" width="28" height="19"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-45"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-45"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-45"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="2" offsetY ="-45"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-44" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-45" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-44" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-45" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-45" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-44" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-45" delay="150"/> - <frame index="1" offsetX="-2" offsetY ="-44" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-45" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-45" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-46" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-45" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-46" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="2" offsetY ="-45" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-44" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-45" delay="150"/> - <frame index="3" offsetX="2" offsetY ="-44" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-45" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-43" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-44" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-40" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-47" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-44" delay="75"/> - <frame index="1" offsetX="-3" offsetY ="-43" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-45" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-43" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-44" delay="75"/> - <frame index="3" offsetX="3" offsetY ="-43" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-44" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-43" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-44" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-45" delay="225"/> - <frame index="1" offsetX="3" offsetY ="-46" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-45" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-44" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-45" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-45" delay="225"/> - <frame index="3" offsetX="-3" offsetY ="-46" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-33"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-36"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-37"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-36"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="27" offsetY="-16"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/equipment/head/cap.png|R" width="28" height="19"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-45"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-45"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-45"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-45"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-45" delay="150"/> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-45" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-45" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-44" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-45" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-44" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-45" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-45" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-46" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-45" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-46" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-45" delay="75"/> + <frame index="3" offsetX="2" offsetY="-44" delay="75"/> + <frame index="3" offsetX="2" offsetY="-45" delay="150"/> + <frame index="3" offsetX="2" offsetY="-44" delay="75"/> + <frame index="3" offsetX="2" offsetY="-45" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-43" delay="75"/> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <frame index="0" offsetX="0" offsetY="-40" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="2" offsetY="-47" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-44" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-45" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-46" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="3" offsetX="2" offsetY="-44" delay="75"/> + <frame index="3" offsetX="3" offsetY="-43" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-44" delay="225"/> + <frame index="0" offsetX="0" offsetY="-43" delay="75"/> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-45" delay="225"/> + <frame index="1" offsetX="3" offsetY="-46" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-45" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-44" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-45" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-46" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-33"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-36"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-37"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-36"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="27" offsetY="-16"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/captain-hat.xml b/graphics/sprites/equipment/head/captain-hat.xml index 5ee38cbb..8414a05a 100644 --- a/graphics/sprites/equipment/head/captain-hat.xml +++ b/graphics/sprites/equipment/head/captain-hat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/captain-hat.png" width="21" height="21"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-43"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-43"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-43"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-43"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-42" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-43" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-42" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-43" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-43" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-42" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-43" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-42" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-43" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-43" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-44" delay="150"/> - <frame index="2" offsetX="-3" offsetY ="-43" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-44" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-43" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-43" delay="150"/> - <frame index="3" offsetX="-1" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-43" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-42" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-38" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-44" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-45" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-42" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-4" offsetY ="-43" delay="225"/> - <frame index="2" offsetX="-4" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-44" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-45" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-41" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-42" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-42" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-43" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-44" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-43" delay="225"/> - <frame index="2" offsetX="-4" offsetY ="-42" delay="75"/> - <frame index="2" offsetX="-4" offsetY ="-43" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-43" delay="225"/> - <frame index="3" offsetX="-6" offsetY ="-44" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-31"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-34"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-35"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-7" offsetY ="-34"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="30" offsetY="-3"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/captain-hat.png" width="21" height="21"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-43"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-43"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-43"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-43"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-42" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-43" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-42" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-43" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-43" delay="75"/> + <frame index="1" offsetX="0" offsetY="-42" delay="75"/> + <frame index="1" offsetX="0" offsetY="-43" delay="150"/> + <frame index="1" offsetX="0" offsetY="-42" delay="75"/> + <frame index="1" offsetX="0" offsetY="-43" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-43" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-44" delay="150"/> + <frame index="2" offsetX="-3" offsetY="-43" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-44" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-43" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-42" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-43" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-42" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-43" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-42" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-44" delay="75"/> + <frame index="1" offsetX="4" offsetY="-45" delay="75"/> + <frame index="1" offsetX="0" offsetY="-42" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-4" offsetY="-43" delay="225"/> + <frame index="2" offsetX="-4" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-44" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-45" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-42" delay="75"/> + <frame index="3" offsetX="0" offsetY="-41" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-42" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-42" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-43" delay="225"/> + <frame index="1" offsetX="5" offsetY="-44" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-43" delay="225"/> + <frame index="2" offsetX="-4" offsetY="-42" delay="75"/> + <frame index="2" offsetX="-4" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-43" delay="225"/> + <frame index="3" offsetX="-6" offsetY="-44" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-31"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-34"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-35"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-34"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="30" offsetY="-3"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/catears.xml b/graphics/sprites/equipment/head/catears.xml index 924ba813..9f1c72ce 100644 --- a/graphics/sprites/equipment/head/catears.xml +++ b/graphics/sprites/equipment/head/catears.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/catears.png|M;W" width="24" height="24"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-46"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-47"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-49"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="2" offsetY ="-47"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-45" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-46" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-45" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-46" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-47" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-47" delay="150"/> - <frame index="1" offsetX="-2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-47" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-50" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-50" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="2" offsetY ="-47" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-47" delay="150"/> - <frame index="3" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-47" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-44" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-45" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-42" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-48" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-49" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="-3" offsetY ="-45" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-49" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-47" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-48" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="3" offsetY ="-45" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-45" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-44" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-45" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-47" delay="225"/> - <frame index="1" offsetX="3" offsetY ="-48" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-49" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-48" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-47" delay="225"/> - <frame index="3" offsetX="-3" offsetY ="-48" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-34"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-38"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-41"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-38"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="33" offsetY="-11"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/catears.png|M;W" width="24" height="24"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-46"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-47"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-47"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-46" delay="150"/> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-46" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-47" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-47" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-47" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-50" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-50" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-47" delay="75"/> + <frame index="3" offsetX="2" offsetY="-46" delay="75"/> + <frame index="3" offsetX="2" offsetY="-47" delay="150"/> + <frame index="3" offsetX="2" offsetY="-46" delay="75"/> + <frame index="3" offsetX="2" offsetY="-47" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-42" delay="75"/> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-48" delay="75"/> + <frame index="1" offsetX="2" offsetY="-49" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-49" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-47" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="3" offsetX="2" offsetY="-46" delay="75"/> + <frame index="3" offsetX="3" offsetY="-45" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-45" delay="225"/> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-47" delay="225"/> + <frame index="1" offsetX="3" offsetY="-48" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-48" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-49" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-47" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-48" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-34"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-41"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-38"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="33" offsetY="-11"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/chefhat.xml b/graphics/sprites/equipment/head/chefhat.xml index 65c8394f..6f164676 100644 --- a/graphics/sprites/equipment/head/chefhat.xml +++ b/graphics/sprites/equipment/head/chefhat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/chefhat.png" width="21" height="17"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-50"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-50"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-50"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-50"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-50" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-50" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-50" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-49" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-50" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-49" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-50" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-50" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-51" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-50" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-51" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-50" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-50" delay="150"/> - <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-50" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-46" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-45" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-51" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-52" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-49" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-48" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-50" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-48" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-51" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-52" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-48" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-49" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-49" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-50" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-51" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-50" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-50" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-50" delay="225"/> - <frame index="3" offsetX="-6" offsetY ="-51" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-38"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-41"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-42"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-7" offsetY ="-41"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="40" offsetY="-6"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/chefhat.png" width="21" height="17"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-50"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-50"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-50"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-50"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-50" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-50" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-50" delay="75"/> + <frame index="1" offsetX="0" offsetY="-49" delay="75"/> + <frame index="1" offsetX="0" offsetY="-50" delay="150"/> + <frame index="1" offsetX="0" offsetY="-49" delay="75"/> + <frame index="1" offsetX="0" offsetY="-50" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-50" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-51" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-50" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-51" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-50" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-50" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-50" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-46" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-51" delay="75"/> + <frame index="1" offsetX="4" offsetY="-52" delay="75"/> + <frame index="1" offsetX="0" offsetY="-49" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-48" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-50" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-48" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-51" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-52" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="3" offsetX="0" offsetY="-48" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-49" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-49" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-50" delay="225"/> + <frame index="1" offsetX="5" offsetY="-51" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-50" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-50" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-50" delay="225"/> + <frame index="3" offsetX="-6" offsetY="-51" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-38"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-41"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-42"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-41"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="40" offsetY="-6"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/christmastree.xml b/graphics/sprites/equipment/head/christmastree.xml index 91de1a74..1c3da7ca 100644 --- a/graphics/sprites/equipment/head/christmastree.xml +++ b/graphics/sprites/equipment/head/christmastree.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/christmastree.png" width="80" height="51"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="34" offsetY="-5"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/christmastree.png" width="80" height="51"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="34" offsetY="-5"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/circlet.xml b/graphics/sprites/equipment/head/circlet.xml index 01e3b60c..a5317f22 100644 --- a/graphics/sprites/equipment/head/circlet.xml +++ b/graphics/sprites/equipment/head/circlet.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/circlet.png" width="32" height="32"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/circlet.png" width="32" height="32"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/cowboyblack.xml b/graphics/sprites/equipment/head/cowboyblack.xml index 03ef7eb7..c65be883 100644 --- a/graphics/sprites/equipment/head/cowboyblack.xml +++ b/graphics/sprites/equipment/head/cowboyblack.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/cowboyblack.png" width="28" height="18"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-47"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-47"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-48"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-47"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-47" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-47" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-47" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-47" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-47" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-49" delay="150"/>
- <frame index="2" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-49" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-47" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-47" delay="150"/>
- <frame index="3" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-47" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-45" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-43" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-42" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-48" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-49" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-45" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-48" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-46" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-48" delay="75"/>
- <frame index="3" offsetX="-3" offsetY ="-49" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-45" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-46" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-45" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-46" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-47" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-48" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-48" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-47" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-48" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-47" delay="225"/>
- <frame index="3" offsetX="-5" offsetY ="-48" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-35"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-38"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-40"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-6" offsetY ="-38"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="37" offsetY="-11"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/cowboyblack.png" width="28" height="18"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-47"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-47"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-48"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-47"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-46" delay="75"/> + <frame index="0" offsetX="0" offsetY="-47" delay="150"/> + <frame index="0" offsetX="0" offsetY="-46" delay="75"/> + <frame index="0" offsetX="0" offsetY="-47" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-47" delay="75"/> + <frame index="1" offsetX="0" offsetY="-46" delay="75"/> + <frame index="1" offsetX="0" offsetY="-47" delay="150"/> + <frame index="1" offsetX="0" offsetY="-46" delay="75"/> + <frame index="1" offsetX="0" offsetY="-47" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-49" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-49" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-47" delay="75"/> + <frame index="3" offsetX="0" offsetY="-46" delay="75"/> + <frame index="3" offsetX="0" offsetY="-47" delay="150"/> + <frame index="3" offsetX="0" offsetY="-46" delay="75"/> + <frame index="3" offsetX="0" offsetY="-47" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-46" delay="75"/> + <frame index="0" offsetX="0" offsetY="-43" delay="75"/> + <frame index="0" offsetX="0" offsetY="-42" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-48" delay="75"/> + <frame index="1" offsetX="4" offsetY="-49" delay="75"/> + <frame index="1" offsetX="0" offsetY="-46" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-48" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-46" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-48" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-49" delay="75"/> + <frame index="3" offsetX="0" offsetY="-46" delay="75"/> + <frame index="3" offsetX="1" offsetY="-45" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-46" delay="225"/> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-46" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-47" delay="225"/> + <frame index="1" offsetX="5" offsetY="-48" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-48" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-47" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-48" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-47" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-48" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-35"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-40"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-38"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="37" offsetY="-11"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/cowboywhite.xml b/graphics/sprites/equipment/head/cowboywhite.xml index 16ee9e37..e379f06d 100644 --- a/graphics/sprites/equipment/head/cowboywhite.xml +++ b/graphics/sprites/equipment/head/cowboywhite.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/cowboywhite.png" width="28" height="18"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-47"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-47"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-48"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-47"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-47" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-47" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-47" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-47" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-47" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-49" delay="150"/>
- <frame index="2" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-49" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-47" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-47" delay="150"/>
- <frame index="3" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-47" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-45" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-43" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-42" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-48" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-49" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-45" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-48" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-46" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-48" delay="75"/>
- <frame index="3" offsetX="-3" offsetY ="-49" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-46" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-45" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-46" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-45" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-46" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-47" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-48" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-48" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-47" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-48" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-47" delay="225"/>
- <frame index="3" offsetX="-5" offsetY ="-48" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-35"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-38"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-40"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-6" offsetY ="-38"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="37" offsetY="-11"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/cowboywhite.png" width="28" height="18"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-47"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-47"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-48"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-47"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-46" delay="75"/> + <frame index="0" offsetX="0" offsetY="-47" delay="150"/> + <frame index="0" offsetX="0" offsetY="-46" delay="75"/> + <frame index="0" offsetX="0" offsetY="-47" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-47" delay="75"/> + <frame index="1" offsetX="0" offsetY="-46" delay="75"/> + <frame index="1" offsetX="0" offsetY="-47" delay="150"/> + <frame index="1" offsetX="0" offsetY="-46" delay="75"/> + <frame index="1" offsetX="0" offsetY="-47" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-49" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-49" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-47" delay="75"/> + <frame index="3" offsetX="0" offsetY="-46" delay="75"/> + <frame index="3" offsetX="0" offsetY="-47" delay="150"/> + <frame index="3" offsetX="0" offsetY="-46" delay="75"/> + <frame index="3" offsetX="0" offsetY="-47" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-46" delay="75"/> + <frame index="0" offsetX="0" offsetY="-43" delay="75"/> + <frame index="0" offsetX="0" offsetY="-42" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-48" delay="75"/> + <frame index="1" offsetX="4" offsetY="-49" delay="75"/> + <frame index="1" offsetX="0" offsetY="-46" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-48" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-46" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-48" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-49" delay="75"/> + <frame index="3" offsetX="0" offsetY="-46" delay="75"/> + <frame index="3" offsetX="1" offsetY="-45" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-46" delay="225"/> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-46" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-47" delay="225"/> + <frame index="1" offsetX="5" offsetY="-48" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-48" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-47" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-48" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-47" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-48" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-35"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-40"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-38"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="37" offsetY="-11"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/crown.xml b/graphics/sprites/equipment/head/crown.xml index 75f43a42..19bd953b 100644 --- a/graphics/sprites/equipment/head/crown.xml +++ b/graphics/sprites/equipment/head/crown.xml @@ -1,123 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/crown.png" width="21" height="15"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-49"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-49"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-49"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-49"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-49" delay="150"/>
- <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-49" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-49" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-48" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-49" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-48" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-49" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-50" delay="150"/>
- <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-50" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-49" delay="150"/>
- <frame index="3" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-45" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-44" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-50" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-51" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-48" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-47" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-3" offsetY ="-49" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-47" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-4" offsetY ="-50" delay="75"/>
- <frame index="3" offsetX="-4" offsetY ="-51" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-47" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-48" delay="225"/>
- <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-49" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-50" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-49" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-48" delay="75"/>
- <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-4" offsetY ="-49" delay="225"/>
- <frame index="3" offsetX="-6" offsetY ="-50" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-37"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-40"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-41"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-7" offsetY ="-40"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="0" offsetX="40" offsetY="-10"/>
- </animation>
- </action>
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/crown.png" width="21" height="15"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-49"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-49"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-49"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-49" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-49" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-49" delay="75"/> + <frame index="1" offsetX="0" offsetY="-48" delay="75"/> + <frame index="1" offsetX="0" offsetY="-49" delay="150"/> + <frame index="1" offsetX="0" offsetY="-48" delay="75"/> + <frame index="1" offsetX="0" offsetY="-49" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-50" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-50" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-45" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-44" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-50" delay="75"/> + <frame index="1" offsetX="4" offsetY="-51" delay="75"/> + <frame index="1" offsetX="0" offsetY="-48" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-47" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-49" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-47" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-50" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-51" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="3" offsetX="0" offsetY="-47" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-48" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-49" delay="225"/> + <frame index="1" offsetX="5" offsetY="-50" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-48" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-49" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-49" delay="225"/> + <frame index="3" offsetX="-6" offsetY="-50" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-40"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-41"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-40"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="0" offsetX="40" offsetY="-10"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/crusadehelm.xml b/graphics/sprites/equipment/head/crusadehelm.xml index 05bc63fd..92a138d7 100644 --- a/graphics/sprites/equipment/head/crusadehelm.xml +++ b/graphics/sprites/equipment/head/crusadehelm.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/crusadehelm.png" width="22" height="22"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-39"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-1" offsetY ="-39"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-39"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-39"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-38" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-39" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-38" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-39" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-39" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-38" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-39" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-38" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-39" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-40" delay="150"/>
- <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-40" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-39" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-38" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-39" delay="150"/>
- <frame index="3" offsetX="0" offsetY ="-38" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-39" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-38" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-35" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-34" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-40" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-41" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-38" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-37" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-39" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-40" delay="75"/>
- <frame index="3" offsetX="-3" offsetY ="-41" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-38" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-38" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-38" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-39" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-40" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-39" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-39" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-39" delay="225"/>
- <frame index="3" offsetX="-5" offsetY ="-40" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-27"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-30"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-31"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-6" offsetY ="-30"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="21" offsetY="-12"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/crusadehelm.png" width="22" height="22"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-39"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-1" offsetY="-39"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-39"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-39"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-38" delay="75"/> + <frame index="0" offsetX="0" offsetY="-39" delay="150"/> + <frame index="0" offsetX="0" offsetY="-38" delay="75"/> + <frame index="0" offsetX="0" offsetY="-39" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-39" delay="75"/> + <frame index="1" offsetX="0" offsetY="-38" delay="75"/> + <frame index="1" offsetX="0" offsetY="-39" delay="150"/> + <frame index="1" offsetX="0" offsetY="-38" delay="75"/> + <frame index="1" offsetX="0" offsetY="-39" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-40" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-40" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-39" delay="75"/> + <frame index="3" offsetX="0" offsetY="-38" delay="75"/> + <frame index="3" offsetX="0" offsetY="-39" delay="150"/> + <frame index="3" offsetX="0" offsetY="-38" delay="75"/> + <frame index="3" offsetX="0" offsetY="-39" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <frame index="0" offsetX="0" offsetY="-38" delay="75"/> + <frame index="0" offsetX="0" offsetY="-35" delay="75"/> + <frame index="0" offsetX="0" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-40" delay="75"/> + <frame index="1" offsetX="4" offsetY="-41" delay="75"/> + <frame index="1" offsetX="0" offsetY="-38" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-39" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-41" delay="75"/> + <frame index="3" offsetX="0" offsetY="-38" delay="75"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-38" delay="225"/> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <frame index="0" offsetX="0" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-39" delay="225"/> + <frame index="1" offsetX="5" offsetY="-40" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-39" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-39" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-40" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-31"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-30"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-12"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/demonmask.xml b/graphics/sprites/equipment/head/demonmask.xml index fcf86d89..0ff58d67 100644 --- a/graphics/sprites/equipment/head/demonmask.xml +++ b/graphics/sprites/equipment/head/demonmask.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/demonmask.png" width="25" height="23"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-38"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-38"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="1" offsetY ="-38"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-38" delay="150"/>
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-38" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-38" delay="150"/>
- <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-38" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/>
- <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="1" offsetY ="-38" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-38" delay="150"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-38" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-39" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-40" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="-3" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-3" offsetY ="-38" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-2" offsetY ="-39" delay="75"/>
- <frame index="3" offsetX="-2" offsetY ="-40" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-37" delay="225"/>
- <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="1" offsetY ="-38" delay="225"/>
- <frame index="1" offsetX="3" offsetY ="-39" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-37" delay="75"/>
- <frame index="2" offsetX="-3" offsetY ="-38" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-2" offsetY ="-38" delay="225"/>
- <frame index="3" offsetX="-4" offsetY ="-39" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-26"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-29"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-30"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-5" offsetY ="-29"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="20" offsetY="-7"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/demonmask.png" width="25" height="23"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-38"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-38"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-38" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-38" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-38" delay="75"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="1" offsetY="-38" delay="150"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="1" offsetY="-38" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-39" delay="75"/> + <frame index="1" offsetX="2" offsetY="-40" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-40" delay="75"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="2" offsetY="-36" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-38" delay="225"/> + <frame index="1" offsetX="3" offsetY="-39" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-37" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="3" offsetX="-4" offsetY="-39" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-29"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="20" offsetY="-7"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/desert-helmet.xml b/graphics/sprites/equipment/head/desert-helmet.xml index 91e4fbb3..9c712045 100644 --- a/graphics/sprites/equipment/head/desert-helmet.xml +++ b/graphics/sprites/equipment/head/desert-helmet.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/desert-helmet.png" width="40" height="40"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/>
- <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-25" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-24" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-30" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-31" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/>
- <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-29" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/>
- <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-20"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-6" offsetY ="-20"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="21" offsetY="-4"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/desert-helmet.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/deserthat.xml b/graphics/sprites/equipment/head/deserthat.xml index 8912082d..4687b9ef 100644 --- a/graphics/sprites/equipment/head/deserthat.xml +++ b/graphics/sprites/equipment/head/deserthat.xml @@ -1,142 +1,135 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/deserthat.png|R" width="32" height="35"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-32"/>
- </animation>
- <animation direction="left">
- <frame index="7" offsetX="-1" offsetY ="-32"/>
- </animation>
- <animation direction="up">
- <frame index="15" offsetX="-2" offsetY ="-32"/>
- </animation>
- <animation direction="right">
- <frame index="22" offsetX="0" offsetY ="-32"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="1" offsetX="-1" offsetY ="-31" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-32" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-32" delay="75"/>
- <frame index="4" offsetX="-1" offsetY ="-31" delay="75"/>
- <frame index="5" offsetX="-1" offsetY ="-32" delay="75"/>
- <frame index="6" offsetX="-1" offsetY ="-32" delay="75"/>
- </animation>
- <animation direction="left">
- <frame index="8" offsetX="-1" offsetY ="-32" delay="75"/>
- <frame index="9" offsetX="-1" offsetY ="-31" delay="75"/>
- <frame index="10" offsetX="-1" offsetY ="-32" delay="75"/>
- <frame index="11" offsetX="-1" offsetY ="-32" delay="75"/>
- <frame index="12" offsetX="-1" offsetY ="-31" delay="75"/>
- <frame index="13" offsetX="-1" offsetY ="-32" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="16" offsetX="-2" offsetY ="-32" delay="75"/>
- <frame index="17" offsetX="-2" offsetY ="-33" delay="75"/>
- <frame index="18" offsetX="-2" offsetY ="-33" delay="75"/>
- <frame index="19" offsetX="-2" offsetY ="-32" delay="75"/>
- <frame index="20" offsetX="-2" offsetY ="-33" delay="75"/>
- <frame index="21" offsetX="-2" offsetY ="-33" delay="75"/>
- </animation>
- <animation direction="right">
- <frame index="23" offsetX="0" offsetY ="-32" delay="75"/>
- <frame index="24" offsetX="0" offsetY ="-31" delay="75"/>
- <frame index="25" offsetX="0" offsetY ="-32" delay="75"/>
- <frame index="26" offsetX="0" offsetY ="-32" delay="75"/>
- <frame index="27" offsetX="0" offsetY ="-31" delay="75"/>
- <frame index="28" offsetX="0" offsetY ="-32" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="1" offsetX="-1" offsetY ="-30" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-31" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-29" delay="75"/>
- <frame index="4" offsetX="-1" offsetY ="-26" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="8" offsetX="3" offsetY ="-33" delay="75"/>
- <frame index="9" offsetX="3" offsetY ="-34" delay="75"/>
- <frame index="10" offsetX="0" offsetY ="-32" delay="75"/>
- <frame index="11" offsetX="-1" offsetY ="-31" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="16" offsetX="-3" offsetY ="-32" delay="75"/>
- <frame index="17" offsetX="-3" offsetY ="-32" delay="75"/>
- <frame index="18" offsetX="-3" offsetY ="-32" delay="75"/>
- <frame index="19" offsetX="-3" offsetY ="-31" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="23" offsetX="-3" offsetY ="-33" delay="75"/>
- <frame index="24" offsetX="-3" offsetY ="-33" delay="75"/>
- <frame index="25" offsetX="0" offsetY ="-32" delay="75"/>
- <frame index="26" offsetX="1" offsetY ="-31" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="1" offsetX="-1" offsetY ="-32" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-32" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-31" delay="75"/>
- <frame index="4" offsetX="-1" offsetY ="-30" delay="75"/>
- <frame index="5" offsetX="-1" offsetY ="-32" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="8" offsetX="2" offsetY ="-32" delay="75"/>
- <frame index="9" offsetX="2" offsetY ="-32" delay="75"/>
- <frame index="10" offsetX="2" offsetY ="-32" delay="75"/>
- <frame index="11" offsetX="4" offsetY ="-33" delay="75"/>
- <frame index="12" offsetX="4" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="16" offsetX="-2" offsetY ="-33" delay="75"/>
- <frame index="17" offsetX="-2" offsetY ="-33" delay="75"/>
- <frame index="18" offsetX="-3" offsetY ="-32" delay="75"/>
- <frame index="19" offsetX="-3" offsetY ="-32" delay="75"/>
- <frame index="20" offsetX="-3" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="23" offsetX="-3" offsetY ="-32" delay="75"/>
- <frame index="24" offsetX="-3" offsetY ="-32" delay="75"/>
- <frame index="25" offsetX="-3" offsetY ="-32" delay="75"/>
- <frame index="26" offsetX="-5" offsetY ="-33" delay="75"/>
- <frame index="27" offsetX="-5" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-20"/>
- </animation>
- <animation direction="left">
- <frame index="7" offsetX="3" offsetY ="-23"/>
- </animation>
- <animation direction="up">
- <frame index="15" offsetX="-1" offsetY ="-24"/>
- </animation>
- <animation direction="right">
- <frame index="22" offsetX="-6" offsetY ="-23"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="14" offsetX="20" offsetY="-6"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/deserthat.png|R" width="32" height="35"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-32"/> + </animation> + <animation direction="left"> + <frame index="7" offsetX="-1" offsetY="-32"/> + </animation> + <animation direction="up"> + <frame index="15" offsetX="-2" offsetY="-32"/> + </animation> + <animation direction="right"> + <frame index="22" offsetX="0" offsetY="-32"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="1" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="4" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="5" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="6" offsetX="-1" offsetY="-32" delay="75"/> + </animation> + <animation direction="left"> + <frame index="8" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="9" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="10" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="11" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="12" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="13" offsetX="-1" offsetY="-32" delay="75"/> + </animation> + <animation direction="up"> + <frame index="16" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="17" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="18" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="19" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="20" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="21" offsetX="-2" offsetY="-33" delay="75"/> + </animation> + <animation direction="right"> + <frame index="23" offsetX="0" offsetY="-32" delay="75"/> + <frame index="24" offsetX="0" offsetY="-31" delay="75"/> + <frame index="25" offsetX="0" offsetY="-32" delay="75"/> + <frame index="26" offsetX="0" offsetY="-32" delay="75"/> + <frame index="27" offsetX="0" offsetY="-31" delay="75"/> + <frame index="28" offsetX="0" offsetY="-32" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="1" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-29" delay="75"/> + <frame index="4" offsetX="-1" offsetY="-26" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="8" offsetX="3" offsetY="-33" delay="75"/> + <frame index="9" offsetX="3" offsetY="-34" delay="75"/> + <frame index="10" offsetX="0" offsetY="-32" delay="75"/> + <frame index="11" offsetX="-1" offsetY="-31" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="16" offsetX="-3" offsetY="-32" delay="75"/> + <frame index="17" offsetX="-3" offsetY="-32" delay="75"/> + <frame index="18" offsetX="-3" offsetY="-32" delay="75"/> + <frame index="19" offsetX="-3" offsetY="-31" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="23" offsetX="-3" offsetY="-33" delay="75"/> + <frame index="24" offsetX="-3" offsetY="-33" delay="75"/> + <frame index="25" offsetX="0" offsetY="-32" delay="75"/> + <frame index="26" offsetX="1" offsetY="-31" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="1" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="4" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="5" offsetX="-1" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="8" offsetX="2" offsetY="-32" delay="75"/> + <frame index="9" offsetX="2" offsetY="-32" delay="75"/> + <frame index="10" offsetX="2" offsetY="-32" delay="75"/> + <frame index="11" offsetX="4" offsetY="-33" delay="75"/> + <frame index="12" offsetX="4" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="16" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="17" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="18" offsetX="-3" offsetY="-32" delay="75"/> + <frame index="19" offsetX="-3" offsetY="-32" delay="75"/> + <frame index="20" offsetX="-3" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="23" offsetX="-3" offsetY="-32" delay="75"/> + <frame index="24" offsetX="-3" offsetY="-32" delay="75"/> + <frame index="25" offsetX="-3" offsetY="-32" delay="75"/> + <frame index="26" offsetX="-5" offsetY="-33" delay="75"/> + <frame index="27" offsetX="-5" offsetY="-33" delay="75"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-20"/> + </animation> + <animation direction="left"> + <frame index="7" offsetX="3" offsetY="-23"/> + </animation> + <animation direction="up"> + <frame index="15" offsetX="-1" offsetY="-24"/> + </animation> + <animation direction="right"> + <frame index="22" offsetX="-6" offsetY="-23"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="14" offsetX="20" offsetY="-6"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/devcap.xml b/graphics/sprites/equipment/head/devcap.xml index 407917d3..2055f838 100644 --- a/graphics/sprites/equipment/head/devcap.xml +++ b/graphics/sprites/equipment/head/devcap.xml @@ -1,123 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/devcap.png|R" width="28" height="19"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-45"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-45"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-45"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="2" offsetY ="-45"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-44" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-45" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-44" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-45" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-45" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-44" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-45" delay="150"/>
- <frame index="1" offsetX="-2" offsetY ="-44" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-45" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-45" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-46" delay="150"/>
- <frame index="2" offsetX="-2" offsetY ="-45" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-46" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="2" offsetY ="-45" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-44" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-45" delay="150"/>
- <frame index="3" offsetX="2" offsetY ="-44" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-45" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-43" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-44" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-41" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-40" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-46" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-47" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-44" delay="75"/>
- <frame index="1" offsetX="-3" offsetY ="-43" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-3" offsetY ="-45" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-43" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-46" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-47" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-44" delay="75"/>
- <frame index="3" offsetX="3" offsetY ="-43" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-44" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-43" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-44" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="1" offsetY ="-45" delay="225"/>
- <frame index="1" offsetX="3" offsetY ="-46" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-45" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-44" delay="75"/>
- <frame index="2" offsetX="-3" offsetY ="-45" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-45" delay="225"/>
- <frame index="3" offsetX="-3" offsetY ="-46" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-33"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-36"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-37"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-4" offsetY ="-36"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="27" offsetY="-16"/>
- </animation>
- </action>
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/devcap.png|R" width="28" height="19"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-45"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-45"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-45"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-45"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-45" delay="150"/> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-45" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-45" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-44" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-45" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-44" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-45" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-45" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-46" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-45" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-46" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-45" delay="75"/> + <frame index="3" offsetX="2" offsetY="-44" delay="75"/> + <frame index="3" offsetX="2" offsetY="-45" delay="150"/> + <frame index="3" offsetX="2" offsetY="-44" delay="75"/> + <frame index="3" offsetX="2" offsetY="-45" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-43" delay="75"/> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <frame index="0" offsetX="0" offsetY="-40" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="2" offsetY="-47" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-44" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-45" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-46" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="3" offsetX="2" offsetY="-44" delay="75"/> + <frame index="3" offsetX="3" offsetY="-43" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-44" delay="225"/> + <frame index="0" offsetX="0" offsetY="-43" delay="75"/> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-45" delay="225"/> + <frame index="1" offsetX="3" offsetY="-46" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-45" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-44" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-45" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-46" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-33"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-36"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-37"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-36"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="27" offsetY="-16"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/earmuffs.xml b/graphics/sprites/equipment/head/earmuffs.xml index 2ed0c0d5..298b834e 100644 --- a/graphics/sprites/equipment/head/earmuffs.xml +++ b/graphics/sprites/equipment/head/earmuffs.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/earmuffs.png" width="23" height="29"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-34"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY="-34"/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-2" offsetY="-34"/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="1" offsetY="-34"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-34" delay="150"/>
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-34" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY="-34" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-34" delay="150"/>
- <frame index="1" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-34" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-2" offsetY="-34" delay="75"/>
- <frame index="3" offsetX="-2" offsetY="-35" delay="150"/>
- <frame index="3" offsetX="-2" offsetY="-34" delay="75"/>
- <frame index="3" offsetX="-2" offsetY="-35" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="1" offsetY="-34" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-33" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-34" delay="150"/>
- <frame index="2" offsetX="1" offsetY="-33" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-34" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-32" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-30" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-29" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY="-35" delay="75"/>
- <frame index="1" offsetX="2" offsetY="-36" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="1" offsetX="-3" offsetY="-32" delay="75"/>
- <end/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-3" offsetY="-34" delay="225"/>
- <frame index="3" offsetX="-3" offsetY="-32" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="-3" offsetY="-35" delay="75"/>
- <frame index="2" offsetX="-3" offsetY="-36" delay="75"/>
- <frame index="2" offsetX="0" offsetY="-33" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-32" delay="75"/>
- <end/>
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-33" delay="225"/>
- <frame index="0" offsetX="-2" offsetY="-32" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY="-34" delay="225"/>
- <frame index="1" offsetX="4" offsetY="-35" delay="150"/>
- <end/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-2" offsetY="-34" delay="225"/>
- <frame index="3" offsetX="-3" offsetY="-33" delay="75"/>
- <frame index="3" offsetX="-3" offsetY="-34" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="-3" offsetY="-34" delay="225"/>
- <frame index="2" offsetX="-5" offsetY="-35" delay="150"/>
- <end/>
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-26"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY="-28"/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-1" offsetY="-28"/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="-6" offsetY="-28"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="25" offsetY="0"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/earmuffs.png" width="23" height="29"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="1" offsetY="-34"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-34" delay="150"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-34" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-35" delay="150"/> + <frame index="3" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-35" delay="150"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="1" offsetY="-34" delay="75"/> + <frame index="2" offsetX="1" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-34" delay="150"/> + <frame index="2" offsetX="1" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-34" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-30" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="2" offsetY="-36" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-3" offsetY="-35" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> + <frame index="2" offsetX="0" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-32" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-33" delay="225"/> + <frame index="0" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-34" delay="225"/> + <frame index="1" offsetX="4" offsetY="-35" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-33" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-5" offsetY="-35" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-28"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-1" offsetY="-28"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-6" offsetY="-28"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="25" offsetY="0"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/eggshell.xml b/graphics/sprites/equipment/head/eggshell.xml index c60566f5..3685a4ff 100644 --- a/graphics/sprites/equipment/head/eggshell.xml +++ b/graphics/sprites/equipment/head/eggshell.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/eggshell.png" width="40" height="40"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-29"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-29" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-30" delay="150"/>
- <frame index="2" offsetX="-1" offsetY ="-29" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-30" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-25" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-24" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-30" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-31" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-29" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/>
- <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-29" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-29" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-28" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-29" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/>
- <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-20"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-21"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-6" offsetY ="-20"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="21" offsetY="-4"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/eggshell.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-29"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-29" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-30" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-29" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-30" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-29" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-29" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-28" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-21"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/elf-nightcap.xml b/graphics/sprites/equipment/head/elf-nightcap.xml index 78a40144..2255be20 100644 --- a/graphics/sprites/equipment/head/elf-nightcap.xml +++ b/graphics/sprites/equipment/head/elf-nightcap.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/elf-nightcap.png" width="40" height="31"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-33"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-34"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-34"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-32"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-32" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-33" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-32" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-33" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-34" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-33" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-34" delay="150"/> - <frame index="1" offsetX="-2" offsetY ="-33" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-34" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-34" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-35" delay="150"/> - <frame index="2" offsetX="-3" offsetY ="-34" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-35" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-32" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-32" delay="150"/> - <frame index="3" offsetX="-1" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-32" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-31" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-32" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-29" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-35" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-36" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-33" delay="75"/> - <frame index="1" offsetX="-3" offsetY ="-32" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-34" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-32" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-5" offsetY ="-33" delay="75"/> - <frame index="3" offsetX="-5" offsetY ="-34" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-30" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-32" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-31" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-32" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-34" delay="225"/> - <frame index="1" offsetX="3" offsetY ="-35" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-34" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-33" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-34" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-5" offsetY ="-33" delay="225"/> - <frame index="3" offsetX="-7" offsetY ="-34" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-19"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-23"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-24"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-8" offsetY ="-23"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-8"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/elf-nightcap.png" width="40" height="31"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-33"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-34"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-32"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-33" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-33" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-34" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-35" delay="150"/> + <frame index="2" offsetX="-3" offsetY="-34" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-35" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-32" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-32" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-29" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="2" offsetY="-36" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-33" delay="75"/> + <frame index="3" offsetX="-5" offsetY="-34" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-31" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-30" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-32" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-34" delay="225"/> + <frame index="1" offsetX="3" offsetY="-35" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-33" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-33" delay="225"/> + <frame index="3" offsetX="-7" offsetY="-34" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-19"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-23"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-24"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-8" offsetY="-23"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-8"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/eyepatch.xml b/graphics/sprites/equipment/head/eyepatch.xml index c3e37735..452c4eba 100644 --- a/graphics/sprites/equipment/head/eyepatch.xml +++ b/graphics/sprites/equipment/head/eyepatch.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/eyepatch.png" width="32" height="32"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/>
- <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-25" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-24" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-30" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-31" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/>
- <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-29" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/>
- <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-20"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-6" offsetY ="-20"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="21" offsetY="-4"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/eyepatch.png" width="32" height="32"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/fairy_hat.xml b/graphics/sprites/equipment/head/fairy_hat.xml index cf3b8647..817d01ff 100644 --- a/graphics/sprites/equipment/head/fairy_hat.xml +++ b/graphics/sprites/equipment/head/fairy_hat.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/fairy_hat.png" width="40" height="40"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/>
- <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-25" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-24" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-30" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-31" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/>
- <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-29" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/>
- <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-20"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-6" offsetY ="-20"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="21" offsetY="-4"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/fairy_hat.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/fancyhat.xml b/graphics/sprites/equipment/head/fancyhat.xml index ddef4266..b1655dd0 100644 --- a/graphics/sprites/equipment/head/fancyhat.xml +++ b/graphics/sprites/equipment/head/fancyhat.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/fancyhat.png" width="40" height="40"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/>
- <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-25" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-24" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-30" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-31" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/>
- <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-29" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/>
- <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-20"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-6" offsetY ="-20"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="21" offsetY="-4"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/fancyhat.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/fluffyhat.xml b/graphics/sprites/equipment/head/fluffyhat.xml index f5c7b930..eca574c6 100644 --- a/graphics/sprites/equipment/head/fluffyhat.xml +++ b/graphics/sprites/equipment/head/fluffyhat.xml @@ -1,142 +1,135 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/fluffyhat.png" width="25" height="22" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-44" /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-38"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-38"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-38"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-43" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-44" delay="75" /> - <frame index="0" offsetX="-1" offsetY ="-44" delay="75" /> - <frame index="0" offsetX="-1" offsetY ="-43" delay="75" /> - <frame index="0" offsetX="-1" offsetY ="-44" delay="75" /> - <frame index="0" offsetX="-1" offsetY ="-44" delay="75" /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-38" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-37" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-38" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-38" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-37" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-38" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-37" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-37" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-38" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-42" delay="75" /> - <frame index="0" offsetX="-1" offsetY ="-43" delay="75" /> - <frame index="0" offsetX="-1" offsetY ="-40" delay="75" /> - <frame index="0" offsetX="-1" offsetY ="-39" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="6" offsetY ="-39" delay="75" /> - <frame index="1" offsetX="6" offsetY ="-40" delay="75" /> - <frame index="1" offsetX="2" offsetY ="-37" delay="75" /> - <frame index="1" offsetX="1" offsetY ="-36" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-35" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-37" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-36" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-43" delay="75" /> - <frame index="0" offsetX="-1" offsetY ="-43" delay="75" /> - <frame index="0" offsetX="-1" offsetY ="-43" delay="75" /> - <frame index="0" offsetX="-1" offsetY ="-42" delay="75" /> - <frame index="0" offsetX="-1" offsetY ="-43" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="5" offsetY ="-38" delay="75" /> - <frame index="1" offsetX="5" offsetY ="-38" delay="75" /> - <frame index="1" offsetX="5" offsetY ="-38" delay="75" /> - <frame index="1" offsetX="7" offsetY ="-39" delay="75" /> - <frame index="1" offsetX="7" offsetY ="-39" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-37" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-38" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-38" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-38" delay="75"/> - <frame index="3" offsetX="-6" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-6" offsetY ="-39" delay="75"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-32" /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="6" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-30"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-7" offsetY ="-29"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="35" offsetY="-10"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/fluffyhat.png" width="25" height="22"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-44"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-38"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-38"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-43" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-44" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-44" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-43" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-44" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-44" delay="75"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-38" delay="75"/> + <frame index="1" offsetX="2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="2" offsetY="-38" delay="75"/> + <frame index="1" offsetX="2" offsetY="-38" delay="75"/> + <frame index="1" offsetX="2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="2" offsetY="-38" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-38" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-42" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-43" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-39" delay="75"/> + <frame index="1" offsetX="6" offsetY="-40" delay="75"/> + <frame index="1" offsetX="2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="1" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-35" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="0" offsetY="-36" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-43" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-43" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-43" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-42" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-38" delay="75"/> + <frame index="1" offsetX="5" offsetY="-38" delay="75"/> + <frame index="1" offsetX="5" offsetY="-38" delay="75"/> + <frame index="1" offsetX="7" offsetY="-39" delay="75"/> + <frame index="1" offsetX="7" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-38" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-38" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-38" delay="75"/> + <frame index="3" offsetX="-6" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-6" offsetY="-39" delay="75"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-32"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-29"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="35" offsetY="-10"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/funkywinter.xml b/graphics/sprites/equipment/head/funkywinter.xml index b92ddfcf..317c8894 100644 --- a/graphics/sprites/equipment/head/funkywinter.xml +++ b/graphics/sprites/equipment/head/funkywinter.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/funkywinter.png" width="21" height="20"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-42"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="1" offsetY ="-40"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-41"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-40"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-41" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-42" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-41" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-42" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="1" offsetY ="-40" delay="75"/>
- <frame index="1" offsetX="1" offsetY ="-39" delay="75"/>
- <frame index="1" offsetX="1" offsetY ="-40" delay="150"/>
- <frame index="1" offsetX="1" offsetY ="-39" delay="75"/>
- <frame index="1" offsetX="1" offsetY ="-40" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-41" delay="75"/>
- <frame index="2" offsetX="0" offsetY ="-42" delay="150"/>
- <frame index="2" offsetX="0" offsetY ="-41" delay="75"/>
- <frame index="2" offsetX="0" offsetY ="-42" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-40" delay="150"/>
- <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-40" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-41" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-38" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-37" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="5" offsetY ="-41" delay="75"/>
- <frame index="1" offsetX="5" offsetY ="-42" delay="75"/>
- <frame index="1" offsetX="1" offsetY ="-39" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-38" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-41" delay="225"/>
- <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-4" offsetY ="-41" delay="75"/>
- <frame index="3" offsetX="-4" offsetY ="-42" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-38" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-41" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-40" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-41" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-40" delay="225"/>
- <frame index="1" offsetX="6" offsetY ="-41" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-41" delay="225"/>
- <frame index="2" offsetX="-1" offsetY ="-40" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-41" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-4" offsetY ="-40" delay="225"/>
- <frame index="3" offsetX="-6" offsetY ="-41" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-30"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="5" offsetY ="-31"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="1" offsetY ="-33"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-7" offsetY ="-31"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="35" offsetY="-6"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/funkywinter.png" width="21" height="20"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-42"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-40"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-41"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-40"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <frame index="0" offsetX="0" offsetY="-42" delay="150"/> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <frame index="0" offsetX="0" offsetY="-42" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-40" delay="75"/> + <frame index="1" offsetX="1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="1" offsetY="-40" delay="150"/> + <frame index="1" offsetX="1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="1" offsetY="-40" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-41" delay="75"/> + <frame index="2" offsetX="0" offsetY="-42" delay="150"/> + <frame index="2" offsetX="0" offsetY="-41" delay="75"/> + <frame index="2" offsetX="0" offsetY="-42" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-40" delay="75"/> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <frame index="0" offsetX="0" offsetY="-38" delay="75"/> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-41" delay="75"/> + <frame index="1" offsetX="5" offsetY="-42" delay="75"/> + <frame index="1" offsetX="1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="0" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-41" delay="225"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-41" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-42" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="0" offsetY="-38" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-41" delay="225"/> + <frame index="0" offsetX="0" offsetY="-40" delay="75"/> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-40" delay="225"/> + <frame index="1" offsetX="6" offsetY="-41" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-41" delay="225"/> + <frame index="2" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-40" delay="225"/> + <frame index="3" offsetX="-6" offsetY="-41" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-30"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-31"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="1" offsetY="-33"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-31"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="35" offsetY="-6"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/gmcap.xml b/graphics/sprites/equipment/head/gmcap.xml index ca3598ae..988899b3 100644 --- a/graphics/sprites/equipment/head/gmcap.xml +++ b/graphics/sprites/equipment/head/gmcap.xml @@ -1,123 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/gmcap.png|R" width="28" height="19"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-45"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-45"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-45"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="2" offsetY ="-45"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-44" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-45" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-44" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-45" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-45" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-44" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-45" delay="150"/>
- <frame index="1" offsetX="-2" offsetY ="-44" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-45" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-45" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-46" delay="150"/>
- <frame index="2" offsetX="-2" offsetY ="-45" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-46" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="2" offsetY ="-45" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-44" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-45" delay="150"/>
- <frame index="3" offsetX="2" offsetY ="-44" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-45" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-43" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-44" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-41" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-40" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-46" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-47" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-44" delay="75"/>
- <frame index="1" offsetX="-3" offsetY ="-43" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-3" offsetY ="-45" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-43" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-46" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-47" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-44" delay="75"/>
- <frame index="3" offsetX="3" offsetY ="-43" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-44" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-43" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-44" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="1" offsetY ="-45" delay="225"/>
- <frame index="1" offsetX="3" offsetY ="-46" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-45" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-44" delay="75"/>
- <frame index="2" offsetX="-3" offsetY ="-45" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-45" delay="225"/>
- <frame index="3" offsetX="-3" offsetY ="-46" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-33"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-36"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-37"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-4" offsetY ="-36"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="27" offsetY="-16"/>
- </animation>
- </action>
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/gmcap.png|R" width="28" height="19"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-45"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-45"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-45"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-45"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-45" delay="150"/> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-45" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-45" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-44" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-45" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-44" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-45" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-45" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-46" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-45" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-46" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-45" delay="75"/> + <frame index="3" offsetX="2" offsetY="-44" delay="75"/> + <frame index="3" offsetX="2" offsetY="-45" delay="150"/> + <frame index="3" offsetX="2" offsetY="-44" delay="75"/> + <frame index="3" offsetX="2" offsetY="-45" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-43" delay="75"/> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <frame index="0" offsetX="0" offsetY="-40" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="2" offsetY="-47" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-44" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-45" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-46" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="3" offsetX="2" offsetY="-44" delay="75"/> + <frame index="3" offsetX="3" offsetY="-43" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-44" delay="225"/> + <frame index="0" offsetX="0" offsetY="-43" delay="75"/> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-45" delay="225"/> + <frame index="1" offsetX="3" offsetY="-46" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-45" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-44" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-45" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-46" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-33"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-36"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-37"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-36"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="27" offsetY="-16"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/goblin-mask.xml b/graphics/sprites/equipment/head/goblin-mask.xml index 47639629..eaeebbbe 100644 --- a/graphics/sprites/equipment/head/goblin-mask.xml +++ b/graphics/sprites/equipment/head/goblin-mask.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/goblin-mask.png" width="25" height="23"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-38"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-38"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="1" offsetY ="-38"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-38" delay="150"/>
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-38" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-38" delay="150"/>
- <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-38" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/>
- <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="1" offsetY ="-38" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-38" delay="150"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-38" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-39" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-40" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="-3" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-3" offsetY ="-38" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-2" offsetY ="-39" delay="75"/>
- <frame index="3" offsetX="-2" offsetY ="-40" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-37" delay="225"/>
- <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="1" offsetY ="-38" delay="225"/>
- <frame index="1" offsetX="3" offsetY ="-39" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-37" delay="75"/>
- <frame index="2" offsetX="-3" offsetY ="-38" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-2" offsetY ="-38" delay="225"/>
- <frame index="3" offsetX="-4" offsetY ="-39" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-26"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-29"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-30"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-5" offsetY ="-29"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="17" offsetY="-14"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/goblin-mask.png" width="25" height="23"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-38"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-38"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-38" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-38" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-38" delay="75"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="1" offsetY="-38" delay="150"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="1" offsetY="-38" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-39" delay="75"/> + <frame index="1" offsetX="2" offsetY="-40" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-40" delay="75"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="2" offsetY="-36" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-38" delay="225"/> + <frame index="1" offsetX="3" offsetY="-39" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-37" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="3" offsetX="-4" offsetY="-39" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-29"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="17" offsetY="-14"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/goggles.xml b/graphics/sprites/equipment/head/goggles.xml index 9a3e7d32..a6537a26 100644 --- a/graphics/sprites/equipment/head/goggles.xml +++ b/graphics/sprites/equipment/head/goggles.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/goggles.png|R" width="20" height="20"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-36"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-36"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-36"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="2" offsetY ="-36"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-35" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-36" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-35" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-36" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-36" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-35" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-36" delay="150"/>
- <frame index="1" offsetX="-2" offsetY ="-35" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-36" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-36" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-37" delay="150"/>
- <frame index="2" offsetX="-1" offsetY ="-36" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-37" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="2" offsetY ="-36" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-35" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-36" delay="150"/>
- <frame index="3" offsetX="2" offsetY ="-35" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-36" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-35" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-32" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-31" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-38" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-35" delay="75"/>
- <frame index="1" offsetX="-3" offsetY ="-34" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-36" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-34" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-38" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-35" delay="75"/>
- <frame index="3" offsetX="3" offsetY ="-34" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-35" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-35" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="1" offsetY ="-36" delay="225"/>
- <frame index="1" offsetX="3" offsetY ="-37" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-36" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-35" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-36" delay="225"/>
- <frame index="3" offsetX="-3" offsetY ="-37" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-24"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-27"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-28"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-4" offsetY ="-27"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="19" offsetY="-15"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/goggles.png|R" width="20" height="20"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-36"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-36"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-36"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-36"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-35" delay="75"/> + <frame index="0" offsetX="0" offsetY="-36" delay="150"/> + <frame index="0" offsetX="0" offsetY="-35" delay="75"/> + <frame index="0" offsetX="0" offsetY="-36" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-36" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-36" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-36" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-37" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-37" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-36" delay="75"/> + <frame index="3" offsetX="2" offsetY="-35" delay="75"/> + <frame index="3" offsetX="2" offsetY="-36" delay="150"/> + <frame index="3" offsetX="2" offsetY="-35" delay="75"/> + <frame index="3" offsetX="2" offsetY="-36" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-34" delay="75"/> + <frame index="0" offsetX="0" offsetY="-35" delay="75"/> + <frame index="0" offsetX="0" offsetY="-32" delay="75"/> + <frame index="0" offsetX="0" offsetY="-31" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="2" offsetY="-38" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-36" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="3" offsetX="2" offsetY="-35" delay="75"/> + <frame index="3" offsetX="3" offsetY="-34" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-35" delay="225"/> + <frame index="0" offsetX="0" offsetY="-34" delay="75"/> + <frame index="0" offsetX="0" offsetY="-35" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-36" delay="225"/> + <frame index="1" offsetX="3" offsetY="-37" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-36" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-35" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-36" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-37" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-24"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-27"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-28"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-27"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="19" offsetY="-15"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/gradcap.xml b/graphics/sprites/equipment/head/gradcap.xml index 4cbeb518..92bdb973 100644 --- a/graphics/sprites/equipment/head/gradcap.xml +++ b/graphics/sprites/equipment/head/gradcap.xml @@ -1,123 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/gradcap.png" width="27" height="14"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-49"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-49"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-49"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-49"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-49" delay="150"/>
- <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-49" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-49" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-48" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-49" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-48" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-49" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-50" delay="150"/>
- <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-50" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-49" delay="150"/>
- <frame index="3" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-45" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-44" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-50" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-51" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-48" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-47" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-3" offsetY ="-49" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-47" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-4" offsetY ="-50" delay="75"/>
- <frame index="3" offsetX="-4" offsetY ="-51" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-47" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-48" delay="225"/>
- <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-49" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-50" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-49" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-48" delay="75"/>
- <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-4" offsetY ="-49" delay="225"/>
- <frame index="3" offsetX="-6" offsetY ="-50" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-37"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-40"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-41"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-7" offsetY ="-40"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="0" offsetX="30" offsetY="-15"/>
- </animation>
- </action>
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/gradcap.png" width="27" height="14"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-49"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-49"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-49"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-49" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-49" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-49" delay="75"/> + <frame index="1" offsetX="0" offsetY="-48" delay="75"/> + <frame index="1" offsetX="0" offsetY="-49" delay="150"/> + <frame index="1" offsetX="0" offsetY="-48" delay="75"/> + <frame index="1" offsetX="0" offsetY="-49" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-50" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-50" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-45" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-44" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-50" delay="75"/> + <frame index="1" offsetX="4" offsetY="-51" delay="75"/> + <frame index="1" offsetX="0" offsetY="-48" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-47" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-49" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-47" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-50" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-51" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="3" offsetX="0" offsetY="-47" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-48" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-49" delay="225"/> + <frame index="1" offsetX="5" offsetY="-50" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-48" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-49" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-49" delay="225"/> + <frame index="3" offsetX="-6" offsetY="-50" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-40"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-41"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-40"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="0" offsetX="30" offsetY="-15"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/guyfawkes.xml b/graphics/sprites/equipment/head/guyfawkes.xml index 0242216f..50550f7b 100644 --- a/graphics/sprites/equipment/head/guyfawkes.xml +++ b/graphics/sprites/equipment/head/guyfawkes.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/guyfawkes.png" width="25" height="23"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-38"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-38"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="1" offsetY ="-38"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-38" delay="150"/>
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-38" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-38" delay="150"/>
- <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-38" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/>
- <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="1" offsetY ="-38" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-38" delay="150"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-38" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-39" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-40" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="-3" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-3" offsetY ="-38" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-2" offsetY ="-39" delay="75"/>
- <frame index="3" offsetX="-2" offsetY ="-40" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-37" delay="225"/>
- <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="1" offsetY ="-38" delay="225"/>
- <frame index="1" offsetX="3" offsetY ="-39" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-37" delay="75"/>
- <frame index="2" offsetX="-3" offsetY ="-38" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-2" offsetY ="-38" delay="225"/>
- <frame index="3" offsetX="-4" offsetY ="-39" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-26"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-29"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-30"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-5" offsetY ="-29"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="17" offsetY="-14"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/guyfawkes.png" width="25" height="23"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-38"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-38"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-38" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-38" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-38" delay="75"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="1" offsetY="-38" delay="150"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="1" offsetY="-38" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-39" delay="75"/> + <frame index="1" offsetX="2" offsetY="-40" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-40" delay="75"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="2" offsetY="-36" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-38" delay="225"/> + <frame index="1" offsetX="3" offsetY="-39" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-37" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="3" offsetX="-4" offsetY="-39" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-29"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="17" offsetY="-14"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/heart-glasses.xml b/graphics/sprites/equipment/head/heart-glasses.xml index e811d8ae..8e73b98a 100644 --- a/graphics/sprites/equipment/head/heart-glasses.xml +++ b/graphics/sprites/equipment/head/heart-glasses.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/heart-glasses.png" width="23" height="29"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-34"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY="-34"/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-2" offsetY="-34"/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="1" offsetY="-34"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-34" delay="150"/>
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-34" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY="-34" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-34" delay="150"/>
- <frame index="1" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-34" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-2" offsetY="-34" delay="75"/>
- <frame index="3" offsetX="-2" offsetY="-35" delay="150"/>
- <frame index="3" offsetX="-2" offsetY="-34" delay="75"/>
- <frame index="3" offsetX="-2" offsetY="-35" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="1" offsetY="-34" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-33" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-34" delay="150"/>
- <frame index="2" offsetX="1" offsetY="-33" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-34" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-32" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-30" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-29" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY="-35" delay="75"/>
- <frame index="1" offsetX="2" offsetY="-36" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="1" offsetX="-3" offsetY="-32" delay="75"/>
- <end/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-3" offsetY="-34" delay="225"/>
- <frame index="3" offsetX="-3" offsetY="-32" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="-3" offsetY="-35" delay="75"/>
- <frame index="2" offsetX="-3" offsetY="-36" delay="75"/>
- <frame index="2" offsetX="0" offsetY="-33" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-32" delay="75"/>
- <end/>
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-33" delay="225"/>
- <frame index="0" offsetX="-2" offsetY="-32" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY="-34" delay="225"/>
- <frame index="1" offsetX="4" offsetY="-35" delay="150"/>
- <end/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-2" offsetY="-34" delay="225"/>
- <frame index="3" offsetX="-3" offsetY="-33" delay="75"/>
- <frame index="3" offsetX="-3" offsetY="-34" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="-3" offsetY="-34" delay="225"/>
- <frame index="2" offsetX="-5" offsetY="-35" delay="150"/>
- <end/>
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-26"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY="-28"/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-1" offsetY="-28"/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="-6" offsetY="-28"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="19" offsetY="-12"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/heart-glasses.png" width="23" height="29"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="1" offsetY="-34"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-34" delay="150"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-34" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-35" delay="150"/> + <frame index="3" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-35" delay="150"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="1" offsetY="-34" delay="75"/> + <frame index="2" offsetX="1" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-34" delay="150"/> + <frame index="2" offsetX="1" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-34" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-30" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="2" offsetY="-36" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-3" offsetY="-35" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> + <frame index="2" offsetX="0" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-32" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-33" delay="225"/> + <frame index="0" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-34" delay="225"/> + <frame index="1" offsetX="4" offsetY="-35" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-33" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-5" offsetY="-35" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-28"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-1" offsetY="-28"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-6" offsetY="-28"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="19" offsetY="-12"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/highpriest-crown.xml b/graphics/sprites/equipment/head/highpriest-crown.xml index 51c698f9..ab3484df 100644 --- a/graphics/sprites/equipment/head/highpriest-crown.xml +++ b/graphics/sprites/equipment/head/highpriest-crown.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/highpriest-crown.png" width="40" height="40"/> - <include file="equipment/head/monster-skull-helm.xml"/> + <imageset name="base" src="graphics/sprites/equipment/head/highpriest-crown.png" width="40" height="40"/> + <include file="equipment/head/monster-skull-helm.xml"/> </sprite> diff --git a/graphics/sprites/equipment/head/infantryhelm.xml b/graphics/sprites/equipment/head/infantryhelm.xml index a8bd03fb..82a532d2 100644 --- a/graphics/sprites/equipment/head/infantryhelm.xml +++ b/graphics/sprites/equipment/head/infantryhelm.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/infantryhelm.png" width="25" height="22"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-38"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-38"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-38"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-38" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-38" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-38" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-38" delay="150"/>
- <frame index="1" offsetX="2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-38" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/>
- <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-38" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-38" delay="150"/>
- <frame index="3" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-38" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-36" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="6" offsetY ="-39" delay="75"/>
- <frame index="1" offsetX="6" offsetY ="-40" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="1" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-3" offsetY ="-38" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-35" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-4" offsetY ="-39" delay="75"/>
- <frame index="3" offsetX="-4" offsetY ="-40" delay="75"/>
- <frame index="3" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-37" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-36" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-37" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="5" offsetY ="-38" delay="225"/>
- <frame index="1" offsetX="7" offsetY ="-39" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-37" delay="75"/>
- <frame index="2" offsetX="-3" offsetY ="-38" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-4" offsetY ="-38" delay="225"/>
- <frame index="3" offsetX="-6" offsetY ="-39" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-26"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="6" offsetY ="-29"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-30"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-7" offsetY ="-29"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="35" offsetY="-6"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/infantryhelm.png" width="25" height="22"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-38"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-38"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <frame index="0" offsetX="0" offsetY="-38" delay="150"/> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <frame index="0" offsetX="0" offsetY="-38" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-38" delay="75"/> + <frame index="1" offsetX="2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="2" offsetY="-38" delay="150"/> + <frame index="1" offsetX="2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="2" offsetY="-38" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-38" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-38" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-36" delay="75"/> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <frame index="0" offsetX="0" offsetY="-34" delay="75"/> + <frame index="0" offsetX="0" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-39" delay="75"/> + <frame index="1" offsetX="6" offsetY="-40" delay="75"/> + <frame index="1" offsetX="2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="1" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-35" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="0" offsetY="-36" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-37" delay="225"/> + <frame index="0" offsetX="0" offsetY="-36" delay="75"/> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-38" delay="225"/> + <frame index="1" offsetX="7" offsetY="-39" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-37" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-38" delay="225"/> + <frame index="3" offsetX="-6" offsetY="-39" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-29"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="35" offsetY="-6"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/jestermask.xml b/graphics/sprites/equipment/head/jestermask.xml index 8af578ca..52b5b12d 100644 --- a/graphics/sprites/equipment/head/jestermask.xml +++ b/graphics/sprites/equipment/head/jestermask.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/head/jestermask.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> - + <imageset name="base" src="graphics/sprites/equipment/head/jestermask.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> </sprite> diff --git a/graphics/sprites/equipment/head/knighthelm.xml b/graphics/sprites/equipment/head/knighthelm.xml index 86d321ad..49a66676 100644 --- a/graphics/sprites/equipment/head/knighthelm.xml +++ b/graphics/sprites/equipment/head/knighthelm.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/knighthelm.png" width="25" height="25"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-36"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-36"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-36"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-36"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-35" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-36" delay="150"/>
- <frame index="0" offsetX="-1" offsetY ="-35" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-36" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-36" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-35" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-36" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-35" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-36" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-36" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-37" delay="150"/>
- <frame index="2" offsetX="-2" offsetY ="-36" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-37" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-36" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-35" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-36" delay="150"/>
- <frame index="3" offsetX="0" offsetY ="-35" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-36" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-35" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-32" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-31" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-38" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-35" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-34" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-3" offsetY ="-36" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="-3" offsetY ="-38" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-35" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-34" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-35" delay="225"/>
- <frame index="0" offsetX="-1" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-35" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-36" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-37" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-36" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-35" delay="75"/>
- <frame index="2" offsetX="-3" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-36" delay="225"/>
- <frame index="3" offsetX="-5" offsetY ="-37" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-24"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-27"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-28"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-6" offsetY ="-27"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="29" offsetY="-13"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/knighthelm.png" width="25" height="25"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-36"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-36"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-36"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-36"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-35" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-36" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-35" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-36" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-36" delay="75"/> + <frame index="1" offsetX="0" offsetY="-35" delay="75"/> + <frame index="1" offsetX="0" offsetY="-36" delay="150"/> + <frame index="1" offsetX="0" offsetY="-35" delay="75"/> + <frame index="1" offsetX="0" offsetY="-36" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-36" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-37" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-36" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-37" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-36" delay="75"/> + <frame index="3" offsetX="0" offsetY="-35" delay="75"/> + <frame index="3" offsetX="0" offsetY="-36" delay="150"/> + <frame index="3" offsetX="0" offsetY="-35" delay="75"/> + <frame index="3" offsetX="0" offsetY="-36" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-35" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-31" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-37" delay="75"/> + <frame index="1" offsetX="4" offsetY="-38" delay="75"/> + <frame index="1" offsetX="0" offsetY="-35" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-36" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-37" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-38" delay="75"/> + <frame index="3" offsetX="0" offsetY="-35" delay="75"/> + <frame index="3" offsetX="1" offsetY="-34" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-35" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-35" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-36" delay="225"/> + <frame index="1" offsetX="5" offsetY="-37" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-36" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-35" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-36" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-37" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-24"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-27"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-28"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-27"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="29" offsetY="-13"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/knit-cap.xml b/graphics/sprites/equipment/head/knit-cap.xml index 95d23802..ba6e816d 100644 --- a/graphics/sprites/equipment/head/knit-cap.xml +++ b/graphics/sprites/equipment/head/knit-cap.xml @@ -1,142 +1,135 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/knit-cap.png" width="24" height="26" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-40" /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-40"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-41"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-40"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-39" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-40" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-40" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-39" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-40" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-40" delay="75" /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-40" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="0" offsetY ="-42" delay="75"/> - <frame index="2" offsetX="0" offsetY ="-42" delay="75"/> - <frame index="2" offsetX="0" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="0" offsetY ="-42" delay="75"/> - <frame index="2" offsetX="0" offsetY ="-42" delay="75"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-38" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-39" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-36" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-35" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="5" offsetY ="-41" delay="75" /> - <frame index="1" offsetX="5" offsetY ="-42" delay="75" /> - <frame index="1" offsetX="1" offsetY ="-39" delay="75" /> - <frame index="1" offsetX="0" offsetY ="-38" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-38" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-39" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-39" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-39" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-38" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-39" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-40" delay="75" /> - <frame index="1" offsetX="4" offsetY ="-40" delay="75" /> - <frame index="1" offsetX="4" offsetY ="-40" delay="75" /> - <frame index="1" offsetX="6" offsetY ="-41" delay="75" /> - <frame index="1" offsetX="6" offsetY ="-41" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="0" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-6" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="-6" offsetY ="-41" delay="75"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="5" offsetY ="-31"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="1" offsetY ="-33"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-7" offsetY ="-31"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="33" offsetY="-13"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/knit-cap.png" width="24" height="26"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-40"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-40"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-41"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-40"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <frame index="0" offsetX="0" offsetY="-40" delay="75"/> + <frame index="0" offsetX="0" offsetY="-40" delay="75"/> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <frame index="0" offsetX="0" offsetY="-40" delay="75"/> + <frame index="0" offsetX="0" offsetY="-40" delay="75"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-40" delay="75"/> + <frame index="1" offsetX="1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="1" offsetY="-40" delay="75"/> + <frame index="1" offsetX="1" offsetY="-40" delay="75"/> + <frame index="1" offsetX="1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="1" offsetY="-40" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-41" delay="75"/> + <frame index="2" offsetX="0" offsetY="-42" delay="75"/> + <frame index="2" offsetX="0" offsetY="-42" delay="75"/> + <frame index="2" offsetX="0" offsetY="-41" delay="75"/> + <frame index="2" offsetX="0" offsetY="-42" delay="75"/> + <frame index="2" offsetX="0" offsetY="-42" delay="75"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-38" delay="75"/> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <frame index="0" offsetX="0" offsetY="-36" delay="75"/> + <frame index="0" offsetX="0" offsetY="-35" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-41" delay="75"/> + <frame index="1" offsetX="5" offsetY="-42" delay="75"/> + <frame index="1" offsetX="1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="0" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-41" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-42" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="0" offsetY="-38" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <frame index="0" offsetX="0" offsetY="-38" delay="75"/> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-40" delay="75"/> + <frame index="1" offsetX="4" offsetY="-40" delay="75"/> + <frame index="1" offsetX="4" offsetY="-40" delay="75"/> + <frame index="1" offsetX="6" offsetY="-41" delay="75"/> + <frame index="1" offsetX="6" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-41" delay="75"/> + <frame index="2" offsetX="0" offsetY="-41" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-6" offsetY="-41" delay="75"/> + <frame index="3" offsetX="-6" offsetY="-41" delay="75"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-31"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="1" offsetY="-33"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-31"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="33" offsetY="-13"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/mask.xml b/graphics/sprites/equipment/head/mask.xml index e7a8c16f..72f88566 100644 --- a/graphics/sprites/equipment/head/mask.xml +++ b/graphics/sprites/equipment/head/mask.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/mask.png" width="32" height="32"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/>
- <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-25" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-24" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-30" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-31" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/>
- <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-29" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/>
- <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-19"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-6" offsetY ="-20"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="21" offsetY="-4"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/mask.png" width="32" height="32"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-19"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/minershat.xml b/graphics/sprites/equipment/head/minershat.xml index 06af45f1..c090ba0f 100644 --- a/graphics/sprites/equipment/head/minershat.xml +++ b/graphics/sprites/equipment/head/minershat.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/minershat.png" width="40" height="40"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/>
- <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="150"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-25" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-24" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-30" delay="75"/>
- <frame index="1" offsetX="4" offsetY ="-31" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/>
- <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-27" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-28" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-27" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="3" offsetY ="-29" delay="225"/>
- <frame index="1" offsetX="5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/>
- <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-20"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-17"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-6" offsetY ="-20"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="21" offsetY="-4"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/minershat.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/monocle.xml b/graphics/sprites/equipment/head/monocle.xml index a3c428c3..6ada6a65 100644 --- a/graphics/sprites/equipment/head/monocle.xml +++ b/graphics/sprites/equipment/head/monocle.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/monocle.png" width="23" height="29"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-34"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY="-34"/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-2" offsetY="-34"/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="1" offsetY="-34"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-34" delay="150"/>
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-34" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY="-34" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-34" delay="150"/>
- <frame index="1" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-34" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-2" offsetY="-34" delay="75"/>
- <frame index="3" offsetX="-2" offsetY="-35" delay="150"/>
- <frame index="3" offsetX="-2" offsetY="-34" delay="75"/>
- <frame index="3" offsetX="-2" offsetY="-35" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="1" offsetY="-34" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-33" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-34" delay="150"/>
- <frame index="2" offsetX="1" offsetY="-33" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-34" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-32" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-30" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-29" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY="-35" delay="75"/>
- <frame index="1" offsetX="2" offsetY="-36" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="1" offsetX="-3" offsetY="-32" delay="75"/>
- <end/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-3" offsetY="-34" delay="225"/>
- <frame index="3" offsetX="-3" offsetY="-32" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="-3" offsetY="-35" delay="75"/>
- <frame index="2" offsetX="-3" offsetY="-36" delay="75"/>
- <frame index="2" offsetX="0" offsetY="-33" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-32" delay="75"/>
- <end/>
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-33" delay="225"/>
- <frame index="0" offsetX="-2" offsetY="-32" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY="-34" delay="225"/>
- <frame index="1" offsetX="4" offsetY="-35" delay="150"/>
- <end/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-2" offsetY="-34" delay="225"/>
- <frame index="3" offsetX="-3" offsetY="-33" delay="75"/>
- <frame index="3" offsetX="-3" offsetY="-34" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="-3" offsetY="-34" delay="225"/>
- <frame index="2" offsetX="-5" offsetY="-35" delay="150"/>
- <end/>
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-22"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY="-24"/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-1" offsetY="-24"/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="-6" offsetY="-24"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="19" offsetY="-12"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/monocle.png" width="23" height="29"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="1" offsetY="-34"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-34" delay="150"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-34" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-35" delay="150"/> + <frame index="3" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-35" delay="150"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="1" offsetY="-34" delay="75"/> + <frame index="2" offsetX="1" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-34" delay="150"/> + <frame index="2" offsetX="1" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-34" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-30" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="2" offsetY="-36" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-3" offsetY="-35" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> + <frame index="2" offsetX="0" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-32" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-33" delay="225"/> + <frame index="0" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-34" delay="225"/> + <frame index="1" offsetX="4" offsetY="-35" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-33" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-5" offsetY="-35" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-22"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-24"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-1" offsetY="-24"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-6" offsetY="-24"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="19" offsetY="-12"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/monster-skull-helm.xml b/graphics/sprites/equipment/head/monster-skull-helm.xml index e9d9b451..236f1f4d 100644 --- a/graphics/sprites/equipment/head/monster-skull-helm.xml +++ b/graphics/sprites/equipment/head/monster-skull-helm.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/monster-skull-helm.png" width="40" height="40"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-34"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="1" offsetY ="-35"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-34"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-35"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-35" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-35" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-35" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-34" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-35" delay="150"/>
- <frame index="1" offsetX="2" offsetY ="-34" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-35" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-34" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-35" delay="150"/>
- <frame index="2" offsetX="-1" offsetY ="-34" delay="75"/>
- <frame index="2" offsetX="-1" offsetY ="-35" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="0" offsetY ="-35" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-34" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-35" delay="150"/>
- <frame index="3" offsetX="0" offsetY ="-34" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-35" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-32" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-33" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-30" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-29" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="5" offsetY ="-36" delay="75"/>
- <frame index="1" offsetX="5" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="1" offsetY ="-34" delay="75"/>
- <frame index="1" offsetX="0" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-34" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-32" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-36" delay="75"/>
- <frame index="3" offsetX="-3" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="0" offsetY ="-34" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-33" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-32" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="4" offsetY ="-35" delay="225"/>
- <frame index="1" offsetX="6" offsetY ="-36" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-34" delay="225"/>
- <frame index="2" offsetX="-2" offsetY ="-33" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-34" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-35" delay="225"/>
- <frame index="3" offsetX="-5" offsetY ="-36" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-22"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="5" offsetY ="-26"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="0" offsetY ="-24"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-6" offsetY ="-26"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="44" offsetY="-9"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/monster-skull-helm.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-34"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-35"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-34"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-35"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-34" delay="75"/> + <frame index="0" offsetX="0" offsetY="-35" delay="150"/> + <frame index="0" offsetX="0" offsetY="-34" delay="75"/> + <frame index="0" offsetX="0" offsetY="-35" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="2" offsetY="-34" delay="75"/> + <frame index="1" offsetX="2" offsetY="-35" delay="150"/> + <frame index="1" offsetX="2" offsetY="-34" delay="75"/> + <frame index="1" offsetX="2" offsetY="-35" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-35" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-35" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-35" delay="75"/> + <frame index="3" offsetX="0" offsetY="-34" delay="75"/> + <frame index="3" offsetX="0" offsetY="-35" delay="150"/> + <frame index="3" offsetX="0" offsetY="-34" delay="75"/> + <frame index="3" offsetX="0" offsetY="-35" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-32" delay="75"/> + <frame index="0" offsetX="0" offsetY="-33" delay="75"/> + <frame index="0" offsetX="0" offsetY="-30" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-36" delay="75"/> + <frame index="1" offsetX="5" offsetY="-37" delay="75"/> + <frame index="1" offsetX="1" offsetY="-34" delay="75"/> + <frame index="1" offsetX="0" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-36" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-37" delay="75"/> + <frame index="3" offsetX="0" offsetY="-34" delay="75"/> + <frame index="3" offsetX="1" offsetY="-33" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-33" delay="225"/> + <frame index="0" offsetX="0" offsetY="-32" delay="75"/> + <frame index="0" offsetX="0" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-35" delay="225"/> + <frame index="1" offsetX="6" offsetY="-36" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-35" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-36" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-22"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-26"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-24"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-26"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="44" offsetY="-9"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/mouboohead.xml b/graphics/sprites/equipment/head/mouboohead.xml index 4d61cb92..45cdb6e7 100644 --- a/graphics/sprites/equipment/head/mouboohead.xml +++ b/graphics/sprites/equipment/head/mouboohead.xml @@ -1,123 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/mouboohead.png" width="28" height="32"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-35"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-35"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-35"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="2" offsetY ="-35"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-35" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-35" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-35" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-34" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-35" delay="150"/>
- <frame index="1" offsetX="-2" offsetY ="-34" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-35" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-35" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-36" delay="150"/>
- <frame index="2" offsetX="-2" offsetY ="-35" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-36" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="2" offsetY ="-35" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-34" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-35" delay="150"/>
- <frame index="3" offsetX="2" offsetY ="-34" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-35" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="5" offsetX="0" offsetY ="-33" delay="75"/>
- <frame index="5" offsetX="0" offsetY ="-34" delay="75"/>
- <frame index="5" offsetX="0" offsetY ="-31" delay="75"/>
- <frame index="5" offsetX="0" offsetY ="-30" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="6" offsetX="2" offsetY ="-36" delay="75"/>
- <frame index="6" offsetX="2" offsetY ="-37" delay="75"/>
- <frame index="6" offsetX="-1" offsetY ="-34" delay="75"/>
- <frame index="6" offsetX="-3" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-3" offsetY ="-35" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="8" offsetX="-1" offsetY ="-36" delay="75"/>
- <frame index="8" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="8" offsetX="2" offsetY ="-34" delay="75"/>
- <frame index="8" offsetX="3" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-34" delay="225"/>
- <frame index="0" offsetX="0" offsetY ="-33" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-34" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="1" offsetY ="-35" delay="225"/>
- <frame index="1" offsetX="3" offsetY ="-36" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-35" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-34" delay="75"/>
- <frame index="2" offsetX="-3" offsetY ="-35" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-1" offsetY ="-35" delay="225"/>
- <frame index="3" offsetX="-3" offsetY ="-36" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY ="-23"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-26"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-27"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-3" offsetY ="-26"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="27" offsetY="-6"/>
- </animation>
- </action>
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/mouboohead.png" width="28" height="32"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-35"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-35"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-35"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-35"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-34" delay="75"/> + <frame index="0" offsetX="0" offsetY="-35" delay="150"/> + <frame index="0" offsetX="0" offsetY="-34" delay="75"/> + <frame index="0" offsetX="0" offsetY="-35" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-35" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-35" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-35" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-36" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-35" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-36" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-35" delay="75"/> + <frame index="3" offsetX="2" offsetY="-34" delay="75"/> + <frame index="3" offsetX="2" offsetY="-35" delay="150"/> + <frame index="3" offsetX="2" offsetY="-34" delay="75"/> + <frame index="3" offsetX="2" offsetY="-35" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="5" offsetX="0" offsetY="-33" delay="75"/> + <frame index="5" offsetX="0" offsetY="-34" delay="75"/> + <frame index="5" offsetX="0" offsetY="-31" delay="75"/> + <frame index="5" offsetX="0" offsetY="-30" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="6" offsetX="2" offsetY="-36" delay="75"/> + <frame index="6" offsetX="2" offsetY="-37" delay="75"/> + <frame index="6" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="6" offsetX="-3" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-35" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="8" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="8" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="8" offsetX="2" offsetY="-34" delay="75"/> + <frame index="8" offsetX="3" offsetY="-33" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-34" delay="225"/> + <frame index="0" offsetX="0" offsetY="-33" delay="75"/> + <frame index="0" offsetX="0" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-35" delay="225"/> + <frame index="1" offsetX="3" offsetY="-36" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-35" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-34" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-35" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-35" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-36" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-23"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-26"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-27"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-26"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="27" offsetY="-6"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/moubootaurhead.xml b/graphics/sprites/equipment/head/moubootaurhead.xml index 0fa315c0..82f5f3a7 100644 --- a/graphics/sprites/equipment/head/moubootaurhead.xml +++ b/graphics/sprites/equipment/head/moubootaurhead.xml @@ -1,5 +1,5 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/moubootaurhead.png" width="80" height="51"/> - <include file="equipment/head/christmastree.xml"/> + <imageset name="base" src="graphics/sprites/equipment/head/moubootaurhead.png" width="80" height="51"/> + <include file="equipment/head/christmastree.xml"/> </sprite> diff --git a/graphics/sprites/equipment/head/mushroom.xml b/graphics/sprites/equipment/head/mushroom.xml index b86adfe7..55f67778 100644 --- a/graphics/sprites/equipment/head/mushroom.xml +++ b/graphics/sprites/equipment/head/mushroom.xml @@ -1,123 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/mushroom.png" width="26" height="15"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-48"/>
- </animation>
- <animation direction="left">
- <frame index="0" offsetX="0" offsetY ="-48"/>
- </animation>
- <animation direction="up">
- <frame index="0" offsetX="-2" offsetY ="-48"/>
- </animation>
- <animation direction="right">
- <frame index="0" offsetX="-1" offsetY ="-48"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-48" delay="150"/>
- <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-48" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="0" offsetX="0" offsetY ="-48" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-48" delay="150"/>
- <frame index="0" offsetX="0" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-48" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="0" offsetX="-2" offsetY ="-48" delay="75"/>
- <frame index="0" offsetX="-2" offsetY ="-49" delay="150"/>
- <frame index="0" offsetX="-2" offsetY ="-48" delay="75"/>
- <frame index="0" offsetX="-2" offsetY ="-49" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-48" delay="150"/>
- <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-46" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-44" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-43" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="0" offsetX="4" offsetY ="-49" delay="75"/>
- <frame index="0" offsetX="4" offsetY ="-50" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-46" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="0" offsetX="-3" offsetY ="-48" delay="225"/>
- <frame index="0" offsetX="-3" offsetY ="-46" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="0" offsetX="-4" offsetY ="-49" delay="75"/>
- <frame index="0" offsetX="-4" offsetY ="-50" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="0" offsetY ="-46" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-47" delay="225"/>
- <frame index="0" offsetX="-1" offsetY ="-46" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="0" offsetX="3" offsetY ="-48" delay="225"/>
- <frame index="0" offsetX="5" offsetY ="-49" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="0" offsetX="-2" offsetY ="-48" delay="225"/>
- <frame index="0" offsetX="-3" offsetY ="-47" delay="75"/>
- <frame index="0" offsetX="-3" offsetY ="-48" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="0" offsetX="-4" offsetY ="-48" delay="225"/>
- <frame index="0" offsetX="-6" offsetY ="-49" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-36"/>
- </animation>
- <animation direction="left">
- <frame index="0" offsetX="4" offsetY ="-39"/>
- </animation>
- <animation direction="up">
- <frame index="0" offsetX="-1" offsetY ="-40"/>
- </animation>
- <animation direction="right">
- <frame index="0" offsetX="-7" offsetY ="-38"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="1" offsetX="40" offsetY="-6"/>
- </animation>
- </action>
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/mushroom.png" width="26" height="15"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-48"/> + </animation> + <animation direction="left"> + <frame index="0" offsetX="0" offsetY="-48"/> + </animation> + <animation direction="up"> + <frame index="0" offsetX="-2" offsetY="-48"/> + </animation> + <animation direction="right"> + <frame index="0" offsetX="-1" offsetY="-48"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="150"/> + </animation> + <animation direction="left"> + <frame index="0" offsetX="0" offsetY="-48" delay="75"/> + <frame index="0" offsetX="0" offsetY="-47" delay="75"/> + <frame index="0" offsetX="0" offsetY="-48" delay="150"/> + <frame index="0" offsetX="0" offsetY="-47" delay="75"/> + <frame index="0" offsetX="0" offsetY="-48" delay="75"/> + </animation> + <animation direction="up"> + <frame index="0" offsetX="-2" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-49" delay="150"/> + <frame index="0" offsetX="-2" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-49" delay="150"/> + </animation> + <animation direction="right"> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-46" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-44" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="0" offsetX="4" offsetY="-49" delay="75"/> + <frame index="0" offsetX="4" offsetY="-50" delay="75"/> + <frame index="0" offsetX="0" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-46" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="0" offsetX="-3" offsetY="-48" delay="225"/> + <frame index="0" offsetX="-3" offsetY="-46" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="0" offsetX="-4" offsetY="-49" delay="75"/> + <frame index="0" offsetX="-4" offsetY="-50" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="0" offsetY="-46" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-47" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-46" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="0" offsetX="3" offsetY="-48" delay="225"/> + <frame index="0" offsetX="5" offsetY="-49" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="0" offsetX="-2" offsetY="-48" delay="225"/> + <frame index="0" offsetX="-3" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-3" offsetY="-48" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="0" offsetX="-4" offsetY="-48" delay="225"/> + <frame index="0" offsetX="-6" offsetY="-49" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-36"/> + </animation> + <animation direction="left"> + <frame index="0" offsetX="4" offsetY="-39"/> + </animation> + <animation direction="up"> + <frame index="0" offsetX="-1" offsetY="-40"/> + </animation> + <animation direction="right"> + <frame index="0" offsetX="-7" offsetY="-38"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="1" offsetX="40" offsetY="-6"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/nohmask.xml b/graphics/sprites/equipment/head/nohmask.xml index 8fc3a763..6604a54b 100644 --- a/graphics/sprites/equipment/head/nohmask.xml +++ b/graphics/sprites/equipment/head/nohmask.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/nohmask.png" width="25" height="23"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-38"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-38"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="1" offsetY ="-38"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-38" delay="150"/>
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-38" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-38" delay="150"/>
- <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-38" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/>
- <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/>
- <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="1" offsetY ="-38" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-38" delay="150"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-38" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-34" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-33" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-39" delay="75"/>
- <frame index="1" offsetX="2" offsetY ="-40" delay="75"/>
- <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/>
- <frame index="1" offsetX="-3" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-3" offsetY ="-38" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-2" offsetY ="-39" delay="75"/>
- <frame index="3" offsetX="-2" offsetY ="-40" delay="75"/>
- <frame index="3" offsetX="1" offsetY ="-37" delay="75"/>
- <frame index="3" offsetX="2" offsetY ="-36" delay="75"/>
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-37" delay="225"/>
- <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/>
- <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="1" offsetY ="-38" delay="225"/>
- <frame index="1" offsetX="3" offsetY ="-39" delay="150"/>
- <end />
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-2" offsetY ="-38" delay="225"/>
- <frame index="2" offsetX="-3" offsetY ="-37" delay="75"/>
- <frame index="2" offsetX="-3" offsetY ="-38" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-2" offsetY ="-38" delay="225"/>
- <frame index="3" offsetX="-4" offsetY ="-39" delay="150"/>
- <end />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-1" offsetY ="-26"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY ="-29"/>
- </animation>
- <animation direction="up">
- <frame index="2" offsetX="-1" offsetY ="-30"/>
- </animation>
- <animation direction="right">
- <frame index="3" offsetX="-5" offsetY ="-29"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="17" offsetY="-14"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/nohmask.png" width="25" height="23"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-38"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-38"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-38" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-38" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-38" delay="75"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="1" offsetY="-38" delay="150"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="1" offsetY="-38" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-39" delay="75"/> + <frame index="1" offsetX="2" offsetY="-40" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-40" delay="75"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="2" offsetY="-36" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-38" delay="225"/> + <frame index="1" offsetX="3" offsetY="-39" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-37" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="3" offsetX="-4" offsetY="-39" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-29"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="17" offsetY="-14"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/operamask.xml b/graphics/sprites/equipment/head/operamask.xml index cef2f4f6..d3a3e9fc 100644 --- a/graphics/sprites/equipment/head/operamask.xml +++ b/graphics/sprites/equipment/head/operamask.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/operamask.png" width="25" height="23"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-38"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-38"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-38"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="1" offsetY ="-38"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-38" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-38" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-38" delay="150"/> - <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-38" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="1" offsetY ="-38" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-37" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-38" delay="150"/> - <frame index="3" offsetX="1" offsetY ="-37" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-38" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-34" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-33" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-40" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-37" delay="75"/> - <frame index="1" offsetX="-3" offsetY ="-36" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-38" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-36" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-2" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-37" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-36" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-37" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-38" delay="225"/> - <frame index="1" offsetX="3" offsetY ="-39" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-38" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-37" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-38" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-2" offsetY ="-38" delay="225"/> - <frame index="3" offsetX="-4" offsetY ="-39" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-26"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-30"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-5" offsetY ="-29"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="17" offsetY="-14"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/operamask.png" width="25" height="23"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-38"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-38"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-38" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-38" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-38" delay="75"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="1" offsetY="-38" delay="150"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="1" offsetY="-38" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-39" delay="75"/> + <frame index="1" offsetX="2" offsetY="-40" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-37" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-40" delay="75"/> + <frame index="3" offsetX="1" offsetY="-37" delay="75"/> + <frame index="3" offsetX="2" offsetY="-36" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-38" delay="225"/> + <frame index="1" offsetX="3" offsetY="-39" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-37" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="3" offsetX="-4" offsetY="-39" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-29"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="17" offsetY="-14"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/overlordhelm.xml b/graphics/sprites/equipment/head/overlordhelm.xml index 3f63da9a..3a0c43a1 100644 --- a/graphics/sprites/equipment/head/overlordhelm.xml +++ b/graphics/sprites/equipment/head/overlordhelm.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/overlordhelm.png" width="39" height="39"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-31"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-31"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-32"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-31"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-30" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-31" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-30" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-31" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-31" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-31" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-32" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-33" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-32" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-33" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-31" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-31" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-30" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-26" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-32" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-33" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-29" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-32" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-29" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-32" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-33" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-29" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-30" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-29" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-30" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-31" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-32" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-32" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-32" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-31" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-32" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-19"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-22"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-24"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-22"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-5"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/overlordhelm.png" width="39" height="39"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-31"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-31"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-32"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-31"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-31" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-31" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-30" delay="75"/> + <frame index="1" offsetX="0" offsetY="-31" delay="150"/> + <frame index="1" offsetX="0" offsetY="-30" delay="75"/> + <frame index="1" offsetX="0" offsetY="-31" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-33" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-33" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-30" delay="75"/> + <frame index="3" offsetX="0" offsetY="-31" delay="150"/> + <frame index="3" offsetX="0" offsetY="-30" delay="75"/> + <frame index="3" offsetX="0" offsetY="-31" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-26" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-32" delay="75"/> + <frame index="1" offsetX="4" offsetY="-33" delay="75"/> + <frame index="1" offsetX="0" offsetY="-30" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-32" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-32" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-33" delay="75"/> + <frame index="3" offsetX="0" offsetY="-30" delay="75"/> + <frame index="3" offsetX="1" offsetY="-29" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-30" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-29" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-30" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-31" delay="225"/> + <frame index="1" offsetX="5" offsetY="-32" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-32" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-31" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-32" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-19"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-22"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-24"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-22"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-5"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/paladinhelm.xml b/graphics/sprites/equipment/head/paladinhelm.xml index 0254aa93..3541c55b 100644 --- a/graphics/sprites/equipment/head/paladinhelm.xml +++ b/graphics/sprites/equipment/head/paladinhelm.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/paladinhelm.png" width="39" height="39"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-31"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-31"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-32"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-31"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-30" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-31" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-30" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-31" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-31" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-31" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-32" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-33" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-32" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-33" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-31" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-31" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-30" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-26" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-32" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-33" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-29" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-32" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-29" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-32" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-33" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-29" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-30" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-29" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-30" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-31" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-32" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-32" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-32" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-31" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-32" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-19"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-22"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-24"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-22"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-5"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/paladinhelm.png" width="39" height="39"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-31"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-31"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-32"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-31"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-31" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-31" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-30" delay="75"/> + <frame index="1" offsetX="0" offsetY="-31" delay="150"/> + <frame index="1" offsetX="0" offsetY="-30" delay="75"/> + <frame index="1" offsetX="0" offsetY="-31" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-33" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-33" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-30" delay="75"/> + <frame index="3" offsetX="0" offsetY="-31" delay="150"/> + <frame index="3" offsetX="0" offsetY="-30" delay="75"/> + <frame index="3" offsetX="0" offsetY="-31" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-30" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-26" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-32" delay="75"/> + <frame index="1" offsetX="4" offsetY="-33" delay="75"/> + <frame index="1" offsetX="0" offsetY="-30" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-32" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-32" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-33" delay="75"/> + <frame index="3" offsetX="0" offsetY="-30" delay="75"/> + <frame index="3" offsetX="1" offsetY="-29" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-30" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-29" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-30" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-31" delay="225"/> + <frame index="1" offsetX="5" offsetY="-32" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-32" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-31" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-32" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-19"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-22"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-24"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-22"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-5"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/panhat.xml b/graphics/sprites/equipment/head/panhat.xml index 62ea0530..2b02df49 100644 --- a/graphics/sprites/equipment/head/panhat.xml +++ b/graphics/sprites/equipment/head/panhat.xml @@ -1,126 +1,119 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/panhat.png" width="24" height="24"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-4" offsetY ="-43"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-1" offsetY ="-43"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="2" offsetY ="-44"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="1" offsetY ="-43"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-4" offsetY ="-42" delay="75"/> - <frame index="0" offsetX="-4" offsetY ="-43" delay="150"/> - <frame index="0" offsetX="-4" offsetY ="-42" delay="75"/> - <frame index="0" offsetX="-4" offsetY ="-43" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-1" offsetY ="-43" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-42" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-43" delay="150"/> - <frame index="1" offsetX="-1" offsetY ="-42" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-43" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="2" offsetY ="-44" delay="75"/> - <frame index="2" offsetX="2" offsetY ="-45" delay="150"/> - <frame index="2" offsetX="2" offsetY ="-44" delay="75"/> - <frame index="2" offsetX="2" offsetY ="-45" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="1" offsetY ="-43" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-43" delay="150"/> - <frame index="3" offsetX="1" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-43" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-4" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="-4" offsetY ="-42" delay="75"/> - <frame index="0" offsetX="-4" offsetY ="-39" delay="75"/> - <frame index="0" offsetX="-4" offsetY ="-38" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-45" delay="75"/> - <frame index="1" offsetX="3" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-43" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-42" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="1" offsetY ="-43" delay="225"/> - <frame index="2" offsetX="1" offsetY ="-43" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-2" offsetY ="-45" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-43" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-42" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-4" offsetY ="-42" delay="225"/> - <frame index="0" offsetX="-4" offsetY ="-42" delay="75"/> - <frame index="0" offsetX="-4" offsetY ="-42" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-44" delay="225"/> - <frame index="1" offsetX="4" offsetY ="-44" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="2" offsetY ="-43" delay="75"/> - <frame index="2" offsetX="2" offsetY ="-43" delay="75"/> - <frame index="2" offsetX="1" offsetY ="-43" delay="75"/> - <frame index="2" offsetX="1" offsetY ="-42" delay="75"/> - <frame index="2" offsetX="1" offsetY ="-43" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-2" offsetY ="-44" delay="225"/> - <frame index="3" offsetX="-4" offsetY ="-44" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-4" offsetY ="-31"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-34"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="3" offsetY ="-35"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-5" offsetY ="-34"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="38" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/panhat.png" width="24" height="24"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-4" offsetY="-43"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-1" offsetY="-43"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="2" offsetY="-44"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-43"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-4" offsetY="-42" delay="75"/> + <frame index="0" offsetX="-4" offsetY="-43" delay="150"/> + <frame index="0" offsetX="-4" offsetY="-42" delay="75"/> + <frame index="0" offsetX="-4" offsetY="-43" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-1" offsetY="-43" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-42" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-43" delay="150"/> + <frame index="1" offsetX="-1" offsetY="-42" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-43" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="2" offsetY="-44" delay="75"/> + <frame index="2" offsetX="2" offsetY="-45" delay="150"/> + <frame index="2" offsetX="2" offsetY="-44" delay="75"/> + <frame index="2" offsetX="2" offsetY="-45" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-43" delay="75"/> + <frame index="3" offsetX="1" offsetY="-42" delay="75"/> + <frame index="3" offsetX="1" offsetY="-43" delay="150"/> + <frame index="3" offsetX="1" offsetY="-42" delay="75"/> + <frame index="3" offsetX="1" offsetY="-43" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-4" offsetY="-41" delay="75"/> + <frame index="0" offsetX="-4" offsetY="-42" delay="75"/> + <frame index="0" offsetX="-4" offsetY="-39" delay="75"/> + <frame index="0" offsetX="-4" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-45" delay="75"/> + <frame index="1" offsetX="3" offsetY="-46" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-43" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-42" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="1" offsetY="-43" delay="225"/> + <frame index="2" offsetX="1" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-45" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-46" delay="75"/> + <frame index="3" offsetX="1" offsetY="-43" delay="75"/> + <frame index="3" offsetX="2" offsetY="-42" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-4" offsetY="-42" delay="225"/> + <frame index="0" offsetX="-4" offsetY="-42" delay="75"/> + <frame index="0" offsetX="-4" offsetY="-42" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-44" delay="225"/> + <frame index="1" offsetX="4" offsetY="-44" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="2" offsetY="-43" delay="75"/> + <frame index="2" offsetX="2" offsetY="-43" delay="75"/> + <frame index="2" offsetX="1" offsetY="-43" delay="75"/> + <frame index="2" offsetX="1" offsetY="-42" delay="75"/> + <frame index="2" offsetX="1" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-44" delay="225"/> + <frame index="3" offsetX="-4" offsetY="-44" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-4" offsetY="-31"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-34"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="3" offsetY="-35"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-34"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="38" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/paperbag.xml b/graphics/sprites/equipment/head/paperbag.xml index 2442a401..e1ab8e2d 100644 --- a/graphics/sprites/equipment/head/paperbag.xml +++ b/graphics/sprites/equipment/head/paperbag.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/paperbag.png" width="40" height="46"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-28"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-28"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="1" offsetY ="-28"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-28" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-29" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-28" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-29" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="1" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-28" delay="150"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-28" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-26" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="3" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-26" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="2" offsetX="0" offsetY ="-26" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-2" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-26" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-26" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-28" delay="225"/> - <frame index="1" offsetX="3" offsetY ="-29" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="2" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-2" offsetY ="-28" delay="225"/> - <frame index="3" offsetX="-4" offsetY ="-29" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-16"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-19"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-20"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-5" offsetY ="-19"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="20" offsetY="-7"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/paperbag.png" width="40" height="46"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-28"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-28"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-28"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="150"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-27" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="150"/> + <frame index="1" offsetX="0" offsetY="-27" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-28" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-29" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-28" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-29" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <frame index="3" offsetX="1" offsetY="-28" delay="150"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <frame index="3" offsetX="1" offsetY="-28" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-26" delay="75"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <frame index="0" offsetX="0" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="75"/> + <frame index="1" offsetX="3" offsetY="-30" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-26" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-28" delay="225"/> + <frame index="2" offsetX="0" offsetY="-26" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-29" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-30" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <frame index="3" offsetX="2" offsetY="-26" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="225"/> + <frame index="0" offsetX="0" offsetY="-26" delay="75"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-28" delay="225"/> + <frame index="1" offsetX="3" offsetY="-29" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-28" delay="225"/> + <frame index="2" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-28" delay="225"/> + <frame index="3" offsetX="-4" offsetY="-29" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-16"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-19"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-20"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-19"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="20" offsetY="-7"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/parsley-earplugs.xml b/graphics/sprites/equipment/head/parsley-earplugs.xml index 1bebaa02..f2255bb4 100644 --- a/graphics/sprites/equipment/head/parsley-earplugs.xml +++ b/graphics/sprites/equipment/head/parsley-earplugs.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/parsley-earplugs.png" width="32" height="16"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-41"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-40"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-38"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-40"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-41" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-41" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-40" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-40" delay="150"/> - <frame index="1" offsetX="2" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-40" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-39" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-40" delay="150"/> - <frame index="3" offsetX="-3" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-40" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="6" offsetY ="-41" delay="75"/> - <frame index="1" offsetX="6" offsetY ="-42" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-38" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-38" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-36" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="-6" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-38" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-40" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-40" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="5" offsetY ="-40" delay="225"/> - <frame index="1" offsetX="7" offsetY ="-41" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-38" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-37" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-38" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-40" delay="225"/> - <frame index="3" offsetX="-8" offsetY ="-41" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="6" offsetY ="-31"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-30"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-9" offsetY ="-31"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="1" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/parsley-earplugs.png" width="32" height="16"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-41"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-40"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-40"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-41" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-41" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-40" delay="75"/> + <frame index="1" offsetX="2" offsetY="-39" delay="75"/> + <frame index="1" offsetX="2" offsetY="-40" delay="150"/> + <frame index="1" offsetX="2" offsetY="-39" delay="75"/> + <frame index="1" offsetX="2" offsetY="-40" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-40" delay="150"/> + <frame index="3" offsetX="-3" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-40" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-41" delay="75"/> + <frame index="1" offsetX="6" offsetY="-42" delay="75"/> + <frame index="1" offsetX="2" offsetY="-39" delay="75"/> + <frame index="1" offsetX="1" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-41" delay="75"/> + <frame index="3" offsetX="-6" offsetY="-42" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-38" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-40" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-40" delay="225"/> + <frame index="1" offsetX="7" offsetY="-41" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-38" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-37" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-40" delay="225"/> + <frame index="3" offsetX="-8" offsetY="-41" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-31"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-9" offsetY="-31"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="1" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/pinkie-helmet.xml b/graphics/sprites/equipment/head/pinkie-helmet.xml index 9ece2520..6e475a2d 100644 --- a/graphics/sprites/equipment/head/pinkie-helmet.xml +++ b/graphics/sprites/equipment/head/pinkie-helmet.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/pinkie-helmet.png" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-34"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-35"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-34"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-35"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="5" offsetX="0" offsetY ="-34" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-35" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-34" delay="75"/> - <frame index="5" offsetX="0" offsetY ="-35" delay="150"/> - </animation> - <animation direction="left"> - <frame index="6" offsetX="2" offsetY ="-35" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-34" delay="75"/> - <frame index="6" offsetX="2" offsetY ="-35" delay="150"/> - <frame index="6" offsetX="2" offsetY ="-34" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-35" delay="75"/> - </animation> - <animation direction="up"> - <frame index="7" offsetX="-1" offsetY ="-34" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-35" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-34" delay="75"/> - <frame index="7" offsetX="-1" offsetY ="-35" delay="150"/> - </animation> - <animation direction="right"> - <frame index="8" offsetX="0" offsetY ="-35" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-34" delay="75"/> - <frame index="8" offsetX="0" offsetY ="-35" delay="150"/> - <frame index="8" offsetX="0" offsetY ="-34" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-35" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="5" offsetX="0" offsetY ="-32" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-33" delay="75"/> - <frame index="5" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="6" offsetX="5" offsetY ="-36" delay="75"/> - <frame index="1" offsetX="5" offsetY ="-37" delay="75"/> - <frame index="6" offsetX="1" offsetY ="-34" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-33" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="7" offsetX="-2" offsetY ="-34" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-32" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="8" offsetX="-3" offsetY ="-36" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-37" delay="75"/> - <frame index="8" offsetX="0" offsetY ="-34" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-33" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="5" offsetX="0" offsetY ="-33" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-32" delay="75"/> - <frame index="5" offsetX="0" offsetY ="-33" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="6" offsetX="4" offsetY ="-35" delay="225"/> - <frame index="1" offsetX="6" offsetY ="-36" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="7" offsetX="-1" offsetY ="-34" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-33" delay="75"/> - <frame index="7" offsetX="-2" offsetY ="-34" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="8" offsetX="-3" offsetY ="-35" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-36" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-22"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="5" offsetY ="-26"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-24"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-26"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="44" offsetY="-9"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/pinkie-helmet.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-34"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-35"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-34"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-35"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="5" offsetX="0" offsetY="-34" delay="75"/> + <frame index="0" offsetX="0" offsetY="-35" delay="150"/> + <frame index="0" offsetX="0" offsetY="-34" delay="75"/> + <frame index="5" offsetX="0" offsetY="-35" delay="150"/> + </animation> + <animation direction="left"> + <frame index="6" offsetX="2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="2" offsetY="-34" delay="75"/> + <frame index="6" offsetX="2" offsetY="-35" delay="150"/> + <frame index="6" offsetX="2" offsetY="-34" delay="75"/> + <frame index="1" offsetX="2" offsetY="-35" delay="75"/> + </animation> + <animation direction="up"> + <frame index="7" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-35" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="7" offsetX="-1" offsetY="-35" delay="150"/> + </animation> + <animation direction="right"> + <frame index="8" offsetX="0" offsetY="-35" delay="75"/> + <frame index="3" offsetX="0" offsetY="-34" delay="75"/> + <frame index="8" offsetX="0" offsetY="-35" delay="150"/> + <frame index="8" offsetX="0" offsetY="-34" delay="75"/> + <frame index="3" offsetX="0" offsetY="-35" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="5" offsetX="0" offsetY="-32" delay="75"/> + <frame index="0" offsetX="0" offsetY="-33" delay="75"/> + <frame index="5" offsetX="0" offsetY="-30" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="6" offsetX="5" offsetY="-36" delay="75"/> + <frame index="1" offsetX="5" offsetY="-37" delay="75"/> + <frame index="6" offsetX="1" offsetY="-34" delay="75"/> + <frame index="1" offsetX="0" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="7" offsetX="-2" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="8" offsetX="-3" offsetY="-36" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-37" delay="75"/> + <frame index="8" offsetX="0" offsetY="-34" delay="75"/> + <frame index="3" offsetX="1" offsetY="-33" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="5" offsetX="0" offsetY="-33" delay="225"/> + <frame index="0" offsetX="0" offsetY="-32" delay="75"/> + <frame index="5" offsetX="0" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="6" offsetX="4" offsetY="-35" delay="225"/> + <frame index="1" offsetX="6" offsetY="-36" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="7" offsetX="-1" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="7" offsetX="-2" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="8" offsetX="-3" offsetY="-35" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-36" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-22"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-26"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-24"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-26"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="44" offsetY="-9"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/pinkiehat.xml b/graphics/sprites/equipment/head/pinkiehat.xml index 61b80329..b456bfcf 100644 --- a/graphics/sprites/equipment/head/pinkiehat.xml +++ b/graphics/sprites/equipment/head/pinkiehat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/pinkiehat.png" width="40" height="46"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-28"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-28"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="1" offsetY ="-28"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-28" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-29" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-28" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-29" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="1" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-28" delay="150"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-28" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-26" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="3" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-26" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="2" offsetX="0" offsetY ="-26" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-2" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-26" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-26" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-28" delay="225"/> - <frame index="1" offsetX="3" offsetY ="-29" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="2" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-2" offsetY ="-28" delay="225"/> - <frame index="3" offsetX="-4" offsetY ="-29" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-16"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-19"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-20"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-5" offsetY ="-19"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="20" offsetY="-7"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/pinkiehat.png" width="40" height="46"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-28"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-28"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-28"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="150"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-27" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="150"/> + <frame index="1" offsetX="0" offsetY="-27" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-28" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-29" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-28" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-29" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <frame index="3" offsetX="1" offsetY="-28" delay="150"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <frame index="3" offsetX="1" offsetY="-28" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-26" delay="75"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <frame index="0" offsetX="0" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="75"/> + <frame index="1" offsetX="3" offsetY="-30" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-26" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-28" delay="225"/> + <frame index="2" offsetX="0" offsetY="-26" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-29" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-30" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <frame index="3" offsetX="2" offsetY="-26" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="225"/> + <frame index="0" offsetX="0" offsetY="-26" delay="75"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-28" delay="225"/> + <frame index="1" offsetX="3" offsetY="-29" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-28" delay="225"/> + <frame index="2" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-28" delay="225"/> + <frame index="3" offsetX="-4" offsetY="-29" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-16"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-19"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-20"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-19"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="20" offsetY="-7"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/piratehat.xml b/graphics/sprites/equipment/head/piratehat.xml index d086f388..0b722cea 100644 --- a/graphics/sprites/equipment/head/piratehat.xml +++ b/graphics/sprites/equipment/head/piratehat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/piratehat.png" width="27" height="17"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-48"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-47"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-45"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-47"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-48" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-48" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-47" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-47" delay="150"/> - <frame index="1" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-47" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-45" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-46" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-45" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-46" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-47" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-47" delay="150"/> - <frame index="3" offsetX="-3" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-47" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-46" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-44" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-43" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="6" offsetY ="-48" delay="75"/> - <frame index="1" offsetX="6" offsetY ="-49" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-45" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-45" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-43" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-48" delay="75"/> - <frame index="3" offsetX="-6" offsetY ="-49" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-45" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-47" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-46" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="5" offsetY ="-47" delay="225"/> - <frame index="1" offsetX="7" offsetY ="-48" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-45" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-44" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-45" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-47" delay="225"/> - <frame index="3" offsetX="-8" offsetY ="-48" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-36"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="6" offsetY ="-38"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-37"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-9" offsetY ="-38"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="0" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/piratehat.png" width="27" height="17"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-48"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-47"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-45"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-47"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-47" delay="75"/> + <frame index="1" offsetX="2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="2" offsetY="-47" delay="150"/> + <frame index="1" offsetX="2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="2" offsetY="-47" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-45" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-46" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-45" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-46" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-47" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-46" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-47" delay="150"/> + <frame index="3" offsetX="-3" offsetY="-46" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-47" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-46" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-44" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-48" delay="75"/> + <frame index="1" offsetX="6" offsetY="-49" delay="75"/> + <frame index="1" offsetX="2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="1" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-45" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-48" delay="75"/> + <frame index="3" offsetX="-6" offsetY="-49" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-46" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-45" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-47" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-46" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-47" delay="225"/> + <frame index="1" offsetX="7" offsetY="-48" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-45" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-44" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-47" delay="225"/> + <frame index="3" offsetX="-8" offsetY="-48" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-36"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-37"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-9" offsetY="-38"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="0" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/pumpkinhelmet.xml b/graphics/sprites/equipment/head/pumpkinhelmet.xml index eb9cf6e5..0a2cb2c4 100644 --- a/graphics/sprites/equipment/head/pumpkinhelmet.xml +++ b/graphics/sprites/equipment/head/pumpkinhelmet.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/pumpkinhelmet.png" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-29"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-29" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-30" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-29" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-30" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-29" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-29" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-28" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-29" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-21"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/pumpkinhelmet.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-29"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-29" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-30" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-29" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-30" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-29" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-29" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-28" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-21"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/rabbit-ears.xml b/graphics/sprites/equipment/head/rabbit-ears.xml index 8e3bcbfe..25e5b1ce 100644 --- a/graphics/sprites/equipment/head/rabbit-ears.xml +++ b/graphics/sprites/equipment/head/rabbit-ears.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/rabbit-ears.png|W" width="24" height="24"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-46"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-47"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-49"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="2" offsetY ="-47"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-45" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-46" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-45" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-46" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-47" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-47" delay="150"/> - <frame index="1" offsetX="-2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-47" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-50" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-50" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="2" offsetY ="-47" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-47" delay="150"/> - <frame index="3" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-47" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-44" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-45" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-42" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-48" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-49" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-46" delay="75"/> - <frame index="1" offsetX="-3" offsetY ="-45" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-49" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-47" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-48" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-46" delay="75"/> - <frame index="3" offsetX="3" offsetY ="-45" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-45" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-44" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-45" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-47" delay="225"/> - <frame index="1" offsetX="3" offsetY ="-48" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-49" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-48" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-47" delay="225"/> - <frame index="3" offsetX="-3" offsetY ="-48" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-34"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-38"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-41"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-38"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="38" offsetY="-11"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/rabbit-ears.png|W" width="24" height="24"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-46"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-47"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-47"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-46" delay="150"/> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-46" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-47" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-47" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-47" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-50" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-50" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-47" delay="75"/> + <frame index="3" offsetX="2" offsetY="-46" delay="75"/> + <frame index="3" offsetX="2" offsetY="-47" delay="150"/> + <frame index="3" offsetX="2" offsetY="-46" delay="75"/> + <frame index="3" offsetX="2" offsetY="-47" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <frame index="0" offsetX="0" offsetY="-42" delay="75"/> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-48" delay="75"/> + <frame index="1" offsetX="2" offsetY="-49" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-46" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-49" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-47" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="3" offsetX="2" offsetY="-46" delay="75"/> + <frame index="3" offsetX="3" offsetY="-45" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-45" delay="225"/> + <frame index="0" offsetX="0" offsetY="-44" delay="75"/> + <frame index="0" offsetX="0" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-47" delay="225"/> + <frame index="1" offsetX="3" offsetY="-48" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-49" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-48" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-49" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-47" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-48" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-34"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-38"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-41"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-38"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="38" offsetY="-11"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/rangerhat.xml b/graphics/sprites/equipment/head/rangerhat.xml index 17a9db5d..384afedf 100644 --- a/graphics/sprites/equipment/head/rangerhat.xml +++ b/graphics/sprites/equipment/head/rangerhat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/rangerhat.png" width="80" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="24" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/rangerhat.png" width="80" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="24" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/sailor-hat.xml b/graphics/sprites/equipment/head/sailor-hat.xml index 235a2164..11cffba9 100644 --- a/graphics/sprites/equipment/head/sailor-hat.xml +++ b/graphics/sprites/equipment/head/sailor-hat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/sailor-hat.png" width="21" height="15"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-48"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-1" offsetY ="-48"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-48"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-48"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-48" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-48" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-1" offsetY ="-48" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-48" delay="150"/> - <frame index="1" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-48" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-48" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-48" delay="150"/> - <frame index="2" offsetX="-3" offsetY ="-49" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-48" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-48" delay="150"/> - <frame index="3" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-48" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-46" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-44" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-43" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-49" delay="75"/> - <frame index="1" offsetX="3" offsetY ="-50" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-46" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-4" offsetY ="-48" delay="225"/> - <frame index="2" offsetX="-4" offsetY ="-46" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-49" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-50" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-47" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-46" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-47" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-46" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-47" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-48" delay="225"/> - <frame index="1" offsetX="4" offsetY ="-49" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-48" delay="225"/> - <frame index="2" offsetX="-4" offsetY ="-47" delay="75"/> - <frame index="2" offsetX="-4" offsetY ="-48" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-48" delay="225"/> - <frame index="3" offsetX="-6" offsetY ="-49" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-36"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-39"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-40"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-7" offsetY ="-39"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="30" offsetY="-2"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/sailor-hat.png" width="21" height="15"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-48"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-1" offsetY="-48"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-48"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-48"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-48" delay="150"/> + <frame index="1" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-48" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-48" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-48" delay="150"/> + <frame index="2" offsetX="-3" offsetY="-49" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-48" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-48" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-46" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-44" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-43" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-49" delay="75"/> + <frame index="1" offsetX="3" offsetY="-50" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-46" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-4" offsetY="-48" delay="225"/> + <frame index="2" offsetX="-4" offsetY="-46" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-49" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-50" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-47" delay="75"/> + <frame index="3" offsetX="0" offsetY="-46" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-47" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-46" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-48" delay="225"/> + <frame index="1" offsetX="4" offsetY="-49" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-48" delay="225"/> + <frame index="2" offsetX="-4" offsetY="-47" delay="75"/> + <frame index="2" offsetX="-4" offsetY="-48" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-48" delay="225"/> + <frame index="3" offsetX="-6" offsetY="-49" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-36"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-39"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-40"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-39"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="30" offsetY="-2"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/santabeardhat.xml b/graphics/sprites/equipment/head/santabeardhat.xml index 0f4caf82..678aa267 100644 --- a/graphics/sprites/equipment/head/santabeardhat.xml +++ b/graphics/sprites/equipment/head/santabeardhat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/santabeardhat.png" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/santabeardhat.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/santahat.xml b/graphics/sprites/equipment/head/santahat.xml index 87775d72..851b027b 100644 --- a/graphics/sprites/equipment/head/santahat.xml +++ b/graphics/sprites/equipment/head/santahat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/santahat.png" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/santahat.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/serf.xml b/graphics/sprites/equipment/head/serf.xml index 1032ea57..9083dea4 100644 --- a/graphics/sprites/equipment/head/serf.xml +++ b/graphics/sprites/equipment/head/serf.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/serf.png" width="24" height="26"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-40"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-40"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-41"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-40"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-39" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-40" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-39" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-40" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-40" delay="150"/> - <frame index="1" offsetX="1" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-40" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="0" offsetY ="-42" delay="150"/> - <frame index="2" offsetX="0" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="0" offsetY ="-42" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-40" delay="150"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-38" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-39" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-36" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-35" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="5" offsetY ="-41" delay="75"/> - <frame index="1" offsetX="5" offsetY ="-42" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-38" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-41" delay="225"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-38" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-39" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-38" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-39" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-40" delay="225"/> - <frame index="1" offsetX="6" offsetY ="-41" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-41" delay="225"/> - <frame index="2" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-40" delay="225"/> - <frame index="3" offsetX="-6" offsetY ="-41" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="5" offsetY ="-31"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="1" offsetY ="-33"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-7" offsetY ="-31"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="23" offsetY="-13"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/serf.png" width="24" height="26"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-40"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-40"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-41"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-40"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <frame index="0" offsetX="0" offsetY="-40" delay="150"/> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <frame index="0" offsetX="0" offsetY="-40" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-40" delay="75"/> + <frame index="1" offsetX="1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="1" offsetY="-40" delay="150"/> + <frame index="1" offsetX="1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="1" offsetY="-40" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-41" delay="75"/> + <frame index="2" offsetX="0" offsetY="-42" delay="150"/> + <frame index="2" offsetX="0" offsetY="-41" delay="75"/> + <frame index="2" offsetX="0" offsetY="-42" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-38" delay="75"/> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <frame index="0" offsetX="0" offsetY="-36" delay="75"/> + <frame index="0" offsetX="0" offsetY="-35" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-41" delay="75"/> + <frame index="1" offsetX="5" offsetY="-42" delay="75"/> + <frame index="1" offsetX="1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="0" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-41" delay="225"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-41" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-42" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="0" offsetY="-38" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-39" delay="225"/> + <frame index="0" offsetX="0" offsetY="-38" delay="75"/> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-40" delay="225"/> + <frame index="1" offsetX="6" offsetY="-41" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-41" delay="225"/> + <frame index="2" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-40" delay="225"/> + <frame index="3" offsetX="-6" offsetY="-41" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-31"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="1" offsetY="-33"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-31"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="23" offsetY="-13"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/shroom.xml b/graphics/sprites/equipment/head/shroom.xml index 9ac9b449..cd295996 100644 --- a/graphics/sprites/equipment/head/shroom.xml +++ b/graphics/sprites/equipment/head/shroom.xml @@ -1,123 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/shroom.png" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/equipment/head/shroom.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/silkheadband.xml b/graphics/sprites/equipment/head/silkheadband.xml index 70f3fc60..a6b8e149 100644 --- a/graphics/sprites/equipment/head/silkheadband.xml +++ b/graphics/sprites/equipment/head/silkheadband.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/silkheadband.png" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/silkheadband.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/skullmask.xml b/graphics/sprites/equipment/head/skullmask.xml index fd42a770..f24ff73e 100644 --- a/graphics/sprites/equipment/head/skullmask.xml +++ b/graphics/sprites/equipment/head/skullmask.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/skullmask.png" width="32" height="32"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/skullmask.png" width="32" height="32"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/snowgoggles.xml b/graphics/sprites/equipment/head/snowgoggles.xml index 36f050b0..1eb249b3 100644 --- a/graphics/sprites/equipment/head/snowgoggles.xml +++ b/graphics/sprites/equipment/head/snowgoggles.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/snowgoggles.png" width="23" height="29"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-2" offsetY="-34"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY="-34"/> - </animation> - <animation direction="up"> - <frame index="3" offsetX="-2" offsetY="-34"/> - </animation> - <animation direction="right"> - <frame index="2" offsetX="1" offsetY="-34"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> - <frame index="0" offsetX="-2" offsetY="-34" delay="150"/> - <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> - <frame index="0" offsetX="-2" offsetY="-34" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> - <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> - <frame index="1" offsetX="-2" offsetY="-34" delay="150"/> - <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> - <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> - </animation> - <animation direction="up"> - <frame index="3" offsetX="-2" offsetY="-34" delay="75"/> - <frame index="3" offsetX="-2" offsetY="-35" delay="150"/> - <frame index="3" offsetX="-2" offsetY="-34" delay="75"/> - <frame index="3" offsetX="-2" offsetY="-35" delay="150"/> - </animation> - <animation direction="right"> - <frame index="2" offsetX="1" offsetY="-34" delay="75"/> - <frame index="2" offsetX="1" offsetY="-33" delay="75"/> - <frame index="2" offsetX="1" offsetY="-34" delay="150"/> - <frame index="2" offsetX="1" offsetY="-33" delay="75"/> - <frame index="2" offsetX="1" offsetY="-34" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-2" offsetY="-32" delay="75"/> - <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> - <frame index="0" offsetX="-2" offsetY="-30" delay="75"/> - <frame index="0" offsetX="-2" offsetY="-29" delay="75"/> - <end/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY="-35" delay="75"/> - <frame index="1" offsetX="2" offsetY="-36" delay="75"/> - <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> - <frame index="1" offsetX="-3" offsetY="-32" delay="75"/> - <end/> - </animation> - <animation direction="up"> - <frame index="3" offsetX="-3" offsetY="-34" delay="225"/> - <frame index="3" offsetX="-3" offsetY="-32" delay="75"/> - <end/> - </animation> - <animation direction="right"> - <frame index="2" offsetX="-3" offsetY="-35" delay="75"/> - <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> - <frame index="2" offsetX="0" offsetY="-33" delay="75"/> - <frame index="2" offsetX="1" offsetY="-32" delay="75"/> - <end/> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-2" offsetY="-33" delay="225"/> - <frame index="0" offsetX="-2" offsetY="-32" delay="75"/> - <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> - <end/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY="-34" delay="225"/> - <frame index="1" offsetX="4" offsetY="-35" delay="150"/> - <end/> - </animation> - <animation direction="up"> - <frame index="3" offsetX="-2" offsetY="-34" delay="225"/> - <frame index="3" offsetX="-3" offsetY="-33" delay="75"/> - <frame index="3" offsetX="-3" offsetY="-34" delay="75"/> - <end/> - </animation> - <animation direction="right"> - <frame index="2" offsetX="-3" offsetY="-34" delay="225"/> - <frame index="2" offsetX="-5" offsetY="-35" delay="150"/> - <end/> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-2" offsetY="-26"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY="-28"/> - </animation> - <animation direction="up"> - <frame index="3" offsetX="-1" offsetY="-28"/> - </animation> - <animation direction="right"> - <frame index="2" offsetX="-6" offsetY="-28"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="19" offsetY="-12"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/snowgoggles.png" width="23" height="29"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="1" offsetY="-34"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-34" delay="150"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-34" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-35" delay="150"/> + <frame index="3" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-35" delay="150"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="1" offsetY="-34" delay="75"/> + <frame index="2" offsetX="1" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-34" delay="150"/> + <frame index="2" offsetX="1" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-34" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-30" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="2" offsetY="-36" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-3" offsetY="-35" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> + <frame index="2" offsetX="0" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-32" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-33" delay="225"/> + <frame index="0" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-34" delay="225"/> + <frame index="1" offsetX="4" offsetY="-35" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-33" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-5" offsetY="-35" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-28"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-1" offsetY="-28"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-6" offsetY="-28"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="19" offsetY="-12"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/standardheadband.xml b/graphics/sprites/equipment/head/standardheadband.xml index 383cf7c0..917cc9f4 100644 --- a/graphics/sprites/equipment/head/standardheadband.xml +++ b/graphics/sprites/equipment/head/standardheadband.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/standardheadband.png|W" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/standardheadband.png|W" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/sunglasses.xml b/graphics/sprites/equipment/head/sunglasses.xml index 80debe67..9b8c1021 100644 --- a/graphics/sprites/equipment/head/sunglasses.xml +++ b/graphics/sprites/equipment/head/sunglasses.xml @@ -1,124 +1,117 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/sunglasses.png" width="23" height="29"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-34"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY="-34"/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-2" offsetY="-34"/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="1" offsetY="-34"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-34" delay="150"/>
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-34" delay="150"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="-2" offsetY="-34" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-34" delay="150"/>
- <frame index="1" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-34" delay="75"/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-2" offsetY="-34" delay="75"/>
- <frame index="3" offsetX="-2" offsetY="-35" delay="150"/>
- <frame index="3" offsetX="-2" offsetY="-34" delay="75"/>
- <frame index="3" offsetX="-2" offsetY="-35" delay="150"/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="1" offsetY="-34" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-33" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-34" delay="150"/>
- <frame index="2" offsetX="1" offsetY="-33" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-34" delay="75"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-32" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-30" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-29" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY="-35" delay="75"/>
- <frame index="1" offsetX="2" offsetY="-36" delay="75"/>
- <frame index="1" offsetX="-2" offsetY="-33" delay="75"/>
- <frame index="1" offsetX="-3" offsetY="-32" delay="75"/>
- <end/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-3" offsetY="-34" delay="225"/>
- <frame index="3" offsetX="-3" offsetY="-32" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="-3" offsetY="-35" delay="75"/>
- <frame index="2" offsetX="-3" offsetY="-36" delay="75"/>
- <frame index="2" offsetX="0" offsetY="-33" delay="75"/>
- <frame index="2" offsetX="1" offsetY="-32" delay="75"/>
- <end/>
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-33" delay="225"/>
- <frame index="0" offsetX="-2" offsetY="-32" delay="75"/>
- <frame index="0" offsetX="-2" offsetY="-33" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY="-34" delay="225"/>
- <frame index="1" offsetX="4" offsetY="-35" delay="150"/>
- <end/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-2" offsetY="-34" delay="225"/>
- <frame index="3" offsetX="-3" offsetY="-33" delay="75"/>
- <frame index="3" offsetX="-3" offsetY="-34" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="-3" offsetY="-34" delay="225"/>
- <frame index="2" offsetX="-5" offsetY="-35" delay="150"/>
- <end/>
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="-2" offsetY="-26"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetX="2" offsetY="-28"/>
- </animation>
- <animation direction="up">
- <frame index="3" offsetX="-1" offsetY="-28"/>
- </animation>
- <animation direction="right">
- <frame index="2" offsetX="-6" offsetY="-28"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <frame index="4" offsetX="19" offsetY="-12"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/sunglasses.png" width="23" height="29"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="1" offsetY="-34"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-34" delay="150"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-34" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-35" delay="150"/> + <frame index="3" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-35" delay="150"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="1" offsetY="-34" delay="75"/> + <frame index="2" offsetX="1" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-34" delay="150"/> + <frame index="2" offsetX="1" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-34" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-30" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="2" offsetY="-36" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-3" offsetY="-35" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> + <frame index="2" offsetX="0" offsetY="-33" delay="75"/> + <frame index="2" offsetX="1" offsetY="-32" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-33" delay="225"/> + <frame index="0" offsetX="-2" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-2" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-34" delay="225"/> + <frame index="1" offsetX="4" offsetY="-35" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-2" offsetY="-34" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-33" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-5" offsetY="-35" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-2" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-28"/> + </animation> + <animation direction="up"> + <frame index="3" offsetX="-1" offsetY="-28"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="-6" offsetY="-28"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="19" offsetY="-12"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/equipment/head/terranitehelm.xml b/graphics/sprites/equipment/head/terranitehelm.xml index c1ee4caf..247f3fb4 100644 --- a/graphics/sprites/equipment/head/terranitehelm.xml +++ b/graphics/sprites/equipment/head/terranitehelm.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/terranitehelm.png" width="19" height="26"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-42"/> - </animation> - <animation direction="left"> - <frame index="2" offsetX="-1" offsetY ="-41"/> - </animation> - <animation direction="up"> - <frame index="1" offsetX="-2" offsetY ="-41"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-41"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-42" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-42" delay="150"/> - </animation> - <animation direction="left"> - <frame index="2" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-41" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-41" delay="75"/> - </animation> - <animation direction="up"> - <frame index="1" offsetX="-2" offsetY ="-41" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-42" delay="150"/> - <frame index="1" offsetX="-2" offsetY ="-41" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-42" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-41" delay="150"/> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-41" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-36" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="2" offsetX="3" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="3" offsetY ="-42" delay="75"/> - <frame index="2" offsetX="0" offsetY ="-39" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-38" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="1" offsetX="-3" offsetY ="-41" delay="225"/> - <frame index="1" offsetX="-3" offsetY ="-39" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-43" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-39" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-41" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="2" offsetX="2" offsetY ="-41" delay="225"/> - <frame index="2" offsetX="4" offsetY ="-42" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="1" offsetX="-2" offsetY ="-41" delay="225"/> - <frame index="1" offsetX="-3" offsetY ="-40" delay="75"/> - <frame index="1" offsetX="-3" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-41" delay="225"/> - <frame index="3" offsetX="-6" offsetY ="-42" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-30"/> - </animation> - <animation direction="left"> - <frame index="2" offsetX="3" offsetY ="-32"/> - </animation> - <animation direction="up"> - <frame index="1" offsetX="-1" offsetY ="-33"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-7" offsetY ="-32"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="30" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/terranitehelm.png" width="19" height="26"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-42"/> + </animation> + <animation direction="left"> + <frame index="2" offsetX="-1" offsetY="-41"/> + </animation> + <animation direction="up"> + <frame index="1" offsetX="-2" offsetY="-41"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-41"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-42" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-42" delay="150"/> + </animation> + <animation direction="left"> + <frame index="2" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-41" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-41" delay="75"/> + </animation> + <animation direction="up"> + <frame index="1" offsetX="-2" offsetY="-41" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-42" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-41" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-42" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-41" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-41" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="2" offsetX="3" offsetY="-41" delay="75"/> + <frame index="2" offsetX="3" offsetY="-42" delay="75"/> + <frame index="2" offsetX="0" offsetY="-39" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="1" offsetX="-3" offsetY="-41" delay="225"/> + <frame index="1" offsetX="-3" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-42" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-43" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="3" offsetX="0" offsetY="-39" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-41" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="2" offsetX="2" offsetY="-41" delay="225"/> + <frame index="2" offsetX="4" offsetY="-42" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="1" offsetX="-2" offsetY="-41" delay="225"/> + <frame index="1" offsetX="-3" offsetY="-40" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-41" delay="225"/> + <frame index="3" offsetX="-6" offsetY="-42" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-30"/> + </animation> + <animation direction="left"> + <frame index="2" offsetX="3" offsetY="-32"/> + </animation> + <animation direction="up"> + <frame index="1" offsetX="-1" offsetY="-33"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-32"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="30" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/tophat.xml b/graphics/sprites/equipment/head/tophat.xml index 708c9ee6..eaba9d70 100644 --- a/graphics/sprites/equipment/head/tophat.xml +++ b/graphics/sprites/equipment/head/tophat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/tophat.png" width="21" height="17"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-50"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-50"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-50"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-50"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-50" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-50" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-50" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-49" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-50" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-49" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-50" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-50" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-51" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-50" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-51" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-50" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-50" delay="150"/> - <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-50" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-46" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-45" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-51" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-52" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-49" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-48" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-50" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-48" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-51" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-52" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-48" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-49" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-48" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-49" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-50" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-51" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-50" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-50" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-50" delay="225"/> - <frame index="3" offsetX="-6" offsetY ="-51" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-38"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-41"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-42"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-7" offsetY ="-41"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="40" offsetY="-6"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/tophat.png" width="21" height="17"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-50"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-50"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-50"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-50"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-50" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-50" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-50" delay="75"/> + <frame index="1" offsetX="0" offsetY="-49" delay="75"/> + <frame index="1" offsetX="0" offsetY="-50" delay="150"/> + <frame index="1" offsetX="0" offsetY="-49" delay="75"/> + <frame index="1" offsetX="0" offsetY="-50" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-50" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-51" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-50" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-51" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-50" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-50" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-50" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-46" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-45" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-51" delay="75"/> + <frame index="1" offsetX="4" offsetY="-52" delay="75"/> + <frame index="1" offsetX="0" offsetY="-49" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-48" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-50" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-48" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-51" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-52" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-49" delay="75"/> + <frame index="3" offsetX="0" offsetY="-48" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-49" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-48" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-49" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-50" delay="225"/> + <frame index="1" offsetX="5" offsetY="-51" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-50" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-49" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-50" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-50" delay="225"/> + <frame index="3" offsetX="-6" offsetY="-51" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-38"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-41"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-42"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-41"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="40" offsetY="-6"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/warlordhelm.xml b/graphics/sprites/equipment/head/warlordhelm.xml index cbb28ea4..28682b8c 100644 --- a/graphics/sprites/equipment/head/warlordhelm.xml +++ b/graphics/sprites/equipment/head/warlordhelm.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/warlordhelm.png" width="27" height="19"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-42"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-42"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-42"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="2" offsetY ="-42"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-42" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-42" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-42" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-41" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-42" delay="150"/> - <frame index="1" offsetX="4" offsetY ="-41" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-42" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-42" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-43" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-42" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-43" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="2" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-42" delay="150"/> - <frame index="3" offsetX="2" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-42" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="7" offsetY ="-43" delay="75"/> - <frame index="1" offsetX="7" offsetY ="-44" delay="75"/> - <frame index="1" offsetX="3" offsetY ="-41" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-40" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-42" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-39" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-2" offsetY ="-43" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-44" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-40" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-41" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="6" offsetY ="-42" delay="225"/> - <frame index="1" offsetX="8" offsetY ="-43" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-42" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-42" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-42" delay="225"/> - <frame index="3" offsetX="-3" offsetY ="-43" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-30"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="7" offsetY ="-33"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-34"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-33"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="31" offsetY="-8"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/warlordhelm.png" width="27" height="19"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-42"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-42"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-42"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-42"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-42" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-42" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-42" delay="75"/> + <frame index="1" offsetX="4" offsetY="-41" delay="75"/> + <frame index="1" offsetX="4" offsetY="-42" delay="150"/> + <frame index="1" offsetX="4" offsetY="-41" delay="75"/> + <frame index="1" offsetX="4" offsetY="-42" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-42" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-43" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-42" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-43" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="2" offsetY="-42" delay="75"/> + <frame index="3" offsetX="2" offsetY="-41" delay="75"/> + <frame index="3" offsetX="2" offsetY="-42" delay="150"/> + <frame index="3" offsetX="2" offsetY="-41" delay="75"/> + <frame index="3" offsetX="2" offsetY="-42" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="7" offsetY="-43" delay="75"/> + <frame index="1" offsetX="7" offsetY="-44" delay="75"/> + <frame index="1" offsetX="3" offsetY="-41" delay="75"/> + <frame index="1" offsetX="2" offsetY="-40" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-42" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-2" offsetY="-43" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-44" delay="75"/> + <frame index="3" offsetX="1" offsetY="-41" delay="75"/> + <frame index="3" offsetX="2" offsetY="-40" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-41" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-42" delay="225"/> + <frame index="1" offsetX="8" offsetY="-43" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-42" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-41" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-42" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-42" delay="225"/> + <frame index="3" offsetX="-3" offsetY="-43" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-30"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="7" offsetY="-33"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-34"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-33"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="31" offsetY="-8"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/witch-doctor-mask.xml b/graphics/sprites/equipment/head/witch-doctor-mask.xml index f8e9543b..62ae1966 100644 --- a/graphics/sprites/equipment/head/witch-doctor-mask.xml +++ b/graphics/sprites/equipment/head/witch-doctor-mask.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/witch-doctor-mask.png" width="40" height="31"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-34"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-4" offsetY ="-34"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-4" offsetY ="-30"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="1" offsetY ="-34"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-33" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-34" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-33" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-34" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-4" offsetY ="-34" delay="75"/> - <frame index="1" offsetX="-4" offsetY ="-33" delay="75"/> - <frame index="1" offsetX="-4" offsetY ="-34" delay="150"/> - <frame index="1" offsetX="-4" offsetY ="-33" delay="75"/> - <frame index="1" offsetX="-4" offsetY ="-34" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-4" offsetY ="-30" delay="75"/> - <frame index="2" offsetX="-4" offsetY ="-31" delay="150"/> - <frame index="2" offsetX="-4" offsetY ="-30" delay="75"/> - <frame index="2" offsetX="-4" offsetY ="-31" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="1" offsetY ="-34" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-33" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-34" delay="150"/> - <frame index="3" offsetX="1" offsetY ="-33" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-34" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-32" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-33" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-35" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-36" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-33" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-32" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-4" offsetY ="-30" delay="225"/> - <frame index="2" offsetX="-4" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-35" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-36" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-33" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-32" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-33" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-32" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-33" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-34" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-35" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-30" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-29" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-30" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-34" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-35" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-22"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-25"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-22"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-25"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/witch-doctor-mask.png" width="40" height="31"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-34"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-4" offsetY="-34"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-4" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-34"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-33" delay="75"/> + <frame index="0" offsetX="0" offsetY="-34" delay="150"/> + <frame index="0" offsetX="0" offsetY="-33" delay="75"/> + <frame index="0" offsetX="0" offsetY="-34" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-4" offsetY="-34" delay="75"/> + <frame index="1" offsetX="-4" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-4" offsetY="-34" delay="150"/> + <frame index="1" offsetX="-4" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-4" offsetY="-34" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-4" offsetY="-30" delay="75"/> + <frame index="2" offsetX="-4" offsetY="-31" delay="150"/> + <frame index="2" offsetX="-4" offsetY="-30" delay="75"/> + <frame index="2" offsetX="-4" offsetY="-31" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="1" offsetY="-34" delay="75"/> + <frame index="3" offsetX="1" offsetY="-33" delay="75"/> + <frame index="3" offsetX="1" offsetY="-34" delay="150"/> + <frame index="3" offsetX="1" offsetY="-33" delay="75"/> + <frame index="3" offsetX="1" offsetY="-34" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-32" delay="75"/> + <frame index="0" offsetX="0" offsetY="-33" delay="75"/> + <frame index="0" offsetX="0" offsetY="-30" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-35" delay="75"/> + <frame index="1" offsetX="4" offsetY="-36" delay="75"/> + <frame index="1" offsetX="0" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-4" offsetY="-30" delay="225"/> + <frame index="2" offsetX="-4" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-35" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-36" delay="75"/> + <frame index="3" offsetX="0" offsetY="-33" delay="75"/> + <frame index="3" offsetX="1" offsetY="-32" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-33" delay="225"/> + <frame index="0" offsetX="0" offsetY="-32" delay="75"/> + <frame index="0" offsetX="0" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-34" delay="225"/> + <frame index="1" offsetX="5" offsetY="-35" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-30" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-29" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-30" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-35" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-22"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-25"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-22"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-25"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/witch-hat.xml b/graphics/sprites/equipment/head/witch-hat.xml index 5aa0c87a..504defc1 100644 --- a/graphics/sprites/equipment/head/witch-hat.xml +++ b/graphics/sprites/equipment/head/witch-hat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/witch-hat.png" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/witch-hat.png" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/wizard-hat.xml b/graphics/sprites/equipment/head/wizard-hat.xml index 5ee29488..760197f8 100644 --- a/graphics/sprites/equipment/head/wizard-hat.xml +++ b/graphics/sprites/equipment/head/wizard-hat.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/wizard-hat.png|W" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-31"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-31"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-27"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-31"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-31" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-31" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-31" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-31" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-28" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-27" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-28" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-31" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-31" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-26" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-32" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-33" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-29" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-27" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-32" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-33" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-29" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-30" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-30" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-31" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-32" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-27" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-26" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-31" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-32" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-19"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-22"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-19"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-22"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="23" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/wizard-hat.png|W" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-31"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-31"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-27"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-31"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-30" delay="75"/> + <frame index="0" offsetX="0" offsetY="-31" delay="150"/> + <frame index="0" offsetX="0" offsetY="-30" delay="75"/> + <frame index="0" offsetX="0" offsetY="-31" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-30" delay="75"/> + <frame index="1" offsetX="0" offsetY="-31" delay="150"/> + <frame index="1" offsetX="0" offsetY="-30" delay="75"/> + <frame index="1" offsetX="0" offsetY="-31" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-28" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-27" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-28" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-30" delay="75"/> + <frame index="3" offsetX="0" offsetY="-31" delay="150"/> + <frame index="3" offsetX="0" offsetY="-30" delay="75"/> + <frame index="3" offsetX="0" offsetY="-31" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29" delay="75"/> + <frame index="0" offsetX="0" offsetY="-30" delay="75"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-26" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-32" delay="75"/> + <frame index="1" offsetX="4" offsetY="-33" delay="75"/> + <frame index="1" offsetX="0" offsetY="-30" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-29" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-27" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-32" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-33" delay="75"/> + <frame index="3" offsetX="0" offsetY="-30" delay="75"/> + <frame index="3" offsetX="1" offsetY="-29" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-30" delay="225"/> + <frame index="0" offsetX="0" offsetY="-29" delay="75"/> + <frame index="0" offsetX="0" offsetY="-30" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-31" delay="225"/> + <frame index="1" offsetX="5" offsetY="-32" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-27" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-26" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-31" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-32" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-19"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-22"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-19"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-22"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="23" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/xmaself.xml b/graphics/sprites/equipment/head/xmaself.xml index b0b77bab..37fdf8d4 100644 --- a/graphics/sprites/equipment/head/xmaself.xml +++ b/graphics/sprites/equipment/head/xmaself.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/xmaself.png" width="21" height="20"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-42"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-40"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-41"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-40"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-42" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-42" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-40" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-40" delay="150"/> - <frame index="1" offsetX="1" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-40" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="0" offsetY ="-42" delay="150"/> - <frame index="2" offsetX="0" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="0" offsetY ="-42" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-40" delay="150"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-40" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-41" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-38" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-37" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="5" offsetY ="-41" delay="75"/> - <frame index="1" offsetX="5" offsetY ="-42" delay="75"/> - <frame index="1" offsetX="1" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-38" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-41" delay="225"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-38" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-41" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-40" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-40" delay="225"/> - <frame index="1" offsetX="6" offsetY ="-41" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-41" delay="225"/> - <frame index="2" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-41" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-40" delay="225"/> - <frame index="3" offsetX="-6" offsetY ="-41" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-30"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="5" offsetY ="-31"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="1" offsetY ="-33"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-7" offsetY ="-31"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="35" offsetY="-6"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/xmaself.png" width="21" height="20"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-42"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-40"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-41"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-40"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <frame index="0" offsetX="0" offsetY="-42" delay="150"/> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <frame index="0" offsetX="0" offsetY="-42" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-40" delay="75"/> + <frame index="1" offsetX="1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="1" offsetY="-40" delay="150"/> + <frame index="1" offsetX="1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="1" offsetY="-40" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-41" delay="75"/> + <frame index="2" offsetX="0" offsetY="-42" delay="150"/> + <frame index="2" offsetX="0" offsetY="-41" delay="75"/> + <frame index="2" offsetX="0" offsetY="-42" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-40" delay="75"/> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <frame index="0" offsetX="0" offsetY="-38" delay="75"/> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-41" delay="75"/> + <frame index="1" offsetX="5" offsetY="-42" delay="75"/> + <frame index="1" offsetX="1" offsetY="-39" delay="75"/> + <frame index="1" offsetX="0" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-41" delay="225"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-41" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-42" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="0" offsetY="-38" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-41" delay="225"/> + <frame index="0" offsetX="0" offsetY="-40" delay="75"/> + <frame index="0" offsetX="0" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-40" delay="225"/> + <frame index="1" offsetX="6" offsetY="-41" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-41" delay="225"/> + <frame index="2" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-41" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-40" delay="225"/> + <frame index="3" offsetX="-6" offsetY="-41" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-30"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="5" offsetY="-31"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="1" offsetY="-33"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-31"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="35" offsetY="-6"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/head/yeti-mask.xml b/graphics/sprites/equipment/head/yeti-mask.xml index 03240cfc..9c7ba193 100644 --- a/graphics/sprites/equipment/head/yeti-mask.xml +++ b/graphics/sprites/equipment/head/yeti-mask.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/yeti-mask.png" width="40" height="31"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-33"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-34"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-34"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-32"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-32" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-33" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-32" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-33" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-2" offsetY ="-34" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-33" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-34" delay="150"/> - <frame index="1" offsetX="-2" offsetY ="-33" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-34" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-34" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-35" delay="150"/> - <frame index="2" offsetX="-3" offsetY ="-34" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-35" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-32" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-32" delay="150"/> - <frame index="3" offsetX="-1" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-32" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-31" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-32" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-29" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-35" delay="75"/> - <frame index="1" offsetX="2" offsetY ="-36" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-33" delay="75"/> - <frame index="1" offsetX="-3" offsetY ="-32" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY ="-34" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-32" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-5" offsetY ="-33" delay="75"/> - <frame index="3" offsetX="-5" offsetY ="-34" delay="75"/> - <frame index="3" offsetX="-2" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-30" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-32" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-31" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-32" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="1" offsetY ="-34" delay="225"/> - <frame index="1" offsetX="3" offsetY ="-35" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-34" delay="225"/> - <frame index="2" offsetX="-3" offsetY ="-33" delay="75"/> - <frame index="2" offsetX="-3" offsetY ="-34" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-5" offsetY ="-33" delay="225"/> - <frame index="3" offsetX="-7" offsetY ="-34" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-19"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY ="-23"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-24"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-8" offsetY ="-23"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-8"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/equipment/head/yeti-mask.png" width="40" height="31"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-33"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-34"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-32"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-33" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-33" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-34" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-34" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-35" delay="150"/> + <frame index="2" offsetX="-3" offsetY="-34" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-35" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-32" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-32" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-32" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-29" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-35" delay="75"/> + <frame index="1" offsetX="2" offsetY="-36" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-33" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-3" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-33" delay="75"/> + <frame index="3" offsetX="-5" offsetY="-34" delay="75"/> + <frame index="3" offsetX="-2" offsetY="-31" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-30" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-32" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-31" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="1" offsetY="-34" delay="225"/> + <frame index="1" offsetX="3" offsetY="-35" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-34" delay="225"/> + <frame index="2" offsetX="-3" offsetY="-33" delay="75"/> + <frame index="2" offsetX="-3" offsetY="-34" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-33" delay="225"/> + <frame index="3" offsetX="-7" offsetY="-34" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-19"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="2" offsetY="-23"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-24"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-8" offsetY="-23"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-8"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/equipment/legs/assassin-female.xml b/graphics/sprites/equipment/legs/assassin-female.xml index 2f7d2674..4cca8cb6 100644 --- a/graphics/sprites/equipment/legs/assassin-female.xml +++ b/graphics/sprites/equipment/legs/assassin-female.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/assassin-female.png" width="64" height="64" /> - - <include file="player_female_base.xml"/> - + <imageset name="base" src="graphics/sprites/equipment/legs/assassin-female.png" width="64" height="64"/> + <include file="player_female_base.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/assassin-male.xml b/graphics/sprites/equipment/legs/assassin-male.xml index 679330b7..bc8b65a8 100644 --- a/graphics/sprites/equipment/legs/assassin-male.xml +++ b/graphics/sprites/equipment/legs/assassin-male.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/assassin-male.png" width="64" height="64" /> - - <include file="player_male_base.xml"/> - + <imageset name="base" src="graphics/sprites/equipment/legs/assassin-male.png" width="64" height="64"/> + <include file="player_male_base.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/bromenallegs-female.xml b/graphics/sprites/equipment/legs/bromenallegs-female.xml index 7b814c7c..ec46ddb7 100644 --- a/graphics/sprites/equipment/legs/bromenallegs-female.xml +++ b/graphics/sprites/equipment/legs/bromenallegs-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/bromenallegs-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> - + <imageset name="base" src="graphics/sprites/equipment/legs/bromenallegs-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> </sprite> diff --git a/graphics/sprites/equipment/legs/bromenallegs-male.xml b/graphics/sprites/equipment/legs/bromenallegs-male.xml index 049a2280..72c58122 100644 --- a/graphics/sprites/equipment/legs/bromenallegs-male.xml +++ b/graphics/sprites/equipment/legs/bromenallegs-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/bromenallegs-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> - + <imageset name="base" src="graphics/sprites/equipment/legs/bromenallegs-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> </sprite> diff --git a/graphics/sprites/equipment/legs/chaps-female.xml b/graphics/sprites/equipment/legs/chaps-female.xml index 28fcb860..191fa407 100644 --- a/graphics/sprites/equipment/legs/chaps-female.xml +++ b/graphics/sprites/equipment/legs/chaps-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/chaps-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> - + <imageset name="base" src="graphics/sprites/equipment/legs/chaps-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> </sprite> diff --git a/graphics/sprites/equipment/legs/chaps-male.xml b/graphics/sprites/equipment/legs/chaps-male.xml index a9c3542f..e2d14c3d 100644 --- a/graphics/sprites/equipment/legs/chaps-male.xml +++ b/graphics/sprites/equipment/legs/chaps-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/chaps-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> - + <imageset name="base" src="graphics/sprites/equipment/legs/chaps-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> </sprite> diff --git a/graphics/sprites/equipment/legs/miniskirt-female.xml b/graphics/sprites/equipment/legs/miniskirt-female.xml index d1a34a6a..17c61a35 100644 --- a/graphics/sprites/equipment/legs/miniskirt-female.xml +++ b/graphics/sprites/equipment/legs/miniskirt-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/miniskirt-female.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> - + <imageset name="base" src="graphics/sprites/equipment/legs/miniskirt-female.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> </sprite> diff --git a/graphics/sprites/equipment/legs/miniskirt-male.xml b/graphics/sprites/equipment/legs/miniskirt-male.xml index 1150cf5f..51f52671 100644 --- a/graphics/sprites/equipment/legs/miniskirt-male.xml +++ b/graphics/sprites/equipment/legs/miniskirt-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/miniskirt-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> - + <imageset name="base" src="graphics/sprites/equipment/legs/miniskirt-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> </sprite> diff --git a/graphics/sprites/equipment/legs/pants-female.xml b/graphics/sprites/equipment/legs/pants-female.xml index d95713cf..8a5cc84d 100644 --- a/graphics/sprites/equipment/legs/pants-female.xml +++ b/graphics/sprites/equipment/legs/pants-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/pants-female.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> - + <imageset name="base" src="graphics/sprites/equipment/legs/pants-female.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> </sprite> diff --git a/graphics/sprites/equipment/legs/pants-male.xml b/graphics/sprites/equipment/legs/pants-male.xml index 17f476b0..0b18cfdc 100644 --- a/graphics/sprites/equipment/legs/pants-male.xml +++ b/graphics/sprites/equipment/legs/pants-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/pants-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> - + <imageset name="base" src="graphics/sprites/equipment/legs/pants-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> </sprite> diff --git a/graphics/sprites/equipment/legs/shorts-female.xml b/graphics/sprites/equipment/legs/shorts-female.xml index f623c5b5..0375914e 100644 --- a/graphics/sprites/equipment/legs/shorts-female.xml +++ b/graphics/sprites/equipment/legs/shorts-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/shorts-female.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> - + <imageset name="base" src="graphics/sprites/equipment/legs/shorts-female.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> </sprite> diff --git a/graphics/sprites/equipment/legs/shorts-male.xml b/graphics/sprites/equipment/legs/shorts-male.xml index a19e3613..1d7aae91 100644 --- a/graphics/sprites/equipment/legs/shorts-male.xml +++ b/graphics/sprites/equipment/legs/shorts-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/shorts-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> - + <imageset name="base" src="graphics/sprites/equipment/legs/shorts-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> </sprite> diff --git a/graphics/sprites/equipment/legs/skirt.xml b/graphics/sprites/equipment/legs/skirt.xml index b41b1375..d57d34d3 100644 --- a/graphics/sprites/equipment/legs/skirt.xml +++ b/graphics/sprites/equipment/legs/skirt.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/skirt.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> - + <imageset name="base" src="graphics/sprites/equipment/legs/skirt.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> </sprite> diff --git a/graphics/sprites/equipment/legs/terranite-female.xml b/graphics/sprites/equipment/legs/terranite-female.xml index 90e05669..bcac1725 100644 --- a/graphics/sprites/equipment/legs/terranite-female.xml +++ b/graphics/sprites/equipment/legs/terranite-female.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/terranite-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> - + <imageset name="base" src="graphics/sprites/equipment/legs/terranite-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> </sprite> diff --git a/graphics/sprites/equipment/legs/terranite-male.xml b/graphics/sprites/equipment/legs/terranite-male.xml index 618c30d6..0481a15f 100644 --- a/graphics/sprites/equipment/legs/terranite-male.xml +++ b/graphics/sprites/equipment/legs/terranite-male.xml @@ -1,104 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/equipment/legs/terranite-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> - + <imageset name="base" src="graphics/sprites/equipment/legs/terranite-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> </sprite> diff --git a/graphics/sprites/equipment/override/skeleton.xml b/graphics/sprites/equipment/override/skeleton.xml index 80a65141..88913c76 100644 --- a/graphics/sprites/equipment/override/skeleton.xml +++ b/graphics/sprites/equipment/override/skeleton.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/equipment/override/skeleton.png|W" width="64" height="64" /> - - <include file="player_male_base.xml"/> - + <imageset name="base" src="graphics/sprites/equipment/override/skeleton.png|W" width="64" height="64"/> + <include file="player_male_base.xml"/> </sprite> diff --git a/graphics/sprites/error.xml b/graphics/sprites/error.xml index 3504bd01..43146339 100644 --- a/graphics/sprites/error.xml +++ b/graphics/sprites/error.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/error.png" width="29" height="9" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> -</sprite>
\ No newline at end of file + <imageset name="base" src="graphics/sprites/error.png" width="29" height="9"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/hairstyles/hairstyle00.xml b/graphics/sprites/hairstyles/hairstyle00.xml index 7fecdadf..8d7f293f 100644 --- a/graphics/sprites/hairstyles/hairstyle00.xml +++ b/graphics/sprites/hairstyles/hairstyle00.xml @@ -6,8 +6,7 @@ empty image set (it's empty since the icon is 32x32 so there isn't even one 40x40 frame). --> - -<!-- Testing no content + <!-- Testing no content <imageset name="base" src="graphics/items/armor-chest-cottonshirt.png" width="40" height="40" /> <action name="stand" imageset="base"> diff --git a/graphics/sprites/hairstyles/hairstyle01.xml b/graphics/sprites/hairstyles/hairstyle01.xml index da8aea32..e94edff1 100644 --- a/graphics/sprites/hairstyles/hairstyle01.xml +++ b/graphics/sprites/hairstyles/hairstyle01.xml @@ -1,125 +1,117 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle01.png|W" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-25" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-24" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75"/> - <frame index="1" offsetX="4" offsetY ="-31" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225"/> - <frame index="0" offsetX="0" offsetY ="-27" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225"/> - <frame index="1" offsetX="5" offsetY ="-30" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle01.png|W" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="150"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="0" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="150"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="0" offsetY="-29" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <frame index="0" offsetX="0" offsetY="-25" delay="75"/> + <frame index="0" offsetX="0" offsetY="-24" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetX="0" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetX="0" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-28" delay="225"/> + <frame index="0" offsetX="0" offsetY="-27" delay="75"/> + <frame index="0" offsetX="0" offsetY="-28" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle02.xml b/graphics/sprites/hairstyles/hairstyle02.xml index b13041ff..6643009b 100644 --- a/graphics/sprites/hairstyles/hairstyle02.xml +++ b/graphics/sprites/hairstyles/hairstyle02.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle02.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle02.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle03.xml b/graphics/sprites/hairstyles/hairstyle03.xml index db2f04e7..dece3ed8 100644 --- a/graphics/sprites/hairstyles/hairstyle03.xml +++ b/graphics/sprites/hairstyles/hairstyle03.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle03.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle03.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle04.xml b/graphics/sprites/hairstyles/hairstyle04.xml index 9518caab..6cbb71c2 100644 --- a/graphics/sprites/hairstyles/hairstyle04.xml +++ b/graphics/sprites/hairstyles/hairstyle04.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle04.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle04.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle05.xml b/graphics/sprites/hairstyles/hairstyle05.xml index 72fc5f9a..35bd869f 100644 --- a/graphics/sprites/hairstyles/hairstyle05.xml +++ b/graphics/sprites/hairstyles/hairstyle05.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle05.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle05.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle06.xml b/graphics/sprites/hairstyles/hairstyle06.xml index 94bc6948..3900dc73 100644 --- a/graphics/sprites/hairstyles/hairstyle06.xml +++ b/graphics/sprites/hairstyles/hairstyle06.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle06.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle06.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle07.xml b/graphics/sprites/hairstyles/hairstyle07.xml index 7996cde3..06e403c8 100644 --- a/graphics/sprites/hairstyles/hairstyle07.xml +++ b/graphics/sprites/hairstyles/hairstyle07.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle07.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle07.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle08.xml b/graphics/sprites/hairstyles/hairstyle08.xml index c7360609..5e44ddc3 100644 --- a/graphics/sprites/hairstyles/hairstyle08.xml +++ b/graphics/sprites/hairstyles/hairstyle08.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle08.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle08.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle09.xml b/graphics/sprites/hairstyles/hairstyle09.xml index 1dafdb57..08494277 100644 --- a/graphics/sprites/hairstyles/hairstyle09.xml +++ b/graphics/sprites/hairstyles/hairstyle09.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle09.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle09.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle10.xml b/graphics/sprites/hairstyles/hairstyle10.xml index e2ca1afd..3b7a3a0f 100644 --- a/graphics/sprites/hairstyles/hairstyle10.xml +++ b/graphics/sprites/hairstyles/hairstyle10.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle10.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle10.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle11.xml b/graphics/sprites/hairstyles/hairstyle11.xml index 465bdf43..84f5f05b 100644 --- a/graphics/sprites/hairstyles/hairstyle11.xml +++ b/graphics/sprites/hairstyles/hairstyle11.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle11.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle11.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle12.xml b/graphics/sprites/hairstyles/hairstyle12.xml index 5b836618..4a6735f4 100644 --- a/graphics/sprites/hairstyles/hairstyle12.xml +++ b/graphics/sprites/hairstyles/hairstyle12.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle12.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle12.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle13.xml b/graphics/sprites/hairstyles/hairstyle13.xml index c2871f79..da222c87 100644 --- a/graphics/sprites/hairstyles/hairstyle13.xml +++ b/graphics/sprites/hairstyles/hairstyle13.xml @@ -1,125 +1,117 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle13.png|W" width="32" height="32"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="3" offsetY ="-33"/> - </animation> - <animation direction="left"> - <frame index="3" offsetX="3" offsetY ="-33"/> - </animation> - <animation direction="up"> - <frame index="6" offsetX="3" offsetY ="-33"/> - </animation> - <animation direction="right"> - <frame index="9" offsetX="3" offsetY ="-33"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="1" offsetX="3" offsetY ="-33" delay="150"/> - <frame index="0" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="2" offsetX="3" offsetY ="-33" delay="150"/> - </animation> - <animation direction="left"> - <frame index="3" offsetX="3" offsetY ="-33" delay="75"/> - <frame index="4" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="4" offsetX="3" offsetY ="-33" delay="150"/> - <frame index="5" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="5" offsetX="3" offsetY ="-33" delay="75"/> - </animation> - <animation direction="up"> - <frame index="6" offsetX="3" offsetY ="-33" delay="75"/> - <frame index="7" offsetX="3" offsetY ="-34" delay="150"/> - <frame index="6" offsetX="3" offsetY ="-33" delay="75"/> - <frame index="8" offsetX="3" offsetY ="-34" delay="150"/> - </animation> - <animation direction="right"> - <frame index="9" offsetX="3" offsetY ="-33" delay="75"/> - <frame index="10" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="10" offsetX="3" offsetY ="-33" delay="150"/> - <frame index="11" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="11" offsetX="3" offsetY ="-33" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="3" offsetY ="-30" delay="75"/> - <frame index="0" offsetX="3" offsetY ="-31" delay="75"/> - <frame index="0" offsetX="3" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="3" offsetY ="-27" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="3" offsetX="7" offsetY ="-34" delay="75"/> - <frame index="3" offsetX="7" offsetY ="-35" delay="75"/> - <frame index="3" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="3" offsetX="2" offsetY ="-31" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="6" offsetX="2" offsetY ="-33" delay="225"/> - <frame index="6" offsetX="2" offsetY ="-31" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="9" offsetX="0" offsetY ="-34" delay="75"/> - <frame index="9" offsetX="0" offsetY ="-35" delay="75"/> - <frame index="9" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="9" offsetX="4" offsetY ="-31" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="3" offsetY ="-32" delay="225"/> - <frame index="0" offsetX="3" offsetY ="-31" delay="75"/> - <frame index="0" offsetX="3" offsetY ="-32" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="3" offsetX="6" offsetY ="-33" delay="225"/> - <frame index="3" offsetX="8" offsetY ="-34" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="6" offsetX="3" offsetY ="-33" delay="225"/> - <frame index="6" offsetX="2" offsetY ="-32" delay="75"/> - <frame index="6" offsetX="2" offsetY ="-33" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="9" offsetX="0" offsetY ="-33" delay="225"/> - <frame index="9" offsetX="-2" offsetY ="-34" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="3" offsetY ="-21"/> - </animation> - <animation direction="left"> - <frame index="3" offsetX="7" offsetY ="-24"/> - </animation> - <animation direction="up"> - <frame index="6" offsetX="4" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="9" offsetX="-3" offsetY ="-24"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="12" offsetX="23" offsetY="-8"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle13.png|W" width="32" height="32"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="3" offsetY="-33"/> + </animation> + <animation direction="left"> + <frame index="3" offsetX="3" offsetY="-33"/> + </animation> + <animation direction="up"> + <frame index="6" offsetX="3" offsetY="-33"/> + </animation> + <animation direction="right"> + <frame index="9" offsetX="3" offsetY="-33"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="3" offsetY="-32" delay="75"/> + <frame index="1" offsetX="3" offsetY="-33" delay="150"/> + <frame index="0" offsetX="3" offsetY="-32" delay="75"/> + <frame index="2" offsetX="3" offsetY="-33" delay="150"/> + </animation> + <animation direction="left"> + <frame index="3" offsetX="3" offsetY="-33" delay="75"/> + <frame index="4" offsetX="3" offsetY="-32" delay="75"/> + <frame index="4" offsetX="3" offsetY="-33" delay="150"/> + <frame index="5" offsetX="3" offsetY="-32" delay="75"/> + <frame index="5" offsetX="3" offsetY="-33" delay="75"/> + </animation> + <animation direction="up"> + <frame index="6" offsetX="3" offsetY="-33" delay="75"/> + <frame index="7" offsetX="3" offsetY="-34" delay="150"/> + <frame index="6" offsetX="3" offsetY="-33" delay="75"/> + <frame index="8" offsetX="3" offsetY="-34" delay="150"/> + </animation> + <animation direction="right"> + <frame index="9" offsetX="3" offsetY="-33" delay="75"/> + <frame index="10" offsetX="3" offsetY="-32" delay="75"/> + <frame index="10" offsetX="3" offsetY="-33" delay="150"/> + <frame index="11" offsetX="3" offsetY="-32" delay="75"/> + <frame index="11" offsetX="3" offsetY="-33" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="3" offsetY="-30" delay="75"/> + <frame index="0" offsetX="3" offsetY="-31" delay="75"/> + <frame index="0" offsetX="3" offsetY="-28" delay="75"/> + <frame index="0" offsetX="3" offsetY="-27" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="3" offsetX="7" offsetY="-34" delay="75"/> + <frame index="3" offsetX="7" offsetY="-35" delay="75"/> + <frame index="3" offsetX="3" offsetY="-32" delay="75"/> + <frame index="3" offsetX="2" offsetY="-31" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="6" offsetX="2" offsetY="-33" delay="225"/> + <frame index="6" offsetX="2" offsetY="-31" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="9" offsetX="0" offsetY="-34" delay="75"/> + <frame index="9" offsetX="0" offsetY="-35" delay="75"/> + <frame index="9" offsetX="3" offsetY="-32" delay="75"/> + <frame index="9" offsetX="4" offsetY="-31" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="3" offsetY="-32" delay="225"/> + <frame index="0" offsetX="3" offsetY="-31" delay="75"/> + <frame index="0" offsetX="3" offsetY="-32" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="3" offsetX="6" offsetY="-33" delay="225"/> + <frame index="3" offsetX="8" offsetY="-34" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="6" offsetX="3" offsetY="-33" delay="225"/> + <frame index="6" offsetX="2" offsetY="-32" delay="75"/> + <frame index="6" offsetX="2" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="9" offsetX="0" offsetY="-33" delay="225"/> + <frame index="9" offsetX="-2" offsetY="-34" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="3" offsetY="-21"/> + </animation> + <animation direction="left"> + <frame index="3" offsetX="7" offsetY="-24"/> + </animation> + <animation direction="up"> + <frame index="6" offsetX="4" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="9" offsetX="-3" offsetY="-24"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="12" offsetX="23" offsetY="-8"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle14.xml b/graphics/sprites/hairstyles/hairstyle14.xml index 01423f66..34a2aa86 100644 --- a/graphics/sprites/hairstyles/hairstyle14.xml +++ b/graphics/sprites/hairstyles/hairstyle14.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle14.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle14.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle15.xml b/graphics/sprites/hairstyles/hairstyle15.xml index 40729285..2c21c918 100644 --- a/graphics/sprites/hairstyles/hairstyle15.xml +++ b/graphics/sprites/hairstyles/hairstyle15.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle15.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle15.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle16.xml b/graphics/sprites/hairstyles/hairstyle16.xml index 692ed77f..6d7c4ea3 100644 --- a/graphics/sprites/hairstyles/hairstyle16.xml +++ b/graphics/sprites/hairstyles/hairstyle16.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle16.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle16.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle17.xml b/graphics/sprites/hairstyles/hairstyle17.xml index 6c61ecc1..ac686d09 100644 --- a/graphics/sprites/hairstyles/hairstyle17.xml +++ b/graphics/sprites/hairstyles/hairstyle17.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle17.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle17.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle18.xml b/graphics/sprites/hairstyles/hairstyle18.xml index 12e41820..28d29de5 100644 --- a/graphics/sprites/hairstyles/hairstyle18.xml +++ b/graphics/sprites/hairstyles/hairstyle18.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle18.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle18.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle19.xml b/graphics/sprites/hairstyles/hairstyle19.xml index 75d0a7ee..e757e874 100644 --- a/graphics/sprites/hairstyles/hairstyle19.xml +++ b/graphics/sprites/hairstyles/hairstyle19.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle19.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle19.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/icon-feather.xml b/graphics/sprites/icon-feather.xml index b2d43aa0..2be6c077 100644 --- a/graphics/sprites/icon-feather.xml +++ b/graphics/sprites/icon-feather.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-feather.png" width="13" height="20" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="0" delay="100"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-feather.png" width="13" height="20"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="0" delay="100"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icon-green-barrier.xml b/graphics/sprites/icon-green-barrier.xml index 28a16ab8..afe8acc9 100644 --- a/graphics/sprites/icon-green-barrier.xml +++ b/graphics/sprites/icon-green-barrier.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-green-barrier.png" width="13" height="20" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="0" delay="0"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-green-barrier.png" width="13" height="20"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="0" delay="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icon-haste-potion.xml b/graphics/sprites/icon-haste-potion.xml index befb8bd5..c4633a1f 100644 --- a/graphics/sprites/icon-haste-potion.xml +++ b/graphics/sprites/icon-haste-potion.xml @@ -1,13 +1,12 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-potion-c.png|G:#da69e5,ffdaff" width="13" height="20" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="0" delay="100"/> - <frame index="1" offsetY="0" delay="100"/> - <frame index="2" offsetY="0" delay="100"/> - <frame index="3" offsetY="0" delay="100"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-potion-c.png|G:#da69e5,ffdaff" width="13" height="20"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="0" delay="100"/> + <frame index="1" offsetY="0" delay="100"/> + <frame index="2" offsetY="0" delay="100"/> + <frame index="3" offsetY="0" delay="100"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icon-hidden.xml b/graphics/sprites/icon-hidden.xml index 90dd9602..1e4cd61a 100644 --- a/graphics/sprites/icon-hidden.xml +++ b/graphics/sprites/icon-hidden.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-hidden.png" width="12" height="12" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="3" delay="0"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-hidden.png" width="12" height="12"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="3" delay="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icon-invisible.xml b/graphics/sprites/icon-invisible.xml index ffdb1cf8..51eb39b3 100644 --- a/graphics/sprites/icon-invisible.xml +++ b/graphics/sprites/icon-invisible.xml @@ -1,36 +1,35 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-invisible.png" width="16" height="24" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="0" delay="2000"/> - <frame index="1" offsetY="0" delay="100"/> - <frame index="2" offsetY="0" delay="100"/> - <frame index="3" offsetY="0" delay="100"/> - <frame index="4" offsetY="0" delay="100"/> - <frame index="0" offsetY="0" delay="5000"/> - <frame index="1" offsetY="0" delay="100"/> - <frame index="2" offsetY="0" delay="100"/> - <frame index="3" offsetY="0" delay="100"/> - <frame index="4" offsetY="0" delay="100"/> - <frame index="0" offsetY="0" delay="3000"/> - <frame index="7" offsetY="0" delay="500"/> - <frame index="0" offsetY="0" delay="3000"/> - <frame index="5" offsetY="0" delay="50"/> - <frame index="6" offsetY="0" delay="50"/> - <frame index="5" offsetY="0" delay="50"/> - <frame index="6" offsetY="0" delay="50"/> - <frame index="5" offsetY="0" delay="50"/> - <frame index="6" offsetY="0" delay="50"/> - <frame index="5" offsetY="0" delay="50"/> - <frame index="6" offsetY="0" delay="50"/> - <frame index="5" offsetY="0" delay="50"/> - <frame index="6" offsetY="0" delay="50"/> - <frame index="0" offsetY="0" delay="3000"/> - <frame index="7" offsetY="0" delay="300"/> - <frame index="0" offsetY="0" delay="5000"/> - <frame index="7" offsetY="0" delay="200"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-invisible.png" width="16" height="24"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="0" delay="2000"/> + <frame index="1" offsetY="0" delay="100"/> + <frame index="2" offsetY="0" delay="100"/> + <frame index="3" offsetY="0" delay="100"/> + <frame index="4" offsetY="0" delay="100"/> + <frame index="0" offsetY="0" delay="5000"/> + <frame index="1" offsetY="0" delay="100"/> + <frame index="2" offsetY="0" delay="100"/> + <frame index="3" offsetY="0" delay="100"/> + <frame index="4" offsetY="0" delay="100"/> + <frame index="0" offsetY="0" delay="3000"/> + <frame index="7" offsetY="0" delay="500"/> + <frame index="0" offsetY="0" delay="3000"/> + <frame index="5" offsetY="0" delay="50"/> + <frame index="6" offsetY="0" delay="50"/> + <frame index="5" offsetY="0" delay="50"/> + <frame index="6" offsetY="0" delay="50"/> + <frame index="5" offsetY="0" delay="50"/> + <frame index="6" offsetY="0" delay="50"/> + <frame index="5" offsetY="0" delay="50"/> + <frame index="6" offsetY="0" delay="50"/> + <frame index="5" offsetY="0" delay="50"/> + <frame index="6" offsetY="0" delay="50"/> + <frame index="0" offsetY="0" delay="3000"/> + <frame index="7" offsetY="0" delay="300"/> + <frame index="0" offsetY="0" delay="5000"/> + <frame index="7" offsetY="0" delay="200"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icon-iron-potion.xml b/graphics/sprites/icon-iron-potion.xml index e12bf862..8dc028df 100644 --- a/graphics/sprites/icon-iron-potion.xml +++ b/graphics/sprites/icon-iron-potion.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-potion-b.png|G:#c05000,f0a000,f0f09f" width="13" height="20" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="0"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-potion-b.png|G:#c05000,f0a000,f0f09f" width="13" height="20"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icon-poison.xml b/graphics/sprites/icon-poison.xml index 574908fb..1fa6254a 100644 --- a/graphics/sprites/icon-poison.xml +++ b/graphics/sprites/icon-poison.xml @@ -1,18 +1,17 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-poison.png" width="12" height="20" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="0" delay="80"/> - <frame index="1" offsetY="0" delay="80"/> - <frame index="2" offsetY="0" delay="80"/> - <frame index="3" offsetY="0" delay="80"/> - <frame index="4" offsetY="0" delay="80"/> - <frame index="5" offsetY="0" delay="80"/> - <frame index="6" offsetY="0" delay="80"/> - <frame index="7" offsetY="0" delay="80"/> - <frame index="8" offsetY="0" delay="80"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-poison.png" width="12" height="20"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="0" delay="80"/> + <frame index="1" offsetY="0" delay="80"/> + <frame index="2" offsetY="0" delay="80"/> + <frame index="3" offsetY="0" delay="80"/> + <frame index="4" offsetY="0" delay="80"/> + <frame index="5" offsetY="0" delay="80"/> + <frame index="6" offsetY="0" delay="80"/> + <frame index="7" offsetY="0" delay="80"/> + <frame index="8" offsetY="0" delay="80"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icon-red-rotating-hex.xml b/graphics/sprites/icon-red-rotating-hex.xml index 6036c130..5c0fd24d 100644 --- a/graphics/sprites/icon-red-rotating-hex.xml +++ b/graphics/sprites/icon-red-rotating-hex.xml @@ -1,17 +1,16 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetX="-2" offsetY="4" delay="120"/> - <frame index="1" offsetX="-2" offsetY="4" delay="120"/> - <frame index="2" offsetX="-2" offsetY="4" delay="120"/> - <frame index="3" offsetX="-2" offsetY="4" delay="120"/> - <frame index="4" offsetX="-2" offsetY="4" delay="120"/> - <frame index="5" offsetX="-3" offsetY="4" delay="120"/> - <frame index="6" offsetX="-2" offsetY="4" delay="120"/> - <frame index="7" offsetX="-2" offsetY="4" delay="120"/> - </animation> - </action> + <imageset name="base" src="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetX="-2" offsetY="4" delay="120"/> + <frame index="1" offsetX="-2" offsetY="4" delay="120"/> + <frame index="2" offsetX="-2" offsetY="4" delay="120"/> + <frame index="3" offsetX="-2" offsetY="4" delay="120"/> + <frame index="4" offsetX="-2" offsetY="4" delay="120"/> + <frame index="5" offsetX="-3" offsetY="4" delay="120"/> + <frame index="6" offsetX="-2" offsetY="4" delay="120"/> + <frame index="7" offsetX="-2" offsetY="4" delay="120"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icon-slow-poison.xml b/graphics/sprites/icon-slow-poison.xml index 81b2d2c4..469ee1d0 100644 --- a/graphics/sprites/icon-slow-poison.xml +++ b/graphics/sprites/icon-slow-poison.xml @@ -1,12 +1,11 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-slow-poison.png" width="12" height="20" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="0" delay="190" /> - <frame index="1" offsetY="0" delay="275" /> - <frame index="2" offsetY="0" delay="300" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-slow-poison.png" width="12" height="20"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="0" delay="190"/> + <frame index="1" offsetY="0" delay="275"/> + <frame index="2" offsetY="0" delay="300"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icon-spell-attack-generic.xml b/graphics/sprites/icon-spell-attack-generic.xml index c18b6fd4..4e184437 100644 --- a/graphics/sprites/icon-spell-attack-generic.xml +++ b/graphics/sprites/icon-spell-attack-generic.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-spell-attack-generic.png" width="13" height="20" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="0" delay="100"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-spell-attack-generic.png" width="13" height="20"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="0" delay="100"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icon-spell-haste.xml b/graphics/sprites/icon-spell-haste.xml index 409a9f98..897c0552 100644 --- a/graphics/sprites/icon-spell-haste.xml +++ b/graphics/sprites/icon-spell-haste.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-spell-haste.png" width="13" height="20" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="4" delay="0"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-spell-haste.png" width="13" height="20"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="4" delay="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icon-spell-protection-generic.xml b/graphics/sprites/icon-spell-protection-generic.xml index 439f8f21..4e8ae3cc 100644 --- a/graphics/sprites/icon-spell-protection-generic.xml +++ b/graphics/sprites/icon-spell-protection-generic.xml @@ -1,13 +1,12 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-spell-protection-generic.png" width="12" height="20" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="0" delay="400" /> - <frame index="1" offsetY="0" delay="200" /> - <frame index="2" offsetY="0" delay="250" /> - <frame index="1" offsetY="0" delay="200" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-spell-protection-generic.png" width="12" height="20"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="0" delay="400"/> + <frame index="1" offsetY="0" delay="200"/> + <frame index="2" offsetY="0" delay="250"/> + <frame index="1" offsetY="0" delay="200"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icon-spell-shearing.xml b/graphics/sprites/icon-spell-shearing.xml index 2c489ad3..31a2ec01 100644 --- a/graphics/sprites/icon-spell-shearing.xml +++ b/graphics/sprites/icon-spell-shearing.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-spell-shearing.png" width="13" height="20" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="0" delay="100"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-spell-shearing.png" width="13" height="20"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="0" delay="100"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/accessories/ball-lighning-shadow.xml b/graphics/sprites/monsters/accessories/ball-lighning-shadow.xml index 1b7444d6..0d811374 100644 --- a/graphics/sprites/monsters/accessories/ball-lighning-shadow.xml +++ b/graphics/sprites/monsters/accessories/ball-lighning-shadow.xml @@ -1,18 +1,15 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-small-circle.png" width="16" height="11" /> - <imageset name="empty" src="graphics/sprites/monsters/accessories/empty-frame.png" width="1" height="1" /> - - <action name="stand" imageset="base"> - <animation> - <frame index="0" offsetY="5"/> - </animation> - </action> - - <action name="dead" imageset="empty"> - <animation> - <frame index="0" /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-small-circle.png" width="16" height="11"/> + <imageset name="empty" src="graphics/sprites/monsters/accessories/empty-frame.png" width="1" height="1"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="5"/> + </animation> + </action> + <action name="dead" imageset="empty"> + <animation> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/accessories/ball-lightning-shadow.xml b/graphics/sprites/monsters/accessories/ball-lightning-shadow.xml index 1b7444d6..0d811374 100644 --- a/graphics/sprites/monsters/accessories/ball-lightning-shadow.xml +++ b/graphics/sprites/monsters/accessories/ball-lightning-shadow.xml @@ -1,18 +1,15 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-small-circle.png" width="16" height="11" /> - <imageset name="empty" src="graphics/sprites/monsters/accessories/empty-frame.png" width="1" height="1" /> - - <action name="stand" imageset="base"> - <animation> - <frame index="0" offsetY="5"/> - </animation> - </action> - - <action name="dead" imageset="empty"> - <animation> - <frame index="0" /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-small-circle.png" width="16" height="11"/> + <imageset name="empty" src="graphics/sprites/monsters/accessories/empty-frame.png" width="1" height="1"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="5"/> + </animation> + </action> + <action name="dead" imageset="empty"> + <animation> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/accessories/generic-shadow-medium-circle.xml b/graphics/sprites/monsters/accessories/generic-shadow-medium-circle.xml index ccc62215..acf2cd6c 100644 --- a/graphics/sprites/monsters/accessories/generic-shadow-medium-circle.xml +++ b/graphics/sprites/monsters/accessories/generic-shadow-medium-circle.xml @@ -1,11 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-medium-circle.png" width="32" height="22" /> - - <action name="stand" imageset="base"> - <animation> - <frame index="0" offsetY="0"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-medium-circle.png" width="32" height="22"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/accessories/generic-shadow-small-circle.xml b/graphics/sprites/monsters/accessories/generic-shadow-small-circle.xml index 6aac520a..9affd612 100644 --- a/graphics/sprites/monsters/accessories/generic-shadow-small-circle.xml +++ b/graphics/sprites/monsters/accessories/generic-shadow-small-circle.xml @@ -1,11 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-small-circle.png" width="16" height="11" /> - - <action name="stand" imageset="base"> - <animation> - <frame index="0" offsetY="8"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-small-circle.png" width="16" height="11"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="8"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/accessories/mouboo-antlers.xml b/graphics/sprites/monsters/accessories/mouboo-antlers.xml index 833c4ab0..e38c37e8 100644 --- a/graphics/sprites/monsters/accessories/mouboo-antlers.xml +++ b/graphics/sprites/monsters/accessories/mouboo-antlers.xml @@ -1,103 +1,98 @@ <?xml version="1.0"?> <sprite> - <imageset name="accessory" src="graphics/sprites/monsters/accessories/mouboo-antlers.png" width="28" height="21"/> - - <action name="stand" imageset="accessory"> - <animation direction="down"> - <frame index="0" offsetY="-49"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="-16" offsetY="-55"/> - </animation> - <animation direction="up"> - <frame index="0" offsetY="-56"/> - </animation> - <animation direction="right"> - <frame index="2" offsetX="16" offsetY="-55"/> - </animation> - </action> - - <action name="walk" imageset="accessory"> - <animation direction="down"> - <frame index="0" delay="75" offsetY="-52"/> - <frame index="0" delay="150" offsetY="-54"/> - <frame index="0" delay="75" offsetY="-51"/> - <frame index="0" delay="75" offsetY="-48"/> - <frame index="0" delay="75" offsetY="-49"/> - </animation> - <animation direction="left"> - <frame index="1" delay="75" offsetX="-16" offsetY="-59"/> - <frame index="1" delay="75" offsetX="-14" offsetY="-59"/> - <frame index="1" delay="75" offsetX="-15" offsetY="-61"/> - <frame index="1" delay="75" offsetX="-20" offsetY="-60"/> - <frame index="1" delay="75" offsetX="-20" offsetY="-56"/> - <frame index="1" delay="75" offsetX="-21" offsetY="-51"/> - </animation> - <animation direction="up"> - <frame index="0" delay="75" offsetY="-59"/> - <frame index="0" delay="75" offsetY="-60"/> - <frame index="0" delay="75" offsetY="-63"/> - <frame index="0" delay="75" offsetY="-61"/> - <frame index="0" delay="75" offsetY="-60"/> - <frame index="0" delay="75" offsetY="-58"/> - </animation> - <animation direction="right"> - <frame index="2" delay="75" offsetX="16" offsetY="-59"/> - <frame index="2" delay="75" offsetX="14" offsetY="-59"/> - <frame index="2" delay="75" offsetX="15" offsetY="-61"/> - <frame index="2" delay="75" offsetX="20" offsetY="-60"/> - <frame index="2" delay="75" offsetX="20" offsetY="-56"/> - <frame index="2" delay="75" offsetX="21" offsetY="-51"/> - </animation> - </action> - - <action name="attack" imageset="accessory"> - <animation direction="down"> - <frame index="0" delay="75" offsetY="-50"/> - <frame index="0" delay="75" offsetY="-52"/> - <frame index="0" delay="75" offsetY="-39"/> - <frame index="0" delay="75" offsetY="-31"/> - <frame index="0" delay="75" offsetY="-30"/> - <frame index="0" delay="75" offsetY="-31"/> - <frame index="0" delay="75" offsetY="-38"/> - <end /> - </animation> - <animation direction="left"> - <frame index="1" delay="75" offsetX="-14" offsetY="-56"/> - <frame index="1" delay="75" offsetX="-7" offsetY="-56"/> - <frame index="1" delay="75" offsetX="-21" offsetY="-40"/> - <frame index="1" delay="75" offsetX="-23" offsetY="-40"/> - <frame index="1" delay="75" offsetX="-27" offsetY="-40"/> - <frame index="1" delay="75" offsetX="-24" offsetY="-49"/> - <frame index="1" delay="75" offsetX="-16" offsetY="-55"/> - <end /> - </animation> - <animation direction="up"> - <frame index="0" delay="75" offsetY="-55"/> - <frame index="0" delay="75" offsetY="-53"/> - <frame index="0" delay="75" offsetY="-59"/> - <frame index="0" delay="75" offsetY="-53"/> - <frame index="0" delay="75" offsetY="-51"/> - <frame index="0" delay="75" offsetY="-54"/> - <frame index="0" delay="75" offsetY="-56"/> - <end /> - </animation> - <animation direction="right"> - <frame index="2" delay="75" offsetX="14" offsetY="-56"/> - <frame index="2" delay="75" offsetX="7" offsetY="-56"/> - <frame index="2" delay="75" offsetX="21" offsetY="-40"/> - <frame index="2" delay="75" offsetX="23" offsetY="-40"/> - <frame index="2" delay="75" offsetX="27" offsetY="-40"/> - <frame index="2" delay="75" offsetX="24" offsetY="-49"/> - <frame index="2" delay="75" offsetX="16" offsetY="-55"/> - <end /> - </animation> - </action> - - <action name="dead" imageset="accessory"> - <animation> - <frame index="3" delay="1600" offsetX="20" offsetY="-8"/> - </animation> - </action> - + <imageset name="accessory" src="graphics/sprites/monsters/accessories/mouboo-antlers.png" width="28" height="21"/> + <action name="stand" imageset="accessory"> + <animation direction="down"> + <frame index="0" offsetY="-49"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="-16" offsetY="-55"/> + </animation> + <animation direction="up"> + <frame index="0" offsetY="-56"/> + </animation> + <animation direction="right"> + <frame index="2" offsetX="16" offsetY="-55"/> + </animation> + </action> + <action name="walk" imageset="accessory"> + <animation direction="down"> + <frame index="0" delay="75" offsetY="-52"/> + <frame index="0" delay="150" offsetY="-54"/> + <frame index="0" delay="75" offsetY="-51"/> + <frame index="0" delay="75" offsetY="-48"/> + <frame index="0" delay="75" offsetY="-49"/> + </animation> + <animation direction="left"> + <frame index="1" delay="75" offsetX="-16" offsetY="-59"/> + <frame index="1" delay="75" offsetX="-14" offsetY="-59"/> + <frame index="1" delay="75" offsetX="-15" offsetY="-61"/> + <frame index="1" delay="75" offsetX="-20" offsetY="-60"/> + <frame index="1" delay="75" offsetX="-20" offsetY="-56"/> + <frame index="1" delay="75" offsetX="-21" offsetY="-51"/> + </animation> + <animation direction="up"> + <frame index="0" delay="75" offsetY="-59"/> + <frame index="0" delay="75" offsetY="-60"/> + <frame index="0" delay="75" offsetY="-63"/> + <frame index="0" delay="75" offsetY="-61"/> + <frame index="0" delay="75" offsetY="-60"/> + <frame index="0" delay="75" offsetY="-58"/> + </animation> + <animation direction="right"> + <frame index="2" delay="75" offsetX="16" offsetY="-59"/> + <frame index="2" delay="75" offsetX="14" offsetY="-59"/> + <frame index="2" delay="75" offsetX="15" offsetY="-61"/> + <frame index="2" delay="75" offsetX="20" offsetY="-60"/> + <frame index="2" delay="75" offsetX="20" offsetY="-56"/> + <frame index="2" delay="75" offsetX="21" offsetY="-51"/> + </animation> + </action> + <action name="attack" imageset="accessory"> + <animation direction="down"> + <frame index="0" delay="75" offsetY="-50"/> + <frame index="0" delay="75" offsetY="-52"/> + <frame index="0" delay="75" offsetY="-39"/> + <frame index="0" delay="75" offsetY="-31"/> + <frame index="0" delay="75" offsetY="-30"/> + <frame index="0" delay="75" offsetY="-31"/> + <frame index="0" delay="75" offsetY="-38"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1" delay="75" offsetX="-14" offsetY="-56"/> + <frame index="1" delay="75" offsetX="-7" offsetY="-56"/> + <frame index="1" delay="75" offsetX="-21" offsetY="-40"/> + <frame index="1" delay="75" offsetX="-23" offsetY="-40"/> + <frame index="1" delay="75" offsetX="-27" offsetY="-40"/> + <frame index="1" delay="75" offsetX="-24" offsetY="-49"/> + <frame index="1" delay="75" offsetX="-16" offsetY="-55"/> + <end/> + </animation> + <animation direction="up"> + <frame index="0" delay="75" offsetY="-55"/> + <frame index="0" delay="75" offsetY="-53"/> + <frame index="0" delay="75" offsetY="-59"/> + <frame index="0" delay="75" offsetY="-53"/> + <frame index="0" delay="75" offsetY="-51"/> + <frame index="0" delay="75" offsetY="-54"/> + <frame index="0" delay="75" offsetY="-56"/> + <end/> + </animation> + <animation direction="right"> + <frame index="2" delay="75" offsetX="14" offsetY="-56"/> + <frame index="2" delay="75" offsetX="7" offsetY="-56"/> + <frame index="2" delay="75" offsetX="21" offsetY="-40"/> + <frame index="2" delay="75" offsetX="23" offsetY="-40"/> + <frame index="2" delay="75" offsetX="27" offsetY="-40"/> + <frame index="2" delay="75" offsetX="24" offsetY="-49"/> + <frame index="2" delay="75" offsetX="16" offsetY="-55"/> + <end/> + </animation> + </action> + <action name="dead" imageset="accessory"> + <animation> + <frame index="3" delay="1600" offsetX="20" offsetY="-8"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/accessories/reaper-shadow.xml b/graphics/sprites/monsters/accessories/reaper-shadow.xml index 38c537cf..94eb61cd 100644 --- a/graphics/sprites/monsters/accessories/reaper-shadow.xml +++ b/graphics/sprites/monsters/accessories/reaper-shadow.xml @@ -1,18 +1,15 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-medium-circle.png" width="32" height="22" /> - <imageset name="empty" src="graphics/sprites/monsters/accessories/empty-frame.png" width="1" height="1" /> - - <action name="stand" imageset="base"> - <animation> - <frame index="0" offsetY="-2"/> - </animation> - </action> - - <action name="dead" imageset="empty"> - <animation> - <frame index="0" /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-medium-circle.png" width="32" height="22"/> + <imageset name="empty" src="graphics/sprites/monsters/accessories/empty-frame.png" width="1" height="1"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="-2"/> + </animation> + </action> + <action name="dead" imageset="empty"> + <animation> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/accessories/scythe-shadow.xml b/graphics/sprites/monsters/accessories/scythe-shadow.xml index 49c71619..af986f62 100644 --- a/graphics/sprites/monsters/accessories/scythe-shadow.xml +++ b/graphics/sprites/monsters/accessories/scythe-shadow.xml @@ -1,34 +1,27 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/accessories/scythe-shadow.png" width="100" height="100" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <sequence start="0" end="7" delay="40" offsetY="35" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="default"> - <sequence start="0" end="7" delay="40" offsetY="35" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="8" delay="80" offsetY="35" /> - <frame index="9" delay="80" offsetY="35" /> - <frame index="10" delay="80" offsetY="35" /> - <frame index="11" offsetY="35" /> - </animation> - </action> - - - <action name="attack" imageset="base"> - <animation direction="default"> - <sequence start="0" end="7" delay="40" offsetY="35" /> - </animation> - </action> - -</sprite>
\ No newline at end of file + <imageset name="base" src="graphics/sprites/monsters/accessories/scythe-shadow.png" width="100" height="100"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <sequence start="0" end="7" delay="40" offsetY="35"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="default"> + <sequence start="0" end="7" delay="40" offsetY="35"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="8" delay="80" offsetY="35"/> + <frame index="9" delay="80" offsetY="35"/> + <frame index="10" delay="80" offsetY="35"/> + <frame index="11" offsetY="35"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="default"> + <sequence start="0" end="7" delay="40" offsetY="35"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/monsters/accessories/slime-littleslime.xml b/graphics/sprites/monsters/accessories/slime-littleslime.xml index 9ce7ec49..b985c12b 100644 --- a/graphics/sprites/monsters/accessories/slime-littleslime.xml +++ b/graphics/sprites/monsters/accessories/slime-littleslime.xml @@ -1,61 +1,57 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/monsters/accessories/slime-littleslime.png|W" width="20" height="20" />
- <action name="stand" imageset="base">
- <animation>
- <frame index="0" offsetY="16" />
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="0" end="2" delay="200" offsetY="16" />
- </animation>
- <animation direction="left">
- <frame index="0" delay="200" offsetY="16" />
- <sequence start="3" end="4" delay="200" offsetY="16" />
- </animation>
- <animation direction="up">
- <frame index="0" delay="200" offsetY="16" />
- <sequence start="5" end="6" delay="200" offsetY="16" />
- </animation>
- <animation direction="right">
- <frame index="0" delay="200" offsetY="16" />
- <sequence start="7" end="8" delay="200" offsetY="16" />
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation>
- <frame index="9" offsetY="16" />
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="0" delay="200" offsetY="16" />
- <frame index="1" delay="200" offsetY="16" />
- <frame index="5" delay="200" offsetY="16" />
- <end />
- </animation>
- <animation direction="left">
- <frame index="0" delay="200" offsetY="16" />
- <frame index="1" delay="200" offsetY="16" />
- <frame index="5" delay="200" offsetY="16" />
- <end />
- </animation>
- <animation direction="up">
- <frame index="0" delay="200" offsetY="16" />
- <frame index="1" delay="200" offsetY="16" />
- <frame index="5" delay="200" offsetY="16" />
- <end />
- </animation>
- <animation direction="right">
- <frame index="0" delay="200" offsetY="16" />
- <frame index="1" delay="200" offsetY="16" />
- <frame index="5" delay="200" offsetY="16" />
- <end />
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/accessories/slime-littleslime.png|W" width="20" height="20"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="16"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="0" end="2" delay="200" offsetY="16"/> + </animation> + <animation direction="left"> + <frame index="0" delay="200" offsetY="16"/> + <sequence start="3" end="4" delay="200" offsetY="16"/> + </animation> + <animation direction="up"> + <frame index="0" delay="200" offsetY="16"/> + <sequence start="5" end="6" delay="200" offsetY="16"/> + </animation> + <animation direction="right"> + <frame index="0" delay="200" offsetY="16"/> + <sequence start="7" end="8" delay="200" offsetY="16"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="9" offsetY="16"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" delay="200" offsetY="16"/> + <frame index="1" delay="200" offsetY="16"/> + <frame index="5" delay="200" offsetY="16"/> + <end/> + </animation> + <animation direction="left"> + <frame index="0" delay="200" offsetY="16"/> + <frame index="1" delay="200" offsetY="16"/> + <frame index="5" delay="200" offsetY="16"/> + <end/> + </animation> + <animation direction="up"> + <frame index="0" delay="200" offsetY="16"/> + <frame index="1" delay="200" offsetY="16"/> + <frame index="5" delay="200" offsetY="16"/> + <end/> + </animation> + <animation direction="right"> + <frame index="0" delay="200" offsetY="16"/> + <frame index="1" delay="200" offsetY="16"/> + <frame index="5" delay="200" offsetY="16"/> + <end/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/monsters/accessories/slime-rudolph.xml b/graphics/sprites/monsters/accessories/slime-rudolph.xml index e157d330..5db91dfe 100644 --- a/graphics/sprites/monsters/accessories/slime-rudolph.xml +++ b/graphics/sprites/monsters/accessories/slime-rudolph.xml @@ -1,50 +1,46 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/accessories/slime-rudolph.png" width="26" height="15" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY="-16"/> - </animation> - <animation direction="left"> - <frame index="2" offsetY="-16"/> - </animation> - <animation direction="up"> - <frame index="0" offsetY="-16"/> - </animation> - <animation direction="right"> - <frame index="6" offsetY="-16"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="2" offsetY="-16"/> - </animation> - <animation direction="left"> - <frame index="2" offsetY="-16"/> - </animation> - <animation direction="up"> - <frame index="6" offsetY="-16"/> - </animation> - <animation direction="right"> - <frame index="6" offsetY="-16"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="3" offsetY="-8"/> - </animation> - <animation direction="left"> - <frame index="3" offsetY="-8"/> - </animation> - <animation direction="up"> - <frame index="7" offsetY="-8"/> - </animation> - <animation direction="right"> - <frame index="7" offsetY="-8"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/accessories/slime-rudolph.png" width="26" height="15"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-16"/> + </animation> + <animation direction="left"> + <frame index="2" offsetY="-16"/> + </animation> + <animation direction="up"> + <frame index="0" offsetY="-16"/> + </animation> + <animation direction="right"> + <frame index="6" offsetY="-16"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="2" offsetY="-16"/> + </animation> + <animation direction="left"> + <frame index="2" offsetY="-16"/> + </animation> + <animation direction="up"> + <frame index="6" offsetY="-16"/> + </animation> + <animation direction="right"> + <frame index="6" offsetY="-16"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="3" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="3" offsetY="-8"/> + </animation> + <animation direction="up"> + <frame index="7" offsetY="-8"/> + </animation> + <animation direction="right"> + <frame index="7" offsetY="-8"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/accessories/slime-santa.xml b/graphics/sprites/monsters/accessories/slime-santa.xml index 7d1bb296..d6237409 100644 --- a/graphics/sprites/monsters/accessories/slime-santa.xml +++ b/graphics/sprites/monsters/accessories/slime-santa.xml @@ -1,50 +1,46 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/monsters/accessories/slime-santa.png" width="18" height="14" />
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetY="-16"/>
- </animation>
- <animation direction="left">
- <frame index="3" offsetX="2" offsetY="-14"/>
- </animation>
- <animation direction="up">
- <frame index="4" offsetY="-12"/>
- </animation>
- <animation direction="right">
- <frame index="7" offsetX="-4" offsetY="-14"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="2" offsetX="3" offsetY="-15"/>
- </animation>
- <animation direction="left">
- <frame index="2" offsetX="3" offsetY="-15"/>
- </animation>
- <animation direction="up">
- <frame index="6" offsetX="-3" offsetY="-15"/>
- </animation>
- <animation direction="right">
- <frame index="6" offsetX="-3" offsetY="-15"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="3" offsetY="-8"/>
- </animation>
- <animation direction="left">
- <frame index="3" offsetY="-8"/>
- </animation>
- <animation direction="up">
- <frame index="7" offsetY="-8"/>
- </animation>
- <animation direction="right">
- <frame index="7" offsetY="-8"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/accessories/slime-santa.png" width="18" height="14"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-16"/> + </animation> + <animation direction="left"> + <frame index="3" offsetX="2" offsetY="-14"/> + </animation> + <animation direction="up"> + <frame index="4" offsetY="-12"/> + </animation> + <animation direction="right"> + <frame index="7" offsetX="-4" offsetY="-14"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="2" offsetX="3" offsetY="-15"/> + </animation> + <animation direction="left"> + <frame index="2" offsetX="3" offsetY="-15"/> + </animation> + <animation direction="up"> + <frame index="6" offsetX="-3" offsetY="-15"/> + </animation> + <animation direction="right"> + <frame index="6" offsetX="-3" offsetY="-15"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="3" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="3" offsetY="-8"/> + </animation> + <animation direction="up"> + <frame index="7" offsetY="-8"/> + </animation> + <animation direction="right"> + <frame index="7" offsetY="-8"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/monsters/accessories/slime-seajelly.xml b/graphics/sprites/monsters/accessories/slime-seajelly.xml index 1e0167d8..3905f8c2 100644 --- a/graphics/sprites/monsters/accessories/slime-seajelly.xml +++ b/graphics/sprites/monsters/accessories/slime-seajelly.xml @@ -1,38 +1,33 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/monsters/accessories/slime-seajelly.png|W" width="26" height="15" />
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetY="-5"/>
- </animation>
- <animation direction="left">
- <frame index="1" offsetY="-5"/>
- </animation>
- <animation direction="up">
- <frame index="0" offsetY="-5"/>
- </animation>
- <animation direction="right">
- <frame index="1" offsetY="-5"/>
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation>
- <sequence start="0" end="1" delay="600" offsetY="-5"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation>
- <sequence start="0" end="1" delay="75" offsetY="-5"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation>
- <frame index="2"/>
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/accessories/slime-seajelly.png|W" width="26" height="15"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-5"/> + </animation> + <animation direction="left"> + <frame index="1" offsetY="-5"/> + </animation> + <animation direction="up"> + <frame index="0" offsetY="-5"/> + </animation> + <animation direction="right"> + <frame index="1" offsetY="-5"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation> + <sequence start="0" end="1" delay="600" offsetY="-5"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation> + <sequence start="0" end="1" delay="75" offsetY="-5"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="2"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/monsters/accessories/slime-slimeblast.xml b/graphics/sprites/monsters/accessories/slime-slimeblast.xml index 75802d16..0025d7df 100644 --- a/graphics/sprites/monsters/accessories/slime-slimeblast.xml +++ b/graphics/sprites/monsters/accessories/slime-slimeblast.xml @@ -1,50 +1,46 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/monsters/accessories/slime-littleslime.png|W" width="20" height="20" />
- <action name="stand" imageset="base">
- <animation>
- <frame index="0" offsetY="0" />
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="2" delay="200" offsetY="0" />
- </animation>
- <animation direction="left">
- <sequence start="3" end="4" delay="200" offsetY="0" />
- </animation>
- <animation direction="up">
- <sequence start="5" end="6" delay="200" offsetY="0" />
- </animation>
- <animation direction="right">
- <sequence start="7" end="8" delay="200" offsetY="0" />
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation>
- <frame index="9" offsetY="0" />
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <frame index="9" delay="200" offsetY="0" />
- <end />
- </animation>
- <animation direction="left">
- <frame index="9" delay="200" offsetY="0" />
- <end />
- </animation>
- <animation direction="up">
- <frame index="9" delay="200" offsetY="0" />
- <end />
- </animation>
- <animation direction="right">
- <frame index="9" delay="200" offsetY="0" />
- <end />
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/accessories/slime-littleslime.png|W" width="20" height="20"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="0"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="2" delay="200" offsetY="0"/> + </animation> + <animation direction="left"> + <sequence start="3" end="4" delay="200" offsetY="0"/> + </animation> + <animation direction="up"> + <sequence start="5" end="6" delay="200" offsetY="0"/> + </animation> + <animation direction="right"> + <sequence start="7" end="8" delay="200" offsetY="0"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="9" offsetY="0"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="9" delay="200" offsetY="0"/> + <end/> + </animation> + <animation direction="left"> + <frame index="9" delay="200" offsetY="0"/> + <end/> + </animation> + <animation direction="up"> + <frame index="9" delay="200" offsetY="0"/> + <end/> + </animation> + <animation direction="right"> + <frame index="9" delay="200" offsetY="0"/> + <end/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/monsters/accessories/weapon-bow.xml b/graphics/sprites/monsters/accessories/weapon-bow.xml index 2429a5e0..4959626c 100644 --- a/graphics/sprites/monsters/accessories/weapon-bow.xml +++ b/graphics/sprites/monsters/accessories/weapon-bow.xml @@ -1,26 +1,23 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - <imageset name="bow" src="graphics/sprites/weapon1.png" width="64" height="64" /> - - <action name="default" imageset="bow"> - </action> - - <action name="attack" imageset="bow"> - <animation direction="down"> - <sequence start="0" end="4" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="5" end="9" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="10" end="14" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="15" end="19" delay="75" /> - <end /> - </animation> - </action> + <imageset name="bow" src="graphics/sprites/weapon1.png" width="64" height="64"/> + <action name="default" imageset="bow"/> + <action name="attack" imageset="bow"> + <animation direction="down"> + <sequence start="0" end="4" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="5" end="9" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="10" end="14" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="15" end="19" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/accessories/weapon-dagger.xml b/graphics/sprites/monsters/accessories/weapon-dagger.xml index 5159b49f..6426fc67 100644 --- a/graphics/sprites/monsters/accessories/weapon-dagger.xml +++ b/graphics/sprites/monsters/accessories/weapon-dagger.xml @@ -1,27 +1,23 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - <imageset name="dagger" src="graphics/sprites/weapon0.png" width="64" height="64" /> - - <action name="default" imageset="dagger"> - </action> - - <action name="attack" imageset="dagger"> - <animation direction="down"> - <sequence start="0" end="3" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="4" end="7" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="8" end="11" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="12" end="15" delay="75" /> - <end /> - </animation> - </action> - + <imageset name="dagger" src="graphics/sprites/weapon0.png" width="64" height="64"/> + <action name="default" imageset="dagger"/> + <action name="attack" imageset="dagger"> + <animation direction="down"> + <sequence start="0" end="3" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="4" end="7" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="8" end="11" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="12" end="15" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/archant.xml b/graphics/sprites/monsters/archant.xml index 68c3918c..40486be3 100644 --- a/graphics/sprites/monsters/archant.xml +++ b/graphics/sprites/monsters/archant.xml @@ -1,71 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/archant.png" width="24" height="30" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX ="0" offsetY ="2" /> - </animation> - <animation direction="left"> - <frame index="10" offsetX ="-1" offsetY ="-3" /> - </animation> - <animation direction="up"> - <frame index="20" offsetX ="0" offsetY ="3" /> - </animation> - <animation direction="right"> - <frame index="30" offsetX ="-1" offsetY ="-3" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="75" offsetX ="0" offsetY ="2" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="75" offsetX ="-1" offsetY ="-3" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="75" offsetX ="0" offsetY ="3" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="75" offsetX ="-1" offsetY ="-3" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetX ="0" offsetY ="2" /> - </animation> - <animation direction="left"> - <frame index="19" offsetX ="-1" offsetY ="-3" /> - </animation> - <animation direction="up"> - <frame index="29" offsetX ="0" offsetY ="3" /> - </animation> - <animation direction="right"> - <frame index="39" offsetX ="-1" offsetY ="-3" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" offsetX ="0" offsetY ="2" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" offsetX ="-1" offsetY ="-3" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" offsetX ="0" offsetY ="3" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" offsetX ="-1" offsetY ="-3" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/archant.png" width="24" height="30"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="2"/> + </animation> + <animation direction="left"> + <frame index="10" offsetX="-1" offsetY="-3"/> + </animation> + <animation direction="up"> + <frame index="20" offsetX="0" offsetY="3"/> + </animation> + <animation direction="right"> + <frame index="30" offsetX="-1" offsetY="-3"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="75" offsetX="0" offsetY="2"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="75" offsetX="-1" offsetY="-3"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="75" offsetX="0" offsetY="3"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="75" offsetX="-1" offsetY="-3"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetX="0" offsetY="2"/> + </animation> + <animation direction="left"> + <frame index="19" offsetX="-1" offsetY="-3"/> + </animation> + <animation direction="up"> + <frame index="29" offsetX="0" offsetY="3"/> + </animation> + <animation direction="right"> + <frame index="39" offsetX="-1" offsetY="-3"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75" offsetX="0" offsetY="2"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75" offsetX="-1" offsetY="-3"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75" offsetX="0" offsetY="3"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75" offsetX="-1" offsetY="-3"/> + <end/> + </animation> + </action> </sprite> - diff --git a/graphics/sprites/monsters/ball-lightning.xml b/graphics/sprites/monsters/ball-lightning.xml index 49bdc273..19ee1caf 100644 --- a/graphics/sprites/monsters/ball-lightning.xml +++ b/graphics/sprites/monsters/ball-lightning.xml @@ -1,32 +1,25 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/ball-lightning.png" width="70" height="60" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <sequence start="0" end="2" delay="100" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="default"> - <sequence start="0" end="2" delay="100" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <sequence start="3" end="5" delay="100" /> - <frame index="6" /> - </animation> - </action> - - - <action name="attack" imageset="base"> - <animation direction="default"> - <sequence start="0" end="2" delay="100" /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/ball-lightning.png" width="70" height="60"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <sequence start="0" end="2" delay="100"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="default"> + <sequence start="0" end="2" delay="100"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <sequence start="3" end="5" delay="100"/> + <frame index="6"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="default"> + <sequence start="0" end="2" delay="100"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/bandit-lord.xml b/graphics/sprites/monsters/bandit-lord.xml index 5876969f..eb81d35a 100644 --- a/graphics/sprites/monsters/bandit-lord.xml +++ b/graphics/sprites/monsters/bandit-lord.xml @@ -1,74 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" - src= "graphics/sprites/monsters/bandit-lord.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="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="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> - + <imageset name="base" src="graphics/sprites/monsters/bandit-lord.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="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="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> </sprite> diff --git a/graphics/sprites/monsters/bandit.xml b/graphics/sprites/monsters/bandit.xml index 7caeda14..f117a8e9 100644 --- a/graphics/sprites/monsters/bandit.xml +++ b/graphics/sprites/monsters/bandit.xml @@ -1,76 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" - src= "graphics/sprites/monsters/bandit.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="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> - + <imageset name="base" src="graphics/sprites/monsters/bandit.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="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> </sprite> diff --git a/graphics/sprites/monsters/bat.xml b/graphics/sprites/monsters/bat.xml index 844ad7cf..502325a7 100644 --- a/graphics/sprites/monsters/bat.xml +++ b/graphics/sprites/monsters/bat.xml @@ -1,55 +1,50 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/bat.png" width="37" height="58" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="50" offsetY ="0" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="50" offsetY ="0" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="50" offsetY ="0" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="50" offsetY ="0" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetY ="0" /> - </animation> - <animation direction="left"> - <frame index="19" offsetY ="0" /> - </animation> - <animation direction="up"> - <frame index="29" offsetY ="0" /> - </animation> - <animation direction="right"> - <frame index="39" offsetY ="0" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" offsetY ="0" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" offsetY ="0" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" offsetY ="0" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" offsetY ="0" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/bat.png" width="37" height="58"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="50" offsetY="0"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="50" offsetY="0"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="50" offsetY="0"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="50" offsetY="0"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetY="0"/> + </animation> + <animation direction="left"> + <frame index="19" offsetY="0"/> + </animation> + <animation direction="up"> + <frame index="29" offsetY="0"/> + </animation> + <animation direction="right"> + <frame index="39" offsetY="0"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75" offsetY="0"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75" offsetY="0"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75" offsetY="0"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75" offsetY="0"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/bee.xml b/graphics/sprites/monsters/bee.xml index 6a1c3018..371900ae 100644 --- a/graphics/sprites/monsters/bee.xml +++ b/graphics/sprites/monsters/bee.xml @@ -1,90 +1,90 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/bee.png" width="20" height="19" /> - <action name="stand" imageset="base"> - <animation direction="down"> - <sequence start="8" end="11" delay="75" offsetY="-20" /> - </animation> - <animation direction="left"> - <sequence start="0" end="3" delay="75" offsetY="-20" /> - </animation> - <animation direction="up"> - <sequence start="12" end="15" delay="75" offsetY="-20" /> - </animation> - <animation direction="right"> - <sequence start="4" end="7" delay="75" offsetY="-20" /> - </animation> - </action> - <action name="dead" imageset="base"> - <animation direction="down"> - <sequence start="16" end="19" delay="75" offsetY="-16" /> - <sequence start="16" end="19" delay="75" offsetY="-12" /> - <sequence start="16" end="19" delay="75" offsetY="-8" /> - <sequence start="16" end="19" delay="75" offsetY="-4" /> - <sequence start="16" end="19" delay="75" offsetY="0" /> - <frame index="16" offsetY="16" /> - </animation> - <animation direction="left"> - <sequence start="16" end="19" delay="75" offsetY="-8" /> - <sequence start="16" end="19" delay="75" offsetY="-12" /> - <sequence start="16" end="19" delay="75" offsetY="-8" /> - <sequence start="16" end="19" delay="75" offsetY="-4" /> - <sequence start="16" end="19" delay="75" offsetY="0" /> - <frame index="17" offsetY="8" /> - </animation> - <animation direction="up"> - <sequence start="16" end="19" delay="75" offsetY="-16" /> - <sequence start="16" end="19" delay="75" offsetY="-12" /> - <sequence start="16" end="19" delay="75" offsetY="-8" /> - <sequence start="16" end="19" delay="75" offsetY="-4" /> - <sequence start="16" end="19" delay="75" offsetY="0" /> - <frame index="18" offsetY="4" /> - </animation> - <animation direction="right"> - <sequence start="16" end="19" delay="75" offsetY="-16" /> - <sequence start="16" end="19" delay="75" offsetY="-12" /> - <sequence start="16" end="19" delay="75" offsetY="-8" /> - <sequence start="16" end="19" delay="75" offsetY="-4" /> - <sequence start="16" end="19" delay="75" offsetY="0" /> - <frame index="19" offsetY="12" /> - </animation> - </action> - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="8" delay="75" offsetY="-12" /> - <frame index="9" delay="75" offsetY="-8" /> - <frame index="10" delay="75" offsetY="-4" /> - <frame index="11" delay="75" offsetY="0" /> - <frame index="10" delay="75" offsetY="-4" /> - <frame index="9" delay="75" offsetY="-8" /> - <frame index="8" delay="75" offsetY="-12" /> - </animation> - <animation direction="left"> - <frame index="0" delay="75" offsetY="-16" offsetX="0" /> - <frame index="1" delay="75" offsetY="-16" offsetX="-4" /> - <frame index="2" delay="75" offsetY="-16" offsetX="-8" /> - <frame index="3" delay="75" offsetY="-16" offsetX="-12" /> - <frame index="2" delay="75" offsetY="-16" offsetX="-8" /> - <frame index="1" delay="75" offsetY="-16" offsetX="-4" /> - <frame index="0" delay="75" offsetY="-16" offsetX="0" /> - </animation> - <animation direction="up"> - <frame index="12" delay="75" offsetY="-14" /> - <frame index="13" delay="75" offsetY="-16" /> - <frame index="14" delay="75" offsetY="-18" /> - <frame index="15" delay="75" offsetY="-20" /> - <frame index="14" delay="75" offsetY="-18" /> - <frame index="13" delay="75" offsetY="-16" /> - <frame index="12" delay="75" offsetY="-14" /> - </animation> - <animation direction="right"> - <frame index="4" delay="75" offsetY="-16" offsetX="0" /> - <frame index="5" delay="75" offsetY="-16" offsetX="4" /> - <frame index="6" delay="75" offsetY="-16" offsetX="8" /> - <frame index="7" delay="75" offsetY="-16" offsetX="12" /> - <frame index="6" delay="75" offsetY="-16" offsetX="8" /> - <frame index="5" delay="75" offsetY="-16" offsetX="4" /> - <frame index="4" delay="75" offsetY="-16" offsetX="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/monsters/bee.png" width="20" height="19"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <sequence start="8" end="11" delay="75" offsetY="-20"/> + </animation> + <animation direction="left"> + <sequence start="0" end="3" delay="75" offsetY="-20"/> + </animation> + <animation direction="up"> + <sequence start="12" end="15" delay="75" offsetY="-20"/> + </animation> + <animation direction="right"> + <sequence start="4" end="7" delay="75" offsetY="-20"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <sequence start="16" end="19" delay="75" offsetY="-16"/> + <sequence start="16" end="19" delay="75" offsetY="-12"/> + <sequence start="16" end="19" delay="75" offsetY="-8"/> + <sequence start="16" end="19" delay="75" offsetY="-4"/> + <sequence start="16" end="19" delay="75" offsetY="0"/> + <frame index="16" offsetY="16"/> + </animation> + <animation direction="left"> + <sequence start="16" end="19" delay="75" offsetY="-8"/> + <sequence start="16" end="19" delay="75" offsetY="-12"/> + <sequence start="16" end="19" delay="75" offsetY="-8"/> + <sequence start="16" end="19" delay="75" offsetY="-4"/> + <sequence start="16" end="19" delay="75" offsetY="0"/> + <frame index="17" offsetY="8"/> + </animation> + <animation direction="up"> + <sequence start="16" end="19" delay="75" offsetY="-16"/> + <sequence start="16" end="19" delay="75" offsetY="-12"/> + <sequence start="16" end="19" delay="75" offsetY="-8"/> + <sequence start="16" end="19" delay="75" offsetY="-4"/> + <sequence start="16" end="19" delay="75" offsetY="0"/> + <frame index="18" offsetY="4"/> + </animation> + <animation direction="right"> + <sequence start="16" end="19" delay="75" offsetY="-16"/> + <sequence start="16" end="19" delay="75" offsetY="-12"/> + <sequence start="16" end="19" delay="75" offsetY="-8"/> + <sequence start="16" end="19" delay="75" offsetY="-4"/> + <sequence start="16" end="19" delay="75" offsetY="0"/> + <frame index="19" offsetY="12"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="8" delay="75" offsetY="-12"/> + <frame index="9" delay="75" offsetY="-8"/> + <frame index="10" delay="75" offsetY="-4"/> + <frame index="11" delay="75" offsetY="0"/> + <frame index="10" delay="75" offsetY="-4"/> + <frame index="9" delay="75" offsetY="-8"/> + <frame index="8" delay="75" offsetY="-12"/> + </animation> + <animation direction="left"> + <frame index="0" delay="75" offsetY="-16" offsetX="0"/> + <frame index="1" delay="75" offsetY="-16" offsetX="-4"/> + <frame index="2" delay="75" offsetY="-16" offsetX="-8"/> + <frame index="3" delay="75" offsetY="-16" offsetX="-12"/> + <frame index="2" delay="75" offsetY="-16" offsetX="-8"/> + <frame index="1" delay="75" offsetY="-16" offsetX="-4"/> + <frame index="0" delay="75" offsetY="-16" offsetX="0"/> + </animation> + <animation direction="up"> + <frame index="12" delay="75" offsetY="-14"/> + <frame index="13" delay="75" offsetY="-16"/> + <frame index="14" delay="75" offsetY="-18"/> + <frame index="15" delay="75" offsetY="-20"/> + <frame index="14" delay="75" offsetY="-18"/> + <frame index="13" delay="75" offsetY="-16"/> + <frame index="12" delay="75" offsetY="-14"/> + </animation> + <animation direction="right"> + <frame index="4" delay="75" offsetY="-16" offsetX="0"/> + <frame index="5" delay="75" offsetY="-16" offsetX="4"/> + <frame index="6" delay="75" offsetY="-16" offsetX="8"/> + <frame index="7" delay="75" offsetY="-16" offsetX="12"/> + <frame index="6" delay="75" offsetY="-16" offsetX="8"/> + <frame index="5" delay="75" offsetY="-16" offsetX="4"/> + <frame index="4" delay="75" offsetY="-16" offsetX="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/butterfly.xml b/graphics/sprites/monsters/butterfly.xml index 07ce107f..40ea9267 100644 --- a/graphics/sprites/monsters/butterfly.xml +++ b/graphics/sprites/monsters/butterfly.xml @@ -1,104 +1,94 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/butterfly.png|W" width="28" height="28" /> - <action name="stand" imageset="base"> - <animation direction="up"> - <sequence start="0" end="3" delay="120" offsetY="-20" /> - </animation> - <animation direction="down"> - <sequence start="0" end="3" delay="120" offsetY="-20" /> - </animation> - <animation direction="right"> - <sequence start="4" end="7" delay="120" offsetY="-20" /> - </animation> - <animation direction="left"> - <sequence start="8" end="11" delay="120" offsetY="-20" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="up"> - <sequence start="0" end="3" delay="75" offsetY="-20" /> - </animation> - <animation direction="down"> - <sequence start="0" end="3" delay="75" offsetY="-20" /> - </animation> - <animation direction="right"> - <sequence start="4" end="7" delay="75" offsetY="-20" /> - </animation> - <animation direction="left"> - <sequence start="8" end="11" delay="75" offsetY="-20" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="up"> - <frame index="0" delay="50" offsetY="-24" /> - <frame index="1" delay="50" offsetY="-36" /> - <frame index="2" delay="50" offsetY="-84" /> - <frame index="3" delay="60" offsetY="-52" /> - <frame index="2" delay="60" offsetY="-36" /> - <frame index="1" delay="60" offsetY="-28" /> - <frame index="0" delay="60" offsetY="-24" /> - </animation> - <animation direction="down"> - <frame index="0" delay="50" offsetY="-16" /> - <frame index="1" delay="50" offsetY="-4" /> - <frame index="2" delay="50" offsetY="44" /> - <frame index="3" delay="60" offsetY="12" /> - <frame index="2" delay="60" offsetY="-4" /> - <frame index="1" delay="60" offsetY="-12" /> - <frame index="0" delay="60" offsetY="-16" /> - </animation> - <animation direction="right"> - <frame index="4" delay="50" offsetY="-20" offsetX="4" /> - <frame index="5" delay="50" offsetY="-20" offsetX="16" /> - <frame index="6" delay="50" offsetY="-20" offsetX="64" /> - <frame index="7" delay="60" offsetY="-20" offsetX="32" /> - <frame index="6" delay="60" offsetY="-20" offsetX="16" /> - <frame index="5" delay="60" offsetY="-20" offsetX="8" /> - <frame index="4" delay="60" offsetY="-20" offsetX="4" /> - </animation> - <animation direction="left"> - <frame index="8" delay="50" offsetY="-20" offsetX="-4" /> - <frame index="9" delay="50" offsetY="-20" offsetX="-16" /> - <frame index="10" delay="50" offsetY="-20" offsetX="-64" /> - <frame index="11" delay="60" offsetY="-20" offsetX="-32" /> - <frame index="10" delay="60" offsetY="-20" offsetX="-16" /> - <frame index="9" delay="60" offsetY="-20" offsetX="-8" /> - <frame index="8" delay="60" offsetY="-20" offsetX="-4" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - - <frame index="12" delay="70" offsetY="-19" offsetX="2" /> - <frame index="13" delay="70" offsetY="-18" offsetX="4" /> - <frame index="14" delay="70" offsetY="-17" offsetX="8" /> - <frame index="13" delay="70" offsetY="-16" offsetX="10"/> - - <frame index="12" delay="75" offsetY="-15" offsetX="8" /> - <frame index="13" delay="75" offsetY="-14" offsetX="4" /> - <frame index="14" delay="75" offsetY="-13" offsetX="2" /> - <frame index="13" delay="75" offsetY="-12" offsetX="0" /> - - <frame index="12" delay="80" offsetY="-11" offsetX="-2" /> - <frame index="13" delay="80" offsetY="-10" offsetX="-4" /> - <frame index="14" delay="80" offsetY="-9" offsetX="-6" /> - <frame index="13" delay="80" offsetY="-8" offsetX="-8" /> - - <frame index="12" delay="85" offsetY="-7" offsetX="-10" /> - <frame index="13" delay="85" offsetY="-6" offsetX="-8" /> - <frame index="14" delay="85" offsetY="-5" offsetX="-6" /> - <frame index="13" delay="85" offsetY="-4" offsetX="-4" /> - - <frame index="12" delay="90" offsetY="-3" offsetX="-2" /> - <frame index="13" delay="90" offsetY="-2" offsetX="0" /> - <frame index="14" delay="90" offsetY="-1" offsetX="2" /> - <frame index="15" delay="3000" offsetY="0" offsetX="0" /> - - - </animation> - </action> + <imageset name="base" src="graphics/sprites/monsters/butterfly.png|W" width="28" height="28"/> + <action name="stand" imageset="base"> + <animation direction="up"> + <sequence start="0" end="3" delay="120" offsetY="-20"/> + </animation> + <animation direction="down"> + <sequence start="0" end="3" delay="120" offsetY="-20"/> + </animation> + <animation direction="right"> + <sequence start="4" end="7" delay="120" offsetY="-20"/> + </animation> + <animation direction="left"> + <sequence start="8" end="11" delay="120" offsetY="-20"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="up"> + <sequence start="0" end="3" delay="75" offsetY="-20"/> + </animation> + <animation direction="down"> + <sequence start="0" end="3" delay="75" offsetY="-20"/> + </animation> + <animation direction="right"> + <sequence start="4" end="7" delay="75" offsetY="-20"/> + </animation> + <animation direction="left"> + <sequence start="8" end="11" delay="75" offsetY="-20"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="up"> + <frame index="0" delay="50" offsetY="-24"/> + <frame index="1" delay="50" offsetY="-36"/> + <frame index="2" delay="50" offsetY="-84"/> + <frame index="3" delay="60" offsetY="-52"/> + <frame index="2" delay="60" offsetY="-36"/> + <frame index="1" delay="60" offsetY="-28"/> + <frame index="0" delay="60" offsetY="-24"/> + </animation> + <animation direction="down"> + <frame index="0" delay="50" offsetY="-16"/> + <frame index="1" delay="50" offsetY="-4"/> + <frame index="2" delay="50" offsetY="44"/> + <frame index="3" delay="60" offsetY="12"/> + <frame index="2" delay="60" offsetY="-4"/> + <frame index="1" delay="60" offsetY="-12"/> + <frame index="0" delay="60" offsetY="-16"/> + </animation> + <animation direction="right"> + <frame index="4" delay="50" offsetY="-20" offsetX="4"/> + <frame index="5" delay="50" offsetY="-20" offsetX="16"/> + <frame index="6" delay="50" offsetY="-20" offsetX="64"/> + <frame index="7" delay="60" offsetY="-20" offsetX="32"/> + <frame index="6" delay="60" offsetY="-20" offsetX="16"/> + <frame index="5" delay="60" offsetY="-20" offsetX="8"/> + <frame index="4" delay="60" offsetY="-20" offsetX="4"/> + </animation> + <animation direction="left"> + <frame index="8" delay="50" offsetY="-20" offsetX="-4"/> + <frame index="9" delay="50" offsetY="-20" offsetX="-16"/> + <frame index="10" delay="50" offsetY="-20" offsetX="-64"/> + <frame index="11" delay="60" offsetY="-20" offsetX="-32"/> + <frame index="10" delay="60" offsetY="-20" offsetX="-16"/> + <frame index="9" delay="60" offsetY="-20" offsetX="-8"/> + <frame index="8" delay="60" offsetY="-20" offsetX="-4"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="12" delay="70" offsetY="-19" offsetX="2"/> + <frame index="13" delay="70" offsetY="-18" offsetX="4"/> + <frame index="14" delay="70" offsetY="-17" offsetX="8"/> + <frame index="13" delay="70" offsetY="-16" offsetX="10"/> + <frame index="12" delay="75" offsetY="-15" offsetX="8"/> + <frame index="13" delay="75" offsetY="-14" offsetX="4"/> + <frame index="14" delay="75" offsetY="-13" offsetX="2"/> + <frame index="13" delay="75" offsetY="-12" offsetX="0"/> + <frame index="12" delay="80" offsetY="-11" offsetX="-2"/> + <frame index="13" delay="80" offsetY="-10" offsetX="-4"/> + <frame index="14" delay="80" offsetY="-9" offsetX="-6"/> + <frame index="13" delay="80" offsetY="-8" offsetX="-8"/> + <frame index="12" delay="85" offsetY="-7" offsetX="-10"/> + <frame index="13" delay="85" offsetY="-6" offsetX="-8"/> + <frame index="14" delay="85" offsetY="-5" offsetX="-6"/> + <frame index="13" delay="85" offsetY="-4" offsetX="-4"/> + <frame index="12" delay="90" offsetY="-3" offsetX="-2"/> + <frame index="13" delay="90" offsetY="-2" offsetX="0"/> + <frame index="14" delay="90" offsetY="-1" offsetX="2"/> + <frame index="15" delay="3000" offsetY="0" offsetX="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/cave-maggot-giant.xml b/graphics/sprites/monsters/cave-maggot-giant.xml index 635b8011..c4a63558 100644 --- a/graphics/sprites/monsters/cave-maggot-giant.xml +++ b/graphics/sprites/monsters/cave-maggot-giant.xml @@ -1,70 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/cave-maggot-giant.png|W" width="58" height="46" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" /> - </animation> - <animation direction="left"> - <frame index="10" /> - </animation> - <animation direction="up"> - <frame index="20" /> - </animation> - <animation direction="right"> - <frame index="30" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="100" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="100" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="100" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="100" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" /> - </animation> - <animation direction="left"> - <frame index="19" /> - </animation> - <animation direction="up"> - <frame index="29" /> - </animation> - <animation direction="right"> - <frame index="39" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/cave-maggot-giant.png|W" width="58" height="46"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0"/> + </animation> + <animation direction="left"> + <frame index="10"/> + </animation> + <animation direction="up"> + <frame index="20"/> + </animation> + <animation direction="right"> + <frame index="30"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="100"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="100"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="100"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="100"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9"/> + </animation> + <animation direction="left"> + <frame index="19"/> + </animation> + <animation direction="up"> + <frame index="29"/> + </animation> + <animation direction="right"> + <frame index="39"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/cave-maggot.xml b/graphics/sprites/monsters/cave-maggot.xml index 58b2f752..f26797eb 100644 --- a/graphics/sprites/monsters/cave-maggot.xml +++ b/graphics/sprites/monsters/cave-maggot.xml @@ -1,66 +1,60 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/cave-maggot.png" width="20" height="15" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY ="-8" /> - </animation> - <animation direction="left"> - <frame index="10" offsetY ="-11" /> - </animation> - <animation direction="up"> - <frame index="20" offsetY ="-10" /> - </animation> - <animation direction="right"> - <frame index="30" offsetY ="-11" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="150" offsetY ="-8" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="150" offsetY ="-11" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="150" offsetY ="-10" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="150" offsetY ="-11" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetY ="-8" /> - </animation> - <animation direction="left" > - <frame index="19" offsetY ="-11" /> - </animation> - <animation direction="up"> - <frame index="29" offsetY ="-10" /> - </animation> - <animation direction="right"> - <frame index="39" offsetY ="-11" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="150" offsetY ="-8" /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="150" offsetY ="-11" /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="150" offsetY ="-10" /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="150" offsetY ="-11" /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/cave-maggot.png" width="20" height="15"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="10" offsetY="-11"/> + </animation> + <animation direction="up"> + <frame index="20" offsetY="-10"/> + </animation> + <animation direction="right"> + <frame index="30" offsetY="-11"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="150" offsetY="-8"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="150" offsetY="-11"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="150" offsetY="-10"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="150" offsetY="-11"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="19" offsetY="-11"/> + </animation> + <animation direction="up"> + <frame index="29" offsetY="-10"/> + </animation> + <animation direction="right"> + <frame index="39" offsetY="-11"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="150" offsetY="-8"/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="150" offsetY="-11"/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="150" offsetY="-10"/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="150" offsetY="-11"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/clover.xml b/graphics/sprites/monsters/clover.xml index 450c80a6..a3976baf 100644 --- a/graphics/sprites/monsters/clover.xml +++ b/graphics/sprites/monsters/clover.xml @@ -1,16 +1,14 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/clover.png" width="30" height="30" /> - - <action name="stand" imageset="base"> - <animation> - <frame index="0"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation> - <frame index="1"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/monsters/clover.png" width="30" height="30"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="1"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/duck.xml b/graphics/sprites/monsters/duck.xml index 4aa1c812..209c0774 100644 --- a/graphics/sprites/monsters/duck.xml +++ b/graphics/sprites/monsters/duck.xml @@ -1,70 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/duck.png|W;M;R;G;C;B" width="24" height="26" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" /> - </animation> - <animation direction="left"> - <frame index="10" /> - </animation> - <animation direction="up"> - <frame index="20" /> - </animation> - <animation direction="right"> - <frame index="30" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="3" delay="75" /> - </animation> - <animation direction="left"> - <sequence start="11" end="13" delay="75" /> - </animation> - <animation direction="up"> - <sequence start="21" end="23" delay="75" /> - </animation> - <animation direction="right"> - <sequence start="31" end="33" delay="75" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" /> - </animation> - <animation direction="left"> - <frame index="19" /> - </animation> - <animation direction="up"> - <frame index="29" /> - </animation> - <animation direction="right"> - <frame index="39" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/duck.png|W;M;R;G;C;B" width="24" height="26"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0"/> + </animation> + <animation direction="left"> + <frame index="10"/> + </animation> + <animation direction="up"> + <frame index="20"/> + </animation> + <animation direction="right"> + <frame index="30"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="3" delay="75"/> + </animation> + <animation direction="left"> + <sequence start="11" end="13" delay="75"/> + </animation> + <animation direction="up"> + <sequence start="21" end="23" delay="75"/> + </animation> + <animation direction="right"> + <sequence start="31" end="33" delay="75"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9"/> + </animation> + <animation direction="left"> + <frame index="19"/> + </animation> + <animation direction="up"> + <frame index="29"/> + </animation> + <animation direction="right"> + <frame index="39"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/element-ball.xml b/graphics/sprites/monsters/element-ball.xml index 6815846a..ed29fda8 100644 --- a/graphics/sprites/monsters/element-ball.xml +++ b/graphics/sprites/monsters/element-ball.xml @@ -1,94 +1,74 @@ <?xml version="1.0"?> <sprite> - -<imageset name="base" src="graphics/sprites/monsters/element-ball.png|W" width="50" height="80" /> - -<action name="stand" imageset="base"> -<animation direction="default"> -<frame index="0" delay="90"/> -<frame index="1" delay="90"/> -<frame index="2" delay="90"/> -<frame index="3" delay="90"/> -<frame index="4" delay="90"/> -<frame index="5" delay="90"/> -<frame index="6" delay="90"/> -<frame index="7" delay="90"/> -<frame index="8" delay="90"/> -<frame index="9" delay="90"/> -<frame index="10" delay="90"/> -<frame index="11" delay="90"/> -<frame index="12" delay="90"/> -<frame index="13" delay="90"/> -<frame index="14" delay="90"/> -<frame index="15" delay="90"/> -<frame index="16" delay="90"/> -</animation> -</action> - -<action name="dead" imageset="base"> -<animation direction="default"> -<frame index="0" delay="55" offsetY="1"/> -<frame index="0" delay="55" offsetY="2"/> -<frame index="0" delay="45" offsetY="3"/> -<frame index="0" delay="45" offsetY="4"/> -<frame index="0" delay="45" offsetY="5"/> -<frame index="0" delay="45" offsetY="6"/> -<frame index="0" delay="35" offsetY="7"/> -<frame index="0" delay="35" offsetY="8"/> -<frame index="0" delay="25" offsetY="9"/> -<frame index="0" delay="25" offsetY="10"/> -<frame index="0" delay="25" offsetY="11"/> -<frame index="0" delay="25" offsetY="12"/> -<frame index="0" delay="25" offsetY="13"/> -<frame index="0" delay="15" offsetY="14"/> -<frame index="0" delay="15" offsetY="15"/> -<frame index="40" delay="140" offsetY="15"/> -<frame index="41" delay="140" offsetY="15"/> -<frame index="42" delay="140" offsetY="15"/> -<frame index="43" delay="140" offsetY="15"/> -<frame index="44" delay="140" offsetY="15"/> -<frame index="45" delay="110" offsetY="15"/> -<frame index="46" delay="110" offsetY="15"/> -<frame index="47" delay="110" offsetY="15"/> -<frame index="48" delay="110" offsetY="15"/> -<frame index="49" delay="110" offsetY="15"/> -<frame index="17"/> -</animation> -</action> - -<action name="attack" imageset="base"> -<animation direction="right"> -<frame index="20" delay="80"/> -<frame index="21" delay="80"/> -<frame index="22" delay="80"/> -<frame index="23" delay="80"/> -<frame index="24" delay="80"/> 3 -<frame index="25" delay="80"/> -<frame index="26" delay="220"/> -<frame index="25" delay="180"/> -<frame index="24" delay="140"/> -<frame index="23" delay="100"/> -<frame index="22" delay="80"/> -<frame index="21" delay="60"/> -<frame index="20" delay="60"/> - -</animation> - -<animation direction="left"> -<frame index="36" delay="80"/> -<frame index="35" delay="80"/> -<frame index="34" delay="80"/> -<frame index="33" delay="80"/> -<frame index="32" delay="80"/> -<frame index="31" delay="80"/> -<frame index="30" delay="220"/> -<frame index="31" delay="180"/> -<frame index="32" delay="140"/> -<frame index="33" delay="100"/> -<frame index="34" delay="80"/> -<frame index="35" delay="60"/> -<frame index="36" delay="60"/> -</animation> -</action> - + <imageset name="base" src="graphics/sprites/monsters/element-ball.png|W" width="50" height="80"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" delay="90"/> + <frame index="1" delay="90"/> + <frame index="2" delay="90"/> + <frame index="3" delay="90"/> + <frame index="4" delay="90"/> + <frame index="5" delay="90"/> + <frame index="6" delay="90"/> + <frame index="7" delay="90"/> + <frame index="8" delay="90"/> + <frame index="9" delay="90"/> + <frame index="10" delay="90"/> + <frame index="11" delay="90"/> + <frame index="12" delay="90"/> + <frame index="13" delay="90"/> + <frame index="14" delay="90"/> + <frame index="15" delay="90"/> + <frame index="16" delay="90"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="0" delay="55" offsetY="1"/> + <frame index="0" delay="55" offsetY="2"/> + <frame index="0" delay="45" offsetY="3"/> + <frame index="0" delay="45" offsetY="4"/> + <frame index="0" delay="45" offsetY="5"/> + <frame index="0" delay="45" offsetY="6"/> + <frame index="0" delay="35" offsetY="7"/> + <frame index="0" delay="35" offsetY="8"/> + <frame index="0" delay="25" offsetY="9"/> + <frame index="0" delay="25" offsetY="10"/> + <frame index="0" delay="25" offsetY="11"/> + <frame index="0" delay="25" offsetY="12"/> + <frame index="0" delay="25" offsetY="13"/> + <frame index="0" delay="15" offsetY="14"/> + <frame index="0" delay="15" offsetY="15"/> + <frame index="40" delay="140" offsetY="15"/> + <frame index="41" delay="140" offsetY="15"/> + <frame index="42" delay="140" offsetY="15"/> + <frame index="43" delay="140" offsetY="15"/> + <frame index="44" delay="140" offsetY="15"/> + <frame index="45" delay="110" offsetY="15"/> + <frame index="46" delay="110" offsetY="15"/> + <frame index="47" delay="110" offsetY="15"/> + <frame index="48" delay="110" offsetY="15"/> + <frame index="49" delay="110" offsetY="15"/> + <frame index="17"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="right"><frame index="20" delay="80"/><frame index="21" delay="80"/><frame index="22" delay="80"/><frame index="23" delay="80"/><frame index="24" delay="80"/> 3 +<frame index="25" delay="80"/><frame index="26" delay="220"/><frame index="25" delay="180"/><frame index="24" delay="140"/><frame index="23" delay="100"/><frame index="22" delay="80"/><frame index="21" delay="60"/><frame index="20" delay="60"/></animation> + <animation direction="left"> + <frame index="36" delay="80"/> + <frame index="35" delay="80"/> + <frame index="34" delay="80"/> + <frame index="33" delay="80"/> + <frame index="32" delay="80"/> + <frame index="31" delay="80"/> + <frame index="30" delay="220"/> + <frame index="31" delay="180"/> + <frame index="32" delay="140"/> + <frame index="33" delay="100"/> + <frame index="34" delay="80"/> + <frame index="35" delay="60"/> + <frame index="36" delay="60"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/flower.xml b/graphics/sprites/monsters/flower.xml index afa65e7c..a8f5a0bd 100644 --- a/graphics/sprites/monsters/flower.xml +++ b/graphics/sprites/monsters/flower.xml @@ -1,51 +1,46 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/flower.png|W;R;Y" width="58" height="45" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY="3" /> - </animation> - <animation direction="left"> - <frame index="6" offsetY="3" /> - </animation> - <animation direction="up"> - <frame index="12" offsetY="3" /> - </animation> - <animation direction="right"> - <frame index="18" offsetY="3" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="5" offsetY="3" /> - </animation> - <animation direction="left"> - <frame index="11" offsetY="3" /> - </animation> - <animation direction="up"> - <frame index="17" offsetY="3" /> - </animation> - <animation direction="right"> - <frame index="23" offsetY="3" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="1" end="5" delay="75" offsetY="3" /> - </animation> - <animation direction="left"> - <sequence start="7" end="10" delay="75" offsetY="3" /> - </animation> - <animation direction="up"> - <sequence start="13" end="16" delay="75" offsetY="3" /> - </animation> - <animation direction="right"> - <sequence start="19" end="22" delay="75" offsetY="3" /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/flower.png|W;R;Y" width="58" height="45"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="3"/> + </animation> + <animation direction="left"> + <frame index="6" offsetY="3"/> + </animation> + <animation direction="up"> + <frame index="12" offsetY="3"/> + </animation> + <animation direction="right"> + <frame index="18" offsetY="3"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="5" offsetY="3"/> + </animation> + <animation direction="left"> + <frame index="11" offsetY="3"/> + </animation> + <animation direction="up"> + <frame index="17" offsetY="3"/> + </animation> + <animation direction="right"> + <frame index="23" offsetY="3"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="1" end="5" delay="75" offsetY="3"/> + </animation> + <animation direction="left"> + <sequence start="7" end="10" delay="75" offsetY="3"/> + </animation> + <animation direction="up"> + <sequence start="13" end="16" delay="75" offsetY="3"/> + </animation> + <animation direction="right"> + <sequence start="19" end="22" delay="75" offsetY="3"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/fluffy.xml b/graphics/sprites/monsters/fluffy.xml index ee074b31..b28330e7 100644 --- a/graphics/sprites/monsters/fluffy.xml +++ b/graphics/sprites/monsters/fluffy.xml @@ -1,70 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/fluffy.png" width="28" height="32" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY ="-3" /> - </animation> - <animation direction="left"> - <frame index="10" offsetY ="-6" /> - </animation> - <animation direction="up"> - <frame index="20" offsetY ="-4" /> - </animation> - <animation direction="right"> - <frame index="30" offsetY ="-6" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="100" offsetY ="-3" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="100" offsetY ="-6" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="100" offsetY ="-4" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="100" offsetY ="-6" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetY ="-3" /> - </animation> - <animation direction="left"> - <frame index="19" offsetY ="-6" /> - </animation> - <animation direction="up"> - <frame index="29" offsetY ="-4" /> - </animation> - <animation direction="right"> - <frame index="39" offsetY ="-6" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="175" offsetY ="-3" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="175" offsetY ="-6" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="175" offsetY ="-4" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="175" offsetY ="-6" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/fluffy.png" width="28" height="32"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-3"/> + </animation> + <animation direction="left"> + <frame index="10" offsetY="-6"/> + </animation> + <animation direction="up"> + <frame index="20" offsetY="-4"/> + </animation> + <animation direction="right"> + <frame index="30" offsetY="-6"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="100" offsetY="-3"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="100" offsetY="-6"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="100" offsetY="-4"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="100" offsetY="-6"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetY="-3"/> + </animation> + <animation direction="left"> + <frame index="19" offsetY="-6"/> + </animation> + <animation direction="up"> + <frame index="29" offsetY="-4"/> + </animation> + <animation direction="right"> + <frame index="39" offsetY="-6"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="175" offsetY="-3"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="175" offsetY="-6"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="175" offsetY="-4"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="175" offsetY="-6"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/ghost-pumpkin.xml b/graphics/sprites/monsters/ghost-pumpkin.xml index 4d867290..3cef62f7 100644 --- a/graphics/sprites/monsters/ghost-pumpkin.xml +++ b/graphics/sprites/monsters/ghost-pumpkin.xml @@ -1,42 +1,38 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/ghost-pumpkin.png" width="60" height="60" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <sequence start="0" end="2" delay="200" /> - </animation> - <animation direction="right"> - <sequence start="3" end="5" delay="200" /> - </animation> - <animation direction="left"> - <sequence start="6" end="8" delay="200" /> - </animation> - <animation direction="up"> - <sequence start="9" end="11" delay="200" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="12" end="14" delay="200" /> - </animation> - <animation direction="right"> - <sequence start="15" end="17" delay="200" /> - </animation> - <animation direction="left"> - <sequence start="18" end="20" delay="200" /> - </animation> - <animation direction="up"> - <sequence start="21" end="23" delay="200" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <sequence start="24" end="28" delay="200" /> - <frame index="28" delay="0" /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/ghost-pumpkin.png" width="60" height="60"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <sequence start="0" end="2" delay="200"/> + </animation> + <animation direction="right"> + <sequence start="3" end="5" delay="200"/> + </animation> + <animation direction="left"> + <sequence start="6" end="8" delay="200"/> + </animation> + <animation direction="up"> + <sequence start="9" end="11" delay="200"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="12" end="14" delay="200"/> + </animation> + <animation direction="right"> + <sequence start="15" end="17" delay="200"/> + </animation> + <animation direction="left"> + <sequence start="18" end="20" delay="200"/> + </animation> + <animation direction="up"> + <sequence start="21" end="23" delay="200"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <sequence start="24" end="28" delay="200"/> + <frame index="28" delay="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/goblin-fire.xml b/graphics/sprites/monsters/goblin-fire.xml index b2d09320..3365c0bf 100644 --- a/graphics/sprites/monsters/goblin-fire.xml +++ b/graphics/sprites/monsters/goblin-fire.xml @@ -1,70 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/goblin-fire.png" width="60" height="43" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX ="0" offsetY ="-8" /> - </animation> - <animation direction="left"> - <frame index="10" offsetX ="-6" offsetY ="-8" /> - </animation> - <animation direction="up"> - <frame index="20" offsetX ="0" offsetY ="-8" /> - </animation> - <animation direction="right"> - <frame index="30" offsetX ="6" offsetY ="-8" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="75" offsetX ="0" offsetY ="-8" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="75" offsetX ="-6" offsetY ="-8" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="75" offsetX ="0" offsetY ="-8" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="75" offsetX ="6" offsetY ="-8" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetX ="-6" offsetY ="-8" /> - </animation> - <animation direction="left"> - <frame index="19" offsetX ="-6" offsetY ="-8" /> - </animation> - <animation direction="up"> - <frame index="29" offsetX ="6" offsetY ="-8" /> - </animation> - <animation direction="right"> - <frame index="39" offsetX ="6" offsetY ="-8" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" offsetX ="0" offsetY ="-8" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" offsetX ="-6" offsetY ="-8" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" offsetX ="0" offsetY ="-8" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" offsetX ="6" offsetY ="-8" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/goblin-fire.png" width="60" height="43"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="10" offsetX="-6" offsetY="-8"/> + </animation> + <animation direction="up"> + <frame index="20" offsetX="0" offsetY="-8"/> + </animation> + <animation direction="right"> + <frame index="30" offsetX="6" offsetY="-8"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="75" offsetX="0" offsetY="-8"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="75" offsetX="-6" offsetY="-8"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="75" offsetX="0" offsetY="-8"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="75" offsetX="6" offsetY="-8"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetX="-6" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="19" offsetX="-6" offsetY="-8"/> + </animation> + <animation direction="up"> + <frame index="29" offsetX="6" offsetY="-8"/> + </animation> + <animation direction="right"> + <frame index="39" offsetX="6" offsetY="-8"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75" offsetX="0" offsetY="-8"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75" offsetX="-6" offsetY="-8"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75" offsetX="0" offsetY="-8"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75" offsetX="6" offsetY="-8"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/goblin-ice.xml b/graphics/sprites/monsters/goblin-ice.xml index bbc90d27..6359ef5a 100644 --- a/graphics/sprites/monsters/goblin-ice.xml +++ b/graphics/sprites/monsters/goblin-ice.xml @@ -1,70 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/goblin-ice.png" width="60" height="43" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX ="0" offsetY ="-8" /> - </animation> - <animation direction="left"> - <frame index="10" offsetX ="-6" offsetY ="-8" /> - </animation> - <animation direction="up"> - <frame index="20" offsetX ="0" offsetY ="-8" /> - </animation> - <animation direction="right"> - <frame index="30" offsetX ="6" offsetY ="-8" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="75" offsetX ="0" offsetY ="-8" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="75" offsetX ="-6" offsetY ="-8" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="75" offsetX ="0" offsetY ="-8" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="75" offsetX ="6" offsetY ="-8" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetX ="-6" offsetY ="-8" /> - </animation> - <animation direction="left"> - <frame index="19" offsetX ="-6" offsetY ="-8" /> - </animation> - <animation direction="up"> - <frame index="29" offsetX ="6" offsetY ="-8" /> - </animation> - <animation direction="right"> - <frame index="39" offsetX ="6" offsetY ="-8" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" offsetX ="0" offsetY ="-8" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" offsetX ="-6" offsetY ="-8" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" offsetX ="0" offsetY ="-8" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" offsetX ="6" offsetY ="-8" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/goblin-ice.png" width="60" height="43"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="10" offsetX="-6" offsetY="-8"/> + </animation> + <animation direction="up"> + <frame index="20" offsetX="0" offsetY="-8"/> + </animation> + <animation direction="right"> + <frame index="30" offsetX="6" offsetY="-8"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="75" offsetX="0" offsetY="-8"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="75" offsetX="-6" offsetY="-8"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="75" offsetX="0" offsetY="-8"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="75" offsetX="6" offsetY="-8"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetX="-6" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="19" offsetX="-6" offsetY="-8"/> + </animation> + <animation direction="up"> + <frame index="29" offsetX="6" offsetY="-8"/> + </animation> + <animation direction="right"> + <frame index="39" offsetX="6" offsetY="-8"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75" offsetX="0" offsetY="-8"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75" offsetX="-6" offsetY="-8"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75" offsetX="0" offsetY="-8"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75" offsetX="6" offsetY="-8"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/larvespa.xml b/graphics/sprites/monsters/larvespa.xml index 337868f5..17f56d8a 100644 --- a/graphics/sprites/monsters/larvespa.xml +++ b/graphics/sprites/monsters/larvespa.xml @@ -1,65 +1,60 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/larvespa.png|R;G" width="45" height="45" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="27" delay="150"/> - </animation> - <animation direction="left"> - <frame index="0" delay="150"/> - </animation> - <animation direction="up"> - <frame index="9" delay="150"/> - </animation> - <animation direction="right"> - <frame index="18" delay="150"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="27" end="31" delay="150"/> - </animation> - <animation direction="left"> - <sequence start="0" end="4" delay="150"/> - </animation> - <animation direction="up"> - <sequence start="9" end="13" delay="150"/> - </animation> - <animation direction="right"> - <sequence start="18" end="22" delay="150"/> - </animation> - </action> - - - <action name="dead" imageset="base"> - <animation direction="right"> - <frame index="26" delay="0"/> - </animation> - <animation direction="down"> - <frame index="35" delay="0"/> - </animation> - <animation direction="left"> - <frame index="8" delay="0"/> - </animation> - <animation direction="up"> - <frame index="17" delay="0"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="32" end="34" delay="150"/> </animation> - <animation direction="left"> - <sequence start="5" end="7" delay="150"/> - </animation> - <animation direction="up"> - <sequence start="14" end="16" delay="150"/> - </animation> - <animation direction="right"> - <sequence start="23" end="25" delay="150"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/larvespa.png|R;G" width="45" height="45"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="27" delay="150"/> + </animation> + <animation direction="left"> + <frame index="0" delay="150"/> + </animation> + <animation direction="up"> + <frame index="9" delay="150"/> + </animation> + <animation direction="right"> + <frame index="18" delay="150"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="27" end="31" delay="150"/> + </animation> + <animation direction="left"> + <sequence start="0" end="4" delay="150"/> + </animation> + <animation direction="up"> + <sequence start="9" end="13" delay="150"/> + </animation> + <animation direction="right"> + <sequence start="18" end="22" delay="150"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="right"> + <frame index="26" delay="0"/> + </animation> + <animation direction="down"> + <frame index="35" delay="0"/> + </animation> + <animation direction="left"> + <frame index="8" delay="0"/> + </animation> + <animation direction="up"> + <frame index="17" delay="0"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="32" end="34" delay="150"/> + </animation> + <animation direction="left"> + <sequence start="5" end="7" delay="150"/> + </animation> + <animation direction="up"> + <sequence start="14" end="16" delay="150"/> + </animation> + <animation direction="right"> + <sequence start="23" end="25" delay="150"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/lizard.xml b/graphics/sprites/monsters/lizard.xml index d3bf2964..1e663513 100644 --- a/graphics/sprites/monsters/lizard.xml +++ b/graphics/sprites/monsters/lizard.xml @@ -1,66 +1,58 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/lizard.png|W" width="80" height="56" /> - - -<action name="stand" imageset="base"> - <animation direction="down"> - <frame index="26" /> - </animation> - <animation direction="left"> - <frame index="14" /> - </animation> - <animation direction="up"> - <frame index="38" /> - </animation> - <animation direction="right"> - <frame index="2" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="24" end="29" delay="75" /> - </animation> - <animation direction="left"> - <sequence start="12" end="17" delay="75" /> - </animation> - <animation direction="up"> - <sequence start="36" end="41" delay="75" /> - </animation> - <animation direction="right"> - <sequence start="0" end="5" delay="75" /> - </animation> - </action> - - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="11" delay="100" /> - <frame index="23" delay="100" /> - <frame index="35" delay="100" /> - <frame index="47" delay="0" /> - </animation> - </action> - - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="30" end="34" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="18" end="22" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="42" end="46" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="6" end="10" delay="75" /> - <end /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/monsters/lizard.png|W" width="80" height="56"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="26"/> + </animation> + <animation direction="left"> + <frame index="14"/> + </animation> + <animation direction="up"> + <frame index="38"/> + </animation> + <animation direction="right"> + <frame index="2"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="24" end="29" delay="75"/> + </animation> + <animation direction="left"> + <sequence start="12" end="17" delay="75"/> + </animation> + <animation direction="up"> + <sequence start="36" end="41" delay="75"/> + </animation> + <animation direction="right"> + <sequence start="0" end="5" delay="75"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="11" delay="100"/> + <frame index="23" delay="100"/> + <frame index="35" delay="100"/> + <frame index="47" delay="0"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="30" end="34" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="18" end="22" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="42" end="46" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="6" end="10" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/logmonster.xml b/graphics/sprites/monsters/logmonster.xml index 5fa93a4f..27d5fc39 100644 --- a/graphics/sprites/monsters/logmonster.xml +++ b/graphics/sprites/monsters/logmonster.xml @@ -1,66 +1,66 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/logmonster.png" width="45" height="43" /> + <imageset name="base" src="graphics/sprites/monsters/logmonster.png" width="45" height="43"/> <action name="stand" imageset="base"> <animation direction="down"> - <frame index="0" delay="100" /> - <frame index="1" delay="100" /> - <frame index="0" delay="100" /> - <frame index="1" delay="3500" /> - <frame index="0" delay="100" /> - <frame index="1" delay="4000" /> + <frame index="0" delay="100"/> + <frame index="1" delay="100"/> + <frame index="0" delay="100"/> + <frame index="1" delay="3500"/> + <frame index="0" delay="100"/> + <frame index="1" delay="4000"/> </animation> <animation direction="right"> - <frame index="18" delay="100" /> - <frame index="19" delay="100" /> - <frame index="18" delay="100" /> - <frame index="19" delay="3500" /> - <frame index="18" delay="100" /> - <frame index="19" delay="4000" /> + <frame index="18" delay="100"/> + <frame index="19" delay="100"/> + <frame index="18" delay="100"/> + <frame index="19" delay="3500"/> + <frame index="18" delay="100"/> + <frame index="19" delay="4000"/> </animation> <animation direction="up"> - <frame index="6" /> + <frame index="6"/> </animation> <animation direction="left"> - <frame index="12" /> + <frame index="12"/> </animation> </action> <action name="walk" imageset="base"> <animation direction="down"> - <sequence start="2" end="5" delay="120" /> + <sequence start="2" end="5" delay="120"/> </animation> <animation direction="right"> - <sequence start="20" end="23" delay="120" /> + <sequence start="20" end="23" delay="120"/> </animation> <animation direction="up"> - <sequence start="8" end="11" delay="120" /> + <sequence start="8" end="11" delay="120"/> </animation> <animation direction="left"> - <sequence start="14" end="17" delay="120" /> + <sequence start="14" end="17" delay="120"/> </animation> </action> <action name="dead" imageset="base"> <animation direction="default"> - <sequence start="24" end="29" delay="400" /> + <sequence start="24" end="29" delay="400"/> <frame index="29" delay="2000"/> </animation> </action> <action name="attack" imageset="base"> <animation direction="down"> - <sequence start="34" end="35" delay="120" /> - <end /> + <sequence start="34" end="35" delay="120"/> + <end/> </animation> <animation direction="right"> - <sequence start="46" end="47" delay="120" /> - <end /> + <sequence start="46" end="47" delay="120"/> + <end/> </animation> <animation direction="up"> - <sequence start="40" end="41" delay="120" /> - <end /> + <sequence start="40" end="41" delay="120"/> + <end/> </animation> <animation direction="left"> - <sequence start="52" end="53" delay="120" /> - <end /> + <sequence start="52" end="53" delay="120"/> + <end/> </animation> </action> </sprite> diff --git a/graphics/sprites/monsters/maggot-giant.xml b/graphics/sprites/monsters/maggot-giant.xml index 77e14bb2..78fdf8ee 100644 --- a/graphics/sprites/monsters/maggot-giant.xml +++ b/graphics/sprites/monsters/maggot-giant.xml @@ -1,70 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/maggot-giant.png" width="58" height="46" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" /> - </animation> - <animation direction="left"> - <frame index="10" /> - </animation> - <animation direction="up"> - <frame index="20" /> - </animation> - <animation direction="right"> - <frame index="30" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="100" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="100" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="100" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="100" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" /> - </animation> - <animation direction="left"> - <frame index="19" /> - </animation> - <animation direction="up"> - <frame index="29" /> - </animation> - <animation direction="right"> - <frame index="39" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/maggot-giant.png" width="58" height="46"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0"/> + </animation> + <animation direction="left"> + <frame index="10"/> + </animation> + <animation direction="up"> + <frame index="20"/> + </animation> + <animation direction="right"> + <frame index="30"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="100"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="100"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="100"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="100"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9"/> + </animation> + <animation direction="left"> + <frame index="19"/> + </animation> + <animation direction="up"> + <frame index="29"/> + </animation> + <animation direction="right"> + <frame index="39"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/maggot.xml b/graphics/sprites/monsters/maggot.xml index da1d2a22..efe15ede 100644 --- a/graphics/sprites/monsters/maggot.xml +++ b/graphics/sprites/monsters/maggot.xml @@ -1,66 +1,60 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/maggot.png" width="20" height="15" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY ="-8" /> - </animation> - <animation direction="left"> - <frame index="10" offsetY ="-11" /> - </animation> - <animation direction="up"> - <frame index="20" offsetY ="-10" /> - </animation> - <animation direction="right"> - <frame index="30" offsetY ="-11" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="150" offsetY ="-8" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="150" offsetY ="-11" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="150" offsetY ="-10" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="150" offsetY ="-11" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetY ="-8" /> - </animation> - <animation direction="left" > - <frame index="19" offsetY ="-11" /> - </animation> - <animation direction="up"> - <frame index="29" offsetY ="-10" /> - </animation> - <animation direction="right"> - <frame index="39" offsetY ="-11" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="150" offsetY ="-8" /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="150" offsetY ="-11" /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="150" offsetY ="-10" /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="150" offsetY ="-11" /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/maggot.png" width="20" height="15"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="10" offsetY="-11"/> + </animation> + <animation direction="up"> + <frame index="20" offsetY="-10"/> + </animation> + <animation direction="right"> + <frame index="30" offsetY="-11"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="150" offsetY="-8"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="150" offsetY="-11"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="150" offsetY="-10"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="150" offsetY="-11"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="19" offsetY="-11"/> + </animation> + <animation direction="up"> + <frame index="29" offsetY="-10"/> + </animation> + <animation direction="right"> + <frame index="39" offsetY="-11"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="150" offsetY="-8"/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="150" offsetY="-11"/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="150" offsetY="-10"/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="150" offsetY="-11"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/moggun.xml b/graphics/sprites/monsters/moggun.xml index ff9125a6..49b90477 100644 --- a/graphics/sprites/monsters/moggun.xml +++ b/graphics/sprites/monsters/moggun.xml @@ -1,71 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/moggun.png" width="77" height="76" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="14" /> - </animation> - <animation direction="left"> - <frame index="7" /> - </animation> - <animation direction="up"> - <frame index="21" /> - </animation> - <animation direction="right"> - <frame index="0" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="14" end="17" delay="120" /> - </animation> - <animation direction="left"> - <sequence start="7" end="10" delay="120" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="120" /> - </animation> - <animation direction="right"> - <sequence start="0" end="3" delay="120" /> - </animation> - </action> - - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="20" delay="900" /> - </animation> - <animation direction="left"> - <frame index="13" delay="900" /> - </animation> - <animation direction="up"> - <frame index="27" delay="900" /> - </animation> - <animation direction="right"> - <frame index="6" delay="900" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="18" end="19" delay="100" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="11" end="12" delay="100" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="26" delay="100" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="4" end="5" delay="100" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/moggun.png" width="77" height="76"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="14"/> + </animation> + <animation direction="left"> + <frame index="7"/> + </animation> + <animation direction="up"> + <frame index="21"/> + </animation> + <animation direction="right"> + <frame index="0"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="14" end="17" delay="120"/> + </animation> + <animation direction="left"> + <sequence start="7" end="10" delay="120"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="120"/> + </animation> + <animation direction="right"> + <sequence start="0" end="3" delay="120"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="20" delay="900"/> + </animation> + <animation direction="left"> + <frame index="13" delay="900"/> + </animation> + <animation direction="up"> + <frame index="27" delay="900"/> + </animation> + <animation direction="right"> + <frame index="6" delay="900"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="18" end="19" delay="100"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="11" end="12" delay="100"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="26" delay="100"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="4" end="5" delay="100"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/mouboo.xml b/graphics/sprites/monsters/mouboo.xml index b9ca60f3..6d931224 100644 --- a/graphics/sprites/monsters/mouboo.xml +++ b/graphics/sprites/monsters/mouboo.xml @@ -1,63 +1,58 @@ <?xml version="1.0"?> <sprite> - <imageset name="mob" src="graphics/sprites/monsters/mouboo.png" width="80" height="80"/> - - <action name="stand" imageset="mob"> - <animation direction="down"> - <frame index="0"/> - </animation> - <animation direction="left"> - <frame index="15"/> - </animation> - <animation direction="up"> - <frame index="30"/> - </animation> - <animation direction="right"> - <frame index="45"/> - </animation> - </action> - - <action name="walk" imageset="mob"> - <animation direction="down"> - <sequence start="1" end="6" delay="75"/> - </animation> - <animation direction="left"> - <sequence start="16" end="21" delay="75"/> - </animation> - <animation direction="up"> - <sequence start="31" end="36" delay="75"/> - </animation> - <animation direction="right"> - <sequence start="46" end="51" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="mob"> - <animation direction="down"> - <sequence start="7" end="13" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <sequence start="22" end="28" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <sequence start="37" end="43" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <sequence start="52" end="58" delay="75"/> - <end /> - </animation> - </action> - - <action name="dead" imageset="mob"> - <animation> - <frame index="14" delay="150"/> - <frame index="29" delay="150"/> - <frame index="44" delay="150"/> - <frame index="59" delay="1150"/> - </animation> - </action> - + <imageset name="mob" src="graphics/sprites/monsters/mouboo.png" width="80" height="80"/> + <action name="stand" imageset="mob"> + <animation direction="down"> + <frame index="0"/> + </animation> + <animation direction="left"> + <frame index="15"/> + </animation> + <animation direction="up"> + <frame index="30"/> + </animation> + <animation direction="right"> + <frame index="45"/> + </animation> + </action> + <action name="walk" imageset="mob"> + <animation direction="down"> + <sequence start="1" end="6" delay="75"/> + </animation> + <animation direction="left"> + <sequence start="16" end="21" delay="75"/> + </animation> + <animation direction="up"> + <sequence start="31" end="36" delay="75"/> + </animation> + <animation direction="right"> + <sequence start="46" end="51" delay="75"/> + </animation> + </action> + <action name="attack" imageset="mob"> + <animation direction="down"> + <sequence start="7" end="13" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="22" end="28" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="37" end="43" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="52" end="58" delay="75"/> + <end/> + </animation> + </action> + <action name="dead" imageset="mob"> + <animation> + <frame index="14" delay="150"/> + <frame index="29" delay="150"/> + <frame index="44" delay="150"/> + <frame index="59" delay="1150"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/mushroom-red.xml b/graphics/sprites/monsters/mushroom-red.xml index f8e152ba..dc669756 100644 --- a/graphics/sprites/monsters/mushroom-red.xml +++ b/graphics/sprites/monsters/mushroom-red.xml @@ -1,70 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/mushroom-red.png" width="42" height="33" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX ="7" offsetY ="-10" /> - </animation> - <animation direction="left"> - <frame index="10" offsetX ="5" offsetY ="-10" /> - </animation> - <animation direction="up"> - <frame index="20" offsetX ="7" offsetY ="-10" /> - </animation> - <animation direction="right"> - <frame index="30" offsetX ="7" offsetY ="-10" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="125" offsetX ="7" offsetY ="-10" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="125" offsetX ="5" offsetY ="-10" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="125" offsetX ="7" offsetY ="-10" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="250" offsetX ="7" offsetY ="-10" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetX ="7" offsetY ="-10" /> - </animation> - <animation direction="left"> - <frame index="19" offsetX ="5" offsetY ="-10" /> - </animation> - <animation direction="up"> - <frame index="29" offsetX ="7" offsetY ="-10" /> - </animation> - <animation direction="right"> - <frame index="39" offsetX ="7" offsetY ="-10" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" offsetX ="7" offsetY ="-10" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" offsetX ="5" offsetY ="-10" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" offsetX ="7" offsetY ="-10" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" offsetX ="7" offsetY ="-10" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/mushroom-red.png" width="42" height="33"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="7" offsetY="-10"/> + </animation> + <animation direction="left"> + <frame index="10" offsetX="5" offsetY="-10"/> + </animation> + <animation direction="up"> + <frame index="20" offsetX="7" offsetY="-10"/> + </animation> + <animation direction="right"> + <frame index="30" offsetX="7" offsetY="-10"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="125" offsetX="7" offsetY="-10"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="125" offsetX="5" offsetY="-10"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="125" offsetX="7" offsetY="-10"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="250" offsetX="7" offsetY="-10"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetX="7" offsetY="-10"/> + </animation> + <animation direction="left"> + <frame index="19" offsetX="5" offsetY="-10"/> + </animation> + <animation direction="up"> + <frame index="29" offsetX="7" offsetY="-10"/> + </animation> + <animation direction="right"> + <frame index="39" offsetX="7" offsetY="-10"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75" offsetX="7" offsetY="-10"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75" offsetX="5" offsetY="-10"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75" offsetX="7" offsetY="-10"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75" offsetX="7" offsetY="-10"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/mushroom-spiky.xml b/graphics/sprites/monsters/mushroom-spiky.xml index 0e57cc55..1800abdc 100644 --- a/graphics/sprites/monsters/mushroom-spiky.xml +++ b/graphics/sprites/monsters/mushroom-spiky.xml @@ -1,70 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/mushroom-spiky.png" width="42" height="40" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY ="-8" /> - </animation> - <animation direction="left"> - <frame index="10" offsetY ="-8" /> - </animation> - <animation direction="up"> - <frame index="20" offsetY ="-8" /> - </animation> - <animation direction="right"> - <frame index="30" offsetX ="1" offsetY ="-8" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="75" offsetY ="-8" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="75" offsetY ="-8" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="75" offsetY ="-8" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="75" offsetX ="1" offsetY ="-8" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetY ="-8" /> - </animation> - <animation direction="left"> - <frame index="19" offsetY ="-8" /> - </animation> - <animation direction="up"> - <frame index="29" offsetY ="-8" /> - </animation> - <animation direction="right"> - <frame index="39" offsetX ="1" offsetY ="-8" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" offsetY ="-8" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" offsetY ="-8" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" offsetY ="-8" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" offsetX ="1" offsetY ="-8" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/mushroom-spiky.png" width="42" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="10" offsetY="-8"/> + </animation> + <animation direction="up"> + <frame index="20" offsetY="-8"/> + </animation> + <animation direction="right"> + <frame index="30" offsetX="1" offsetY="-8"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="75" offsetY="-8"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="75" offsetY="-8"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="75" offsetY="-8"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="75" offsetX="1" offsetY="-8"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="19" offsetY="-8"/> + </animation> + <animation direction="up"> + <frame index="29" offsetY="-8"/> + </animation> + <animation direction="right"> + <frame index="39" offsetX="1" offsetY="-8"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75" offsetY="-8"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75" offsetY="-8"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75" offsetY="-8"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75" offsetX="1" offsetY="-8"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/pinkie.xml b/graphics/sprites/monsters/pinkie.xml index 03aa2ef5..5069c612 100644 --- a/graphics/sprites/monsters/pinkie.xml +++ b/graphics/sprites/monsters/pinkie.xml @@ -1,70 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/pinkie.png" width="50" height="42" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY ="-12" /> - </animation> - <animation direction="left"> - <frame index="10" offsetY ="-12" /> - </animation> - <animation direction="up"> - <frame index="20" offsetY ="-12" /> - </animation> - <animation direction="right"> - <frame index="30" offsetY ="-12" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="75" offsetY ="-12" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="75" offsetY ="-12" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="75" offsetY ="-12" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="75" offsetY ="-12" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetY ="-12" /> - </animation> - <animation direction="left"> - <frame index="19" offsetY ="-12" /> - </animation> - <animation direction="up"> - <frame index="29" offsetY ="-12" /> - </animation> - <animation direction="right"> - <frame index="39" offsetY ="-12" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" offsetY ="-12" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" offsetY ="-12" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" offsetY ="-12" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" offsetY ="-12" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/pinkie.png" width="50" height="42"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-12"/> + </animation> + <animation direction="left"> + <frame index="10" offsetY="-12"/> + </animation> + <animation direction="up"> + <frame index="20" offsetY="-12"/> + </animation> + <animation direction="right"> + <frame index="30" offsetY="-12"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="75" offsetY="-12"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="75" offsetY="-12"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="75" offsetY="-12"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="75" offsetY="-12"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetY="-12"/> + </animation> + <animation direction="left"> + <frame index="19" offsetY="-12"/> + </animation> + <animation direction="up"> + <frame index="29" offsetY="-12"/> + </animation> + <animation direction="right"> + <frame index="39" offsetY="-12"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75" offsetY="-12"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75" offsetY="-12"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75" offsetY="-12"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75" offsetY="-12"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/plant.xml b/graphics/sprites/monsters/plant.xml index 778f12f8..a7c2fd82 100644 --- a/graphics/sprites/monsters/plant.xml +++ b/graphics/sprites/monsters/plant.xml @@ -1,18 +1,14 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/plant.png|W" width="46" height="42" /> - - <action name="stand" imageset="base"> - <animation> - <frame index="0"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation> - <frame index="1"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/plant.png|W" width="46" height="42"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="1"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/pumpkin.xml b/graphics/sprites/monsters/pumpkin.xml index 544b6b95..62342e20 100644 --- a/graphics/sprites/monsters/pumpkin.xml +++ b/graphics/sprites/monsters/pumpkin.xml @@ -1,16 +1,14 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/pumpkin.png" width="50" height="50" /> - - <action name="stand" imageset="base"> - <animation> - <frame index="1"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation> - <frame index="0"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/monsters/pumpkin.png" width="50" height="50"/> + <action name="stand" imageset="base"> + <animation> + <frame index="1"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/reaper.xml b/graphics/sprites/monsters/reaper.xml index 00f667c7..428b5492 100644 --- a/graphics/sprites/monsters/reaper.xml +++ b/graphics/sprites/monsters/reaper.xml @@ -1,105 +1,98 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/reaper.png" width="100" height="100" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="25" delay="300" /> - <frame index="25" delay="300" offsetY="-1" /> - <frame index="25" delay="300" offsetY="-2" /> - <frame index="25" delay="300" offsetY="-1" /> - </animation> - <animation direction="left"> - <frame index="29" delay="300" /> - <frame index="29" delay="300" offsetY="-1" /> - <frame index="29" delay="300" offsetY="-2" /> - <frame index="29" delay="300" offsetY="-1" /> - </animation> - <animation direction="up"> - <frame index="19" delay="300" /> - <frame index="19" delay="300" offsetY="-1" /> - <frame index="19" delay="300" offsetY="-2" /> - <frame index="19" delay="300" offsetY="-1" /> - </animation> - <animation direction="right"> - <frame index="23" delay="300" /> - <frame index="23" delay="300" offsetY="-1" /> - <frame index="23" delay="300" offsetY="-2" /> - <frame index="23" delay="300" offsetY="-1" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="25" delay="75" offsetY="0" /> - <frame index="26" delay="75" offsetY="-1" /> - <frame index="25" delay="75" offsetY="-2" /> - <frame index="24" delay="75" offsetY="-1" /> - </animation> - <animation direction="left"> - <frame index="28" delay="75" offsetY="0" /> - <frame index="27" delay="75" offsetY="-1" /> - <frame index="28" delay="75" offsetY="-2" /> - <frame index="27" delay="75" offsetY="-1" /> - </animation> - <animation direction="up"> - <frame index="19" delay="75" offsetY="0" /> - <frame index="20" delay="75" offsetY="-1" /> - <frame index="19" delay="75" offsetY="-2" /> - <frame index="18" delay="75" offsetY="-1" /> - </animation> - <animation direction="right"> - <frame index="22" delay="75" offsetY="0" /> - <frame index="21" delay="75" offsetY="-1" /> - <frame index="22" delay="75" offsetY="-2" /> - <frame index="21" delay="75" offsetY="-1" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <sequence start="30" end="44" delay="150"/> - <frame index="45" /> - </animation> - </action> - - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="0" end="5" delay="75" /> - <frame index="4" delay="75" /> - <frame index="3" delay="75" /> - <frame index="2" delay="75" /> - <frame index="1" delay="75" /> - <frame index="0" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <frame index="17" delay="150" offsetY="-1" /> - <frame index="16" delay="150" offsetY="-1" /> - <frame index="15" delay="225" /> - <frame index="16" delay="150" offsetY="-1" /> - <frame index="17" delay="150" offsetY="-1" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="6" end="11" delay="75" /> - <frame index="10" delay="75" /> - <frame index="9" delay="75" /> - <frame index="8" delay="75" /> - <frame index="7" delay="75" /> - <frame index="6" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <frame index="12" delay="150" offsetY="-1" /> - <frame index="13" delay="150" offsetY="-1" /> - <frame index="14" delay="225" /> - <frame index="13" delay="150" offsetY="-1" /> - <frame index="12" delay="150" offsetY="-1" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/reaper.png" width="100" height="100"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="25" delay="300"/> + <frame index="25" delay="300" offsetY="-1"/> + <frame index="25" delay="300" offsetY="-2"/> + <frame index="25" delay="300" offsetY="-1"/> + </animation> + <animation direction="left"> + <frame index="29" delay="300"/> + <frame index="29" delay="300" offsetY="-1"/> + <frame index="29" delay="300" offsetY="-2"/> + <frame index="29" delay="300" offsetY="-1"/> + </animation> + <animation direction="up"> + <frame index="19" delay="300"/> + <frame index="19" delay="300" offsetY="-1"/> + <frame index="19" delay="300" offsetY="-2"/> + <frame index="19" delay="300" offsetY="-1"/> + </animation> + <animation direction="right"> + <frame index="23" delay="300"/> + <frame index="23" delay="300" offsetY="-1"/> + <frame index="23" delay="300" offsetY="-2"/> + <frame index="23" delay="300" offsetY="-1"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="25" delay="75" offsetY="0"/> + <frame index="26" delay="75" offsetY="-1"/> + <frame index="25" delay="75" offsetY="-2"/> + <frame index="24" delay="75" offsetY="-1"/> + </animation> + <animation direction="left"> + <frame index="28" delay="75" offsetY="0"/> + <frame index="27" delay="75" offsetY="-1"/> + <frame index="28" delay="75" offsetY="-2"/> + <frame index="27" delay="75" offsetY="-1"/> + </animation> + <animation direction="up"> + <frame index="19" delay="75" offsetY="0"/> + <frame index="20" delay="75" offsetY="-1"/> + <frame index="19" delay="75" offsetY="-2"/> + <frame index="18" delay="75" offsetY="-1"/> + </animation> + <animation direction="right"> + <frame index="22" delay="75" offsetY="0"/> + <frame index="21" delay="75" offsetY="-1"/> + <frame index="22" delay="75" offsetY="-2"/> + <frame index="21" delay="75" offsetY="-1"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <sequence start="30" end="44" delay="150"/> + <frame index="45"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="0" end="5" delay="75"/> + <frame index="4" delay="75"/> + <frame index="3" delay="75"/> + <frame index="2" delay="75"/> + <frame index="1" delay="75"/> + <frame index="0" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="17" delay="150" offsetY="-1"/> + <frame index="16" delay="150" offsetY="-1"/> + <frame index="15" delay="225"/> + <frame index="16" delay="150" offsetY="-1"/> + <frame index="17" delay="150" offsetY="-1"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="6" end="11" delay="75"/> + <frame index="10" delay="75"/> + <frame index="9" delay="75"/> + <frame index="8" delay="75"/> + <frame index="7" delay="75"/> + <frame index="6" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="12" delay="150" offsetY="-1"/> + <frame index="13" delay="150" offsetY="-1"/> + <frame index="14" delay="225"/> + <frame index="13" delay="150" offsetY="-1"/> + <frame index="12" delay="150" offsetY="-1"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/scorpion.xml b/graphics/sprites/monsters/scorpion.xml index 120bc5e1..4812aefe 100644 --- a/graphics/sprites/monsters/scorpion.xml +++ b/graphics/sprites/monsters/scorpion.xml @@ -1,70 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/scorpion.png|W" width="48" height="45" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY ="2" /> - </animation> - <animation direction="left"> - <frame index="10" offsetY ="2" /> - </animation> - <animation direction="up"> - <frame index="20" offsetX ="-1" offsetY ="3" /> - </animation> - <animation direction="right"> - <frame index="30" offsetY ="2" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="75" offsetY ="2" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="75" offsetY ="2" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="75" offsetX ="-1" offsetY ="3" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="75" offsetY ="2" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetY ="2" /> - </animation> - <animation direction="left"> - <frame index="19" offsetY ="2" /> - </animation> - <animation direction="up"> - <frame index="29" offsetX ="-1" offsetY ="3" /> - </animation> - <animation direction="right"> - <frame index="39" offsetY ="2" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" offsetY ="2" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" offsetY ="2" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" offsetX ="-1" offsetY ="3" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" offsetY ="2" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/scorpion.png|W" width="48" height="45"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="2"/> + </animation> + <animation direction="left"> + <frame index="10" offsetY="2"/> + </animation> + <animation direction="up"> + <frame index="20" offsetX="-1" offsetY="3"/> + </animation> + <animation direction="right"> + <frame index="30" offsetY="2"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="75" offsetY="2"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="75" offsetY="2"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="75" offsetX="-1" offsetY="3"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="75" offsetY="2"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetY="2"/> + </animation> + <animation direction="left"> + <frame index="19" offsetY="2"/> + </animation> + <animation direction="up"> + <frame index="29" offsetX="-1" offsetY="3"/> + </animation> + <animation direction="right"> + <frame index="39" offsetY="2"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75" offsetY="2"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75" offsetY="2"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75" offsetX="-1" offsetY="3"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75" offsetY="2"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/serqet.xml b/graphics/sprites/monsters/serqet.xml index 5c80fd92..4a83045e 100644 --- a/graphics/sprites/monsters/serqet.xml +++ b/graphics/sprites/monsters/serqet.xml @@ -1,77 +1,68 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/serqet.png" width="60" height="47" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="22" delay="1000" /> - <frame index="23" delay="100" /> - </animation> - <animation direction="left"> - <frame index="11" delay="1000" /> - <frame index="12" delay="100" /> - </animation> - <animation direction="up"> - <frame index="33" delay="1000" /> - <frame index="34" delay="100" /> - </animation> - <animation direction="right"> - <frame index="0" delay="1000" /> - <frame index="1" delay="100" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="24" end="27" delay="75" /> - </animation> - <animation direction="left"> - <sequence start="13" end="16" delay="75" /> - </animation> - <animation direction="up"> - <sequence start="35" end="38" delay="75" /> - </animation> - <animation direction="right"> - <sequence start="2" end="5" delay="75" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <sequence start="30" end="32" delay="500" /> - </animation> - <animation direction="left"> - <sequence start="19" end="21" delay="500" /> - </animation> - <animation direction="up"> - <sequence start="41" end="43" delay="500" /> - </animation> - <animation direction="right"> - <sequence start="8" end="10" delay="500" /> - </animation> - - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="28" end="29" delay="75" /> - <end /> - </animation> - <animation direction="left"> - - <sequence start="17" end="18" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="39" end="40" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="6" end="7" delay="75" /> - - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/serqet.png" width="60" height="47"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="22" delay="1000"/> + <frame index="23" delay="100"/> + </animation> + <animation direction="left"> + <frame index="11" delay="1000"/> + <frame index="12" delay="100"/> + </animation> + <animation direction="up"> + <frame index="33" delay="1000"/> + <frame index="34" delay="100"/> + </animation> + <animation direction="right"> + <frame index="0" delay="1000"/> + <frame index="1" delay="100"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="24" end="27" delay="75"/> + </animation> + <animation direction="left"> + <sequence start="13" end="16" delay="75"/> + </animation> + <animation direction="up"> + <sequence start="35" end="38" delay="75"/> + </animation> + <animation direction="right"> + <sequence start="2" end="5" delay="75"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <sequence start="30" end="32" delay="500"/> + </animation> + <animation direction="left"> + <sequence start="19" end="21" delay="500"/> + </animation> + <animation direction="up"> + <sequence start="41" end="43" delay="500"/> + </animation> + <animation direction="right"> + <sequence start="8" end="10" delay="500"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="28" end="29" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="17" end="18" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="39" end="40" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="6" end="7" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/silkworm.xml b/graphics/sprites/monsters/silkworm.xml index 6fdeca04..572c7c85 100644 --- a/graphics/sprites/monsters/silkworm.xml +++ b/graphics/sprites/monsters/silkworm.xml @@ -1,42 +1,37 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/silkworm.png|W;R" width="32" height="24" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="5"/> - </animation> - <animation direction="left"> - <frame index="0"/> - </animation> - <animation direction="up"> - <frame index="15"/> - </animation> - <animation direction="right"> - <frame index="10"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="100"/> - </animation> - <animation direction="left"> - <sequence start="0" end="3" delay="100"/> - </animation> - <animation direction="up"> - <sequence start="15" end="18" delay="100"/> - </animation> - <animation direction="right"> - <sequence start="10" end="13" delay="100"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation> - <frame index="4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/silkworm.png|W;R" width="32" height="24"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="5"/> + </animation> + <animation direction="left"> + <frame index="0"/> + </animation> + <animation direction="up"> + <frame index="15"/> + </animation> + <animation direction="right"> + <frame index="10"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="100"/> + </animation> + <animation direction="left"> + <sequence start="0" end="3" delay="100"/> + </animation> + <animation direction="up"> + <sequence start="15" end="18" delay="100"/> + </animation> + <animation direction="right"> + <sequence start="10" end="13" delay="100"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="4"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/skeleton.xml b/graphics/sprites/monsters/skeleton.xml index cd8fe678..86483cc8 100644 --- a/graphics/sprites/monsters/skeleton.xml +++ b/graphics/sprites/monsters/skeleton.xml @@ -1,8 +1,5 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/skeleton.png|W" width="64" height="64" /> - - <include file="player_male_base_old.xml"/> - + <imageset name="base" src="graphics/sprites/monsters/skeleton.png|W" width="64" height="64"/> + <include file="player_male_base_old.xml"/> </sprite> diff --git a/graphics/sprites/monsters/skull-fire.xml b/graphics/sprites/monsters/skull-fire.xml index 97f26716..5125aa40 100644 --- a/graphics/sprites/monsters/skull-fire.xml +++ b/graphics/sprites/monsters/skull-fire.xml @@ -1,55 +1,50 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/skull-fire.png" width="50" height="64" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <sequence start="0" end="3" delay="100" /> - </animation> - <animation direction="left"> - <sequence start="10" end="13" delay="100" /> - </animation> - <animation direction="up"> - <sequence start="20" end="23" delay="100" /> - </animation> - <animation direction="right"> - <sequence start="30" end="33" delay="100" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" /> - </animation> - <animation direction="left"> - <frame index="19" /> - </animation> - <animation direction="up"> - <frame index="29" /> - </animation> - <animation direction="right"> - <frame index="39" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="4" end="8" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="14" end="18" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="24" end="28" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="34" end="38" delay="75" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/skull-fire.png" width="50" height="64"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <sequence start="0" end="3" delay="100"/> + </animation> + <animation direction="left"> + <sequence start="10" end="13" delay="100"/> + </animation> + <animation direction="up"> + <sequence start="20" end="23" delay="100"/> + </animation> + <animation direction="right"> + <sequence start="30" end="33" delay="100"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9"/> + </animation> + <animation direction="left"> + <frame index="19"/> + </animation> + <animation direction="up"> + <frame index="29"/> + </animation> + <animation direction="right"> + <frame index="39"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="4" end="8" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="14" end="18" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="24" end="28" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="34" end="38" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/skull-ice.xml b/graphics/sprites/monsters/skull-ice.xml index 92651925..e3baea08 100644 --- a/graphics/sprites/monsters/skull-ice.xml +++ b/graphics/sprites/monsters/skull-ice.xml @@ -1,75 +1,68 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/skull-ice.png" width="45" height="60" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" delay="350" /> - <frame index="1" delay="350" /> - </animation> - <animation direction="left"> - <frame index="12" delay="350" /> - <frame index="13" delay="350" /> - </animation> - <animation direction="up"> - <frame index="24" delay="350" /> - <frame index="25" delay="350" /> - </animation> - <animation direction="right"> - <frame index="36" delay="350" /> - <frame index="37" delay="350" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="0" end="4" delay="150" /> - </animation> - <animation direction="left"> - <sequence start="12" end="16" delay="150" /> - </animation> - <animation direction="up"> - <sequence start="24" end="28" delay="150" /> - </animation> - <animation direction="right"> - <sequence start="36" end="40" delay="150" /> - </animation> - </action> - - - <action name="dead" imageset="base"> - <animation direction="right"> - <sequence start="44" end="46" delay="150" /> - <frame index="47" delay="0" /> - </animation> - <animation direction="down"> - <sequence start="8" end="10" delay="150" /> - <frame index="11" delay="0" /> - </animation> - <animation direction="left"> - <sequence start="20" end="22" delay="150" /> - <frame index="23" delay="0" /> - </animation> - <animation direction="up"> - <sequence start="32" end="34" delay="150" /> - <frame index="35" delay="0" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="7" delay="100" /> - </animation> - <animation direction="left"> - <sequence start="17" end="19" delay="100" /> - </animation> - <animation direction="up"> - <sequence start="29" end="31" delay="100" /> - </animation> - <animation direction="right"> - <sequence start="41" end="43" delay="100" /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/skull-ice.png" width="45" height="60"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" delay="350"/> + <frame index="1" delay="350"/> + </animation> + <animation direction="left"> + <frame index="12" delay="350"/> + <frame index="13" delay="350"/> + </animation> + <animation direction="up"> + <frame index="24" delay="350"/> + <frame index="25" delay="350"/> + </animation> + <animation direction="right"> + <frame index="36" delay="350"/> + <frame index="37" delay="350"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="0" end="4" delay="150"/> + </animation> + <animation direction="left"> + <sequence start="12" end="16" delay="150"/> + </animation> + <animation direction="up"> + <sequence start="24" end="28" delay="150"/> + </animation> + <animation direction="right"> + <sequence start="36" end="40" delay="150"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="right"> + <sequence start="44" end="46" delay="150"/> + <frame index="47" delay="0"/> + </animation> + <animation direction="down"> + <sequence start="8" end="10" delay="150"/> + <frame index="11" delay="0"/> + </animation> + <animation direction="left"> + <sequence start="20" end="22" delay="150"/> + <frame index="23" delay="0"/> + </animation> + <animation direction="up"> + <sequence start="32" end="34" delay="150"/> + <frame index="35" delay="0"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="7" delay="100"/> + </animation> + <animation direction="left"> + <sequence start="17" end="19" delay="100"/> + </animation> + <animation direction="up"> + <sequence start="29" end="31" delay="100"/> + </animation> + <animation direction="right"> + <sequence start="41" end="43" delay="100"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/skull-poison.xml b/graphics/sprites/monsters/skull-poison.xml index b2fe31e9..3ea3cfe8 100644 --- a/graphics/sprites/monsters/skull-poison.xml +++ b/graphics/sprites/monsters/skull-poison.xml @@ -1,55 +1,50 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/skull-poison.png" width="50" height="64" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="100" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="100" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="100" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="100" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" /> - </animation> - <animation direction="left"> - <frame index="19" /> - </animation> - <animation direction="up"> - <frame index="29" /> - </animation> - <animation direction="right"> - <frame index="39" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/skull-poison.png" width="50" height="64"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="100"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="100"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="100"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="100"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9"/> + </animation> + <animation direction="left"> + <frame index="19"/> + </animation> + <animation direction="up"> + <frame index="29"/> + </animation> + <animation direction="right"> + <frame index="39"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/slime.xml b/graphics/sprites/monsters/slime.xml index 1940157d..77b873f9 100644 --- a/graphics/sprites/monsters/slime.xml +++ b/graphics/sprites/monsters/slime.xml @@ -1,55 +1,49 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/slime.png|W" width="52" height="24" /> - - <action name="stand" imageset="base"> - <animation> - <frame index="0" offsetY="-4" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="0" end="3" delay="200" offsetY="-4" /> - </animation> - <animation direction="left"> - <frame index="0" delay="200" offsetY="-4" /> - <sequence start="10" end="12" delay="200" offsetY="-4" /> - </animation> - <animation direction="up"> - <frame index="0" delay="200" offsetY="-4" /> - <sequence start="19" end="21" delay="200" offsetY="-4" /> - </animation> - <animation direction="right"> - <frame index="0" delay="200" offsetY="-4" /> - <sequence start="28" end="30" delay="200" offsetY="-4" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation> - <frame index="8" offsetY="-4" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="4" end="7" delay="100" offsetY="-4" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="4" end="7" delay="100" offsetY="-4" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="22" end="25" delay="100" offsetY="-4" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="22" end="25" delay="100" offsetY="-4" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/slime.png|W" width="52" height="24"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="-4"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="0" end="3" delay="200" offsetY="-4"/> + </animation> + <animation direction="left"> + <frame index="0" delay="200" offsetY="-4"/> + <sequence start="10" end="12" delay="200" offsetY="-4"/> + </animation> + <animation direction="up"> + <frame index="0" delay="200" offsetY="-4"/> + <sequence start="19" end="21" delay="200" offsetY="-4"/> + </animation> + <animation direction="right"> + <frame index="0" delay="200" offsetY="-4"/> + <sequence start="28" end="30" delay="200" offsetY="-4"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="8" offsetY="-4"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="4" end="7" delay="100" offsetY="-4"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="4" end="7" delay="100" offsetY="-4"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="22" end="25" delay="100" offsetY="-4"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="22" end="25" delay="100" offsetY="-4"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/snail.xml b/graphics/sprites/monsters/snail.xml index efa46dba..730683ef 100644 --- a/graphics/sprites/monsters/snail.xml +++ b/graphics/sprites/monsters/snail.xml @@ -1,102 +1,96 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/snail.png|W:#FDC689;R:#E0A6E3;Y:#E0A6E3;G:#F06EAA;C:#C69C6D;B:#A9FF02" width="50" height="50" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" /> - </animation> - <animation direction="left"> - <frame index="30" /> - </animation> - <animation direction="up"> - <frame index="20" /> - </animation> - <animation direction="right"> - <frame index="10" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="200" /> - </animation> - <animation direction="left"> - <sequence start="31" end="34" delay="200" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="200" /> - </animation> - <animation direction="right"> - <sequence start="12" end="14" delay="200" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" delay="50" /> - <frame index="9" delay="50" offsetY="-2" /> - <frame index="9" delay="50" offsetY="-1" /> - <frame index="9" delay="50" /> - <frame index="9" delay="50" offsetY="-2" /> - <frame index="9" delay="50" offsetY="-1" /> - <frame index="9" delay="6000" offsetY="-2" /> - </animation> - <animation direction="left"> - <frame index="39" delay="50" /> - <frame index="39" delay="50" offsetY="-2" /> - <frame index="39" delay="50" offsetY="-1" /> - <frame index="39" delay="50" /> - <frame index="39" delay="50" offsetY="-2" /> - <frame index="39" delay="50" offsetY="-1" /> - <frame index="39" delay="6000" offsetY="-2" /> - </animation> - <animation direction="up"> - <frame index="29" delay="50" /> - <frame index="29" delay="50" offsetY="-2" /> - <frame index="29" delay="50" offsetY="-1" /> - <frame index="29" delay="50" /> - <frame index="29" delay="50" offsetY="-2" /> - <frame index="29" delay="50" offsetY="-1" /> - <frame index="29" delay="6000" offsetY="-2" /> - </animation> - <animation direction="right"> - <frame index="19" delay="50" /> - <frame index="19" delay="50" offsetY="-2" /> - <frame index="19" delay="50" offsetY="-1" /> - <frame index="19" delay="50" /> - <frame index="19" delay="50" offsetY="-2" /> - <frame index="19" delay="50" offsetY="-1" /> - <frame index="19" delay="6000" offsetY="-2" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="5" delay="150" offsetY="-1" /> - <frame index="6" delay="150" offsetY="-2" /> - <frame index="7" delay="150" offsetY="-3" /> - <frame index="8" delay="150" offsetY="-2" /> - </animation> - <animation direction="left"> - <frame index="35" delay="150" offsetX="-1" /> - <frame index="36" delay="150" offsetX="-2" /> - <frame index="37" delay="150" offsetX="-3" /> - <frame index="38" delay="150" offsetX="-2" /> - </animation> - <animation direction="up"> - <frame index="25" delay="150" offsetY="1" /> - <frame index="26" delay="150" offsetY="2" /> - <frame index="27" delay="150" offsetY="3" /> - <frame index="28" delay="150" offsetY="2" /> - </animation> - <animation direction="right"> - <frame index="15" delay="150" offsetX="1" /> - <frame index="16" delay="150" offsetX="2" /> - <frame index="17" delay="150" offsetX="3" /> - <frame index="18" delay="150" offsetX="2" /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/snail.png|W:#FDC689;R:#E0A6E3;Y:#E0A6E3;G:#F06EAA;C:#C69C6D;B:#A9FF02" width="50" height="50"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0"/> + </animation> + <animation direction="left"> + <frame index="30"/> + </animation> + <animation direction="up"> + <frame index="20"/> + </animation> + <animation direction="right"> + <frame index="10"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="200"/> + </animation> + <animation direction="left"> + <sequence start="31" end="34" delay="200"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="200"/> + </animation> + <animation direction="right"> + <sequence start="12" end="14" delay="200"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" delay="50"/> + <frame index="9" delay="50" offsetY="-2"/> + <frame index="9" delay="50" offsetY="-1"/> + <frame index="9" delay="50"/> + <frame index="9" delay="50" offsetY="-2"/> + <frame index="9" delay="50" offsetY="-1"/> + <frame index="9" delay="6000" offsetY="-2"/> + </animation> + <animation direction="left"> + <frame index="39" delay="50"/> + <frame index="39" delay="50" offsetY="-2"/> + <frame index="39" delay="50" offsetY="-1"/> + <frame index="39" delay="50"/> + <frame index="39" delay="50" offsetY="-2"/> + <frame index="39" delay="50" offsetY="-1"/> + <frame index="39" delay="6000" offsetY="-2"/> + </animation> + <animation direction="up"> + <frame index="29" delay="50"/> + <frame index="29" delay="50" offsetY="-2"/> + <frame index="29" delay="50" offsetY="-1"/> + <frame index="29" delay="50"/> + <frame index="29" delay="50" offsetY="-2"/> + <frame index="29" delay="50" offsetY="-1"/> + <frame index="29" delay="6000" offsetY="-2"/> + </animation> + <animation direction="right"> + <frame index="19" delay="50"/> + <frame index="19" delay="50" offsetY="-2"/> + <frame index="19" delay="50" offsetY="-1"/> + <frame index="19" delay="50"/> + <frame index="19" delay="50" offsetY="-2"/> + <frame index="19" delay="50" offsetY="-1"/> + <frame index="19" delay="6000" offsetY="-2"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="5" delay="150" offsetY="-1"/> + <frame index="6" delay="150" offsetY="-2"/> + <frame index="7" delay="150" offsetY="-3"/> + <frame index="8" delay="150" offsetY="-2"/> + </animation> + <animation direction="left"> + <frame index="35" delay="150" offsetX="-1"/> + <frame index="36" delay="150" offsetX="-2"/> + <frame index="37" delay="150" offsetX="-3"/> + <frame index="38" delay="150" offsetX="-2"/> + </animation> + <animation direction="up"> + <frame index="25" delay="150" offsetY="1"/> + <frame index="26" delay="150" offsetY="2"/> + <frame index="27" delay="150" offsetY="3"/> + <frame index="28" delay="150" offsetY="2"/> + </animation> + <animation direction="right"> + <frame index="15" delay="150" offsetX="1"/> + <frame index="16" delay="150" offsetX="2"/> + <frame index="17" delay="150" offsetX="3"/> + <frame index="18" delay="150" offsetX="2"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/snake-cave.xml b/graphics/sprites/monsters/snake-cave.xml index d0603ae0..95f61449 100644 --- a/graphics/sprites/monsters/snake-cave.xml +++ b/graphics/sprites/monsters/snake-cave.xml @@ -1,82 +1,76 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/snake-cave.png" width="96" height="56" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX ="0" offsetY ="6" /> - </animation> - <animation direction="left"> - <frame index="7" offsetX ="-1" offsetY ="4" /> - </animation> - <animation direction="up"> - <frame index="14" offsetX ="0" offsetY ="-5" /> - </animation> - <animation direction="right"> - <frame index="21" offsetX ="1" offsetY ="5" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" offsetX ="0" offsetY ="6" delay="150" /> - </animation> - <animation direction="left"> - <sequence start="8" end="11" offsetX ="-1" offsetY ="4" delay="150" /> - </animation> - <animation direction="up"> - <sequence start="15" end="18" offsetX ="0" offsetY ="-5" delay="150" /> - </animation> - <animation direction="right"> - <sequence start="22" end="25" offsetX ="1" offsetY ="5" delay="150" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="29" delay="300" offsetX ="0" offsetY ="6" /> - <frame index="28" delay="500" offsetX ="0" offsetY ="6" /> - <frame index="30" delay="3000" offsetX ="0" offsetY ="6" /> - </animation> - <animation direction="left"> - <frame index="36" delay="300" offsetX ="0" offsetY ="6" /> - <frame index="8" delay="500" offsetX ="0" offsetY ="6" /> - <frame index="37" delay="3000" offsetX ="0" offsetY ="6" /> - </animation> - <animation direction="up"> - <frame index="43" delay="300" offsetX ="0" offsetY ="6" /> - <frame index="42" delay="500" offsetX ="0" offsetY ="6" /> - <frame index="44" delay="3000" offsetX ="0" offsetY ="6" /> - </animation> - <animation direction="right"> - <frame index="50" delay="300" offsetX ="0" offsetY ="6" /> - <frame index="22" delay="500" offsetX ="0" offsetY ="6" /> - <frame index="51" delay="3000" offsetX ="0" offsetY ="6" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="6" delay="150" offsetX ="0" offsetY ="6" /> - <sequence start="28" end="29" delay="150" offsetX ="0" offsetY ="6" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="12" end="13" delay="150" offsetX ="-1" offsetY ="4" /> - <sequence start="35" end="36" delay="150" offsetX ="-1" offsetY ="4" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="19" end="20" delay="150" offsetX ="0" offsetY ="-5" /> - <sequence start="42" end="43" delay="150" offsetX ="0" offsetY ="-5" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="26" end="27" delay="150" offsetX ="1" offsetY ="5" /> - <sequence start="49" end="50" delay="150" offsetX ="1" offsetY ="5" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/snake-cave.png" width="96" height="56"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="6"/> + </animation> + <animation direction="left"> + <frame index="7" offsetX="-1" offsetY="4"/> + </animation> + <animation direction="up"> + <frame index="14" offsetX="0" offsetY="-5"/> + </animation> + <animation direction="right"> + <frame index="21" offsetX="1" offsetY="5"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" offsetX="0" offsetY="6" delay="150"/> + </animation> + <animation direction="left"> + <sequence start="8" end="11" offsetX="-1" offsetY="4" delay="150"/> + </animation> + <animation direction="up"> + <sequence start="15" end="18" offsetX="0" offsetY="-5" delay="150"/> + </animation> + <animation direction="right"> + <sequence start="22" end="25" offsetX="1" offsetY="5" delay="150"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="29" delay="300" offsetX="0" offsetY="6"/> + <frame index="28" delay="500" offsetX="0" offsetY="6"/> + <frame index="30" delay="3000" offsetX="0" offsetY="6"/> + </animation> + <animation direction="left"> + <frame index="36" delay="300" offsetX="0" offsetY="6"/> + <frame index="8" delay="500" offsetX="0" offsetY="6"/> + <frame index="37" delay="3000" offsetX="0" offsetY="6"/> + </animation> + <animation direction="up"> + <frame index="43" delay="300" offsetX="0" offsetY="6"/> + <frame index="42" delay="500" offsetX="0" offsetY="6"/> + <frame index="44" delay="3000" offsetX="0" offsetY="6"/> + </animation> + <animation direction="right"> + <frame index="50" delay="300" offsetX="0" offsetY="6"/> + <frame index="22" delay="500" offsetX="0" offsetY="6"/> + <frame index="51" delay="3000" offsetX="0" offsetY="6"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="6" delay="150" offsetX="0" offsetY="6"/> + <sequence start="28" end="29" delay="150" offsetX="0" offsetY="6"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="12" end="13" delay="150" offsetX="-1" offsetY="4"/> + <sequence start="35" end="36" delay="150" offsetX="-1" offsetY="4"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="19" end="20" delay="150" offsetX="0" offsetY="-5"/> + <sequence start="42" end="43" delay="150" offsetX="0" offsetY="-5"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="26" end="27" delay="150" offsetX="1" offsetY="5"/> + <sequence start="49" end="50" delay="150" offsetX="1" offsetY="5"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/snake.xml b/graphics/sprites/monsters/snake.xml index af59e4ae..5aeff357 100644 --- a/graphics/sprites/monsters/snake.xml +++ b/graphics/sprites/monsters/snake.xml @@ -1,70 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/snake.png|W" width="48" height="29" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX ="0" offsetY ="-3" /> - </animation> - <animation direction="left"> - <frame index="10" offsetX ="-1" offsetY ="-11" /> - </animation> - <animation direction="up"> - <frame index="20" offsetX ="0" offsetY ="-5" /> - </animation> - <animation direction="right"> - <frame index="30" offsetX ="-1" offsetY ="-11" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" offsetX ="0" offsetY ="-3" delay="150" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" offsetX ="-1" offsetY ="-11" delay="150" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" offsetX ="0" offsetY ="-5" delay="150" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" offsetX ="-1" offsetY ="-11" delay="150" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetX ="0" offsetY ="-3" /> - </animation> - <animation direction="left"> - <frame index="19" offsetX ="-1" offsetY ="-11" /> - </animation> - <animation direction="up"> - <frame index="29" offsetX ="0" offsetY ="-5" /> - </animation> - <animation direction="right"> - <frame index="39" offsetX ="-1" offsetY ="-11" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="150" offsetX ="0" offsetY ="-3" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="150" offsetX ="-1" offsetY ="-11" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="150" offsetX ="0" offsetY ="-5" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="150" offsetX ="-1" offsetY ="-11" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/snake.png|W" width="48" height="29"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-3"/> + </animation> + <animation direction="left"> + <frame index="10" offsetX="-1" offsetY="-11"/> + </animation> + <animation direction="up"> + <frame index="20" offsetX="0" offsetY="-5"/> + </animation> + <animation direction="right"> + <frame index="30" offsetX="-1" offsetY="-11"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" offsetX="0" offsetY="-3" delay="150"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" offsetX="-1" offsetY="-11" delay="150"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" offsetX="0" offsetY="-5" delay="150"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" offsetX="-1" offsetY="-11" delay="150"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetX="0" offsetY="-3"/> + </animation> + <animation direction="left"> + <frame index="19" offsetX="-1" offsetY="-11"/> + </animation> + <animation direction="up"> + <frame index="29" offsetX="0" offsetY="-5"/> + </animation> + <animation direction="right"> + <frame index="39" offsetX="-1" offsetY="-11"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="150" offsetX="0" offsetY="-3"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="150" offsetX="-1" offsetY="-11"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="150" offsetX="0" offsetY="-5"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="150" offsetX="-1" offsetY="-11"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/snowflower.xml b/graphics/sprites/monsters/snowflower.xml index ab98e298..e9ead4bc 100644 --- a/graphics/sprites/monsters/snowflower.xml +++ b/graphics/sprites/monsters/snowflower.xml @@ -1,18 +1,14 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/snowflower.png" width="29" height="27" /> - - <action name="stand" imageset="base"> - <animation> - <frame index="0"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation> - <frame index="1"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/snowflower.png" width="29" height="27"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="1"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/spider.xml b/graphics/sprites/monsters/spider.xml index ad0cde1a..82a626cf 100644 --- a/graphics/sprites/monsters/spider.xml +++ b/graphics/sprites/monsters/spider.xml @@ -1,74 +1,68 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/spider.png|W;R" width="35" height="35" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" delay="275"/> - <frame index="2" delay="275"/> - </animation> - <animation direction="left"> - <frame index="7" delay="275"/> - <frame index="9" delay="275"/> - </animation> - <animation direction="up"> - <frame index="14" delay="275"/> - <frame index="16" delay="275"/> - </animation> - <animation direction="right"> - <frame index="21" delay="275"/> - <frame index="23" delay="275"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="0" end="3" delay="75"/> - </animation> - <animation direction="left"> - <sequence start="7" end="10" delay="75"/> - </animation> - <animation direction="up"> - <sequence start="14" end="17" delay="75"/> - </animation> - <animation direction="right"> - <sequence start="21" end="24" delay="75"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="6"/> - </animation> - <animation direction="left"> - <frame index="13"/> - </animation> - <animation direction="up"> - <frame index="20"/> - </animation> - <animation direction="right"> - <frame index="27"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="4" end="5" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <sequence start="11" end="12" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <sequence start="18" end="19" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <sequence start="25" end="26" delay="75"/> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/spider.png|W;R" width="35" height="35"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" delay="275"/> + <frame index="2" delay="275"/> + </animation> + <animation direction="left"> + <frame index="7" delay="275"/> + <frame index="9" delay="275"/> + </animation> + <animation direction="up"> + <frame index="14" delay="275"/> + <frame index="16" delay="275"/> + </animation> + <animation direction="right"> + <frame index="21" delay="275"/> + <frame index="23" delay="275"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="0" end="3" delay="75"/> + </animation> + <animation direction="left"> + <sequence start="7" end="10" delay="75"/> + </animation> + <animation direction="up"> + <sequence start="14" end="17" delay="75"/> + </animation> + <animation direction="right"> + <sequence start="21" end="24" delay="75"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="6"/> + </animation> + <animation direction="left"> + <frame index="13"/> + </animation> + <animation direction="up"> + <frame index="20"/> + </animation> + <animation direction="right"> + <frame index="27"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="4" end="5" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="11" end="12" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="18" end="19" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="25" end="26" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/spinning-scythe.xml b/graphics/sprites/monsters/spinning-scythe.xml index 5f3cfa60..a5cc252f 100644 --- a/graphics/sprites/monsters/spinning-scythe.xml +++ b/graphics/sprites/monsters/spinning-scythe.xml @@ -1,38 +1,31 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/spinning-scythe.png" width="100" height="100" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <sequence start="0" end="7" delay="40" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="default"> - <sequence start="0" end="7" delay="40" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="8" delay="80" offsetY="-10" /> - <frame index="9" delay="90" offsetY="10" /> - <frame index="10" delay="110" offsetY="20" /> - <frame index="11" delay="140" offsetY="35" /> - <frame index="12" delay="110" offsetY="35" /> - <frame index="13" delay="80" offsetY="35" /> - <frame index="14" delay="120" offsetY="35" /> - <frame index="15" offsetY="35" /> - </animation> - </action> - - - <action name="attack" imageset="base"> - <animation direction="default"> - <sequence start="0" end="7" delay="40" /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/spinning-scythe.png" width="100" height="100"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <sequence start="0" end="7" delay="40"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="default"> + <sequence start="0" end="7" delay="40"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="8" delay="80" offsetY="-10"/> + <frame index="9" delay="90" offsetY="10"/> + <frame index="10" delay="110" offsetY="20"/> + <frame index="11" delay="140" offsetY="35"/> + <frame index="12" delay="110" offsetY="35"/> + <frame index="13" delay="80" offsetY="35"/> + <frame index="14" delay="120" offsetY="35"/> + <frame index="15" offsetY="35"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="default"> + <sequence start="0" end="7" delay="40"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/squirrel.xml b/graphics/sprites/monsters/squirrel.xml index d138b97a..a5403465 100644 --- a/graphics/sprites/monsters/squirrel.xml +++ b/graphics/sprites/monsters/squirrel.xml @@ -1,64 +1,64 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/squirrel.png" width="32" height="32" /> + <imageset name="base" src="graphics/sprites/monsters/squirrel.png" width="32" height="32"/> <action name="stand" imageset="base"> <animation direction="down"> - <sequence start="16" end="19" delay="375" /> - <sequence start="20" end="25" delay="75" /> - <sequence start="16" end="19" delay="120" /> + <sequence start="16" end="19" delay="375"/> + <sequence start="20" end="25" delay="75"/> + <sequence start="16" end="19" delay="120"/> </animation> <animation direction="right"> - <sequence start="0" end="3" delay="375" /> - <sequence start="4" end="7" delay="75" /> - <sequence start="0" end="3" delay="75" /> + <sequence start="0" end="3" delay="375"/> + <sequence start="4" end="7" delay="75"/> + <sequence start="0" end="3" delay="75"/> </animation> <animation direction="up"> - <sequence start="24" end="27" delay="375" /> - <sequence start="28" end="31" delay="75" /> - <sequence start="24" end="27" delay="75" /> + <sequence start="24" end="27" delay="375"/> + <sequence start="28" end="31" delay="75"/> + <sequence start="24" end="27" delay="75"/> </animation> <animation direction="left"> - <sequence start="8" end="11" delay="375" /> - <sequence start="12" end="15" delay="75" /> - <sequence start="8" end="11" delay="75" /> + <sequence start="8" end="11" delay="375"/> + <sequence start="12" end="15" delay="75"/> + <sequence start="8" end="11" delay="75"/> </animation> </action> <action name="walk" imageset="base"> <animation direction="down"> - <sequence start="48" end="50" delay="110" /> + <sequence start="48" end="50" delay="110"/> </animation> <animation direction="right"> - <sequence start="32" end="34" delay="110" /> + <sequence start="32" end="34" delay="110"/> </animation> <animation direction="up"> - <sequence start="56" end="58" delay="110" /> + <sequence start="56" end="58" delay="110"/> </animation> <animation direction="left"> - <sequence start="40" end="42" delay="110" /> + <sequence start="40" end="42" delay="110"/> </animation> </action> <action name="dead" imageset="base"> <animation direction="down"> - <sequence start="54" end="55" delay="800" /> - <frame index="55" delay="4000" /> + <sequence start="54" end="55" delay="800"/> + <frame index="55" delay="4000"/> </animation> </action> <action name="attack" imageset="base"> <animation direction="down"> - <frame index="16" delay="250" /> - <frame index="52" delay="250" /> + <frame index="16" delay="250"/> + <frame index="52" delay="250"/> </animation> <animation direction="right"> - <frame index="0" delay="250" /> - <frame index="36" delay="250" /> + <frame index="0" delay="250"/> + <frame index="36" delay="250"/> </animation> <animation direction="up"> - <frame index="24" delay="250" /> - <frame index="60" delay="250" /> + <frame index="24" delay="250"/> + <frame index="60" delay="250"/> </animation> <animation direction="left"> - <frame index="8" delay="250" /> - <frame index="44" delay="250" /> + <frame index="8" delay="250"/> + <frame index="44" delay="250"/> </animation> </action> </sprite> diff --git a/graphics/sprites/monsters/terranite-mask.xml b/graphics/sprites/monsters/terranite-mask.xml index 46818d81..e848047a 100644 --- a/graphics/sprites/monsters/terranite-mask.xml +++ b/graphics/sprites/monsters/terranite-mask.xml @@ -1,124 +1,117 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/terranite-mask.png" width="19" height="28"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-39"/> - </animation> - <animation direction="left"> - <frame index="2" offsetX="-1" offsetY ="-40"/> - </animation> - <animation direction="up"> - <frame index="1" offsetX="-2" offsetY ="-40"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-40"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-39" delay="150"/> - <frame index="0" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-39" delay="150"/> - </animation> - <animation direction="left"> - <frame index="2" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-40" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-40" delay="75"/> - </animation> - <animation direction="up"> - <frame index="1" offsetX="-2" offsetY ="-40" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-41" delay="150"/> - <frame index="1" offsetX="-2" offsetY ="-40" delay="75"/> - <frame index="1" offsetX="-2" offsetY ="-41" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-40" delay="150"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-40" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-38" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-34" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-33" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="2" offsetX="3" offsetY ="-40" delay="75"/> - <frame index="2" offsetX="3" offsetY ="-41" delay="75"/> - <frame index="2" offsetX="0" offsetY ="-38" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-37" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <frame index="1" offsetX="-3" offsetY ="-40" delay="225"/> - <frame index="1" offsetX="-3" offsetY ="-38" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-41" delay="75"/> - <frame index="3" offsetX="-4" offsetY ="-42" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-39" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-38" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-38" delay="225"/> - <frame index="0" offsetX="-1" offsetY ="-37" delay="75"/> - <frame index="0" offsetX="-1" offsetY ="-38" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <frame index="2" offsetX="2" offsetY ="-40" delay="225"/> - <frame index="2" offsetX="4" offsetY ="-41" delay="150"/> - <end /> - </animation> - <animation direction="up"> - <frame index="1" offsetX="-2" offsetY ="-40" delay="225"/> - <frame index="1" offsetX="-3" offsetY ="-39" delay="75"/> - <frame index="1" offsetX="-3" offsetY ="-40" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-4" offsetY ="-40" delay="225"/> - <frame index="3" offsetX="-6" offsetY ="-41" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY ="-26"/> - </animation> - <animation direction="left"> - <frame index="2" offsetX="3" offsetY ="-31"/> - </animation> - <animation direction="up"> - <frame index="1" offsetX="-1" offsetY ="-32"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-7" offsetY ="-31"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="20" offsetY="-16"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/terranite-mask.png" width="19" height="28"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-39"/> + </animation> + <animation direction="left"> + <frame index="2" offsetX="-1" offsetY="-40"/> + </animation> + <animation direction="up"> + <frame index="1" offsetX="-2" offsetY="-40"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-40"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-39" delay="150"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-39" delay="150"/> + </animation> + <animation direction="left"> + <frame index="2" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-40" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-40" delay="75"/> + </animation> + <animation direction="up"> + <frame index="1" offsetX="-2" offsetY="-40" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-41" delay="150"/> + <frame index="1" offsetX="-2" offsetY="-40" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-41" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="150"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-40" delay="75"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-34" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-33" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="2" offsetX="3" offsetY="-40" delay="75"/> + <frame index="2" offsetX="3" offsetY="-41" delay="75"/> + <frame index="2" offsetX="0" offsetY="-38" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-37" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <frame index="1" offsetX="-3" offsetY="-40" delay="225"/> + <frame index="1" offsetX="-3" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-41" delay="75"/> + <frame index="3" offsetX="-4" offsetY="-42" delay="75"/> + <frame index="3" offsetX="-1" offsetY="-39" delay="75"/> + <frame index="3" offsetX="0" offsetY="-38" delay="75"/> + <end/> + </animation> + </action> + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-38" delay="225"/> + <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> + <frame index="0" offsetX="-1" offsetY="-38" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <frame index="2" offsetX="2" offsetY="-40" delay="225"/> + <frame index="2" offsetX="4" offsetY="-41" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <frame index="1" offsetX="-2" offsetY="-40" delay="225"/> + <frame index="1" offsetX="-3" offsetY="-39" delay="75"/> + <frame index="1" offsetX="-3" offsetY="-40" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-4" offsetY="-40" delay="225"/> + <frame index="3" offsetX="-6" offsetY="-41" delay="150"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="2" offsetX="3" offsetY="-31"/> + </animation> + <animation direction="up"> + <frame index="1" offsetX="-1" offsetY="-32"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-31"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="20" offsetY="-16"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/terranite.xml b/graphics/sprites/monsters/terranite.xml index 4a3e8c8e..130f6789 100644 --- a/graphics/sprites/monsters/terranite.xml +++ b/graphics/sprites/monsters/terranite.xml @@ -1,76 +1,64 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" - src= "graphics/sprites/monsters/terranite.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="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> - + <imageset name="base" src="graphics/sprites/monsters/terranite.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="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> </sprite> diff --git a/graphics/sprites/monsters/vampire-bat.xml b/graphics/sprites/monsters/vampire-bat.xml index 73102034..cdc592ef 100644 --- a/graphics/sprites/monsters/vampire-bat.xml +++ b/graphics/sprites/monsters/vampire-bat.xml @@ -1,55 +1,50 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/vampire-bat.png" width="37" height="58" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="50" offsetY ="0" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="50" offsetY ="0" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="50" offsetY ="0" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="50" offsetY ="0" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" offsetY ="0" /> - </animation> - <animation direction="left"> - <frame index="19" offsetY ="0" /> - </animation> - <animation direction="up"> - <frame index="29" offsetY ="0" /> - </animation> - <animation direction="right"> - <frame index="39" offsetY ="0" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="75" offsetY ="0" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="75" offsetY ="0" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="25" end="28" delay="75" offsetY ="0" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="35" end="38" delay="75" offsetY ="0" /> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/vampire-bat.png" width="37" height="58"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="50" offsetY="0"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="50" offsetY="0"/> + </animation> + <animation direction="up"> + <sequence start="21" end="24" delay="50" offsetY="0"/> + </animation> + <animation direction="right"> + <sequence start="31" end="34" delay="50" offsetY="0"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9" offsetY="0"/> + </animation> + <animation direction="left"> + <frame index="19" offsetY="0"/> + </animation> + <animation direction="up"> + <frame index="29" offsetY="0"/> + </animation> + <animation direction="right"> + <frame index="39" offsetY="0"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="75" offsetY="0"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="75" offsetY="0"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="25" end="28" delay="75" offsetY="0"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="35" end="38" delay="75" offsetY="0"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/vespa.xml b/graphics/sprites/monsters/vespa.xml index 47120d86..a47e9a7c 100644 --- a/graphics/sprites/monsters/vespa.xml +++ b/graphics/sprites/monsters/vespa.xml @@ -1,66 +1,60 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/vespa.png|R;G" width="65" height="75" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <sequence start="13" end="17" delay="60"/> - </animation> - <animation direction="left"> - <sequence start="26" end="30" delay="60"/> - </animation> - <animation direction="up"> - <sequence start="39" end="43" delay="60"/> - </animation> - <animation direction="right"> - <sequence start="0" end="4" delay="60"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="13" end="20" delay="65"/> - </animation> - <animation direction="left"> - <sequence start="26" end="33" delay="65"/> - </animation> - <animation direction="up"> - <sequence start="39" end="46" delay="65"/> - </animation> - <animation direction="right"> - <sequence start="0" end="7" delay="65"/> - </animation> - </action> - - - <action name="dead" imageset="base"> - <animation direction="right"> - <frame index="12" delay="0"/> - </animation> - <animation direction="down"> - <frame index="25" delay="0"/> - </animation> - <animation direction="left"> - <frame index="38" delay="0"/> - </animation> - <animation direction="up"> - <frame index="51" delay="0"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="21" end="24" delay="65"/> - </animation> - <animation direction="left"> - <sequence start="34" end="37" delay="65"/> - </animation> - <animation direction="up"> - <sequence start="47" end="50" delay="65"/> - </animation> - <animation direction="right"> - <sequence start="8" end="11" delay="65"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/vespa.png|R;G" width="65" height="75"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <sequence start="13" end="17" delay="60"/> + </animation> + <animation direction="left"> + <sequence start="26" end="30" delay="60"/> + </animation> + <animation direction="up"> + <sequence start="39" end="43" delay="60"/> + </animation> + <animation direction="right"> + <sequence start="0" end="4" delay="60"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="13" end="20" delay="65"/> + </animation> + <animation direction="left"> + <sequence start="26" end="33" delay="65"/> + </animation> + <animation direction="up"> + <sequence start="39" end="46" delay="65"/> + </animation> + <animation direction="right"> + <sequence start="0" end="7" delay="65"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="right"> + <frame index="12" delay="0"/> + </animation> + <animation direction="down"> + <frame index="25" delay="0"/> + </animation> + <animation direction="left"> + <frame index="38" delay="0"/> + </animation> + <animation direction="up"> + <frame index="51" delay="0"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="21" end="24" delay="65"/> + </animation> + <animation direction="left"> + <sequence start="34" end="37" delay="65"/> + </animation> + <animation direction="up"> + <sequence start="47" end="50" delay="65"/> + </animation> + <animation direction="right"> + <sequence start="8" end="11" delay="65"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/wisp.xml b/graphics/sprites/monsters/wisp.xml index 68bb72dc..db006334 100644 --- a/graphics/sprites/monsters/wisp.xml +++ b/graphics/sprites/monsters/wisp.xml @@ -1,77 +1,68 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/wisp.png|W" width="64" height="64" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="2" delay="100"/> - <frame index="1" delay="100"/> - <frame index="0" delay="100"/> - <frame index="1" delay="100"/> - <frame index="2" delay="100"/> - <frame index="3" delay="100"/> - <frame index="4" delay="100"/> - <frame index="3" delay="100"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <sequence start="5" end="8" delay="150"/> - <frame index="9" delay="0"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" delay="50" offsetY="4"/> - <frame index="1" delay="50" offsetY="8"/> - <frame index="2" delay="50" offsetY="16"/> - <frame index="3" delay="50" offsetY="32"/> - <frame index="4" delay="50" offsetY="64"/> - <frame index="3" delay="50" offsetY="32"/> - <frame index="2" delay="50" offsetY="16"/> - <frame index="1" delay="50" offsetY="8"/> - <frame index="0" delay="0" offsetY="4"/> - </animation> - - <animation direction="right"> - <frame index="0" delay="50" offsetX="4"/> - <frame index="1" delay="50" offsetX="8"/> - <frame index="2" delay="50" offsetX="16"/> - <frame index="3" delay="50" offsetX="32"/> - <frame index="4" delay="50" offsetX="64"/> - <frame index="3" delay="50" offsetX="32"/> - <frame index="2" delay="50" offsetX="16"/> - <frame index="1" delay="50" offsetX="8"/> - <frame index="0" delay="0" offsetX="4"/> - </animation> - - - <animation direction="up"> - <frame index="0" delay="50" offsetY="0"/> - <frame index="1" delay="50" offsetY="-4"/> - <frame index="2" delay="50" offsetY="-8"/> - <frame index="3" delay="50" offsetY="-16"/> - <frame index="4" delay="50" offsetY="-32"/> - <frame index="3" delay="50" offsetY="-16"/> - <frame index="2" delay="50" offsetY="-8"/> - <frame index="1" delay="50" offsetY="-4"/> - <frame index="0" delay="0" offsetY="0"/> - </animation> - - <animation direction="left"> - <frame index="0" delay="50" offsetX="0"/> - <frame index="1" delay="50" offsetX="-4"/> - <frame index="2" delay="50" offsetX="-8"/> - <frame index="3" delay="50" offsetX="-16"/> - <frame index="4" delay="50" offsetX="-32"/> - <frame index="3" delay="50" offsetX="-16"/> - <frame index="2" delay="50" offsetX="-8"/> - <frame index="1" delay="50" offsetX="-4"/> - <frame index="0" delay="0" offsetX="0"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/wisp.png|W" width="64" height="64"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="2" delay="100"/> + <frame index="1" delay="100"/> + <frame index="0" delay="100"/> + <frame index="1" delay="100"/> + <frame index="2" delay="100"/> + <frame index="3" delay="100"/> + <frame index="4" delay="100"/> + <frame index="3" delay="100"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <sequence start="5" end="8" delay="150"/> + <frame index="9" delay="0"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" delay="50" offsetY="4"/> + <frame index="1" delay="50" offsetY="8"/> + <frame index="2" delay="50" offsetY="16"/> + <frame index="3" delay="50" offsetY="32"/> + <frame index="4" delay="50" offsetY="64"/> + <frame index="3" delay="50" offsetY="32"/> + <frame index="2" delay="50" offsetY="16"/> + <frame index="1" delay="50" offsetY="8"/> + <frame index="0" delay="0" offsetY="4"/> + </animation> + <animation direction="right"> + <frame index="0" delay="50" offsetX="4"/> + <frame index="1" delay="50" offsetX="8"/> + <frame index="2" delay="50" offsetX="16"/> + <frame index="3" delay="50" offsetX="32"/> + <frame index="4" delay="50" offsetX="64"/> + <frame index="3" delay="50" offsetX="32"/> + <frame index="2" delay="50" offsetX="16"/> + <frame index="1" delay="50" offsetX="8"/> + <frame index="0" delay="0" offsetX="4"/> + </animation> + <animation direction="up"> + <frame index="0" delay="50" offsetY="0"/> + <frame index="1" delay="50" offsetY="-4"/> + <frame index="2" delay="50" offsetY="-8"/> + <frame index="3" delay="50" offsetY="-16"/> + <frame index="4" delay="50" offsetY="-32"/> + <frame index="3" delay="50" offsetY="-16"/> + <frame index="2" delay="50" offsetY="-8"/> + <frame index="1" delay="50" offsetY="-4"/> + <frame index="0" delay="0" offsetY="0"/> + </animation> + <animation direction="left"> + <frame index="0" delay="50" offsetX="0"/> + <frame index="1" delay="50" offsetX="-4"/> + <frame index="2" delay="50" offsetX="-8"/> + <frame index="3" delay="50" offsetX="-16"/> + <frame index="4" delay="50" offsetX="-32"/> + <frame index="3" delay="50" offsetX="-16"/> + <frame index="2" delay="50" offsetX="-8"/> + <frame index="1" delay="50" offsetX="-4"/> + <frame index="0" delay="0" offsetX="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/wolvern.xml b/graphics/sprites/monsters/wolvern.xml index 93ed16be..a761c4e0 100644 --- a/graphics/sprites/monsters/wolvern.xml +++ b/graphics/sprites/monsters/wolvern.xml @@ -1,105 +1,100 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/wolvern.png|W" width="92" height="64" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="28" delay="300"/> - <frame index="29" delay="300"/> - <frame index="30" delay="300"/> - <frame index="29" delay="300"/> - <frame index="30" delay="300"/> - <frame index="28" delay="300"/> - <frame index="30" delay="300"/> - <frame index="31" delay="500"/> - <frame index="32" delay="600"/> - <frame index="31" delay="400"/> - <frame index="32" delay="700"/> - </animation> - <animation direction="left"> - <frame index="6" delay="300"/> - <frame index="7" delay="300"/> - <frame index="8" delay="300"/> - <frame index="7" delay="300"/> - <frame index="8" delay="300"/> - <frame index="6" delay="300"/> - <frame index="8" delay="300"/> - <frame index="9" delay="500"/> - <frame index="10" delay="600"/> - <frame index="9" delay="400"/> - <frame index="10" delay="700"/> - </animation> - <animation direction="up"> - <frame index="39" delay="300"/> - <frame index="40" delay="300"/> - <frame index="41" delay="300"/> - <frame index="40" delay="300"/> - <frame index="41" delay="300"/> - <frame index="39" delay="300"/> - <frame index="41" delay="300"/> - <frame index="42" delay="500"/> - <frame index="43" delay="600"/> - <frame index="42" delay="400"/> - <frame index="43" delay="700"/> - </animation> - <animation direction="right"> - <frame index="17" delay="300"/> - <frame index="18" delay="300"/> - <frame index="19" delay="300"/> - <frame index="18" delay="300"/> - <frame index="19" delay="300"/> - <frame index="17" delay="300"/> - <frame index="19" delay="300"/> - <frame index="20" delay="500"/> - <frame index="21" delay="600"/> - <frame index="20" delay="400"/> - <frame index="21" delay="700"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="22" end="27" delay="100"/> - </animation> - <animation direction="left"> - <sequence start="0" end="5" delay="100"/> - </animation> - <animation direction="up"> - <sequence start="33" end="38" delay="100"/> - </animation> - <animation direction="right"> - <sequence start="11" end="16" delay="100"/> - </animation> - </action> - - - <action name="dead" imageset="base"> - <animation direction="up"> - <frame index="54" delay="0" /> - </animation> - <animation direction="down"> - <frame index="65" delay="0" /> - </animation> - <animation direction="right"> - <frame index="54" delay="0" /> - </animation> - <animation direction="left"> - <frame index="65" delay="0" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="55" end="59" delay="70"/> - </animation> - <animation direction="left"> - <sequence start="49" end="53" delay="70"/> - </animation> - <animation direction="up"> - <sequence start="60" end="64" delay="70"/> - </animation> - <animation direction="right"> - <sequence start="44" end="48" delay="70"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/monsters/wolvern.png|W" width="92" height="64"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="28" delay="300"/> + <frame index="29" delay="300"/> + <frame index="30" delay="300"/> + <frame index="29" delay="300"/> + <frame index="30" delay="300"/> + <frame index="28" delay="300"/> + <frame index="30" delay="300"/> + <frame index="31" delay="500"/> + <frame index="32" delay="600"/> + <frame index="31" delay="400"/> + <frame index="32" delay="700"/> + </animation> + <animation direction="left"> + <frame index="6" delay="300"/> + <frame index="7" delay="300"/> + <frame index="8" delay="300"/> + <frame index="7" delay="300"/> + <frame index="8" delay="300"/> + <frame index="6" delay="300"/> + <frame index="8" delay="300"/> + <frame index="9" delay="500"/> + <frame index="10" delay="600"/> + <frame index="9" delay="400"/> + <frame index="10" delay="700"/> + </animation> + <animation direction="up"> + <frame index="39" delay="300"/> + <frame index="40" delay="300"/> + <frame index="41" delay="300"/> + <frame index="40" delay="300"/> + <frame index="41" delay="300"/> + <frame index="39" delay="300"/> + <frame index="41" delay="300"/> + <frame index="42" delay="500"/> + <frame index="43" delay="600"/> + <frame index="42" delay="400"/> + <frame index="43" delay="700"/> + </animation> + <animation direction="right"> + <frame index="17" delay="300"/> + <frame index="18" delay="300"/> + <frame index="19" delay="300"/> + <frame index="18" delay="300"/> + <frame index="19" delay="300"/> + <frame index="17" delay="300"/> + <frame index="19" delay="300"/> + <frame index="20" delay="500"/> + <frame index="21" delay="600"/> + <frame index="20" delay="400"/> + <frame index="21" delay="700"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="22" end="27" delay="100"/> + </animation> + <animation direction="left"> + <sequence start="0" end="5" delay="100"/> + </animation> + <animation direction="up"> + <sequence start="33" end="38" delay="100"/> + </animation> + <animation direction="right"> + <sequence start="11" end="16" delay="100"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="up"> + <frame index="54" delay="0"/> + </animation> + <animation direction="down"> + <frame index="65" delay="0"/> + </animation> + <animation direction="right"> + <frame index="54" delay="0"/> + </animation> + <animation direction="left"> + <frame index="65" delay="0"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="55" end="59" delay="70"/> + </animation> + <animation direction="left"> + <sequence start="49" end="53" delay="70"/> + </animation> + <animation direction="up"> + <sequence start="60" end="64" delay="70"/> + </animation> + <animation direction="right"> + <sequence start="44" end="48" delay="70"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/yeti.xml b/graphics/sprites/monsters/yeti.xml index 14adef94..8c7cbcb3 100644 --- a/graphics/sprites/monsters/yeti.xml +++ b/graphics/sprites/monsters/yeti.xml @@ -1,66 +1,60 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/yeti.png" width="80" height="80" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="3"/> - </animation> - <animation> - <frame index="10"/> - </animation> - <animation direction="up"> - <frame index="31"/> - </animation> - <animation direction="right"> - <frame index="20"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="70" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="70" /> - </animation> - <animation direction="up"> - <sequence start="31" end="34" delay="70" /> - </animation> - <animation direction="right"> - <sequence start="21" end="24" delay="70" /> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <frame index="9" /> - </animation> - <animation direction="left"> - <frame index="19" /> - </animation> - <animation direction="up"> - <frame index="39" /> - </animation> - <animation direction="right"> - <frame index="29" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="5" end="8" delay="60" /> - </animation> - <animation direction="left"> - <sequence start="15" end="18" delay="60" /> - </animation> - <animation direction="up"> - <sequence start="35" end="38" delay="60" /> - </animation> - <animation direction="right"> - <sequence start="25" end="28" delay="60" /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/yeti.png" width="80" height="80"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="3"/> + </animation> + <animation> + <frame index="10"/> + </animation> + <animation direction="up"> + <frame index="31"/> + </animation> + <animation direction="right"> + <frame index="20"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="4" delay="70"/> + </animation> + <animation direction="left"> + <sequence start="11" end="14" delay="70"/> + </animation> + <animation direction="up"> + <sequence start="31" end="34" delay="70"/> + </animation> + <animation direction="right"> + <sequence start="21" end="24" delay="70"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="9"/> + </animation> + <animation direction="left"> + <frame index="19"/> + </animation> + <animation direction="up"> + <frame index="39"/> + </animation> + <animation direction="right"> + <frame index="29"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="5" end="8" delay="60"/> + </animation> + <animation direction="left"> + <sequence start="15" end="18" delay="60"/> + </animation> + <animation direction="up"> + <sequence start="35" end="38" delay="60"/> + </animation> + <animation direction="right"> + <sequence start="25" end="28" delay="60"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/monsters/zombie.xml b/graphics/sprites/monsters/zombie.xml index fda5fff7..02536eae 100644 --- a/graphics/sprites/monsters/zombie.xml +++ b/graphics/sprites/monsters/zombie.xml @@ -1,62 +1,56 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/zombie.png" width="64" height="64" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0"/> - </animation> - <animation direction="right"> - <frame index="7"/> - </animation> - <animation direction="up"> - <frame index="21"/> - </animation> - <animation direction="left"> - <frame index="14"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="6" delay="200"/> - </animation> - <animation direction="right"> - <sequence start="8" end="13" delay="200"/> - </animation> - <animation direction="up"> - <sequence start="21" end="27" delay="200"/> - </animation> - <animation direction="left"> - <sequence start="14" end="20" delay="200"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="down"> - <sequence start="44" end="55" delay="100"/> - <frame index="55" delay="0" /> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="28" end="31" delay="100"/> - <end /> - </animation> - <animation direction="right"> - <sequence start="32" end="35" delay="100"/> - <end /> - </animation> - <animation direction="up"> - <sequence start="40" end="43" delay="100"/> - <end /> - </animation> - <animation direction="left"> - <sequence start="36" end="39" delay="100"/> - <end /> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/zombie.png" width="64" height="64"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0"/> + </animation> + <animation direction="right"> + <frame index="7"/> + </animation> + <animation direction="up"> + <frame index="21"/> + </animation> + <animation direction="left"> + <frame index="14"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="6" delay="200"/> + </animation> + <animation direction="right"> + <sequence start="8" end="13" delay="200"/> + </animation> + <animation direction="up"> + <sequence start="21" end="27" delay="200"/> + </animation> + <animation direction="left"> + <sequence start="14" end="20" delay="200"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <sequence start="44" end="55" delay="100"/> + <frame index="55" delay="0"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="28" end="31" delay="100"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="32" end="35" delay="100"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="40" end="43" delay="100"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="36" end="39" delay="100"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/childoutfits.xml b/graphics/sprites/npcs/childoutfits.xml index e43f1f53..2f6c8d48 100755..100644 --- a/graphics/sprites/npcs/childoutfits.xml +++ b/graphics/sprites/npcs/childoutfits.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite variants="100" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/childoutfits.png|W;Y;G;C;B;M;R" width="30" height="65" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/childoutfits.png|W;Y;G;C;B;M;R" width="30" height="65"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/childposes.xml b/graphics/sprites/npcs/childposes.xml index cc12f811..23e31f47 100755..100644 --- a/graphics/sprites/npcs/childposes.xml +++ b/graphics/sprites/npcs/childposes.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite variants="100" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/childposes.png" width="30" height="65" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/childposes.png" width="30" height="65"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/christmas_npcs.xml b/graphics/sprites/npcs/christmas_npcs.xml index 1679d0c1..387b9c41 100644 --- a/graphics/sprites/npcs/christmas_npcs.xml +++ b/graphics/sprites/npcs/christmas_npcs.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite variants="8" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/christmas_npcs.png" width="50" height="90" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/christmas_npcs.png" width="50" height="90"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/evil-obelisk.xml b/graphics/sprites/npcs/evil-obelisk.xml index 860fad06..75f62c97 100644 --- a/graphics/sprites/npcs/evil-obelisk.xml +++ b/graphics/sprites/npcs/evil-obelisk.xml @@ -1,20 +1,19 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/evil-obelisk.png" width="47" height="110"/> - - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- red color timing --> - <frame index="0" delay="250"/> - <frame index="1" delay="250"/> - <frame index="2" delay="250"/> - <frame index="3" delay="250"/> - <frame index="4" delay="250"/> - <frame index="5" delay="250"/> - <frame index="4" delay="250"/> - <frame index="3" delay="250"/> - <frame index="2" delay="250"/> - <frame index="1" delay="250"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/evil-obelisk.png" width="47" height="110"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- red color timing --> + <frame index="0" delay="250"/> + <frame index="1" delay="250"/> + <frame index="2" delay="250"/> + <frame index="3" delay="250"/> + <frame index="4" delay="250"/> + <frame index="5" delay="250"/> + <frame index="4" delay="250"/> + <frame index="3" delay="250"/> + <frame index="2" delay="250"/> + <frame index="1" delay="250"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/furnace.xml b/graphics/sprites/npcs/furnace.xml index 2e7e21ca..bb6b21e3 100644 --- a/graphics/sprites/npcs/furnace.xml +++ b/graphics/sprites/npcs/furnace.xml @@ -1,14 +1,13 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/furnace.png" width="96" height="96"/> - - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- fire timing --> - <frame index="0" delay="100"/> - <frame index="1" delay="100"/> - <frame index="2" delay="100"/> - <frame index="3" delay="100"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/furnace.png" width="96" height="96"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- fire timing --> + <frame index="0" delay="100"/> + <frame index="1" delay="100"/> + <frame index="2" delay="100"/> + <frame index="3" delay="100"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/hugenpcs.xml b/graphics/sprites/npcs/hugenpcs.xml index 458e555d..51aedbc9 100644 --- a/graphics/sprites/npcs/hugenpcs.xml +++ b/graphics/sprites/npcs/hugenpcs.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite variants="100" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/hugenpcs.png" width="90" height="100" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/hugenpcs.png" width="90" height="100"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-beerguyghost.xml b/graphics/sprites/npcs/npc-beerguyghost.xml index ab73c8fb..53f6f88a 100644 --- a/graphics/sprites/npcs/npc-beerguyghost.xml +++ b/graphics/sprites/npcs/npc-beerguyghost.xml @@ -1,21 +1,21 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-beerguyghost.png" width="32" height="118" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Ghost beer --> - <frame index="0" delay="225"/> - <frame index="1" delay="225"/> - <frame index="2" delay="225"/> - <frame index="3" delay="225"/> - <frame index="4" delay="225"/> - <frame index="5" delay="225"/> - <frame index="6" delay="225"/> - <frame index="7" delay="225"/> - <frame index="8" delay="225"/> - <frame index="9" delay="225"/> - <frame index="10" delay="225"/> - <frame index="11" delay="225"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-beerguyghost.png" width="32" height="118"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Ghost beer --> + <frame index="0" delay="225"/> + <frame index="1" delay="225"/> + <frame index="2" delay="225"/> + <frame index="3" delay="225"/> + <frame index="4" delay="225"/> + <frame index="5" delay="225"/> + <frame index="6" delay="225"/> + <frame index="7" delay="225"/> + <frame index="8" delay="225"/> + <frame index="9" delay="225"/> + <frame index="10" delay="225"/> + <frame index="11" delay="225"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-casket.xml b/graphics/sprites/npcs/npc-casket.xml index cc81923c..32643d74 100644 --- a/graphics/sprites/npcs/npc-casket.xml +++ b/graphics/sprites/npcs/npc-casket.xml @@ -1,10 +1,10 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/particles/casket-trap_96x96.png" width="96" height="96" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- closed casket --> - <frame index="10" /> - </animation> - </action> + <imageset name="base" src="graphics/particles/casket-trap_96x96.png" width="96" height="96"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- closed casket --> + <frame index="10"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-chronos.xml b/graphics/sprites/npcs/npc-chronos.xml index 58f7e378..91b40c9d 100644 --- a/graphics/sprites/npcs/npc-chronos.xml +++ b/graphics/sprites/npcs/npc-chronos.xml @@ -1,18 +1,18 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-chronos.png" width="50" height="64" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Chronos --> - <frame index="0" delay="1000"/> - <frame index="1" delay="1000"/> - <frame index="2" delay="1000"/> - <frame index="3" delay="1000"/> - <frame index="4" delay="1000"/> - <frame index="5" delay="1000"/> - <frame index="6" delay="1000"/> - <frame index="7" delay="1000"/> - <frame index="8" delay="1000"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-chronos.png" width="50" height="64"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Chronos --> + <frame index="0" delay="1000"/> + <frame index="1" delay="1000"/> + <frame index="2" delay="1000"/> + <frame index="3" delay="1000"/> + <frame index="4" delay="1000"/> + <frame index="5" delay="1000"/> + <frame index="6" delay="1000"/> + <frame index="7" delay="1000"/> + <frame index="8" delay="1000"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-cindycage.xml b/graphics/sprites/npcs/npc-cindycage.xml index 3f9f6204..4e888303 100644 --- a/graphics/sprites/npcs/npc-cindycage.xml +++ b/graphics/sprites/npcs/npc-cindycage.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-cindycage.png" width="80" height="103" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-cindycage.png" width="80" height="103"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-creepysurgeon.xml b/graphics/sprites/npcs/npc-creepysurgeon.xml index 894711f3..efcd173c 100644 --- a/graphics/sprites/npcs/npc-creepysurgeon.xml +++ b/graphics/sprites/npcs/npc-creepysurgeon.xml @@ -1,28 +1,28 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-creepysurgeon.png" width="50" height="70" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Scissor demonstration --> - <sequence start="1" end="9" delay="200" /> - <frame index="10" delay="500"/> - <frame index="11" delay="500"/> - <frame index="10" delay="500"/> - <frame index="11" delay="500"/> - <frame index="10" delay="500"/> - <frame index="11" delay="500"/> - <frame index="10" delay="500"/> - <frame index="12" delay="300"/> - <frame index="13" delay="1000"/> - <sequence start="14" end="16" delay="400" /> - <frame index="0" delay="3000"/> - <!-- blinking --> - <frame index="19" delay="500"/> - <frame index="0" delay="3000"/> - <!-- checking pocket --> - <frame index="12" delay="1000"/> - <sequence start="14" end="16" delay="400" /> - <frame index="0" delay="3000"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-creepysurgeon.png" width="50" height="70"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Scissor demonstration --> + <sequence start="1" end="9" delay="200"/> + <frame index="10" delay="500"/> + <frame index="11" delay="500"/> + <frame index="10" delay="500"/> + <frame index="11" delay="500"/> + <frame index="10" delay="500"/> + <frame index="11" delay="500"/> + <frame index="10" delay="500"/> + <frame index="12" delay="300"/> + <frame index="13" delay="1000"/> + <sequence start="14" end="16" delay="400"/> + <frame index="0" delay="3000"/> + <!-- blinking --> + <frame index="19" delay="500"/> + <frame index="0" delay="3000"/> + <!-- checking pocket --> + <frame index="12" delay="1000"/> + <sequence start="14" end="16" delay="400"/> + <frame index="0" delay="3000"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-cryingchild.xml b/graphics/sprites/npcs/npc-cryingchild.xml index c5a15567..ca6f8bcc 100644 --- a/graphics/sprites/npcs/npc-cryingchild.xml +++ b/graphics/sprites/npcs/npc-cryingchild.xml @@ -1,15 +1,15 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-cryingchild.png" width="30" height="50" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Crying child animation --> - <frame index="0" delay="180"/> - <frame index="1" delay="180"/> - <frame index="2" delay="180"/> - <frame index="3" delay="180"/> - <frame index="4" delay="180"/> - <frame index="5" delay="180"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-cryingchild.png" width="30" height="50"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Crying child animation --> + <frame index="0" delay="180"/> + <frame index="1" delay="180"/> + <frame index="2" delay="180"/> + <frame index="3" delay="180"/> + <frame index="4" delay="180"/> + <frame index="5" delay="180"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-dice.xml b/graphics/sprites/npcs/npc-dice.xml index ee2e031a..6e8e4141 100644 --- a/graphics/sprites/npcs/npc-dice.xml +++ b/graphics/sprites/npcs/npc-dice.xml @@ -1,42 +1,41 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-dice.png" width="58" height="87" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- dice hand --> - <frame index="0" delay="90"/> - <frame index="1" delay="90"/> - <frame index="0" delay="90"/> - <frame index="1" delay="90"/> - <frame index="0" delay="90"/> - <frame index="1" delay="90"/> - <frame index="2" delay="90"/> - <frame index="3" delay="90"/> - <frame index="4" delay="90"/> - <frame index="5" delay="90"/> - <frame index="6" delay="90"/> - <frame index="7" delay="90"/> - <frame index="8" delay="90"/> - <frame index="9" delay="90"/> - <frame index="10" delay="90"/> - <frame index="11" delay="90"/> - <frame index="12" delay="90"/> - <frame index="13" delay="90"/> - <frame index="14" delay="90"/> - <frame index="13" delay="90"/> - <frame index="12" delay="90"/> - <frame index="11" delay="90"/> - <frame index="10" delay="90"/> - <frame index="9" delay="90"/> - <frame index="8" delay="90"/> - <frame index="7" delay="90"/> - <frame index="6" delay="90"/> - <frame index="5" delay="400"/> - <frame index="4" delay="90"/> - <frame index="3" delay="90"/> - <frame index="2" delay="90"/> - <frame index="1" delay="90"/> - - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-dice.png" width="58" height="87"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- dice hand --> + <frame index="0" delay="90"/> + <frame index="1" delay="90"/> + <frame index="0" delay="90"/> + <frame index="1" delay="90"/> + <frame index="0" delay="90"/> + <frame index="1" delay="90"/> + <frame index="2" delay="90"/> + <frame index="3" delay="90"/> + <frame index="4" delay="90"/> + <frame index="5" delay="90"/> + <frame index="6" delay="90"/> + <frame index="7" delay="90"/> + <frame index="8" delay="90"/> + <frame index="9" delay="90"/> + <frame index="10" delay="90"/> + <frame index="11" delay="90"/> + <frame index="12" delay="90"/> + <frame index="13" delay="90"/> + <frame index="14" delay="90"/> + <frame index="13" delay="90"/> + <frame index="12" delay="90"/> + <frame index="11" delay="90"/> + <frame index="10" delay="90"/> + <frame index="9" delay="90"/> + <frame index="8" delay="90"/> + <frame index="7" delay="90"/> + <frame index="6" delay="90"/> + <frame index="5" delay="400"/> + <frame index="4" delay="90"/> + <frame index="3" delay="90"/> + <frame index="2" delay="90"/> + <frame index="1" delay="90"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-dyer.xml b/graphics/sprites/npcs/npc-dyer.xml index 5dd4b546..8368707b 100644 --- a/graphics/sprites/npcs/npc-dyer.xml +++ b/graphics/sprites/npcs/npc-dyer.xml @@ -1,15 +1,15 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-dyer.png" width="99" height="64" offsetX="30"/> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- eyes movements --> - <frame index="0" delay="3000"/> - <frame index="1" delay="80"/> - <frame index="0" delay="1500"/> - <frame index="1" delay="80"/> - <frame index="0" delay="3000"/> - <frame index="1" delay="600"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-dyer.png" width="99" height="64" offsetX="30"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- eyes movements --> + <frame index="0" delay="3000"/> + <frame index="1" delay="80"/> + <frame index="0" delay="1500"/> + <frame index="1" delay="80"/> + <frame index="0" delay="3000"/> + <frame index="1" delay="600"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-gate-closed.xml b/graphics/sprites/npcs/npc-gate-closed.xml index 786cdded..77a7162a 100644 --- a/graphics/sprites/npcs/npc-gate-closed.xml +++ b/graphics/sprites/npcs/npc-gate-closed.xml @@ -1,10 +1,10 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-gate_224x192.png" width="224" height="192" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Display just the first frame of the opening door animation, which is the closed door --> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-gate_224x192.png" width="224" height="192"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Display just the first frame of the opening door animation, which is the closed door --> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-gate-open.xml b/graphics/sprites/npcs/npc-gate-open.xml index 6445c4fd..2f47ed56 100644 --- a/graphics/sprites/npcs/npc-gate-open.xml +++ b/graphics/sprites/npcs/npc-gate-open.xml @@ -1,10 +1,10 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-gate_224x192.png" width="224" height="192" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Open gate --> - <frame index="5" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-gate_224x192.png" width="224" height="192"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Open gate --> + <frame index="5"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-ghostinnkeeper.xml b/graphics/sprites/npcs/npc-ghostinnkeeper.xml index 91eb8d42..732093d7 100644 --- a/graphics/sprites/npcs/npc-ghostinnkeeper.xml +++ b/graphics/sprites/npcs/npc-ghostinnkeeper.xml @@ -1,25 +1,25 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-ghostinnkeeper.png" width="64" height="96" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Ghost --> - <frame index="0" delay="190"/> - <frame index="1" delay="190"/> - <frame index="2" delay="190"/> - <frame index="3" delay="190"/> - <frame index="4" delay="190"/> - <frame index="5" delay="190"/> - <frame index="6" delay="190"/> - <frame index="7" delay="190"/> - <frame index="8" delay="190"/> - <frame index="9" delay="190"/> - <frame index="10" delay="190"/> - <frame index="11" delay="190"/> - <frame index="12" delay="190"/> - <frame index="13" delay="190"/> - <frame index="14" delay="190"/> - <frame index="15" delay="190"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-ghostinnkeeper.png" width="64" height="96"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Ghost --> + <frame index="0" delay="190"/> + <frame index="1" delay="190"/> + <frame index="2" delay="190"/> + <frame index="3" delay="190"/> + <frame index="4" delay="190"/> + <frame index="5" delay="190"/> + <frame index="6" delay="190"/> + <frame index="7" delay="190"/> + <frame index="8" delay="190"/> + <frame index="9" delay="190"/> + <frame index="10" delay="190"/> + <frame index="11" delay="190"/> + <frame index="12" delay="190"/> + <frame index="13" delay="190"/> + <frame index="14" delay="190"/> + <frame index="15" delay="190"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-guard.xml b/graphics/sprites/npcs/npc-guard.xml index c5201658..281351cb 100644 --- a/graphics/sprites/npcs/npc-guard.xml +++ b/graphics/sprites/npcs/npc-guard.xml @@ -1,22 +1,22 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-guard.png" width="67" height="68" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Bloody Eyes --> - <frame index="0" delay="500"/> - <frame index="1" delay="90"/> - <frame index="2" delay="90"/> - <frame index="3" delay="90"/> - <frame index="4" delay="90"/> - <frame index="5" delay="90"/> - <frame index="6" delay="90"/> - <frame index="7" delay="90"/> - <frame index="8" delay="90"/> - <frame index="9" delay="90"/> - <frame index="10" delay="90"/> - <frame index="11" delay="90"/> - <frame index="12" delay="90"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-guard.png" width="67" height="68"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Bloody Eyes --> + <frame index="0" delay="500"/> + <frame index="1" delay="90"/> + <frame index="2" delay="90"/> + <frame index="3" delay="90"/> + <frame index="4" delay="90"/> + <frame index="5" delay="90"/> + <frame index="6" delay="90"/> + <frame index="7" delay="90"/> + <frame index="8" delay="90"/> + <frame index="9" delay="90"/> + <frame index="10" delay="90"/> + <frame index="11" delay="90"/> + <frame index="12" delay="90"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-headhang.xml b/graphics/sprites/npcs/npc-headhang.xml index 0e50b1d8..f457add5 100644 --- a/graphics/sprites/npcs/npc-headhang.xml +++ b/graphics/sprites/npcs/npc-headhang.xml @@ -1,29 +1,29 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-headhang.png" width="33" height="70" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Hanghead --> - <frame index="0" delay="500"/> - <frame index="1" delay="100"/> - <frame index="2" delay="100"/> - <frame index="3" delay="100"/> - <frame index="4" delay="100"/> - <frame index="5" delay="100"/> - <frame index="7" delay="100"/> - <frame index="6" delay="80"/> - <frame index="7" delay="300"/> - <frame index="5" delay="100"/> - <frame index="4" delay="100"/> - <frame index="3" delay="100"/> - <frame index="2" delay="100"/> - <frame index="1" delay="100"/> - <frame index="9" delay="80"/> - <frame index="8" delay="100"/> - <frame index="9" delay="80"/> - <frame index="8" delay="100"/> - <frame index="9" delay="80"/> - <frame index="0" delay="100"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-headhang.png" width="33" height="70"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Hanghead --> + <frame index="0" delay="500"/> + <frame index="1" delay="100"/> + <frame index="2" delay="100"/> + <frame index="3" delay="100"/> + <frame index="4" delay="100"/> + <frame index="5" delay="100"/> + <frame index="7" delay="100"/> + <frame index="6" delay="80"/> + <frame index="7" delay="300"/> + <frame index="5" delay="100"/> + <frame index="4" delay="100"/> + <frame index="3" delay="100"/> + <frame index="2" delay="100"/> + <frame index="1" delay="100"/> + <frame index="9" delay="80"/> + <frame index="8" delay="100"/> + <frame index="9" delay="80"/> + <frame index="8" delay="100"/> + <frame index="9" delay="80"/> + <frame index="0" delay="100"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-headless.xml b/graphics/sprites/npcs/npc-headless.xml index ee3ce700..a6d77b95 100644 --- a/graphics/sprites/npcs/npc-headless.xml +++ b/graphics/sprites/npcs/npc-headless.xml @@ -1,29 +1,29 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-headless.png" width="40" height="60" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Head animation --> - <frame index="0" delay="300"/> - <frame index="1" delay="100"/> - <frame index="2" delay="100"/> - <frame index="3" delay="100"/> - <frame index="4" delay="100"/> - <frame index="5" delay="100"/> - <frame index="6" delay="100"/> - <frame index="7" delay="100"/> - <frame index="8" delay="100"/> - <frame index="9" delay="200"/> - <frame index="19" delay="200"/> - <frame index="18" delay="100"/> - <frame index="17" delay="100"/> - <frame index="16" delay="100"/> - <frame index="15" delay="100"/> - <frame index="14" delay="100"/> - <frame index="13" delay="100"/> - <frame index="12" delay="100"/> - <frame index="11" delay="100"/> - <frame index="10" delay="100"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-headless.png" width="40" height="60"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Head animation --> + <frame index="0" delay="300"/> + <frame index="1" delay="100"/> + <frame index="2" delay="100"/> + <frame index="3" delay="100"/> + <frame index="4" delay="100"/> + <frame index="5" delay="100"/> + <frame index="6" delay="100"/> + <frame index="7" delay="100"/> + <frame index="8" delay="100"/> + <frame index="9" delay="200"/> + <frame index="19" delay="200"/> + <frame index="18" delay="100"/> + <frame index="17" delay="100"/> + <frame index="16" delay="100"/> + <frame index="15" delay="100"/> + <frame index="14" delay="100"/> + <frame index="13" delay="100"/> + <frame index="12" delay="100"/> + <frame index="11" delay="100"/> + <frame index="10" delay="100"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-lightman.xml b/graphics/sprites/npcs/npc-lightman.xml index fc42aab0..21f79f23 100644 --- a/graphics/sprites/npcs/npc-lightman.xml +++ b/graphics/sprites/npcs/npc-lightman.xml @@ -1,29 +1,29 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-lightman.png" width="50" height="80" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Light animation --> - <frame index="0" delay="80"/> - <frame index="1" delay="80"/> - <frame index="2" delay="80"/> - <frame index="3" delay="80"/> - <frame index="4" delay="80"/> - <frame index="5" delay="80"/> - <frame index="6" delay="80"/> - <frame index="7" delay="80"/> - <frame index="8" delay="80"/> - <frame index="9" delay="80"/> - <frame index="10" delay="80"/> - <frame index="11" delay="80"/> - <frame index="12" delay="80"/> - <frame index="13" delay="80"/> - <frame index="14" delay="80"/> - <frame index="15" delay="80"/> - <frame index="16" delay="80"/> - <frame index="17" delay="80"/> - <frame index="18" delay="80"/> - <frame index="19" delay="80"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-lightman.png" width="50" height="80"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Light animation --> + <frame index="0" delay="80"/> + <frame index="1" delay="80"/> + <frame index="2" delay="80"/> + <frame index="3" delay="80"/> + <frame index="4" delay="80"/> + <frame index="5" delay="80"/> + <frame index="6" delay="80"/> + <frame index="7" delay="80"/> + <frame index="8" delay="80"/> + <frame index="9" delay="80"/> + <frame index="10" delay="80"/> + <frame index="11" delay="80"/> + <frame index="12" delay="80"/> + <frame index="13" delay="80"/> + <frame index="14" delay="80"/> + <frame index="15" delay="80"/> + <frame index="16" delay="80"/> + <frame index="17" delay="80"/> + <frame index="18" delay="80"/> + <frame index="19" delay="80"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-lumberjack.xml b/graphics/sprites/npcs/npc-lumberjack.xml index dcbbb7ed..03751216 100644 --- a/graphics/sprites/npcs/npc-lumberjack.xml +++ b/graphics/sprites/npcs/npc-lumberjack.xml @@ -1,15 +1,15 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-lumberjack.png" width="42" height="63" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- eyes movements --> - <frame index="0" delay="3000"/> - <frame index="1" delay="80"/> - <frame index="0" delay="1500"/> - <frame index="1" delay="80"/> - <frame index="0" delay="3000"/> - <frame index="1" delay="600"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-lumberjack.png" width="42" height="63"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- eyes movements --> + <frame index="0" delay="3000"/> + <frame index="1" delay="80"/> + <frame index="0" delay="1500"/> + <frame index="1" delay="80"/> + <frame index="0" delay="3000"/> + <frame index="1" delay="600"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-receptionist.xml b/graphics/sprites/npcs/npc-receptionist.xml index 4bea215e..fc1052e3 100644 --- a/graphics/sprites/npcs/npc-receptionist.xml +++ b/graphics/sprites/npcs/npc-receptionist.xml @@ -1,18 +1,18 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-receptionist.png" width="32" height="64" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Bloody body --> - <frame index="0" delay="500"/> - <frame index="1" delay="370"/> - <frame index="2" delay="330"/> - <frame index="3" delay="320"/> - <frame index="4" delay="340"/> - <frame index="5" delay="320"/> - <frame index="6" delay="330"/> - <frame index="7" delay="370"/> - <frame index="8" delay="500"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-receptionist.png" width="32" height="64"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Bloody body --> + <frame index="0" delay="500"/> + <frame index="1" delay="370"/> + <frame index="2" delay="330"/> + <frame index="3" delay="320"/> + <frame index="4" delay="340"/> + <frame index="5" delay="320"/> + <frame index="6" delay="330"/> + <frame index="7" delay="370"/> + <frame index="8" delay="500"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-savannahman.xml b/graphics/sprites/npcs/npc-savannahman.xml index e0ba2ca4..d05b70da 100644 --- a/graphics/sprites/npcs/npc-savannahman.xml +++ b/graphics/sprites/npcs/npc-savannahman.xml @@ -1,36 +1,36 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-savannahman.png" width="35" height="58" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- head movements --> - <frame index="0" delay="1500"/> - <frame index="1" delay="10"/> - <frame index="0" delay="300"/> - <frame index="1" delay="10"/> - <frame index="2" delay="1000"/> - <frame index="1" delay="10"/> - <frame index="0" delay="500"/> - <frame index="1" delay="10"/> - <frame index="0" delay="1000"/> - <frame index="3" delay="250"/> - <frame index="4" delay="300"/> - <frame index="5" delay="600"/> - <frame index="6" delay="550"/> - <frame index="7" delay="10"/> - <frame index="6" delay="450"/> - <frame index="7" delay="10"/> - <frame index="6" delay="500"/> - <frame index="4" delay="500"/> - <frame index="3" delay="250"/> - <frame index="0" delay="450"/> - <frame index="1" delay="10"/> - <frame index="0" delay="350"/> - <frame index="8" delay="350"/> - <frame index="9" delay="450"/> - <frame index="10" delay="1200"/> - <frame index="9" delay="200"/> - <frame index="0" delay="200"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-savannahman.png" width="35" height="58"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- head movements --> + <frame index="0" delay="1500"/> + <frame index="1" delay="10"/> + <frame index="0" delay="300"/> + <frame index="1" delay="10"/> + <frame index="2" delay="1000"/> + <frame index="1" delay="10"/> + <frame index="0" delay="500"/> + <frame index="1" delay="10"/> + <frame index="0" delay="1000"/> + <frame index="3" delay="250"/> + <frame index="4" delay="300"/> + <frame index="5" delay="600"/> + <frame index="6" delay="550"/> + <frame index="7" delay="10"/> + <frame index="6" delay="450"/> + <frame index="7" delay="10"/> + <frame index="6" delay="500"/> + <frame index="4" delay="500"/> + <frame index="3" delay="250"/> + <frame index="0" delay="450"/> + <frame index="1" delay="10"/> + <frame index="0" delay="350"/> + <frame index="8" delay="350"/> + <frame index="9" delay="450"/> + <frame index="10" delay="1200"/> + <frame index="9" delay="200"/> + <frame index="0" delay="200"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-test.xml b/graphics/sprites/npcs/npc-test.xml index 7de423e5..d4b581ff 100644 --- a/graphics/sprites/npcs/npc-test.xml +++ b/graphics/sprites/npcs/npc-test.xml @@ -1,32 +1,32 @@ -<?xml version = '1.0'?> -<sprite action="stand" name="npc" > - <imageset width="64" height="64" name="base" src="graphics/sprites/npcs/npc-test.png" /> - <action imageset="base" name="stand" > - <animation direction="down" > - <frame index="0" /> +<?xml version="1.0"?> +<sprite action="stand" name="npc"> + <imageset width="64" height="64" name="base" src="graphics/sprites/npcs/npc-test.png"/> + <action imageset="base" name="stand"> + <animation direction="down"> + <frame index="0"/> </animation> - <animation direction="left" > - <frame index="7" /> + <animation direction="left"> + <frame index="7"/> </animation> - <animation direction="up" > - <frame index="14" /> + <animation direction="up"> + <frame index="14"/> </animation> - <animation direction="right" > - <frame index="21" /> + <animation direction="right"> + <frame index="21"/> </animation> </action> - <action imageset="base" name="walk" > - <animation direction="down" > - <sequence end="6" delay="75" start="1" /> + <action imageset="base" name="walk"> + <animation direction="down"> + <sequence end="6" delay="75" start="1"/> </animation> - <animation direction="left" > - <sequence end="13" delay="75" start="8" /> + <animation direction="left"> + <sequence end="13" delay="75" start="8"/> </animation> - <animation direction="up" > - <sequence end="20" delay="75" start="15" /> + <animation direction="up"> + <sequence end="20" delay="75" start="15"/> </animation> - <animation direction="right" > - <sequence end="27" delay="75" start="22" /> + <animation direction="right"> + <sequence end="27" delay="75" start="22"/> </animation> </action> </sprite> diff --git a/graphics/sprites/npcs/npc-treasurebox.xml b/graphics/sprites/npcs/npc-treasurebox.xml index 4bc4d44f..1f59ae8e 100644 --- a/graphics/sprites/npcs/npc-treasurebox.xml +++ b/graphics/sprites/npcs/npc-treasurebox.xml @@ -1,9 +1,9 @@ -<?xml version = '1.0'?> -<sprite action="stand" name="open-treasure-npc" > - <imageset width="64" height="64" name="base" src="graphics/sprites/npcs/npc-treasurebox.png" /> - <action imageset="base" name="stand" > - <animation stand="default" > - <sequence end="6" delay="75" start="0" /> +<?xml version="1.0"?> +<sprite action="stand" name="open-treasure-npc"> + <imageset width="64" height="64" name="base" src="graphics/sprites/npcs/npc-treasurebox.png"/> + <action imageset="base" name="stand"> + <animation stand="default"> + <sequence end="6" delay="75" start="0"/> </animation> </action> </sprite> diff --git a/graphics/sprites/npcs/npc-undeadbanker.xml b/graphics/sprites/npcs/npc-undeadbanker.xml index 3d050166..f7bd5fda 100644 --- a/graphics/sprites/npcs/npc-undeadbanker.xml +++ b/graphics/sprites/npcs/npc-undeadbanker.xml @@ -1,16 +1,16 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-undeadbanker.png" width="32" height="64" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- Banker Blood --> - <frame index="0" delay="500"/> - <frame index="1" delay="80"/> - <frame index="2" delay="80"/> - <frame index="3" delay="80"/> - <frame index="4" delay="80"/> - <frame index="5" delay="80"/> - <frame index="6" delay="80"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-undeadbanker.png" width="32" height="64"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Banker Blood --> + <frame index="0" delay="500"/> + <frame index="1" delay="80"/> + <frame index="2" delay="80"/> + <frame index="3" delay="80"/> + <frame index="4" delay="80"/> + <frame index="5" delay="80"/> + <frame index="6" delay="80"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc-woodenpump.xml b/graphics/sprites/npcs/npc-woodenpump.xml index 8023fbcf..3959d80c 100644 --- a/graphics/sprites/npcs/npc-woodenpump.xml +++ b/graphics/sprites/npcs/npc-woodenpump.xml @@ -1,19 +1,19 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/npc-woodenpump.png" width="27" height="71" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- waterdroplets --> - <frame index="0" delay="130"/> - <frame index="1" delay="200"/> - <frame index="2" delay="100"/> - <frame index="3" delay="130"/> - <frame index="4" delay="130"/> - <frame index="5" delay="130"/> - <frame index="6" delay="130"/> - <frame index="7" delay="130"/> - <frame index="8" delay="130"/> - <frame index="9" delay="130"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npc-woodenpump.png" width="27" height="71"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- waterdroplets --> + <frame index="0" delay="130"/> + <frame index="1" delay="200"/> + <frame index="2" delay="100"/> + <frame index="3" delay="130"/> + <frame index="4" delay="130"/> + <frame index="5" delay="130"/> + <frame index="6" delay="130"/> + <frame index="7" delay="130"/> + <frame index="8" delay="130"/> + <frame index="9" delay="130"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/npc.xml b/graphics/sprites/npcs/npc.xml index 80fb1f67..b451bba1 100644 --- a/graphics/sprites/npcs/npc.xml +++ b/graphics/sprites/npcs/npc.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite variants="100" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/npcs.png" width="50" height="80" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> -</sprite>
\ No newline at end of file + <imageset name="base" src="graphics/sprites/npcs/npcs.png" width="50" height="80"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/npc2.xml b/graphics/sprites/npcs/npc2.xml index a6fbc68a..07a508d1 100644 --- a/graphics/sprites/npcs/npc2.xml +++ b/graphics/sprites/npcs/npc2.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite variants="100" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/npcs2.png" width="60" height="80" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/npcs2.png" width="60" height="80"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/outfits.xml b/graphics/sprites/npcs/outfits.xml index 08d48c82..c0d0151f 100644 --- a/graphics/sprites/npcs/outfits.xml +++ b/graphics/sprites/npcs/outfits.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite variants="100" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/outfits.png|W;Y;G;C;B;M;R" width="60" height="65" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/outfits.png|W;Y;G;C;B;M;R" width="60" height="65"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/poses.xml b/graphics/sprites/npcs/poses.xml index 1c86e78f..9926087b 100644 --- a/graphics/sprites/npcs/poses.xml +++ b/graphics/sprites/npcs/poses.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite variants="100" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/poses.png" width="60" height="65" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/poses.png" width="60" height="65"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/saboteur.xml b/graphics/sprites/npcs/saboteur.xml index 06f7b578..3a682d19 100644 --- a/graphics/sprites/npcs/saboteur.xml +++ b/graphics/sprites/npcs/saboteur.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/saboteur.png|R;G;B;C;Y;M" width="38" height="57" /> - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/saboteur.png|R;G;B;C;Y;M" width="38" height="57"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/sages.xml b/graphics/sprites/npcs/sages.xml index 85a4a5ae..2d446aab 100644 --- a/graphics/sprites/npcs/sages.xml +++ b/graphics/sprites/npcs/sages.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite variants="12" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/sages.png" width="50" height="80" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/sages.png" width="50" height="80"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/shapeshifter.xml b/graphics/sprites/npcs/shapeshifter.xml index c0effc92..a0413108 100644 --- a/graphics/sprites/npcs/shapeshifter.xml +++ b/graphics/sprites/npcs/shapeshifter.xml @@ -1,189 +1,188 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/shapeshifter.png" width="30" height="63"/> - - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- shape modifier --> - <frame index="10" delay="100"/> - <frame index="9" delay="100"/> - <frame index="8" delay="100"/> - <frame index="7" delay="100"/> - <frame index="6" delay="100"/> - <frame index="5" delay="100"/> - <frame index="4" delay="100"/> - <frame index="3" delay="100"/> - <frame index="2" delay="100"/> - <frame index="1" delay="100"/> - <frame index="0" delay="1000"/> - <frame index="1" delay="100"/> - <frame index="2" delay="100"/> - <frame index="3" delay="100"/> - <frame index="4" delay="100"/> - <frame index="5" delay="100"/> - <frame index="6" delay="100"/> - <frame index="7" delay="100"/> - <frame index="8" delay="100"/> - <frame index="9" delay="100"/> - <frame index="21" delay="100"/> - <frame index="20" delay="100"/> - <frame index="19" delay="100"/> - <frame index="18" delay="100"/> - <frame index="17" delay="100"/> - <frame index="16" delay="100"/> - <frame index="15" delay="100"/> - <frame index="14" delay="100"/> - <frame index="13" delay="100"/> - <frame index="12" delay="100"/> - <frame index="11" delay="1000"/> - <frame index="12" delay="100"/> - <frame index="13" delay="100"/> - <frame index="14" delay="100"/> - <frame index="15" delay="100"/> - <frame index="16" delay="100"/> - <frame index="17" delay="100"/> - <frame index="18" delay="100"/> - <frame index="19" delay="100"/> - <frame index="20" delay="100"/> - <frame index="32" delay="100"/> - <frame index="31" delay="100"/> - <frame index="30" delay="100"/> - <frame index="29" delay="100"/> - <frame index="28" delay="100"/> - <frame index="27" delay="100"/> - <frame index="26" delay="100"/> - <frame index="25" delay="100"/> - <frame index="24" delay="100"/> - <frame index="23" delay="100"/> - <frame index="22" delay="1000"/> - <frame index="23" delay="100"/> - <frame index="24" delay="100"/> - <frame index="25" delay="100"/> - <frame index="26" delay="100"/> - <frame index="27" delay="100"/> - <frame index="28" delay="100"/> - <frame index="29" delay="100"/> - <frame index="30" delay="100"/> - <frame index="31" delay="100"/> - <frame index="43" delay="100"/> - <frame index="42" delay="100"/> - <frame index="41" delay="100"/> - <frame index="40" delay="100"/> - <frame index="39" delay="100"/> - <frame index="38" delay="100"/> - <frame index="37" delay="100"/> - <frame index="36" delay="100"/> - <frame index="35" delay="100"/> - <frame index="34" delay="100"/> - <frame index="33" delay="1000"/> - <frame index="34" delay="100"/> - <frame index="35" delay="100"/> - <frame index="36" delay="100"/> - <frame index="37" delay="100"/> - <frame index="38" delay="100"/> - <frame index="39" delay="100"/> - <frame index="40" delay="100"/> - <frame index="41" delay="100"/> - <frame index="42" delay="100"/> - <frame index="54" delay="100"/> - <frame index="53" delay="100"/> - <frame index="52" delay="100"/> - <frame index="51" delay="100"/> - <frame index="50" delay="100"/> - <frame index="49" delay="100"/> - <frame index="48" delay="100"/> - <frame index="47" delay="100"/> - <frame index="46" delay="100"/> - <frame index="45" delay="100"/> - <frame index="44" delay="1000"/> - <frame index="45" delay="100"/> - <frame index="46" delay="100"/> - <frame index="47" delay="100"/> - <frame index="48" delay="100"/> - <frame index="49" delay="100"/> - <frame index="50" delay="100"/> - <frame index="51" delay="100"/> - <frame index="52" delay="100"/> - <frame index="53" delay="100"/> - <frame index="65" delay="100"/> - <frame index="64" delay="100"/> - <frame index="63" delay="100"/> - <frame index="62" delay="100"/> - <frame index="61" delay="100"/> - <frame index="60" delay="100"/> - <frame index="59" delay="100"/> - <frame index="58" delay="100"/> - <frame index="57" delay="100"/> - <frame index="56" delay="100"/> - <frame index="55" delay="1000"/> - <frame index="56" delay="100"/> - <frame index="57" delay="100"/> - <frame index="58" delay="100"/> - <frame index="59" delay="100"/> - <frame index="60" delay="100"/> - <frame index="61" delay="100"/> - <frame index="62" delay="100"/> - <frame index="63" delay="100"/> - <frame index="64" delay="100"/> - <frame index="76" delay="100"/> - <frame index="75" delay="100"/> - <frame index="74" delay="100"/> - <frame index="73" delay="100"/> - <frame index="72" delay="100"/> - <frame index="71" delay="100"/> - <frame index="70" delay="100"/> - <frame index="69" delay="100"/> - <frame index="68" delay="100"/> - <frame index="67" delay="100"/> - <frame index="66" delay="1000"/> - <frame index="67" delay="100"/> - <frame index="68" delay="100"/> - <frame index="69" delay="100"/> - <frame index="70" delay="100"/> - <frame index="71" delay="100"/> - <frame index="72" delay="100"/> - <frame index="73" delay="100"/> - <frame index="74" delay="100"/> - <frame index="75" delay="100"/> - <frame index="87" delay="100"/> - <frame index="86" delay="100"/> - <frame index="85" delay="100"/> - <frame index="84" delay="100"/> - <frame index="83" delay="100"/> - <frame index="82" delay="100"/> - <frame index="81" delay="100"/> - <frame index="80" delay="100"/> - <frame index="79" delay="100"/> - <frame index="78" delay="100"/> - <frame index="77" delay="1000"/> - <frame index="78" delay="100"/> - <frame index="79" delay="100"/> - <frame index="80" delay="100"/> - <frame index="81" delay="100"/> - <frame index="82" delay="100"/> - <frame index="83" delay="100"/> - <frame index="84" delay="100"/> - <frame index="85" delay="100"/> - <frame index="86" delay="100"/> - <frame index="98" delay="100"/> - <frame index="97" delay="100"/> - <frame index="96" delay="100"/> - <frame index="95" delay="100"/> - <frame index="94" delay="100"/> - <frame index="93" delay="100"/> - <frame index="92" delay="100"/> - <frame index="91" delay="100"/> - <frame index="90" delay="100"/> - <frame index="89" delay="100"/> - <frame index="88" delay="1000"/> - <frame index="89" delay="100"/> - <frame index="90" delay="100"/> - <frame index="91" delay="100"/> - <frame index="92" delay="100"/> - <frame index="93" delay="100"/> - <frame index="94" delay="100"/> - <frame index="95" delay="100"/> - <frame index="96" delay="100"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/shapeshifter.png" width="30" height="63"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- shape modifier --> + <frame index="10" delay="100"/> + <frame index="9" delay="100"/> + <frame index="8" delay="100"/> + <frame index="7" delay="100"/> + <frame index="6" delay="100"/> + <frame index="5" delay="100"/> + <frame index="4" delay="100"/> + <frame index="3" delay="100"/> + <frame index="2" delay="100"/> + <frame index="1" delay="100"/> + <frame index="0" delay="1000"/> + <frame index="1" delay="100"/> + <frame index="2" delay="100"/> + <frame index="3" delay="100"/> + <frame index="4" delay="100"/> + <frame index="5" delay="100"/> + <frame index="6" delay="100"/> + <frame index="7" delay="100"/> + <frame index="8" delay="100"/> + <frame index="9" delay="100"/> + <frame index="21" delay="100"/> + <frame index="20" delay="100"/> + <frame index="19" delay="100"/> + <frame index="18" delay="100"/> + <frame index="17" delay="100"/> + <frame index="16" delay="100"/> + <frame index="15" delay="100"/> + <frame index="14" delay="100"/> + <frame index="13" delay="100"/> + <frame index="12" delay="100"/> + <frame index="11" delay="1000"/> + <frame index="12" delay="100"/> + <frame index="13" delay="100"/> + <frame index="14" delay="100"/> + <frame index="15" delay="100"/> + <frame index="16" delay="100"/> + <frame index="17" delay="100"/> + <frame index="18" delay="100"/> + <frame index="19" delay="100"/> + <frame index="20" delay="100"/> + <frame index="32" delay="100"/> + <frame index="31" delay="100"/> + <frame index="30" delay="100"/> + <frame index="29" delay="100"/> + <frame index="28" delay="100"/> + <frame index="27" delay="100"/> + <frame index="26" delay="100"/> + <frame index="25" delay="100"/> + <frame index="24" delay="100"/> + <frame index="23" delay="100"/> + <frame index="22" delay="1000"/> + <frame index="23" delay="100"/> + <frame index="24" delay="100"/> + <frame index="25" delay="100"/> + <frame index="26" delay="100"/> + <frame index="27" delay="100"/> + <frame index="28" delay="100"/> + <frame index="29" delay="100"/> + <frame index="30" delay="100"/> + <frame index="31" delay="100"/> + <frame index="43" delay="100"/> + <frame index="42" delay="100"/> + <frame index="41" delay="100"/> + <frame index="40" delay="100"/> + <frame index="39" delay="100"/> + <frame index="38" delay="100"/> + <frame index="37" delay="100"/> + <frame index="36" delay="100"/> + <frame index="35" delay="100"/> + <frame index="34" delay="100"/> + <frame index="33" delay="1000"/> + <frame index="34" delay="100"/> + <frame index="35" delay="100"/> + <frame index="36" delay="100"/> + <frame index="37" delay="100"/> + <frame index="38" delay="100"/> + <frame index="39" delay="100"/> + <frame index="40" delay="100"/> + <frame index="41" delay="100"/> + <frame index="42" delay="100"/> + <frame index="54" delay="100"/> + <frame index="53" delay="100"/> + <frame index="52" delay="100"/> + <frame index="51" delay="100"/> + <frame index="50" delay="100"/> + <frame index="49" delay="100"/> + <frame index="48" delay="100"/> + <frame index="47" delay="100"/> + <frame index="46" delay="100"/> + <frame index="45" delay="100"/> + <frame index="44" delay="1000"/> + <frame index="45" delay="100"/> + <frame index="46" delay="100"/> + <frame index="47" delay="100"/> + <frame index="48" delay="100"/> + <frame index="49" delay="100"/> + <frame index="50" delay="100"/> + <frame index="51" delay="100"/> + <frame index="52" delay="100"/> + <frame index="53" delay="100"/> + <frame index="65" delay="100"/> + <frame index="64" delay="100"/> + <frame index="63" delay="100"/> + <frame index="62" delay="100"/> + <frame index="61" delay="100"/> + <frame index="60" delay="100"/> + <frame index="59" delay="100"/> + <frame index="58" delay="100"/> + <frame index="57" delay="100"/> + <frame index="56" delay="100"/> + <frame index="55" delay="1000"/> + <frame index="56" delay="100"/> + <frame index="57" delay="100"/> + <frame index="58" delay="100"/> + <frame index="59" delay="100"/> + <frame index="60" delay="100"/> + <frame index="61" delay="100"/> + <frame index="62" delay="100"/> + <frame index="63" delay="100"/> + <frame index="64" delay="100"/> + <frame index="76" delay="100"/> + <frame index="75" delay="100"/> + <frame index="74" delay="100"/> + <frame index="73" delay="100"/> + <frame index="72" delay="100"/> + <frame index="71" delay="100"/> + <frame index="70" delay="100"/> + <frame index="69" delay="100"/> + <frame index="68" delay="100"/> + <frame index="67" delay="100"/> + <frame index="66" delay="1000"/> + <frame index="67" delay="100"/> + <frame index="68" delay="100"/> + <frame index="69" delay="100"/> + <frame index="70" delay="100"/> + <frame index="71" delay="100"/> + <frame index="72" delay="100"/> + <frame index="73" delay="100"/> + <frame index="74" delay="100"/> + <frame index="75" delay="100"/> + <frame index="87" delay="100"/> + <frame index="86" delay="100"/> + <frame index="85" delay="100"/> + <frame index="84" delay="100"/> + <frame index="83" delay="100"/> + <frame index="82" delay="100"/> + <frame index="81" delay="100"/> + <frame index="80" delay="100"/> + <frame index="79" delay="100"/> + <frame index="78" delay="100"/> + <frame index="77" delay="1000"/> + <frame index="78" delay="100"/> + <frame index="79" delay="100"/> + <frame index="80" delay="100"/> + <frame index="81" delay="100"/> + <frame index="82" delay="100"/> + <frame index="83" delay="100"/> + <frame index="84" delay="100"/> + <frame index="85" delay="100"/> + <frame index="86" delay="100"/> + <frame index="98" delay="100"/> + <frame index="97" delay="100"/> + <frame index="96" delay="100"/> + <frame index="95" delay="100"/> + <frame index="94" delay="100"/> + <frame index="93" delay="100"/> + <frame index="92" delay="100"/> + <frame index="91" delay="100"/> + <frame index="90" delay="100"/> + <frame index="89" delay="100"/> + <frame index="88" delay="1000"/> + <frame index="89" delay="100"/> + <frame index="90" delay="100"/> + <frame index="91" delay="100"/> + <frame index="92" delay="100"/> + <frame index="93" delay="100"/> + <frame index="94" delay="100"/> + <frame index="95" delay="100"/> + <frame index="96" delay="100"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/sittingsage.xml b/graphics/sprites/npcs/sittingsage.xml index 1528c6b8..cec21443 100644 --- a/graphics/sprites/npcs/sittingsage.xml +++ b/graphics/sprites/npcs/sittingsage.xml @@ -1,24 +1,21 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/sittingsage.png" width="40" height="49"/> - <action name="stand" imageset="base"> - <animation direction="default"> - <!-- First Line --> - <frame index="0" delay="140"/> - <frame index="1" delay="140"/> - <frame index="2" delay="160"/> - - <!-- Goto Second Line --> - <frame index="1" delay="90"/> - - <!-- Second Line --> - <frame index="3" delay="160"/> - <frame index="4" delay="140"/> - <frame index="5" delay="160"/> - - <!-- Goto First Line --> - <frame index="4" delay="80"/> - <frame index="1" delay="100"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/sittingsage.png" width="40" height="49"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- First Line --> + <frame index="0" delay="140"/> + <frame index="1" delay="140"/> + <frame index="2" delay="160"/> + <!-- Goto Second Line --> + <frame index="1" delay="90"/> + <!-- Second Line --> + <frame index="3" delay="160"/> + <frame index="4" delay="140"/> + <frame index="5" delay="160"/> + <!-- Goto First Line --> + <frame index="4" delay="80"/> + <frame index="1" delay="100"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/soulmenhirs.xml b/graphics/sprites/npcs/soulmenhirs.xml index c5f3b02c..b79e0fb1 100644 --- a/graphics/sprites/npcs/soulmenhirs.xml +++ b/graphics/sprites/npcs/soulmenhirs.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite variants="8" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/soulmenhirs.png" width="39" height="44" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/soulmenhirs.png" width="39" height="44"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/npcs/thermin_npcs.xml b/graphics/sprites/npcs/thermin_npcs.xml index f0370493..c9e6d98a 100644 --- a/graphics/sprites/npcs/thermin_npcs.xml +++ b/graphics/sprites/npcs/thermin_npcs.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite variants="10" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/thermin_npcs.png" width="50" height="80" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/thermin_npcs.png" width="50" height="80"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/player_female_base.xml b/graphics/sprites/player_female_base.xml index 9d7bbe41..88e4bfa7 100644 --- a/graphics/sprites/player_female_base.xml +++ b/graphics/sprites/player_female_base.xml @@ -1,180 +1,168 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" src="graphics/sprites/player_female_base.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> - -<action name="attack_polearm" imageset="base"> - <animation direction="down"> - <sequence start="72" end="75" delay="150" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="76" end="79" delay="150" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="81" end="84" delay="150" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="85" end="88" delay="150" /> - <end /> - </animation> - </action> - - <action name="attack_1hand" imageset="base"> - <animation direction="down"> - <sequence start="90" end="93" delay="100" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="94" end="97" delay="100" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="99" end="102" delay="100" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="103" end="106" delay="100" /> - <end /> - </animation> - </action> - - <action name="attack_2hand" imageset="base"> - <animation direction="down"> - <sequence start="108" end="111" delay="140" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="112" end="115" delay="140" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="117" end="120" delay="140" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="121" end="124" delay="140" /> - <end /> - </animation> - </action> - - <action name="cast" imageset="base"> - <animation direction="down"> - <sequence start="126" end="127" delay="250" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="128" end="129" delay="250" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="130" end="131" delay="250" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="132" end="133" delay="250" /> - <end /> - </animation> - </action> - -</sprite>
\ No newline at end of file + <imageset name="base" src="graphics/sprites/player_female_base.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> + <action name="attack_polearm" imageset="base"> + <animation direction="down"> + <sequence start="72" end="75" delay="150"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="76" end="79" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="81" end="84" delay="150"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="85" end="88" delay="150"/> + <end/> + </animation> + </action> + <action name="attack_1hand" imageset="base"> + <animation direction="down"> + <sequence start="90" end="93" delay="100"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="94" end="97" delay="100"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="99" end="102" delay="100"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="103" end="106" delay="100"/> + <end/> + </animation> + </action> + <action name="attack_2hand" imageset="base"> + <animation direction="down"> + <sequence start="108" end="111" delay="140"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="112" end="115" delay="140"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="117" end="120" delay="140"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="121" end="124" delay="140"/> + <end/> + </animation> + </action> + <action name="cast" imageset="base"> + <animation direction="down"> + <sequence start="126" end="127" delay="250"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="128" end="129" delay="250"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="130" end="131" delay="250"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="132" end="133" delay="250"/> + <end/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/player_male_base.xml b/graphics/sprites/player_male_base.xml index 1f2da0bd..1815efff 100644 --- a/graphics/sprites/player_male_base.xml +++ b/graphics/sprites/player_male_base.xml @@ -1,184 +1,168 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" - src= "graphics/sprites/player_male_base.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> - - <action name="attack_polearm" imageset="base"> - <animation direction="down"> - <sequence start="72" end="75" delay="150" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="76" end="79" delay="150" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="81" end="84" delay="150" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="85" end="88" delay="150" /> - <end /> - </animation> - </action> - - <action name="attack_1hand" imageset="base"> - <animation direction="down"> - <sequence start="90" end="93" delay="100" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="94" end="97" delay="100" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="99" end="102" delay="100" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="103" end="106" delay="100" /> - <end /> - </animation> - </action> - - <action name="attack_2hand" imageset="base"> - <animation direction="down"> - <sequence start="108" end="111" delay="140" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="112" end="115" delay="140" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="117" end="120" delay="140" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="121" end="124" delay="140" /> - <end /> - </animation> - </action> - - <action name="cast" imageset="base"> - <animation direction="down"> - <sequence start="126" end="127" delay="250" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="128" end="129" delay="250" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="130" end="131" delay="250" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="132" end="133" delay="250" /> - <end /> - </animation> - </action> - -</sprite>
\ No newline at end of file + <imageset name="base" src="graphics/sprites/player_male_base.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> + <action name="attack_polearm" imageset="base"> + <animation direction="down"> + <sequence start="72" end="75" delay="150"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="76" end="79" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="81" end="84" delay="150"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="85" end="88" delay="150"/> + <end/> + </animation> + </action> + <action name="attack_1hand" imageset="base"> + <animation direction="down"> + <sequence start="90" end="93" delay="100"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="94" end="97" delay="100"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="99" end="102" delay="100"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="103" end="106" delay="100"/> + <end/> + </animation> + </action> + <action name="attack_2hand" imageset="base"> + <animation direction="down"> + <sequence start="108" end="111" delay="140"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="112" end="115" delay="140"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="117" end="120" delay="140"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="121" end="124" delay="140"/> + <end/> + </animation> + </action> + <action name="cast" imageset="base"> + <animation direction="down"> + <sequence start="126" end="127" delay="250"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="128" end="129" delay="250"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="130" end="131" delay="250"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="132" end="133" delay="250"/> + <end/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/player_male_base_old.xml b/graphics/sprites/player_male_base_old.xml index 2b1fae81..ac7afdd5 100644 --- a/graphics/sprites/player_male_base_old.xml +++ b/graphics/sprites/player_male_base_old.xml @@ -1,110 +1,96 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - - <imageset name="base" - src= "graphics/sprites/player_male_base.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> - + <imageset name="base" src="graphics/sprites/player_male_base.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> </sprite> diff --git a/graphics/sprites/weapon-axe-blacksmith.xml b/graphics/sprites/weapon-axe-blacksmith.xml index 6df37aeb..a21d26d1 100644 --- a/graphics/sprites/weapon-axe-blacksmith.xml +++ b/graphics/sprites/weapon-axe-blacksmith.xml @@ -1,26 +1,23 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - <imageset name="great-axe" src="graphics/sprites/weapon-axe-blacksmith.png" width="64" height="64" /> - - <action name="default" imageset="great-axe"> - </action> - - <action name="attack_2hand" imageset="great-axe"> - <animation direction="down"> - <sequence start="0" end="3" delay="140" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="4" end="7" delay="140" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="8" end="11" delay="140" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="12" end="15" delay="140" /> - <end /> - </animation> - </action> + <imageset name="great-axe" src="graphics/sprites/weapon-axe-blacksmith.png" width="64" height="64"/> + <action name="default" imageset="great-axe"/> + <action name="attack_2hand" imageset="great-axe"> + <animation direction="down"> + <sequence start="0" end="3" delay="140"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="4" end="7" delay="140"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="8" end="11" delay="140"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="12" end="15" delay="140"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/weapon-bow.xml b/graphics/sprites/weapon-bow.xml index 7f1e14e3..081fabe1 100644 --- a/graphics/sprites/weapon-bow.xml +++ b/graphics/sprites/weapon-bow.xml @@ -1,26 +1,23 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - <imageset name="bow" src="graphics/sprites/weapon1.png" width="64" height="64" /> - - <action name="default" imageset="bow"> - </action> - - <action name="attack_bow" imageset="bow"> - <animation direction="down"> - <sequence start="0" end="4" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="5" end="9" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="10" end="14" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="15" end="19" delay="75" /> - <end /> - </animation> - </action> -</sprite>
\ No newline at end of file + <imageset name="bow" src="graphics/sprites/weapon1.png" width="64" height="64"/> + <action name="default" imageset="bow"/> + <action name="attack_bow" imageset="bow"> + <animation direction="down"> + <sequence start="0" end="4" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="5" end="9" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="10" end="14" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="15" end="19" delay="75"/> + <end/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/weapon-dagger.xml b/graphics/sprites/weapon-dagger.xml index 5159b49f..6426fc67 100644 --- a/graphics/sprites/weapon-dagger.xml +++ b/graphics/sprites/weapon-dagger.xml @@ -1,27 +1,23 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - <imageset name="dagger" src="graphics/sprites/weapon0.png" width="64" height="64" /> - - <action name="default" imageset="dagger"> - </action> - - <action name="attack" imageset="dagger"> - <animation direction="down"> - <sequence start="0" end="3" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="4" end="7" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="8" end="11" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="12" end="15" delay="75" /> - <end /> - </animation> - </action> - + <imageset name="dagger" src="graphics/sprites/weapon0.png" width="64" height="64"/> + <action name="default" imageset="dagger"/> + <action name="attack" imageset="dagger"> + <animation direction="down"> + <sequence start="0" end="3" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="4" end="7" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="8" end="11" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="12" end="15" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/weapon-fist.xml b/graphics/sprites/weapon-fist.xml index bfe04948..c6c1da6c 100644 --- a/graphics/sprites/weapon-fist.xml +++ b/graphics/sprites/weapon-fist.xml @@ -1,7 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - <imageset name="dagger" src="graphics/sprites/weapon0.png" width="64" height="64" /> - - <action name="default" imageset="dagger"> - </action> -</sprite>
\ No newline at end of file + <imageset name="dagger" src="graphics/sprites/weapon0.png" width="64" height="64"/> + <action name="default" imageset="dagger"/> +</sprite> diff --git a/graphics/sprites/weapon-ice-gladius.xml b/graphics/sprites/weapon-ice-gladius.xml index b99b08d9..86aded77 100644 --- a/graphics/sprites/weapon-ice-gladius.xml +++ b/graphics/sprites/weapon-ice-gladius.xml @@ -1,27 +1,23 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - <imageset name="icegladius" src="graphics/sprites/weapon-ice-gladius.png" width="64" height="64" /> - - <action name="default" imageset="icegladius"> - </action> - - <action name="attack" imageset="icegladius"> - <animation direction="down"> - <sequence start="0" end="3" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="4" end="7" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="8" end="11" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="12" end="15" delay="75" /> - <end /> - </animation> - </action> - + <imageset name="icegladius" src="graphics/sprites/weapon-ice-gladius.png" width="64" height="64"/> + <action name="default" imageset="icegladius"/> + <action name="attack" imageset="icegladius"> + <animation direction="down"> + <sequence start="0" end="3" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="4" end="7" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="8" end="11" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="12" end="15" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/weapon-polearm-spear.xml b/graphics/sprites/weapon-polearm-spear.xml index 26f93a7a..eb068837 100644 --- a/graphics/sprites/weapon-polearm-spear.xml +++ b/graphics/sprites/weapon-polearm-spear.xml @@ -1,26 +1,23 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - <imageset name="spear" src="graphics/sprites/weapon-polearm-spear.png" width="64" height="64" /> - - <action name="default" imageset="spear"> - </action> - - <action name="attack_polearm" imageset="spear"> - <animation direction="down"> - <sequence start="0" end="3" delay="150" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="4" end="7" delay="150" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="8" end="11" delay="150" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="12" end="15" delay="150" /> - <end /> - </animation> - </action> -</sprite>
\ No newline at end of file + <imageset name="spear" src="graphics/sprites/weapon-polearm-spear.png" width="64" height="64"/> + <action name="default" imageset="spear"/> + <action name="attack_polearm" imageset="spear"> + <animation direction="down"> + <sequence start="0" end="3" delay="150"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="4" end="7" delay="150"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="8" end="11" delay="150"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="12" end="15" delay="150"/> + <end/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/weapon-scythe.xml b/graphics/sprites/weapon-scythe.xml index d87a966b..c27037ea 100644 --- a/graphics/sprites/weapon-scythe.xml +++ b/graphics/sprites/weapon-scythe.xml @@ -1,87 +1,79 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - <imageset name="staff" src="graphics/sprites/weapon-scythe.png" width="128" height="128" /> - - <action name="default" imageset="staff"> - </action> - - <action name="stand" imageset="staff">
- <animation direction="down">
- <frame index="0" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="left">
- <frame index="16" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="up">
- <frame index="32" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="right">
- <frame index="48" offsetX ="0" offsetY ="32" />
- </animation>
- </action>
-
- <action name="walk" imageset="staff">
- <animation direction="down">
- <sequence start="1" end="6" offsetX ="0" offsetY ="32" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="17" end="22" offsetX ="0" offsetY ="32" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="33" end="38" offsetX ="0" offsetY ="32" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="49" end="54" offsetX ="0" offsetY ="32" delay="75" />
- </animation>
- </action>
-
- <action name="sit" imageset="staff">
- <animation direction="down">
- <frame index="7" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="left">
- <frame index="23" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="up">
- <frame index="39" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="right">
- <frame index="55" offsetX ="0" offsetY ="32" />
- </animation>
- </action> -
- <action name="dead" imageset="staff">
- <animation direction="down">
- <frame index="12" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="left">
- <frame index="12" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="up">
- <frame index="12" offsetX ="0" offsetY ="32" />
- </animation>
- <animation direction="right">
- <frame index="12" offsetX ="0" offsetY ="32" />
- </animation>
- </action>
-
- <action name="attack" imageset="staff">
- <animation direction="down">
- <sequence start="8" end="11" offsetX ="0" offsetY ="32" delay="75" />
- <end />
- </animation>
- <animation direction="left">
- <sequence start="24" end="27" offsetX ="0" offsetY ="32" delay="75" />
- <end />
- </animation>
- <animation direction="up">
- <sequence start="40" end="43" offsetX ="0" offsetY ="32" delay="75" />
- <end />
- </animation>
- <animation direction="right">
- <sequence start="56" end="59" offsetX ="0" offsetY ="32" delay="75" />
- <end />
- </animation>
- </action> - + <imageset name="staff" src="graphics/sprites/weapon-scythe.png" width="128" height="128"/> + <action name="default" imageset="staff"/> + <action name="stand" imageset="staff"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="32"/> + </animation> + <animation direction="left"> + <frame index="16" offsetX="0" offsetY="32"/> + </animation> + <animation direction="up"> + <frame index="32" offsetX="0" offsetY="32"/> + </animation> + <animation direction="right"> + <frame index="48" offsetX="0" offsetY="32"/> + </animation> + </action> + <action name="walk" imageset="staff"> + <animation direction="down"> + <sequence start="1" end="6" offsetX="0" offsetY="32" delay="75"/> + </animation> + <animation direction="left"> + <sequence start="17" end="22" offsetX="0" offsetY="32" delay="75"/> + </animation> + <animation direction="up"> + <sequence start="33" end="38" offsetX="0" offsetY="32" delay="75"/> + </animation> + <animation direction="right"> + <sequence start="49" end="54" offsetX="0" offsetY="32" delay="75"/> + </animation> + </action> + <action name="sit" imageset="staff"> + <animation direction="down"> + <frame index="7" offsetX="0" offsetY="32"/> + </animation> + <animation direction="left"> + <frame index="23" offsetX="0" offsetY="32"/> + </animation> + <animation direction="up"> + <frame index="39" offsetX="0" offsetY="32"/> + </animation> + <animation direction="right"> + <frame index="55" offsetX="0" offsetY="32"/> + </animation> + </action> + <action name="dead" imageset="staff"> + <animation direction="down"> + <frame index="12" offsetX="0" offsetY="32"/> + </animation> + <animation direction="left"> + <frame index="12" offsetX="0" offsetY="32"/> + </animation> + <animation direction="up"> + <frame index="12" offsetX="0" offsetY="32"/> + </animation> + <animation direction="right"> + <frame index="12" offsetX="0" offsetY="32"/> + </animation> + </action> + <action name="attack" imageset="staff"> + <animation direction="down"> + <sequence start="8" end="11" offsetX="0" offsetY="32" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="24" end="27" offsetX="0" offsetY="32" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="40" end="43" offsetX="0" offsetY="32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="56" end="59" offsetX="0" offsetY="32" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/weapon-staff.xml b/graphics/sprites/weapon-staff.xml index d78dc7d8..642ed042 100644 --- a/graphics/sprites/weapon-staff.xml +++ b/graphics/sprites/weapon-staff.xml @@ -1,87 +1,79 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - <imageset name="staff" src="graphics/sprites/weapon-staff.png" width="128" height="128" /> - - <action name="default" imageset="staff"> - </action> - - <action name="stand" imageset="staff"> - <animation direction="down"> - <frame index="0" offsetX ="0" offsetY ="32" /> - </animation> - <animation direction="left"> - <frame index="16" offsetX ="0" offsetY ="32" /> - </animation> - <animation direction="up"> - <frame index="32" offsetX ="0" offsetY ="32" /> - </animation> - <animation direction="right"> - <frame index="48" offsetX ="0" offsetY ="32" /> - </animation> - </action> - - <action name="walk" imageset="staff"> - <animation direction="down"> - <sequence start="1" end="6" offsetX ="0" offsetY ="32" delay="75" /> - </animation> - <animation direction="left"> - <sequence start="17" end="22" offsetX ="0" offsetY ="32" delay="75" /> - </animation> - <animation direction="up"> - <sequence start="33" end="38" offsetX ="0" offsetY ="32" delay="75" /> - </animation> - <animation direction="right"> - <sequence start="49" end="54" offsetX ="0" offsetY ="32" delay="75" /> - </animation> - </action> - - <action name="sit" imageset="staff"> - <animation direction="down"> - <frame index="7" offsetX ="0" offsetY ="32" /> - </animation> - <animation direction="left"> - <frame index="23" offsetX ="0" offsetY ="32" /> - </animation> - <animation direction="up"> - <frame index="39" offsetX ="0" offsetY ="32" /> - </animation> - <animation direction="right"> - <frame index="55" offsetX ="0" offsetY ="32" /> - </animation> - </action> - - <action name="dead" imageset="staff"> - <animation direction="down"> - <frame index="12" offsetX ="0" offsetY ="32" /> - </animation> - <animation direction="left"> - <frame index="12" offsetX ="0" offsetY ="32" /> - </animation> - <animation direction="up"> - <frame index="12" offsetX ="0" offsetY ="32" /> - </animation> - <animation direction="right"> - <frame index="12" offsetX ="0" offsetY ="32" /> - </animation> - </action> - - <action name="attack" imageset="staff"> - <animation direction="down"> - <sequence start="8" end="11" offsetX ="0" offsetY ="32" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="24" end="27" offsetX ="0" offsetY ="32" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="40" end="43" offsetX ="0" offsetY ="32" delay="75" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="56" end="59" offsetX ="0" offsetY ="32" delay="75" /> - <end /> - </animation> - </action> - + <imageset name="staff" src="graphics/sprites/weapon-staff.png" width="128" height="128"/> + <action name="default" imageset="staff"/> + <action name="stand" imageset="staff"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="32"/> + </animation> + <animation direction="left"> + <frame index="16" offsetX="0" offsetY="32"/> + </animation> + <animation direction="up"> + <frame index="32" offsetX="0" offsetY="32"/> + </animation> + <animation direction="right"> + <frame index="48" offsetX="0" offsetY="32"/> + </animation> + </action> + <action name="walk" imageset="staff"> + <animation direction="down"> + <sequence start="1" end="6" offsetX="0" offsetY="32" delay="75"/> + </animation> + <animation direction="left"> + <sequence start="17" end="22" offsetX="0" offsetY="32" delay="75"/> + </animation> + <animation direction="up"> + <sequence start="33" end="38" offsetX="0" offsetY="32" delay="75"/> + </animation> + <animation direction="right"> + <sequence start="49" end="54" offsetX="0" offsetY="32" delay="75"/> + </animation> + </action> + <action name="sit" imageset="staff"> + <animation direction="down"> + <frame index="7" offsetX="0" offsetY="32"/> + </animation> + <animation direction="left"> + <frame index="23" offsetX="0" offsetY="32"/> + </animation> + <animation direction="up"> + <frame index="39" offsetX="0" offsetY="32"/> + </animation> + <animation direction="right"> + <frame index="55" offsetX="0" offsetY="32"/> + </animation> + </action> + <action name="dead" imageset="staff"> + <animation direction="down"> + <frame index="12" offsetX="0" offsetY="32"/> + </animation> + <animation direction="left"> + <frame index="12" offsetX="0" offsetY="32"/> + </animation> + <animation direction="up"> + <frame index="12" offsetX="0" offsetY="32"/> + </animation> + <animation direction="right"> + <frame index="12" offsetX="0" offsetY="32"/> + </animation> + </action> + <action name="attack" imageset="staff"> + <animation direction="down"> + <sequence start="8" end="11" offsetX="0" offsetY="32" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="24" end="27" offsetX="0" offsetY="32" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="40" end="43" offsetX="0" offsetY="32" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="56" end="59" offsetX="0" offsetY="32" delay="75"/> + <end/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/weapon-sword-sword.xml b/graphics/sprites/weapon-sword-sword.xml index 9bed5068..2f27925d 100644 --- a/graphics/sprites/weapon-sword-sword.xml +++ b/graphics/sprites/weapon-sword-sword.xml @@ -1,26 +1,23 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - <imageset name="sword" src="graphics/sprites/weapon-sword-sword.png" width="64" height="64" /> - - <action name="default" imageset="sword"> - </action> - - <action name="attack_1hand" imageset="sword"> - <animation direction="down"> - <sequence start="0" end="3" delay="100" /> - <end /> - </animation> - <animation direction="left"> - <sequence start="4" end="7" delay="100" /> - <end /> - </animation> - <animation direction="up"> - <sequence start="8" end="11" delay="100" /> - <end /> - </animation> - <animation direction="right"> - <sequence start="12" end="15" delay="100" /> - <end /> - </animation> - </action> -</sprite>
\ No newline at end of file + <imageset name="sword" src="graphics/sprites/weapon-sword-sword.png" width="64" height="64"/> + <action name="default" imageset="sword"/> + <action name="attack_1hand" imageset="sword"> + <animation direction="down"> + <sequence start="0" end="3" delay="100"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="4" end="7" delay="100"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="8" end="11" delay="100"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="12" end="15" delay="100"/> + <end/> + </animation> + </action> +</sprite> |