diff options
Diffstat (limited to 'graphics/sprites')
27 files changed, 193 insertions, 150 deletions
diff --git a/graphics/sprites/equipment/head/bandana.xml b/graphics/sprites/equipment/head/bandana.xml index dc43e48b..c7fed88f 100644 --- a/graphics/sprites/equipment/head/bandana.xml +++ b/graphics/sprites/equipment/head/bandana.xml @@ -105,7 +105,6 @@ Copyright (C) 2010-2011 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <!-- Old OffsetY value was at "-26" before the add of the new sit frames.--> <frame index="0" offsetY="-31"/> </animation> <animation direction="left"> @@ -119,6 +118,21 @@ Copyright (C) 2010-2011 Evol Online --> </animation> </action> + <action name="sittop" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" 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"/> diff --git a/graphics/sprites/hairstyles/hairstyle01.xml b/graphics/sprites/hairstyles/hairstyle01.xml index 13db9b69..aa0c1e36 100644 --- a/graphics/sprites/hairstyles/hairstyle01.xml +++ b/graphics/sprites/hairstyles/hairstyle01.xml @@ -2,6 +2,142 @@ <!-- Original author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2012 Evol Online --> <sprite> + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle01.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> -</sprite> + + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetY="-29"/> + </animation> + </action> + + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-28" delay="75"/> + <frame index="0" offsetY="-29" delay="150"/> + <frame index="0" offsetY="-28" delay="75"/> + <frame index="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetY="-29" delay="75"/> + <frame index="1" offsetY="-28" delay="75"/> + <frame index="1" offsetY="-29" delay="150"/> + <frame index="1" offsetY="-28" delay="75"/> + <frame index="1" 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" offsetY="-29" delay="75"/> + <frame index="3" offsetY="-28" delay="75"/> + <frame index="3" offsetY="-29" delay="150"/> + <frame index="3" offsetY="-28" delay="75"/> + <frame index="3" offsetY="-29" delay="75"/> + </animation> + </action> + + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-27" delay="75"/> + <frame index="0" offsetY="-28" delay="75"/> + <frame index="0" offsetY="-25" delay="75"/> + <frame index="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" 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" 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" offsetY="-28" delay="225"/> + <frame index="0" offsetY="-27" delay="75"/> + <frame index="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="150"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <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" offsetY="-22"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + + <action name="sittop" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" 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>
\ No newline at end of file diff --git a/graphics/sprites/hairstyles/hairstyle02.xml b/graphics/sprites/hairstyles/hairstyle02.xml index efd58390..9f356652 100644 --- a/graphics/sprites/hairstyles/hairstyle02.xml +++ b/graphics/sprites/hairstyles/hairstyle02.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle02.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle03.xml b/graphics/sprites/hairstyles/hairstyle03.xml index 929b2b5c..d4229774 100644 --- a/graphics/sprites/hairstyles/hairstyle03.xml +++ b/graphics/sprites/hairstyles/hairstyle03.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle03.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle04.xml b/graphics/sprites/hairstyles/hairstyle04.xml index 56ba6504..5c4a7566 100644 --- a/graphics/sprites/hairstyles/hairstyle04.xml +++ b/graphics/sprites/hairstyles/hairstyle04.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle04.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle05.xml b/graphics/sprites/hairstyles/hairstyle05.xml index f09d2b09..7f86005e 100644 --- a/graphics/sprites/hairstyles/hairstyle05.xml +++ b/graphics/sprites/hairstyles/hairstyle05.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle05.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle06.xml b/graphics/sprites/hairstyles/hairstyle06.xml index d3198a02..f3f32fe0 100644 --- a/graphics/sprites/hairstyles/hairstyle06.xml +++ b/graphics/sprites/hairstyles/hairstyle06.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle06.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle07.xml b/graphics/sprites/hairstyles/hairstyle07.xml index b12b325c..2930a9ba 100644 --- a/graphics/sprites/hairstyles/hairstyle07.xml +++ b/graphics/sprites/hairstyles/hairstyle07.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle07.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle08.xml b/graphics/sprites/hairstyles/hairstyle08.xml index 46490370..5d594b8a 100644 --- a/graphics/sprites/hairstyles/hairstyle08.xml +++ b/graphics/sprites/hairstyles/hairstyle08.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle08.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle09.xml b/graphics/sprites/hairstyles/hairstyle09.xml index 7159e2fd..c7710ab0 100644 --- a/graphics/sprites/hairstyles/hairstyle09.xml +++ b/graphics/sprites/hairstyles/hairstyle09.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle09.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle10.xml b/graphics/sprites/hairstyles/hairstyle10.xml index 1f05705f..f03887e8 100644 --- a/graphics/sprites/hairstyles/hairstyle10.xml +++ b/graphics/sprites/hairstyles/hairstyle10.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle10.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle11.xml b/graphics/sprites/hairstyles/hairstyle11.xml index a66f57c8..8b8ba49d 100644 --- a/graphics/sprites/hairstyles/hairstyle11.xml +++ b/graphics/sprites/hairstyles/hairstyle11.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle11.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle12.xml b/graphics/sprites/hairstyles/hairstyle12.xml index b14c12ca..2b4bebc1 100644 --- a/graphics/sprites/hairstyles/hairstyle12.xml +++ b/graphics/sprites/hairstyles/hairstyle12.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle12.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle13.xml b/graphics/sprites/hairstyles/hairstyle13.xml index 5f55af5b..4d2b8c3a 100644 --- a/graphics/sprites/hairstyles/hairstyle13.xml +++ b/graphics/sprites/hairstyles/hairstyle13.xml @@ -108,7 +108,6 @@ Copyright (C) 2010-2011 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <!-- Old offsetY value was at "-17" before the add of the new sit frames.--> <frame index="0" offsetY="-22"/> </animation> <animation direction="left"> @@ -122,6 +121,22 @@ Copyright (C) 2010-2011 Evol Online --> </animation> </action> + <action name="sittop" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-17"/> + </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"/> diff --git a/graphics/sprites/hairstyles/hairstyle14.xml b/graphics/sprites/hairstyles/hairstyle14.xml index 1527afa9..db20fd9f 100644 --- a/graphics/sprites/hairstyles/hairstyle14.xml +++ b/graphics/sprites/hairstyles/hairstyle14.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle14.png|W" width="40" height="42"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle15.xml b/graphics/sprites/hairstyles/hairstyle15.xml index 464e6ebc..ce1c858d 100644 --- a/graphics/sprites/hairstyles/hairstyle15.xml +++ b/graphics/sprites/hairstyles/hairstyle15.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle15.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle16.xml b/graphics/sprites/hairstyles/hairstyle16.xml index 8476738c..e190e0d5 100644 --- a/graphics/sprites/hairstyles/hairstyle16.xml +++ b/graphics/sprites/hairstyles/hairstyle16.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle16.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle17.xml b/graphics/sprites/hairstyles/hairstyle17.xml index 5d115504..121cf5df 100644 --- a/graphics/sprites/hairstyles/hairstyle17.xml +++ b/graphics/sprites/hairstyles/hairstyle17.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle17.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle18.xml b/graphics/sprites/hairstyles/hairstyle18.xml index 83032276..b36db62f 100644 --- a/graphics/sprites/hairstyles/hairstyle18.xml +++ b/graphics/sprites/hairstyles/hairstyle18.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle18.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle19.xml b/graphics/sprites/hairstyles/hairstyle19.xml index bff1cc47..8a95df65 100644 --- a/graphics/sprites/hairstyles/hairstyle19.xml +++ b/graphics/sprites/hairstyles/hairstyle19.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle19.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle20.xml b/graphics/sprites/hairstyles/hairstyle20.xml index a10d35c8..9615d915 100644 --- a/graphics/sprites/hairstyles/hairstyle20.xml +++ b/graphics/sprites/hairstyles/hairstyle20.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle20.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle21.xml b/graphics/sprites/hairstyles/hairstyle21.xml index e0413f23..5adc9a1c 100644 --- a/graphics/sprites/hairstyles/hairstyle21.xml +++ b/graphics/sprites/hairstyles/hairstyle21.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle21.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle22.xml b/graphics/sprites/hairstyles/hairstyle22.xml index edec9614..54472f83 100644 --- a/graphics/sprites/hairstyles/hairstyle22.xml +++ b/graphics/sprites/hairstyles/hairstyle22.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle22.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle24.xml b/graphics/sprites/hairstyles/hairstyle24.xml index e12fa6a9..3297acd4 100644 --- a/graphics/sprites/hairstyles/hairstyle24.xml +++ b/graphics/sprites/hairstyles/hairstyle24.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle24.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle25.xml b/graphics/sprites/hairstyles/hairstyle25.xml index f74a36ef..ca90d43e 100644 --- a/graphics/sprites/hairstyles/hairstyle25.xml +++ b/graphics/sprites/hairstyles/hairstyle25.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2011 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle25.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle26.xml b/graphics/sprites/hairstyles/hairstyle26.xml index 20366bb7..9275dfb1 100644 --- a/graphics/sprites/hairstyles/hairstyle26.xml +++ b/graphics/sprites/hairstyles/hairstyle26.xml @@ -3,5 +3,5 @@ Copyright (C) 2010-2012 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/hairstyles/hairstyle26.png|W" width="40" height="40"/> - <include file="hairstyles/hairstyle27.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle27.xml b/graphics/sprites/hairstyles/hairstyle27.xml index f4d92c52..f2a9b3d1 100644 --- a/graphics/sprites/hairstyles/hairstyle27.xml +++ b/graphics/sprites/hairstyles/hairstyle27.xml @@ -2,128 +2,6 @@ <!-- Original author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> <sprite> - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle27.png|W" width="40" height="40"/> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetY="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetY="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY="-28" delay="75"/> - <frame index="0" offsetY="-29" delay="150"/> - <frame index="0" offsetY="-28" delay="75"/> - <frame index="0" offsetY="-29" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetY="-29" delay="75"/> - <frame index="1" offsetY="-28" delay="75"/> - <frame index="1" offsetY="-29" delay="150"/> - <frame index="1" offsetY="-28" delay="75"/> - <frame index="1" 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" offsetY="-29" delay="75"/> - <frame index="3" offsetY="-28" delay="75"/> - <frame index="3" offsetY="-29" delay="150"/> - <frame index="3" offsetY="-28" delay="75"/> - <frame index="3" offsetY="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY="-27" delay="75"/> - <frame index="0" offsetY="-28" delay="75"/> - <frame index="0" offsetY="-25" delay="75"/> - <frame index="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" 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" 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" offsetY="-28" delay="225"/> - <frame index="0" offsetY="-27" delay="75"/> - <frame index="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="150"/> - <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> - <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"> - <!-- Old OffsetY value was at "-17" before the add of the new sit frames.--> - <frame index="0" offsetY="-22"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY="-20"/> - </animation> - <animation direction="up"> - <frame index="2" 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> - + <include file="hairstyles/hairstyle01.xml"/> </sprite> |