diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-06-05 15:55:17 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-06-11 20:42:33 +0200 |
commit | b683a8cfeb43f4c6b9547ad9c31e82b8af50626b (patch) | |
tree | 65bfa1ca0e8b49984274b5faafae58bb3ac7992f /graphics/sprites/monsters | |
parent | 93b68068f1c940d9437b1849047349b1a8a1e91e (diff) | |
download | clientdata-b683a8cfeb43f4c6b9547ad9c31e82b8af50626b.tar.gz clientdata-b683a8cfeb43f4c6b9547ad9c31e82b8af50626b.tar.bz2 clientdata-b683a8cfeb43f4c6b9547ad9c31e82b8af50626b.tar.xz clientdata-b683a8cfeb43f4c6b9547ad9c31e82b8af50626b.zip |
Format xml files.
Running tools/formatXML.sh
Applying manual edits to:
- effects.xml to place comments above the line they belong to instead of below
- to paths.xml and portal-door.particle.xml to remove tabs within a comment
- to playerglow.particle.xml to remove an superflous '-->' which messed up the automatic indentation.
- used 'sed 's/^\(.*\)\(<!--.*-->\)\(.*\)$/\2\1\3/' -i npcs.xml' to move comments in front of the tags they belong to,
manually edited npcs 251 to 265
Diffstat (limited to 'graphics/sprites/monsters')
67 files changed, 3335 insertions, 3711 deletions
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> |