diff options
288 files changed, 1396 insertions, 977 deletions
@@ -8,15 +8,16 @@ check: XMLS = $(shell find -type f -name '*.xml') check: check-xml -check-xml: $(patsubst %.xml,%.xml.ok,${XMLS}) +check-xml: $(patsubst %.xml,out/%.xml.ok,${XMLS}) find -name '*.xml.ok' -delete find -name '*.xml.out' -delete -%.xml.ok: %.xml %.xml.out - diff $^ +out/%.xml.ok: %.xml out/%.xml.out + diff -u $^ touch $@ -%.xml.out: %.xml +out/%.xml.out: %.xml + mkdir -p ${@D} set -e -o pipefail; \ - xmllint --format --schema tools/tmw.xsd $< 2>&1 > $@ | grep -v 'Skipping import of schema' + xmllint --format --schema tools/tmw.xsd $< 2>&1 > $@ | grep -v 'Skipping import of schema' 1>&2 check: xsd xsd: diff --git a/equipmentwindow.xml b/equipmentwindow.xml index 73f01ad9..fe102350 100644 --- a/equipmentwindow.xml +++ b/equipmentwindow.xml @@ -2,7 +2,6 @@ <!-- Author: 4144 Copyright (C) 2011-2012 Evol Online --> <equipment> - <window width="205" height="400"/> <playerbox x="50" y="80" width="74" height="123"/> <slot name="torso" x="94" y="48" image="0"/> <slot name="gloves" x="8" y="92" image="1"/> diff --git a/graphics/particles/arrow-banshee.particle.xml b/graphics/particles/arrow-banshee.particle.xml index 654d0aba..3f156558 100644 --- a/graphics/particles/arrow-banshee.particle.xml +++ b/graphics/particles/arrow-banshee.particle.xml @@ -13,7 +13,7 @@ <property name="power" min="0" max="2"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -25,7 +25,7 @@ <property name="power" min="0" max="2"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -37,7 +37,7 @@ <property name="power" min="0" max="2"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </particle> diff --git a/graphics/particles/arrowh-green-slime.particle.xml b/graphics/particles/arrowh-green-slime.particle.xml index 602d562a..993e7eff 100644 --- a/graphics/particles/arrowh-green-slime.particle.xml +++ b/graphics/particles/arrowh-green-slime.particle.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <effect> <particle position-x="0" position-y="0" position-z="32" lifetime="128"> - <rotation name="base" imageset="graphics/particles/arrowh-slime.png|R:#72982c,8bd936" width="16" height="16"> + <rotation imageset="graphics/particles/arrowh-slime.png|R:#72982c,8bd936" width="16" height="16"> <sequence start="0" end="7"/> </rotation> </particle> diff --git a/graphics/particles/arrowh-sea-slime.particle.xml b/graphics/particles/arrowh-sea-slime.particle.xml index 8c2c95d7..202f4ab6 100644 --- a/graphics/particles/arrowh-sea-slime.particle.xml +++ b/graphics/particles/arrowh-sea-slime.particle.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <effect> <particle position-x="0" position-y="0" position-z="32" lifetime="128"> - <rotation name="base" imageset="graphics/particles/arrowh-slime.png|R:#4da4b3,69def2" width="16" height="16"> + <rotation imageset="graphics/particles/arrowh-slime.png|R:#4da4b3,69def2" width="16" height="16"> <sequence start="0" end="7"/> </rotation> </particle> diff --git a/graphics/particles/arrowh-slime.particle.xml b/graphics/particles/arrowh-slime.particle.xml index a09b0824..c80d65fb 100644 --- a/graphics/particles/arrowh-slime.particle.xml +++ b/graphics/particles/arrowh-slime.particle.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <effect> <particle position-x="0" position-y="0" position-z="32" lifetime="128"> - <rotation name="base" imageset="graphics/particles/arrowh-slime.png|R:#72982c,ffffff" width="16" height="16"> + <rotation imageset="graphics/particles/arrowh-slime.png|R:#72982c,ffffff" width="16" height="16"> <sequence start="0" end="7"/> </rotation> </particle> diff --git a/graphics/particles/black-glow.particle.xml b/graphics/particles/black-glow.particle.xml index e98f7243..3b0c01b8 100644 --- a/graphics/particles/black-glow.particle.xml +++ b/graphics/particles/black-glow.particle.xml @@ -20,7 +20,7 @@ Orange-ish particles that fly up to the sky; based on Crush's Soul Menhir effect <property name="fade-out" value="20"/> <property name="output" min="0" max="1"/> <property name="output-pause" min="30" max="80"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="-0.2"/> @@ -34,7 +34,7 @@ Orange-ish particles that fly up to the sky; based on Crush's Soul Menhir effect <property name="fade-out" value="20"/> <property name="output" min="0" max="1"/> <property name="output-pause" min="30" max="80"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/blue-magic-cast.particle.xml b/graphics/particles/blue-magic-cast.particle.xml index 6ee31b78..1f2542b2 100644 --- a/graphics/particles/blue-magic-cast.particle.xml +++ b/graphics/particles/blue-magic-cast.particle.xml @@ -64,7 +64,7 @@ <property name="power" min="2" max="6"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -76,7 +76,7 @@ <property name="power" min="2" max="6"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -88,7 +88,7 @@ <property name="power" min="2" max="6"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> diff --git a/graphics/particles/cursed-waterfall.particle.xml b/graphics/particles/cursed-waterfall.particle.xml index bec64fdf..6550b742 100644 --- a/graphics/particles/cursed-waterfall.particle.xml +++ b/graphics/particles/cursed-waterfall.particle.xml @@ -20,7 +20,7 @@ Purple particles falling as if they were going along a waterfall <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="0.9"/> @@ -30,7 +30,7 @@ Purple particles falling as if they were going along a waterfall <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> </emitter> <emitter> @@ -49,7 +49,7 @@ Purple particles falling as if they were going along a waterfall <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="0.9"/> @@ -59,7 +59,7 @@ Purple particles falling as if they were going along a waterfall <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/dark-aura.particle.xml b/graphics/particles/dark-aura.particle.xml index e6a1d54b..77827240 100644 --- a/graphics/particles/dark-aura.particle.xml +++ b/graphics/particles/dark-aura.particle.xml @@ -18,7 +18,7 @@ <property name="fade-out" value="10"/> <property name="output" min="0" max="1"/> <property name="output-pause" min="30" max="120"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="acceleration" value="0.1"/> <property name="follow-parent"/> </emitter> @@ -31,7 +31,7 @@ <property name="fade-out" value="20"/> <property name="output" min="0" max="1"/> <property name="output-pause" min="30" max="120"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="acceleration" value="0.1"/> <property name="follow-parent"/> </emitter> diff --git a/graphics/particles/dark-teleport.particle.xml b/graphics/particles/dark-teleport.particle.xml index f3bcb611..68479b95 100644 --- a/graphics/particles/dark-teleport.particle.xml +++ b/graphics/particles/dark-teleport.particle.xml @@ -24,7 +24,7 @@ <property name="power" min="4" max="8"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.97"/> - <property name="randomnes" value="50"/> + <property name="randomness" value="50"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -36,7 +36,7 @@ <property name="power" min="4" max="8"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.9"/> - <property name="randomnes" value="50"/> + <property name="randomness" value="50"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -49,7 +49,7 @@ <property name="power" min="4" max="8"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.9"/> - <property name="randomnes" value="50"/> + <property name="randomness" value="50"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </emitter> diff --git a/graphics/particles/enchanted-door.particle.xml b/graphics/particles/enchanted-door.particle.xml index 56b326c9..d3ab5362 100644 --- a/graphics/particles/enchanted-door.particle.xml +++ b/graphics/particles/enchanted-door.particle.xml @@ -29,7 +29,7 @@ Dark purple aura <property name="fade-in" value="10"/> <property name="fade-out" value="50"/> <property name="output" min="0" max="1"/> - <property name="randomnes" min="10" max="20"/> + <property name="randomness" min="10" max="20"/> </emitter> </emitter> <emitter> diff --git a/graphics/particles/evil-summon.particle.xml b/graphics/particles/evil-summon.particle.xml index 671504cd..96b05b73 100644 --- a/graphics/particles/evil-summon.particle.xml +++ b/graphics/particles/evil-summon.particle.xml @@ -21,7 +21,7 @@ <property name="power" min="0" max="4"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -33,7 +33,7 @@ <property name="power" min="0" max="4"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -48,7 +48,7 @@ <property name="power" min="0" max="4"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </emitter> diff --git a/graphics/particles/evilobelisk.particle.xml b/graphics/particles/evilobelisk.particle.xml index f6819102..f5603022 100644 --- a/graphics/particles/evilobelisk.particle.xml +++ b/graphics/particles/evilobelisk.particle.xml @@ -21,7 +21,7 @@ character some magical aura. <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="-0.2"/> @@ -31,7 +31,7 @@ character some magical aura. <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/fountain.particle.xml b/graphics/particles/fountain.particle.xml index 8e57db5e..5ab02632 100644 --- a/graphics/particles/fountain.particle.xml +++ b/graphics/particles/fountain.particle.xml @@ -23,7 +23,7 @@ Fancy fireworks effect which fills the whole screen. <property name="horizontal-angle" min="0" max="360"/> <property name="vertical-angle" min="0" max="360"/> <property name="power" value="1"/> - <property name="randomnes" value="100"/> + <property name="randomness" value="100"/> <property name="lifetime" min="20" max="30"/> <property name="output" min="0" max="1"/> </emitter> diff --git a/graphics/particles/golbenez.particle.xml b/graphics/particles/golbenez.particle.xml index ddb2269c..901cbb56 100644 --- a/graphics/particles/golbenez.particle.xml +++ b/graphics/particles/golbenez.particle.xml @@ -21,7 +21,7 @@ character some magical aura. <property name="fade-in" value="1"/> <property name="fade-out" value="5"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="100"/> + <property name="randomness" value="100"/> </emitter> <emitter> <property name="gravity" value="0.2"/> @@ -31,7 +31,7 @@ character some magical aura. <property name="fade-in" value="1"/> <property name="fade-out" value="5"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="100"/> + <property name="randomness" value="100"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/hadesblaze.particle.xml b/graphics/particles/hadesblaze.particle.xml index 1a314f44..dee524a7 100644 --- a/graphics/particles/hadesblaze.particle.xml +++ b/graphics/particles/hadesblaze.particle.xml @@ -22,7 +22,7 @@ some evil magicans laboratory or a demonic temple or something like that. <property name="fade-in" value="10"/> <property name="fade-out" value="150"/> <property name="output" value="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="-0.2"/> @@ -32,7 +32,7 @@ some evil magicans laboratory or a demonic temple or something like that. <property name="fade-in" value="10"/> <property name="fade-out" value="150"/> <property name="output" value="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/hellblaze.particle.xml b/graphics/particles/hellblaze.particle.xml index 71b60dc8..b9ab089c 100644 --- a/graphics/particles/hellblaze.particle.xml +++ b/graphics/particles/hellblaze.particle.xml @@ -45,7 +45,7 @@ lowers my FPS by about 30%. <property name="fade-in" value="10"/> <property name="fade-out" value="50"/> <property name="output" min="-1" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="horizontal-angle" min="0" max="360"/> <property name="power" min="0" max="2"/> </emitter> @@ -59,7 +59,7 @@ lowers my FPS by about 30%. <property name="fade-in" value="10"/> <property name="fade-out" value="50"/> <property name="output" min="-1" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="horizontal-angle" min="0" max="360"/> <property name="power" min="0" max="2"/> </emitter> diff --git a/graphics/particles/luvia-attack.particle.xml b/graphics/particles/luvia-attack.particle.xml index 3e9c3ab5..6118686b 100644 --- a/graphics/particles/luvia-attack.particle.xml +++ b/graphics/particles/luvia-attack.particle.xml @@ -12,7 +12,7 @@ <property name="power" min="1" max="6"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -23,7 +23,7 @@ <property name="power" min="0" max="1"/> <property name="horizontal-angle" min="-10" max="-10"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -37,7 +37,7 @@ <property name="power" min="1" max="4"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </particle> diff --git a/graphics/particles/magic-building-aura.particle.xml b/graphics/particles/magic-building-aura.particle.xml index 6dc6fe0d..2038154c 100644 --- a/graphics/particles/magic-building-aura.particle.xml +++ b/graphics/particles/magic-building-aura.particle.xml @@ -18,7 +18,7 @@ Light blue,white and green particles which fly up to the sky. Magical aura for b <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="-0.2"/> @@ -28,7 +28,7 @@ Light blue,white and green particles which fly up to the sky. Magical aura for b <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="-0.2"/> @@ -38,7 +38,7 @@ Light blue,white and green particles which fly up to the sky. Magical aura for b <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="-0.2"/> @@ -48,7 +48,7 @@ Light blue,white and green particles which fly up to the sky. Magical aura for b <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="-0.2"/> @@ -58,7 +58,7 @@ Light blue,white and green particles which fly up to the sky. Magical aura for b <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="-0.2"/> @@ -68,7 +68,7 @@ Light blue,white and green particles which fly up to the sky. Magical aura for b <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/magic-dark-explosion.particle.xml b/graphics/particles/magic-dark-explosion.particle.xml index 8a88478a..7c1b65f5 100644 --- a/graphics/particles/magic-dark-explosion.particle.xml +++ b/graphics/particles/magic-dark-explosion.particle.xml @@ -15,7 +15,7 @@ <property name="power" min="4" max="12"/> <property name="gravity" value="0.07"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="gravity" value="0.01"/> @@ -36,7 +36,7 @@ <property name="power" min="0" max="10"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -50,7 +50,7 @@ <property name="power" min="0" max="3"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </emitter> diff --git a/graphics/particles/magic.shield-ends.xml b/graphics/particles/magic.shield-ends.xml index 7f328ddd..41d83e73 100644 --- a/graphics/particles/magic.shield-ends.xml +++ b/graphics/particles/magic.shield-ends.xml @@ -1,22 +1,18 @@ <?xml version="1.0"?> <effect> - <particle position-x="0" position-y="0" position-z="85" lifetime="1" follow-parent="1"> - <!-- <property name="follow-parent" value="0"/> --> + <particle position-x="0" position-y="0" position-z="85" lifetime="1"> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="270"/> <property name="power" value="4"/> <property name="lifetime" value="1"/> <property name="output" min="1" max="1"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="-11" max="11"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="4" end="4" delay="10000"/> </animation> @@ -27,14 +23,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="11" max="33"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="3" end="3" delay="10000"/> </animation> @@ -45,14 +39,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="34" max="56"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="2" end="2" delay="10000"/> </animation> @@ -63,14 +55,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="56" max="78"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="1" end="1" delay="10000"/> </animation> @@ -81,14 +71,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="79" max="101"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="0" end="0" delay="10000"/> </animation> @@ -99,14 +87,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="101" max="123"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="7" end="7" delay="10000"/> </animation> @@ -117,14 +103,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="124" max="146"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="6" end="6" delay="10000"/> </animation> @@ -135,14 +119,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="146" max="168"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="0" end="0" delay="10000"/> </animation> @@ -153,14 +135,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="169" max="191"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="4" end="4" delay="10000"/> </animation> @@ -171,14 +151,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="191" max="213"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="3" end="3" delay="10000"/> </animation> @@ -189,14 +167,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="214" max="236"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="2" end="2" delay="10000"/> </animation> @@ -207,14 +183,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="236" max="258"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="1" end="1" delay="10000"/> </animation> @@ -225,14 +199,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="259" max="281"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="0" end="0" delay="10000"/> </animation> @@ -243,14 +215,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="281" max="303"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="7" end="7" delay="10000"/> </animation> @@ -261,14 +231,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="304" max="326"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="6" end="6" delay="10000"/> </animation> @@ -279,14 +247,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="326" max="348"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="10" max="15"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="0" end="0" delay="10000"/> </animation> diff --git a/graphics/particles/magic.shield.xml b/graphics/particles/magic.shield.xml index 67a357c4..b964298b 100644 --- a/graphics/particles/magic.shield.xml +++ b/graphics/particles/magic.shield.xml @@ -1,22 +1,18 @@ <?xml version="1.0"?> <effect> - <particle position-x="0" position-y="0" position-z="0" lifetime="1" follow-parent="0"> - <!-- <property name="follow-parent" value="0"/> --> + <particle position-x="0" position-y="0" position-z="0" lifetime="1"> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="90"/> <property name="power" value="4"/> <property name="lifetime" value="25"/> <property name="output" min="1" max="1"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="-11" max="11"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="4" end="4" delay="10000"/> </animation> @@ -25,14 +21,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="11" max="33"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="3" end="3" delay="10000"/> </animation> @@ -41,14 +35,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="34" max="56"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="2" end="2" delay="10000"/> </animation> @@ -57,14 +49,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="56" max="78"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="1" end="1" delay="10000"/> </animation> @@ -73,14 +63,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="79" max="101"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="0" end="0" delay="10000"/> </animation> @@ -89,14 +77,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="101" max="123"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="7" end="7" delay="10000"/> </animation> @@ -105,14 +91,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="124" max="146"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="6" end="6" delay="10000"/> </animation> @@ -121,14 +105,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="146" max="168"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="5" end="5" delay="10000"/> </animation> @@ -137,14 +119,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="169" max="191"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="4" end="4" delay="10000"/> </animation> @@ -153,14 +133,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="191" max="213"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="3" end="3" delay="10000"/> </animation> @@ -169,14 +147,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="214" max="236"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="2" end="2" delay="10000"/> </animation> @@ -185,14 +161,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="236" max="258"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="1" end="1" delay="10000"/> </animation> @@ -201,14 +175,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="259" max="281"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="0" end="0" delay="10000"/> </animation> @@ -217,14 +189,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="281" max="303"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="7" end="7" delay="10000"/> </animation> @@ -233,14 +203,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="304" max="326"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="6" end="6" delay="10000"/> </animation> @@ -249,14 +217,12 @@ </emitter> </emitter> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <property name="vertical-angle" value="0"/> <property name="horizontal-angle" min="326" max="348"/> <property name="power" min="18" max="20"/> <property name="lifetime" value="1"/> <property name="output" min="0" max="2"/> <emitter> - <!-- <property name="follow-parent" value="0"/> --> <animation imageset="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"> <sequence start="5" end="5" delay="10000"/> </animation> diff --git a/graphics/particles/manaseed.particle.xml b/graphics/particles/manaseed.particle.xml index b4eaf752..71545064 100644 --- a/graphics/particles/manaseed.particle.xml +++ b/graphics/particles/manaseed.particle.xml @@ -6,7 +6,7 @@ from the woodland_indoor tileset. <effect> <particle position-x="0" position-y="8" position-z="16"> <emitter> - <property name="randomnes" value="100"/> + <property name="randomness" value="100"/> <property name="image" value="graphics/particles/star-small.png|W:#990000,ffffff"/> <property name="gravity" value="-0.001"/> <property name="lifetime" value="200"/> diff --git a/graphics/particles/monster-ball-lightning-blue.particle.xml b/graphics/particles/monster-ball-lightning-blue.particle.xml index ef05fe90..17c2387e 100644 --- a/graphics/particles/monster-ball-lightning-blue.particle.xml +++ b/graphics/particles/monster-ball-lightning-blue.particle.xml @@ -8,7 +8,7 @@ </animation> <property name="horizontal-angle" min="0" max="360"/> <property name="gravity" value="0.1"/> - <property name="randomnes" value="125"/> + <property name="randomness" value="125"/> <property name="lifetime" value="75"/> <property name="fade-in" value="5"/> <property name="fade-out" value="20"/> diff --git a/graphics/particles/monster-ball-lightning-red.particle.xml b/graphics/particles/monster-ball-lightning-red.particle.xml index 6a5048c8..5681dacd 100644 --- a/graphics/particles/monster-ball-lightning-red.particle.xml +++ b/graphics/particles/monster-ball-lightning-red.particle.xml @@ -8,7 +8,7 @@ </animation> <property name="horizontal-angle" min="0" max="360"/> <property name="gravity" value="0.1"/> - <property name="randomnes" value="125"/> + <property name="randomness" value="125"/> <property name="lifetime" value="75"/> <property name="fade-in" value="5"/> <property name="fade-out" value="20"/> diff --git a/graphics/particles/monster-ball-lightning.particle.xml b/graphics/particles/monster-ball-lightning.particle.xml index 94947a49..46235336 100644 --- a/graphics/particles/monster-ball-lightning.particle.xml +++ b/graphics/particles/monster-ball-lightning.particle.xml @@ -8,7 +8,7 @@ </animation> <property name="horizontal-angle" min="0" max="360"/> <property name="gravity" value="0.1"/> - <property name="randomnes" value="125"/> + <property name="randomness" value="125"/> <property name="lifetime" value="75"/> <property name="fade-in" value="5"/> <property name="fade-out" value="20"/> diff --git a/graphics/particles/monster-luvia.particle.xml b/graphics/particles/monster-luvia.particle.xml index c077da38..dae3cf33 100644 --- a/graphics/particles/monster-luvia.particle.xml +++ b/graphics/particles/monster-luvia.particle.xml @@ -28,7 +28,7 @@ Dark Purple particles flying around the target, giving a demonic aura. <property name="power" min="0" max="4"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -40,7 +40,7 @@ Dark Purple particles flying around the target, giving a demonic aura. <property name="power" min="0" max="4"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </emitter> @@ -56,7 +56,7 @@ Dark Purple particles flying around the target, giving a demonic aura. <property name="power" min="0" max="4"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="50"/> + <property name="randomness" value="50"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </emitter> diff --git a/graphics/particles/monster-pumpkin-explosion.particle.xml b/graphics/particles/monster-pumpkin-explosion.particle.xml index a6efcc88..699c3f2d 100644 --- a/graphics/particles/monster-pumpkin-explosion.particle.xml +++ b/graphics/particles/monster-pumpkin-explosion.particle.xml @@ -21,7 +21,7 @@ <property name="power" min="0" max="2"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="100"/> + <property name="randomness" value="100"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -33,7 +33,7 @@ <property name="power" min="0" max="2"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="100"/> + <property name="randomness" value="100"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -45,7 +45,7 @@ <property name="power" min="0" max="2"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.96"/> - <property name="randomnes" value="100"/> + <property name="randomness" value="100"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </emitter> diff --git a/graphics/particles/monster-souleater.particle.xml b/graphics/particles/monster-souleater.particle.xml index 2ae55a03..e0be7247 100644 --- a/graphics/particles/monster-souleater.particle.xml +++ b/graphics/particles/monster-souleater.particle.xml @@ -19,7 +19,7 @@ Purple particles flying around the target. <property name="fade-in" value="10"/> <property name="fade-out" value="40"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="0.1"/> @@ -29,7 +29,7 @@ Purple particles flying around the target. <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/monster-soulsnake.particle.xml b/graphics/particles/monster-soulsnake.particle.xml index a813df1b..4359c5a5 100644 --- a/graphics/particles/monster-soulsnake.particle.xml +++ b/graphics/particles/monster-soulsnake.particle.xml @@ -19,7 +19,7 @@ Light blue particles raising from the target, giving the target a magical aura <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="-0.2"/> @@ -29,7 +29,7 @@ Light blue particles raising from the target, giving the target a magical aura <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/monster-witchguard.particle.xml b/graphics/particles/monster-witchguard.particle.xml index 7705af75..38284e35 100644 --- a/graphics/particles/monster-witchguard.particle.xml +++ b/graphics/particles/monster-witchguard.particle.xml @@ -23,7 +23,7 @@ Dark Purple particles flying around the target, giving a demonic aura. <property name="power" min="0" max="2"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="50"/> + <property name="randomness" value="50"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </emitter> diff --git a/graphics/particles/moonshroom-attack.particle.xml b/graphics/particles/moonshroom-attack.particle.xml index 3adfc90d..95eed9e1 100644 --- a/graphics/particles/moonshroom-attack.particle.xml +++ b/graphics/particles/moonshroom-attack.particle.xml @@ -12,7 +12,7 @@ A energy ball like particle effect intended for use of the Moonshroom's attacks. <property name="power" min="1" max="3"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -23,7 +23,7 @@ A energy ball like particle effect intended for use of the Moonshroom's attacks. <property name="power" value="1"/> <property name="horizontal-angle" min="-10" max="-10"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="75"/> + <property name="randomness" value="75"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </particle> diff --git a/graphics/particles/nomadpipe.particle.xml b/graphics/particles/nomadpipe.particle.xml index 6142d72b..9c850371 100644 --- a/graphics/particles/nomadpipe.particle.xml +++ b/graphics/particles/nomadpipe.particle.xml @@ -20,7 +20,7 @@ nomad NPC. <property name="output" min="0" max="2"/> <property name="lifetime" min="20" max="200"/> <property name="fade-out" value="100"/> - <property name="randomnes" value="50"/> + <property name="randomness" value="50"/> </emitter> <emitter> <property name="image" value="graphics/particles/fog-medium-b.png|W:#9999bb"/> @@ -32,7 +32,7 @@ nomad NPC. <property name="output" min="0" max="2"/> <property name="lifetime" min="20" max="200"/> <property name="fade-out" value="100"/> - <property name="randomnes" value="50"/> + <property name="randomness" value="50"/> </emitter> <emitter> <property name="image" value="graphics/particles/fog-medium-c.png|W:#9999bb"/> @@ -44,7 +44,7 @@ nomad NPC. <property name="output" min="0" max="2"/> <property name="lifetime" min="20" max="200"/> <property name="fade-out" value="100"/> - <property name="randomnes" value="50"/> + <property name="randomness" value="50"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/object-getitem.particle.xml b/graphics/particles/object-getitem.particle.xml index b71ffc5d..5c047ee2 100644 --- a/graphics/particles/object-getitem.particle.xml +++ b/graphics/particles/object-getitem.particle.xml @@ -19,7 +19,7 @@ <property name="power" min="0" max="2"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="100"/> + <property name="randomness" value="100"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -29,7 +29,7 @@ <property name="power" min="0" max="2"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="100"/> + <property name="randomness" value="100"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </emitter> diff --git a/graphics/particles/orange-violent-glow.particle.xml b/graphics/particles/orange-violent-glow.particle.xml index 8ffcf607..5e4d8cc8 100644 --- a/graphics/particles/orange-violent-glow.particle.xml +++ b/graphics/particles/orange-violent-glow.particle.xml @@ -20,7 +20,7 @@ Orange-ish particles that fly up to the sky; based on Crush's Soul Menhir effect <property name="fade-out" value="20"/> <property name="output" min="0" max="1"/> <property name="output-pause" min="30" max="80"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="-0.4"/> @@ -31,7 +31,7 @@ Orange-ish particles that fly up to the sky; based on Crush's Soul Menhir effect <property name="fade-out" value="20"/> <property name="output" min="0" max="1"/> <property name="output-pause" min="30" max="80"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/pink-violent-glow.particle.xml b/graphics/particles/pink-violent-glow.particle.xml index 4d3e650f..a588722f 100644 --- a/graphics/particles/pink-violent-glow.particle.xml +++ b/graphics/particles/pink-violent-glow.particle.xml @@ -20,7 +20,7 @@ Pink-ish particles that fly up to the sky; based on Crush's Soul Menhir effect. <property name="fade-out" value="20"/> <property name="output" min="0" max="1"/> <property name="output-pause" min="30" max="80"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="-0.4"/> @@ -31,7 +31,7 @@ Pink-ish particles that fly up to the sky; based on Crush's Soul Menhir effect. <property name="fade-out" value="20"/> <property name="output" min="0" max="1"/> <property name="output-pause" min="30" max="80"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/power-circle.particle.xml b/graphics/particles/power-circle.particle.xml index b361c5a1..58b43654 100644 --- a/graphics/particles/power-circle.particle.xml +++ b/graphics/particles/power-circle.particle.xml @@ -19,7 +19,7 @@ <property name="fade-in" value="5"/> <property name="fade-out" value="10"/> <property name="output" min="0" max="1"/> - <property name="randomnes" min="100" max="200"/> + <property name="randomness" min="100" max="200"/> </emitter> </emitter> <emitter> diff --git a/graphics/particles/soulmenhir.particle.xml b/graphics/particles/soulmenhir.particle.xml index 658e9fca..42d5302f 100644 --- a/graphics/particles/soulmenhir.particle.xml +++ b/graphics/particles/soulmenhir.particle.xml @@ -21,7 +21,7 @@ character some magical aura. <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> <emitter> <property name="gravity" value="-0.2"/> @@ -31,7 +31,7 @@ character some magical aura. <property name="fade-in" value="10"/> <property name="fade-out" value="90"/> <property name="output" min="0" max="1"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/thelost-attack.particle.xml b/graphics/particles/thelost-attack.particle.xml index cec20425..07159b68 100644 --- a/graphics/particles/thelost-attack.particle.xml +++ b/graphics/particles/thelost-attack.particle.xml @@ -12,7 +12,7 @@ <property name="power" min="1" max="3"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -23,7 +23,7 @@ <property name="power" value="1"/> <property name="horizontal-angle" min="-10" max="-10"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="75"/> + <property name="randomness" value="75"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </particle> diff --git a/graphics/particles/undead-witch-attack.particle.xml b/graphics/particles/undead-witch-attack.particle.xml index 0bd4bd1c..5a5f8767 100644 --- a/graphics/particles/undead-witch-attack.particle.xml +++ b/graphics/particles/undead-witch-attack.particle.xml @@ -12,7 +12,7 @@ A energy ball like particle effect intended for use of the Undead-Witch's attack <property name="power" min="1" max="3"/> <property name="horizontal-angle" min="-15" max="-175"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="200"/> + <property name="randomness" value="200"/> <property name="vertical-angle" min="0" max="90"/> </emitter> <emitter> @@ -23,7 +23,7 @@ A energy ball like particle effect intended for use of the Undead-Witch's attack <property name="power" value="1"/> <property name="horizontal-angle" min="-10" max="-10"/> <property name="momentum" value="0.95"/> - <property name="randomnes" value="75"/> + <property name="randomness" value="75"/> <property name="vertical-angle" min="0" max="90"/> </emitter> </particle> diff --git a/graphics/sprites/equipment/chest/assassin-female.xml b/graphics/sprites/equipment/chest/assassin-female.xml index ea5941d6..ef1bdf5b 100644 --- a/graphics/sprites/equipment/chest/assassin-female.xml +++ b/graphics/sprites/equipment/chest/assassin-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/assassin-female.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/assassin-male.xml b/graphics/sprites/equipment/chest/assassin-male.xml index e0600b0e..f999087e 100644 --- a/graphics/sprites/equipment/chest/assassin-male.xml +++ b/graphics/sprites/equipment/chest/assassin-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/assassin-male.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/bra-female.xml b/graphics/sprites/equipment/chest/bra-female.xml index fdff703e..79276abc 100644 --- a/graphics/sprites/equipment/chest/bra-female.xml +++ b/graphics/sprites/equipment/chest/bra-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/bra-female.png|R" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/bromenalchest-female.xml b/graphics/sprites/equipment/chest/bromenalchest-female.xml index c33a3c03..5087c10f 100644 --- a/graphics/sprites/equipment/chest/bromenalchest-female.xml +++ b/graphics/sprites/equipment/chest/bromenalchest-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/bromenalchest-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/bromenalchest-male.xml b/graphics/sprites/equipment/chest/bromenalchest-male.xml index 079498ed..2444c7d6 100644 --- a/graphics/sprites/equipment/chest/bromenalchest-male.xml +++ b/graphics/sprites/equipment/chest/bromenalchest-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/bromenalchest-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/chainmail-female.xml b/graphics/sprites/equipment/chest/chainmail-female.xml index 4ad21cf8..11c076d9 100644 --- a/graphics/sprites/equipment/chest/chainmail-female.xml +++ b/graphics/sprites/equipment/chest/chainmail-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/chainmail-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/chainmail-male.xml b/graphics/sprites/equipment/chest/chainmail-male.xml index 02630eeb..a1f466f6 100644 --- a/graphics/sprites/equipment/chest/chainmail-male.xml +++ b/graphics/sprites/equipment/chest/chainmail-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/chainmail-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/contributor-female.xml b/graphics/sprites/equipment/chest/contributor-female.xml index 3e5db7da..27164d66 100644 --- a/graphics/sprites/equipment/chest/contributor-female.xml +++ b/graphics/sprites/equipment/chest/contributor-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/contributor-female.png|W;R" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/contributor-male.xml b/graphics/sprites/equipment/chest/contributor-male.xml index 87752634..6c5003f4 100644 --- a/graphics/sprites/equipment/chest/contributor-male.xml +++ b/graphics/sprites/equipment/chest/contributor-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/contributor-male.png|W;R" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/cotton-female.xml b/graphics/sprites/equipment/chest/cotton-female.xml index 1c9145da..4ea6d8c7 100644 --- a/graphics/sprites/equipment/chest/cotton-female.xml +++ b/graphics/sprites/equipment/chest/cotton-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/cotton-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/cotton-male.xml b/graphics/sprites/equipment/chest/cotton-male.xml index 8823726f..4263a7fb 100644 --- a/graphics/sprites/equipment/chest/cotton-male.xml +++ b/graphics/sprites/equipment/chest/cotton-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/cotton-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/demonwarlordplate-male.xml b/graphics/sprites/equipment/chest/demonwarlordplate-male.xml index d68d2e96..a2ecc56f 100644 --- a/graphics/sprites/equipment/chest/demonwarlordplate-male.xml +++ b/graphics/sprites/equipment/chest/demonwarlordplate-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/demonwarlordplate-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/fine-dress-female.xml b/graphics/sprites/equipment/chest/fine-dress-female.xml index 9ced32c4..9b4e7b7c 100644 --- a/graphics/sprites/equipment/chest/fine-dress-female.xml +++ b/graphics/sprites/equipment/chest/fine-dress-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/fine-dress-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/fine-dress-male.xml b/graphics/sprites/equipment/chest/fine-dress-male.xml index 4f807cea..f0952e95 100644 --- a/graphics/sprites/equipment/chest/fine-dress-male.xml +++ b/graphics/sprites/equipment/chest/fine-dress-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/fine-dress-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/forest-armor-female.xml b/graphics/sprites/equipment/chest/forest-armor-female.xml index f5f67719..2f898678 100644 --- a/graphics/sprites/equipment/chest/forest-armor-female.xml +++ b/graphics/sprites/equipment/chest/forest-armor-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/forest-armor-female.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/forest-armor-male.xml b/graphics/sprites/equipment/chest/forest-armor-male.xml index db097623..602708d1 100644 --- a/graphics/sprites/equipment/chest/forest-armor-male.xml +++ b/graphics/sprites/equipment/chest/forest-armor-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/forest-armor-male.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/leather-female.xml b/graphics/sprites/equipment/chest/leather-female.xml index 18af39ca..07e407d3 100644 --- a/graphics/sprites/equipment/chest/leather-female.xml +++ b/graphics/sprites/equipment/chest/leather-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/leather-female.png|W;R" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/leather-male.xml b/graphics/sprites/equipment/chest/leather-male.xml index fd84633f..f6805f9c 100644 --- a/graphics/sprites/equipment/chest/leather-male.xml +++ b/graphics/sprites/equipment/chest/leather-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/leather-male.png|W;R" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/lightplatemail-female.xml b/graphics/sprites/equipment/chest/lightplatemail-female.xml index 01920ea4..98d9aa14 100644 --- a/graphics/sprites/equipment/chest/lightplatemail-female.xml +++ b/graphics/sprites/equipment/chest/lightplatemail-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/lightplatemail-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/lightplatemail-male.xml b/graphics/sprites/equipment/chest/lightplatemail-male.xml index 30f435c0..06225689 100644 --- a/graphics/sprites/equipment/chest/lightplatemail-male.xml +++ b/graphics/sprites/equipment/chest/lightplatemail-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/lightplatemail-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/robe-female.xml b/graphics/sprites/equipment/chest/robe-female.xml index 46d32f3e..0f2296e3 100644 --- a/graphics/sprites/equipment/chest/robe-female.xml +++ b/graphics/sprites/equipment/chest/robe-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/robe-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/robe-male.xml b/graphics/sprites/equipment/chest/robe-male.xml index 6ec5d823..4e767e3b 100644 --- a/graphics/sprites/equipment/chest/robe-male.xml +++ b/graphics/sprites/equipment/chest/robe-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/robe-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/shorttanktop-female.xml b/graphics/sprites/equipment/chest/shorttanktop-female.xml index c27e50df..e77a1ce0 100644 --- a/graphics/sprites/equipment/chest/shorttanktop-female.xml +++ b/graphics/sprites/equipment/chest/shorttanktop-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/shorttanktop-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/shorttanktop-male.xml b/graphics/sprites/equipment/chest/shorttanktop-male.xml index ba9a08d7..3de4a880 100644 --- a/graphics/sprites/equipment/chest/shorttanktop-male.xml +++ b/graphics/sprites/equipment/chest/shorttanktop-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/shorttanktop-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/sorcerer-robe-female.xml b/graphics/sprites/equipment/chest/sorcerer-robe-female.xml index 1b7e8607..bc0c8b44 100644 --- a/graphics/sprites/equipment/chest/sorcerer-robe-female.xml +++ b/graphics/sprites/equipment/chest/sorcerer-robe-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/sorcerer-robe-female.png|W;R" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/sorcerer-robe-male.xml b/graphics/sprites/equipment/chest/sorcerer-robe-male.xml index 92048210..0450525b 100644 --- a/graphics/sprites/equipment/chest/sorcerer-robe-male.xml +++ b/graphics/sprites/equipment/chest/sorcerer-robe-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/sorcerer-robe-male.png|W;R" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/tanktop-female.xml b/graphics/sprites/equipment/chest/tanktop-female.xml index 8775af24..cef042ae 100644 --- a/graphics/sprites/equipment/chest/tanktop-female.xml +++ b/graphics/sprites/equipment/chest/tanktop-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/tanktop-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/tanktop-male.xml b/graphics/sprites/equipment/chest/tanktop-male.xml index 8ab5399a..c309ca29 100644 --- a/graphics/sprites/equipment/chest/tanktop-male.xml +++ b/graphics/sprites/equipment/chest/tanktop-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/tanktop-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/terranite-female.xml b/graphics/sprites/equipment/chest/terranite-female.xml index 963763f8..ce28ae1e 100644 --- a/graphics/sprites/equipment/chest/terranite-female.xml +++ b/graphics/sprites/equipment/chest/terranite-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/terranite-female.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/terranite-male.xml b/graphics/sprites/equipment/chest/terranite-male.xml index 62a3e9cd..03b9944d 100644 --- a/graphics/sprites/equipment/chest/terranite-male.xml +++ b/graphics/sprites/equipment/chest/terranite-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/terranite-male.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/tnecksweater-female.xml b/graphics/sprites/equipment/chest/tnecksweater-female.xml index 65933768..0b1e19ff 100644 --- a/graphics/sprites/equipment/chest/tnecksweater-female.xml +++ b/graphics/sprites/equipment/chest/tnecksweater-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/tnecksweater-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/tnecksweater-male.xml b/graphics/sprites/equipment/chest/tnecksweater-male.xml index 701c8ccf..7fce38d5 100644 --- a/graphics/sprites/equipment/chest/tnecksweater-male.xml +++ b/graphics/sprites/equipment/chest/tnecksweater-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/tnecksweater-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/ugly-sweater-female.xml b/graphics/sprites/equipment/chest/ugly-sweater-female.xml index 6540bb82..62f805b9 100644 --- a/graphics/sprites/equipment/chest/ugly-sweater-female.xml +++ b/graphics/sprites/equipment/chest/ugly-sweater-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/ugly-sweater-female.png|W;Y;G;C" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/ugly-sweater-male.xml b/graphics/sprites/equipment/chest/ugly-sweater-male.xml index 2ebafafa..921f06e8 100644 --- a/graphics/sprites/equipment/chest/ugly-sweater-male.xml +++ b/graphics/sprites/equipment/chest/ugly-sweater-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/ugly-sweater-male.png|W;Y;G;C" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/valentine-dress.xml b/graphics/sprites/equipment/chest/valentine-dress.xml index 55846fab..86fe6aa5 100644 --- a/graphics/sprites/equipment/chest/valentine-dress.xml +++ b/graphics/sprites/equipment/chest/valentine-dress.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/valentine-dress.png|R" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/vnecksweater-female.xml b/graphics/sprites/equipment/chest/vnecksweater-female.xml index 101a5c0f..4aaa45e6 100644 --- a/graphics/sprites/equipment/chest/vnecksweater-female.xml +++ b/graphics/sprites/equipment/chest/vnecksweater-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/vnecksweater-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/vnecksweater-male.xml b/graphics/sprites/equipment/chest/vnecksweater-male.xml index 065cb330..14fe6a41 100644 --- a/graphics/sprites/equipment/chest/vnecksweater-male.xml +++ b/graphics/sprites/equipment/chest/vnecksweater-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/vnecksweater-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/warlordplate-female.xml b/graphics/sprites/equipment/chest/warlordplate-female.xml index 721615e3..5e6eecef 100644 --- a/graphics/sprites/equipment/chest/warlordplate-female.xml +++ b/graphics/sprites/equipment/chest/warlordplate-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/warlordplate-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/warlordplate-male.xml b/graphics/sprites/equipment/chest/warlordplate-male.xml index 7b6351ee..839e889c 100644 --- a/graphics/sprites/equipment/chest/warlordplate-male.xml +++ b/graphics/sprites/equipment/chest/warlordplate-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/chest/warlordplate-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/assassin-boots-female.xml b/graphics/sprites/equipment/feet/assassin-boots-female.xml index 64bce0a8..e214ff70 100644 --- a/graphics/sprites/equipment/feet/assassin-boots-female.xml +++ b/graphics/sprites/equipment/feet/assassin-boots-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/feet/assassin-boots-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/assassin-boots-male.xml b/graphics/sprites/equipment/feet/assassin-boots-male.xml index 11f78041..0edfde33 100644 --- a/graphics/sprites/equipment/feet/assassin-boots-male.xml +++ b/graphics/sprites/equipment/feet/assassin-boots-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/feet/assassin-boots-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/boots-female.xml b/graphics/sprites/equipment/feet/boots-female.xml index 391b6bec..0a261553 100644 --- a/graphics/sprites/equipment/feet/boots-female.xml +++ b/graphics/sprites/equipment/feet/boots-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/feet/boots-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/boots-male.xml b/graphics/sprites/equipment/feet/boots-male.xml index aa9850b2..d9d0f40d 100644 --- a/graphics/sprites/equipment/feet/boots-male.xml +++ b/graphics/sprites/equipment/feet/boots-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/feet/boots-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/bromenalboots-female.xml b/graphics/sprites/equipment/feet/bromenalboots-female.xml index 523f8e31..33585d71 100644 --- a/graphics/sprites/equipment/feet/bromenalboots-female.xml +++ b/graphics/sprites/equipment/feet/bromenalboots-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/feet/bromenalboots-female.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/bromenalboots-male.xml b/graphics/sprites/equipment/feet/bromenalboots-male.xml index fc6881e3..bbe8d97f 100644 --- a/graphics/sprites/equipment/feet/bromenalboots-male.xml +++ b/graphics/sprites/equipment/feet/bromenalboots-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/feet/bromenalboots-male.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/furboots-female.xml b/graphics/sprites/equipment/feet/furboots-female.xml index 1bac3182..591dab45 100644 --- a/graphics/sprites/equipment/feet/furboots-female.xml +++ b/graphics/sprites/equipment/feet/furboots-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/feet/furboots-female.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/furboots-male.xml b/graphics/sprites/equipment/feet/furboots-male.xml index ac1549d6..0a7d7f1e 100644 --- a/graphics/sprites/equipment/feet/furboots-male.xml +++ b/graphics/sprites/equipment/feet/furboots-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/feet/furboots-male.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/warlordboots-female.xml b/graphics/sprites/equipment/feet/warlordboots-female.xml index 19c38b19..37b21c9b 100644 --- a/graphics/sprites/equipment/feet/warlordboots-female.xml +++ b/graphics/sprites/equipment/feet/warlordboots-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/feet/warlordboots-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/warlordboots-male.xml b/graphics/sprites/equipment/feet/warlordboots-male.xml index 45e223c9..fa942eef 100644 --- a/graphics/sprites/equipment/feet/warlordboots-male.xml +++ b/graphics/sprites/equipment/feet/warlordboots-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/feet/warlordboots-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/assassin-female.xml b/graphics/sprites/equipment/hands/assassin-female.xml index 764d5fec..1812b139 100644 --- a/graphics/sprites/equipment/hands/assassin-female.xml +++ b/graphics/sprites/equipment/hands/assassin-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/hands/assassin-female.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/assassin-male.xml b/graphics/sprites/equipment/hands/assassin-male.xml index f9f4e64d..77dc4cf0 100644 --- a/graphics/sprites/equipment/hands/assassin-male.xml +++ b/graphics/sprites/equipment/hands/assassin-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/hands/assassin-male.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/bromenalgloves-female.xml b/graphics/sprites/equipment/hands/bromenalgloves-female.xml index f9d071a5..374ae5b4 100644 --- a/graphics/sprites/equipment/hands/bromenalgloves-female.xml +++ b/graphics/sprites/equipment/hands/bromenalgloves-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/hands/bromenalgloves-female.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/bromenalgloves-male.xml b/graphics/sprites/equipment/hands/bromenalgloves-male.xml index e2ece7e0..a94a734f 100644 --- a/graphics/sprites/equipment/hands/bromenalgloves-male.xml +++ b/graphics/sprites/equipment/hands/bromenalgloves-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/hands/bromenalgloves-male.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/generic-female.xml b/graphics/sprites/equipment/hands/generic-female.xml index 6da62d73..bc58665e 100644 --- a/graphics/sprites/equipment/hands/generic-female.xml +++ b/graphics/sprites/equipment/hands/generic-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/hands/generic-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/generic-male.xml b/graphics/sprites/equipment/hands/generic-male.xml index 427ee3f5..c314f575 100644 --- a/graphics/sprites/equipment/hands/generic-male.xml +++ b/graphics/sprites/equipment/hands/generic-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/hands/generic-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/magefire.xml b/graphics/sprites/equipment/hands/magefire.xml index 31155a96..d2f5c537 100644 --- a/graphics/sprites/equipment/hands/magefire.xml +++ b/graphics/sprites/equipment/hands/magefire.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand"> +<sprite> <imageset name="base" src="graphics/sprites/equipment/hands/magefire.png" width="64" height="64"/> <action name="stand" imageset="base"> <animation direction="down"> diff --git a/graphics/sprites/equipment/head/evileyes.xml b/graphics/sprites/equipment/head/evileyes.xml index 16781b38..2a165365 100644 --- a/graphics/sprites/equipment/head/evileyes.xml +++ b/graphics/sprites/equipment/head/evileyes.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand"> +<sprite> <imageset name="base" src="graphics/sprites/equipment/head/evileyes.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/head/jestermask-male.xml b/graphics/sprites/equipment/head/jestermask-male.xml index 34c3d495..d1d6bcd1 100644 --- a/graphics/sprites/equipment/head/jestermask-male.xml +++ b/graphics/sprites/equipment/head/jestermask-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand"> +<sprite> <imageset name="base" src="graphics/sprites/equipment/head/jestermask.png" width="64" height="64"/> <action name="stand" imageset="base"> <animation direction="down"> diff --git a/graphics/sprites/equipment/legs/assassin-female.xml b/graphics/sprites/equipment/legs/assassin-female.xml index ee9a4ba7..77886e95 100644 --- a/graphics/sprites/equipment/legs/assassin-female.xml +++ b/graphics/sprites/equipment/legs/assassin-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/assassin-female.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/assassin-male.xml b/graphics/sprites/equipment/legs/assassin-male.xml index 34dc9e2a..8be74e7c 100644 --- a/graphics/sprites/equipment/legs/assassin-male.xml +++ b/graphics/sprites/equipment/legs/assassin-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/assassin-male.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/bromenallegs-female.xml b/graphics/sprites/equipment/legs/bromenallegs-female.xml index 5d00e847..c67050a5 100644 --- a/graphics/sprites/equipment/legs/bromenallegs-female.xml +++ b/graphics/sprites/equipment/legs/bromenallegs-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/bromenallegs-female.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/bromenallegs-male.xml b/graphics/sprites/equipment/legs/bromenallegs-male.xml index d4cd6152..37a8fc43 100644 --- a/graphics/sprites/equipment/legs/bromenallegs-male.xml +++ b/graphics/sprites/equipment/legs/bromenallegs-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/bromenallegs-male.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/chaps-female.xml b/graphics/sprites/equipment/legs/chaps-female.xml index 1f94d95e..ec296947 100644 --- a/graphics/sprites/equipment/legs/chaps-female.xml +++ b/graphics/sprites/equipment/legs/chaps-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/chaps-female.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/chaps-male.xml b/graphics/sprites/equipment/legs/chaps-male.xml index 5430f9fe..c25fe93f 100644 --- a/graphics/sprites/equipment/legs/chaps-male.xml +++ b/graphics/sprites/equipment/legs/chaps-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/chaps-male.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/miniskirt-female.xml b/graphics/sprites/equipment/legs/miniskirt-female.xml index fc227dc9..2081e8e6 100644 --- a/graphics/sprites/equipment/legs/miniskirt-female.xml +++ b/graphics/sprites/equipment/legs/miniskirt-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/miniskirt-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/miniskirt-male.xml b/graphics/sprites/equipment/legs/miniskirt-male.xml index 4de16535..57303d5a 100644 --- a/graphics/sprites/equipment/legs/miniskirt-male.xml +++ b/graphics/sprites/equipment/legs/miniskirt-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/miniskirt-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/pants-female.xml b/graphics/sprites/equipment/legs/pants-female.xml index 4ad99608..a957616a 100644 --- a/graphics/sprites/equipment/legs/pants-female.xml +++ b/graphics/sprites/equipment/legs/pants-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/pants-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/pants-male.xml b/graphics/sprites/equipment/legs/pants-male.xml index 0da6ad6f..5ccdf808 100644 --- a/graphics/sprites/equipment/legs/pants-male.xml +++ b/graphics/sprites/equipment/legs/pants-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/pants-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/shorts-female.xml b/graphics/sprites/equipment/legs/shorts-female.xml index 041d42f9..3658e995 100644 --- a/graphics/sprites/equipment/legs/shorts-female.xml +++ b/graphics/sprites/equipment/legs/shorts-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/shorts-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/shorts-male.xml b/graphics/sprites/equipment/legs/shorts-male.xml index 2e444e75..fc6d8932 100644 --- a/graphics/sprites/equipment/legs/shorts-male.xml +++ b/graphics/sprites/equipment/legs/shorts-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/shorts-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/silkpants-female.xml b/graphics/sprites/equipment/legs/silkpants-female.xml index 9d711f86..8c6d88d0 100644 --- a/graphics/sprites/equipment/legs/silkpants-female.xml +++ b/graphics/sprites/equipment/legs/silkpants-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/silkpants-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/silkpants-male.xml b/graphics/sprites/equipment/legs/silkpants-male.xml index 9d9e587f..4b7a7634 100644 --- a/graphics/sprites/equipment/legs/silkpants-male.xml +++ b/graphics/sprites/equipment/legs/silkpants-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/silkpants-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/skirt-female.xml b/graphics/sprites/equipment/legs/skirt-female.xml index a5800e7a..3f605212 100644 --- a/graphics/sprites/equipment/legs/skirt-female.xml +++ b/graphics/sprites/equipment/legs/skirt-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/skirt-male.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/skirt-male.xml b/graphics/sprites/equipment/legs/skirt-male.xml index d8d150eb..befbedff 100644 --- a/graphics/sprites/equipment/legs/skirt-male.xml +++ b/graphics/sprites/equipment/legs/skirt-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/skirt-female.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/terranite-female.xml b/graphics/sprites/equipment/legs/terranite-female.xml index 3cf9bef2..8119a9f0 100644 --- a/graphics/sprites/equipment/legs/terranite-female.xml +++ b/graphics/sprites/equipment/legs/terranite-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/terranite-female.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/legs/terranite-male.xml b/graphics/sprites/equipment/legs/terranite-male.xml index 13c2befd..8918f613 100644 --- a/graphics/sprites/equipment/legs/terranite-male.xml +++ b/graphics/sprites/equipment/legs/terranite-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/equipment/legs/terranite-male.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/axe-chop-female.xml b/graphics/sprites/equipment/weapons/axe-chop-female.xml index 5e23a862..8885903c 100644 --- a/graphics/sprites/equipment/weapons/axe-chop-female.xml +++ b/graphics/sprites/equipment/weapons/axe-chop-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="axe-chop" src="graphics/sprites/equipment/weapons/axe-chop.png|B;R" width="128" height="128"/> <action name="default" imageset="axe-chop"/> <action name="stand" imageset="axe-chop"> diff --git a/graphics/sprites/equipment/weapons/axe-chop-male.xml b/graphics/sprites/equipment/weapons/axe-chop-male.xml index 5e23a862..8885903c 100644 --- a/graphics/sprites/equipment/weapons/axe-chop-male.xml +++ b/graphics/sprites/equipment/weapons/axe-chop-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="axe-chop" src="graphics/sprites/equipment/weapons/axe-chop.png|B;R" width="128" height="128"/> <action name="default" imageset="axe-chop"/> <action name="stand" imageset="axe-chop"> diff --git a/graphics/sprites/equipment/weapons/axe-stab-female.xml b/graphics/sprites/equipment/weapons/axe-stab-female.xml index 26a54acd..476e6e79 100644 --- a/graphics/sprites/equipment/weapons/axe-stab-female.xml +++ b/graphics/sprites/equipment/weapons/axe-stab-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="axe-stab" src="graphics/sprites/equipment/weapons/axe-stab.png|B;R" width="128" height="128"/> <action name="default" imageset="axe-stab"/> <action name="stand" imageset="axe-stab"> diff --git a/graphics/sprites/equipment/weapons/axe-stab-male.xml b/graphics/sprites/equipment/weapons/axe-stab-male.xml index 26a54acd..476e6e79 100644 --- a/graphics/sprites/equipment/weapons/axe-stab-male.xml +++ b/graphics/sprites/equipment/weapons/axe-stab-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="axe-stab" src="graphics/sprites/equipment/weapons/axe-stab.png|B;R" width="128" height="128"/> <action name="default" imageset="axe-stab"/> <action name="stand" imageset="axe-stab"> diff --git a/graphics/sprites/equipment/weapons/bow-banshee-female.xml b/graphics/sprites/equipment/weapons/bow-banshee-female.xml index c3626680..14078256 100644 --- a/graphics/sprites/equipment/weapons/bow-banshee-female.xml +++ b/graphics/sprites/equipment/weapons/bow-banshee-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="banshee-bow" src="graphics/sprites/equipment/weapons/bow-banshee.png|B" width="128" height="128"/> <action name="default" imageset="banshee-bow"/> <action name="stand" imageset="banshee-bow"> diff --git a/graphics/sprites/equipment/weapons/bow-banshee-male.xml b/graphics/sprites/equipment/weapons/bow-banshee-male.xml index c3626680..14078256 100644 --- a/graphics/sprites/equipment/weapons/bow-banshee-male.xml +++ b/graphics/sprites/equipment/weapons/bow-banshee-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="banshee-bow" src="graphics/sprites/equipment/weapons/bow-banshee.png|B" width="128" height="128"/> <action name="default" imageset="banshee-bow"/> <action name="stand" imageset="banshee-bow"> diff --git a/graphics/sprites/equipment/weapons/bow-female.xml b/graphics/sprites/equipment/weapons/bow-female.xml index 276fe6a3..1ed461b1 100644 --- a/graphics/sprites/equipment/weapons/bow-female.xml +++ b/graphics/sprites/equipment/weapons/bow-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="bow" src="graphics/sprites/equipment/weapons/bow.png|B;R" width="128" height="128"/> <action name="default" imageset="bow"/> <action name="stand" imageset="bow"> diff --git a/graphics/sprites/equipment/weapons/bow-male.xml b/graphics/sprites/equipment/weapons/bow-male.xml index 276fe6a3..1ed461b1 100644 --- a/graphics/sprites/equipment/weapons/bow-male.xml +++ b/graphics/sprites/equipment/weapons/bow-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="bow" src="graphics/sprites/equipment/weapons/bow.png|B;R" width="128" height="128"/> <action name="default" imageset="bow"/> <action name="stand" imageset="bow"> diff --git a/graphics/sprites/equipment/weapons/bow-slimecovered-female.xml b/graphics/sprites/equipment/weapons/bow-slimecovered-female.xml index 9e19daed..584bb97d 100644 --- a/graphics/sprites/equipment/weapons/bow-slimecovered-female.xml +++ b/graphics/sprites/equipment/weapons/bow-slimecovered-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="bow" src="graphics/sprites/equipment/weapons/bow-slimecovered.png|B;R;W" width="128" height="128"/> <action name="default" imageset="bow"/> <action name="stand" imageset="bow"> diff --git a/graphics/sprites/equipment/weapons/bow-slimecovered-male.xml b/graphics/sprites/equipment/weapons/bow-slimecovered-male.xml index 9e19daed..584bb97d 100644 --- a/graphics/sprites/equipment/weapons/bow-slimecovered-male.xml +++ b/graphics/sprites/equipment/weapons/bow-slimecovered-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="bow" src="graphics/sprites/equipment/weapons/bow-slimecovered.png|B;R;W" width="128" height="128"/> <action name="default" imageset="bow"/> <action name="stand" imageset="bow"> diff --git a/graphics/sprites/equipment/weapons/bow-slingshot-female.xml b/graphics/sprites/equipment/weapons/bow-slingshot-female.xml index cdc80ebe..50a593a5 100644 --- a/graphics/sprites/equipment/weapons/bow-slingshot-female.xml +++ b/graphics/sprites/equipment/weapons/bow-slingshot-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="bow" src="graphics/sprites/equipment/weapons/bow-slingshot.png|G;R" width="128" height="128"/> <action name="default" imageset="bow"/> <action name="stand" imageset="bow"> diff --git a/graphics/sprites/equipment/weapons/bow-slingshot-male.xml b/graphics/sprites/equipment/weapons/bow-slingshot-male.xml index cdc80ebe..50a593a5 100644 --- a/graphics/sprites/equipment/weapons/bow-slingshot-male.xml +++ b/graphics/sprites/equipment/weapons/bow-slingshot-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="bow" src="graphics/sprites/equipment/weapons/bow-slingshot.png|G;R" width="128" height="128"/> <action name="default" imageset="bow"/> <action name="stand" imageset="bow"> diff --git a/graphics/sprites/equipment/weapons/dagger-female.xml b/graphics/sprites/equipment/weapons/dagger-female.xml index 167ac729..d100e878 100644 --- a/graphics/sprites/equipment/weapons/dagger-female.xml +++ b/graphics/sprites/equipment/weapons/dagger-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="dagger" src="graphics/sprites/equipment/weapons/dagger.png|B;R" width="128" height="128"/> <action name="default" imageset="dagger"/> <action name="stand" imageset="dagger"> diff --git a/graphics/sprites/equipment/weapons/dagger-male.xml b/graphics/sprites/equipment/weapons/dagger-male.xml index 167ac729..d100e878 100644 --- a/graphics/sprites/equipment/weapons/dagger-male.xml +++ b/graphics/sprites/equipment/weapons/dagger-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="dagger" src="graphics/sprites/equipment/weapons/dagger.png|B;R" width="128" height="128"/> <action name="default" imageset="dagger"/> <action name="stand" imageset="dagger"> diff --git a/graphics/sprites/equipment/weapons/polearm-blunt-female.xml b/graphics/sprites/equipment/weapons/polearm-blunt-female.xml index ebb2c9b0..30047c34 100644 --- a/graphics/sprites/equipment/weapons/polearm-blunt-female.xml +++ b/graphics/sprites/equipment/weapons/polearm-blunt-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="polearm-blunt" src="graphics/sprites/equipment/weapons/polearm-blunt.png|R" width="128" height="128"/> <action name="default" imageset="polearm-blunt"/> <action name="stand" imageset="polearm-blunt"> diff --git a/graphics/sprites/equipment/weapons/polearm-blunt-male.xml b/graphics/sprites/equipment/weapons/polearm-blunt-male.xml index ebb2c9b0..30047c34 100644 --- a/graphics/sprites/equipment/weapons/polearm-blunt-male.xml +++ b/graphics/sprites/equipment/weapons/polearm-blunt-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="polearm-blunt" src="graphics/sprites/equipment/weapons/polearm-blunt.png|R" width="128" height="128"/> <action name="default" imageset="polearm-blunt"/> <action name="stand" imageset="polearm-blunt"> diff --git a/graphics/sprites/equipment/weapons/polearm-chop-female.xml b/graphics/sprites/equipment/weapons/polearm-chop-female.xml index 0b017791..6a75fed0 100644 --- a/graphics/sprites/equipment/weapons/polearm-chop-female.xml +++ b/graphics/sprites/equipment/weapons/polearm-chop-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="polearm-chop" src="graphics/sprites/equipment/weapons/polearm-chop.png|B;R" width="128" height="128"/> <action name="default" imageset="polearm-chop"/> <action name="stand" imageset="polearm-chop"> diff --git a/graphics/sprites/equipment/weapons/polearm-chop-male.xml b/graphics/sprites/equipment/weapons/polearm-chop-male.xml index 0b017791..6a75fed0 100644 --- a/graphics/sprites/equipment/weapons/polearm-chop-male.xml +++ b/graphics/sprites/equipment/weapons/polearm-chop-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="polearm-chop" src="graphics/sprites/equipment/weapons/polearm-chop.png|B;R" width="128" height="128"/> <action name="default" imageset="polearm-chop"/> <action name="stand" imageset="polearm-chop"> diff --git a/graphics/sprites/equipment/weapons/polearm-spear-female.xml b/graphics/sprites/equipment/weapons/polearm-spear-female.xml index af2ceda8..66402495 100644 --- a/graphics/sprites/equipment/weapons/polearm-spear-female.xml +++ b/graphics/sprites/equipment/weapons/polearm-spear-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="polearm-spear" src="graphics/sprites/equipment/weapons/polearm-spear.png|B;R" width="128" height="128"/> <action name="default" imageset="polearm-spear"/> <action name="stand" imageset="polearm-spear"> diff --git a/graphics/sprites/equipment/weapons/polearm-spear-male.xml b/graphics/sprites/equipment/weapons/polearm-spear-male.xml index af2ceda8..66402495 100644 --- a/graphics/sprites/equipment/weapons/polearm-spear-male.xml +++ b/graphics/sprites/equipment/weapons/polearm-spear-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="polearm-spear" src="graphics/sprites/equipment/weapons/polearm-spear.png|B;R" width="128" height="128"/> <action name="default" imageset="polearm-spear"/> <action name="stand" imageset="polearm-spear"> diff --git a/graphics/sprites/equipment/weapons/polearm-stab-female.xml b/graphics/sprites/equipment/weapons/polearm-stab-female.xml index 2db98608..dd501b2f 100644 --- a/graphics/sprites/equipment/weapons/polearm-stab-female.xml +++ b/graphics/sprites/equipment/weapons/polearm-stab-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="polearm-stab" src="graphics/sprites/equipment/weapons/polearm-stab.png|B;R" width="128" height="128"/> <action name="default" imageset="polearm-stab"/> <action name="stand" imageset="polearm-stab"> diff --git a/graphics/sprites/equipment/weapons/polearm-stab-male.xml b/graphics/sprites/equipment/weapons/polearm-stab-male.xml index 68af1f0b..240599e3 100644 --- a/graphics/sprites/equipment/weapons/polearm-stab-male.xml +++ b/graphics/sprites/equipment/weapons/polearm-stab-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="polearm-stab" src="graphics/sprites/equipment/weapons/polearm-stab.png|B;R" width="128" height="128"/> <action name="stand" imageset="polearm-stab"> <animation direction="down"> diff --git a/graphics/sprites/equipment/weapons/sword-deadsword-female.xml b/graphics/sprites/equipment/weapons/sword-deadsword-female.xml index 46235413..71ef39fd 100644 --- a/graphics/sprites/equipment/weapons/sword-deadsword-female.xml +++ b/graphics/sprites/equipment/weapons/sword-deadsword-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="sword-long" src="graphics/sprites/equipment/weapons/sword-deadsword.png" width="128" height="128"/> <include file="equipment/weapons/sword-long-female.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/sword-deadsword-male.xml b/graphics/sprites/equipment/weapons/sword-deadsword-male.xml index c008b9bd..3463cb7d 100644 --- a/graphics/sprites/equipment/weapons/sword-deadsword-male.xml +++ b/graphics/sprites/equipment/weapons/sword-deadsword-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="sword-long" src="graphics/sprites/equipment/weapons/sword-deadsword.png" width="128" height="128"/> <include file="equipment/weapons/sword-long-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/sword-long-female.xml b/graphics/sprites/equipment/weapons/sword-long-female.xml index b60d5e8f..ab5c5273 100644 --- a/graphics/sprites/equipment/weapons/sword-long-female.xml +++ b/graphics/sprites/equipment/weapons/sword-long-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="sword-long" src="graphics/sprites/equipment/weapons/sword-long.png|B;R" width="128" height="128"/> <action name="default" imageset="sword-long"/> <action name="stand" imageset="sword-long"> diff --git a/graphics/sprites/equipment/weapons/sword-long-male.xml b/graphics/sprites/equipment/weapons/sword-long-male.xml index b60d5e8f..ab5c5273 100644 --- a/graphics/sprites/equipment/weapons/sword-long-male.xml +++ b/graphics/sprites/equipment/weapons/sword-long-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="sword-long" src="graphics/sprites/equipment/weapons/sword-long.png|B;R" width="128" height="128"/> <action name="default" imageset="sword-long"/> <action name="stand" imageset="sword-long"> diff --git a/graphics/sprites/equipment/weapons/sword-short-female.xml b/graphics/sprites/equipment/weapons/sword-short-female.xml index 78a0b43f..c1616de5 100644 --- a/graphics/sprites/equipment/weapons/sword-short-female.xml +++ b/graphics/sprites/equipment/weapons/sword-short-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="sword-short" src="graphics/sprites/equipment/weapons/sword-short.png|B;R" width="128" height="128"/> <action name="default" imageset="sword-short"/> <action name="stand" imageset="sword-short"> diff --git a/graphics/sprites/equipment/weapons/sword-short-male.xml b/graphics/sprites/equipment/weapons/sword-short-male.xml index 78a0b43f..c1616de5 100644 --- a/graphics/sprites/equipment/weapons/sword-short-male.xml +++ b/graphics/sprites/equipment/weapons/sword-short-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="sword-short" src="graphics/sprites/equipment/weapons/sword-short.png|B;R" width="128" height="128"/> <action name="default" imageset="sword-short"/> <action name="stand" imageset="sword-short"> diff --git a/graphics/sprites/equipment/weapons/wand-deathshand-female.xml b/graphics/sprites/equipment/weapons/wand-deathshand-female.xml index 2bf59cde..d9b7ef7c 100644 --- a/graphics/sprites/equipment/weapons/wand-deathshand-female.xml +++ b/graphics/sprites/equipment/weapons/wand-deathshand-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="wand" src="graphics/sprites/equipment/weapons/wand-deathshand.png" width="128" height="128"/> <include file="equipment/weapons/wand-female.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/wand-deathshand-male.xml b/graphics/sprites/equipment/weapons/wand-deathshand-male.xml index caa5b41c..5395ef80 100644 --- a/graphics/sprites/equipment/weapons/wand-deathshand-male.xml +++ b/graphics/sprites/equipment/weapons/wand-deathshand-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="wand" src="graphics/sprites/equipment/weapons/wand-deathshand.png" width="128" height="128"/> <include file="equipment/weapons/wand-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/wand-female.xml b/graphics/sprites/equipment/weapons/wand-female.xml index b7a54377..07f18b59 100644 --- a/graphics/sprites/equipment/weapons/wand-female.xml +++ b/graphics/sprites/equipment/weapons/wand-female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="wand" src="graphics/sprites/equipment/weapons/wand.png|R" width="128" height="128"/> <action name="default" imageset="wand"/> <action name="stand" imageset="wand"> diff --git a/graphics/sprites/equipment/weapons/wand-male.xml b/graphics/sprites/equipment/weapons/wand-male.xml index 4d5f8b8b..c2164aff 100644 --- a/graphics/sprites/equipment/weapons/wand-male.xml +++ b/graphics/sprites/equipment/weapons/wand-male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="wand" src="graphics/sprites/equipment/weapons/wand.png|R" width="128" height="128"/> <action name="default" imageset="wand"/> <action name="stand" imageset="wand"> diff --git a/graphics/sprites/model/female.xml b/graphics/sprites/model/female.xml index ec555005..ebd7cabc 100644 --- a/graphics/sprites/model/female.xml +++ b/graphics/sprites/model/female.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/model/female.png|W;B;R" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/model/male.xml b/graphics/sprites/model/male.xml index 7102f600..2dde7d16 100644 --- a/graphics/sprites/model/male.xml +++ b/graphics/sprites/model/male.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand" variants="135" variant_offset="1"> +<sprite variants="135" variant_offset="1"> <imageset name="base" src="graphics/sprites/model/male.png|W;B;R" width="64" height="64"/> <action name="default" imageset="base"/> <action name="stand" imageset="base"> diff --git a/graphics/sprites/monsters/accessories/slime-covered-bow.xml b/graphics/sprites/monsters/accessories/slime-covered-bow.xml index 643556ef..6f3429c2 100644 --- a/graphics/sprites/monsters/accessories/slime-covered-bow.xml +++ b/graphics/sprites/monsters/accessories/slime-covered-bow.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand"> +<sprite> <imageset name="bow" src="graphics/sprites/monsters/accessories/bow-slimecovered.png|B;R;W" width="64" height="64"/> <action name="default" imageset="bow"/> <action name="attack" imageset="bow"> diff --git a/graphics/sprites/monsters/nutcracker.xml b/graphics/sprites/monsters/nutcracker.xml index c9494cfa..def7f1c8 100644 --- a/graphics/sprites/monsters/nutcracker.xml +++ b/graphics/sprites/monsters/nutcracker.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="nutcracker" action="stand" variants="72" variant_offset="1"> +<sprite variants="72" variant_offset="1"> <imageset name="base" src="graphics/sprites/monsters/nutcracker.png" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/monsters/skeleton.xml b/graphics/sprites/monsters/skeleton.xml index b047cf01..41f32cf2 100644 --- a/graphics/sprites/monsters/skeleton.xml +++ b/graphics/sprites/monsters/skeleton.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite action="stand" variants="72" variant_offset="1"> +<sprite variants="72" variant_offset="1"> <imageset name="base" src="graphics/sprites/monsters/skeleton.png|W" width="64" height="64"/> <include file="model/male.xml"/> </sprite> diff --git a/graphics/sprites/monsters/wight.xml b/graphics/sprites/monsters/wight.xml index d9fd9e64..768d0fdb 100644 --- a/graphics/sprites/monsters/wight.xml +++ b/graphics/sprites/monsters/wight.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand"> +<sprite> <imageset name="base" src="graphics/sprites/monsters/wight.png|W" width="64" height="64"/> <action name="stand" imageset="base"> <animation direction="down"> diff --git a/graphics/sprites/monsters/zombie.xml b/graphics/sprites/monsters/zombie.xml index 19738d82..ad4250cf 100644 --- a/graphics/sprites/monsters/zombie.xml +++ b/graphics/sprites/monsters/zombie.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite action="stand" variants="56" variant_offset="1"> +<sprite variants="56" variant_offset="1"> <imageset name="base" src="graphics/sprites/monsters/zombie.png" width="64" height="64"/> <action name="stand" imageset="base"> <animation direction="down"> diff --git a/maps/043-4.tmx b/maps/043-4.tmx index ab746808..0785c126 100644 --- a/maps/043-4.tmx +++ b/maps/043-4.tmx @@ -1029,7 +1029,7 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup name="Objects" visible="0"> + <objectgroup name="Objects" width="0" height="0" visible="0"> <object name="graphics/particles/flame.particle.xml" type="particle_effect" x="1632" y="1376" width="32" height="32"/> <object name="graphics/particles/flame.particle.xml" type="particle_effect" x="1632" y="1216" width="32" height="32"/> <object name="graphics/particles/flame.particle.xml" type="particle_effect" x="1440" y="1216" width="32" height="32"/> @@ -1046,8 +1046,8 @@ </object> <object name="Terranite" type="spawn" x="4362" y="5144" width="265" height="247"> <properties> - <property name="eA_death" value="100000"/> - <property name="eA_spawn" value="200000"/> + <property name="eA_death" value="120000"/> + <property name="eA_spawn" value="240000"/> <property name="max_beings" value="2"/> <property name="monster_id" value="60"/> </properties> diff --git a/monsters.xml b/monsters.xml index 32ab4bd4..09f64105 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1,699 +1,4 @@ <?xml version="1.0"?> -<!-- Copyright 2011 The Mana World Development Team - See here for documentation: http://manaplus.org/monsters.xml ---> <monsters offset="0"> - <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> - <its:translateRule selector="//monster/@name" translate="yes"/> - <its:translateRule selector="//*" translate="no"/> - </its:rules> - <monster id="1002" name="Maggot" targetCursor="small"> - <sprite>monsters/maggot.xml</sprite> - <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound> - <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound> - <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound> - <sound event="die">monsters/maggot/maggot-dying1.ogg</sound> - </monster> - <monster id="1003" name="Scorpion"> - <sprite>monsters/scorpion.xml|#4d422d,826242,d8c282,ffffff</sprite> - <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> - <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> - </monster> - <monster id="1004" name="Red Scorpion"> - <sprite>monsters/scorpion.xml|#791d0a,cd5d27,f28d54,ffffff</sprite> - <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> - <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> - </monster> - <monster id="1005" name="Green Slime"> - <sprite>monsters/slime.xml|#72982c,ffffff</sprite> - <sound event="hit">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1006" name="Giant Maggot" targetCursor="large"> - <sprite>monsters/maggot-giant.xml</sprite> - <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound> - <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound> - <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound> - <sound event="die">monsters/maggot/maggot-dying1.ogg</sound> - </monster> - <monster id="1007" name="Yellow Slime"> - <sprite>monsters/slime.xml|#b47f00,ffffff</sprite> - <sound event="hit">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1008" name="Red Slime"> - <sprite>monsters/slime.xml|#7e0000,ffffff</sprite> - <sound event="hit">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1009" name="Black Scorpion"> - <sprite>monsters/scorpion.xml|#0d1313,435a5a,879999,ffffff</sprite> - <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> - <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> - </monster> - <monster id="1010" name="Snake"> - <sprite>monsters/snake.xml|#664d28,a6673a,dbbc86,ffffff</sprite> - </monster> - <monster id="1011" name="Fire Goblin"> - <sprite>monsters/goblin-fire.xml</sprite> - <sound event="hit">monsters/fire-goblin/fire-goblin-hit1.ogg</sound> - <sound event="hit">monsters/fire-goblin/fire-goblin-hit2.ogg</sound> - <sound event="miss">monsters/fire-goblin/fire-goblin-miss1.ogg</sound> - <!-- The particle-effect parameter is kept for 0.5.x compatibility --> - <attack id="1" effect-id="400" particle-effect="graphics/particles/monster-goblin-firebreath.particle.xml"/> - </monster> - <monster id="1012" name="Spider"> - <sprite>monsters/spider.xml|#1a160f,4A7A93,AAC5D2,ffffff;#FF6666</sprite> - <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> - <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> - </monster> - <monster id="1013" name="Evil Mushroom"> - <sprite>monsters/accessories/mushroom-base1.xml|#B38336,FFF5CC</sprite> - <sprite>monsters/accessories/mushroom-base1-arms1.xml|#B38336,FFF5CC</sprite> - <sprite>monsters/accessories/mushroom-base1-face2.xml|#732222,BF3939,FF9E9E,FFD9D9,FFFFFF;#B38336,FFF5CC</sprite> - <sprite>monsters/accessories/mushroom-base1-cap1.xml|#732222,BF3939,FF9E9E,FFD9D9,FFFFFF;#B38336,FFF5CC</sprite> - <sound event="hit">monsters/shroom/shroom-hit1.ogg</sound> - </monster> - <monster id="1014" name="Pink Flower"> - <sprite>monsters/flower.xml|#ee748d,ffd8ce;#f6ffbd;#23285f</sprite> - <sound event="hit">monsters/flower/flower-hit1.ogg</sound> - <sound event="hit">monsters/flower/flower-hit2.ogg</sound> - <sound event="miss">monsters/flower/flower-miss1.ogg</sound> - </monster> - <monster id="1015" name="Santa Slime"> - <sprite>monsters/slime.xml|#545166,66A9CD,C2F7FA</sprite> - <sprite>monsters/accessories/slime-santa.xml</sprite> - </monster> - <monster id="1016" name="Rudolph Slime"> - <sprite>monsters/slime.xml|#9092B9,9DB4D4,F8F9FA</sprite> - <sprite>monsters/accessories/slime-rudolph.xml</sprite> - </monster> - <monster id="1017" name="Bat"> - <sprite>monsters/bat.xml</sprite> - <sound event="die">monsters/bat/bat-dying1.ogg</sound> - <sound event="hit">monsters/bat/bat-hit1.ogg</sound> - </monster> - <monster id="1018" name="Pinkie" targetCursor="small"> - <sprite>monsters/pinkie.xml</sprite> - <sound event="hit">monsters/pinkie/pinkie-hit1.ogg</sound> - <sound event="miss">monsters/pinkie/pinkie-miss1.ogg</sound> - </monster> - <monster id="1019" name="Spiky Mushroom"> - <sprite>monsters/accessories/mushroom-base1.xml|#B37410,FFF5CC</sprite> - <sprite>monsters/accessories/mushroom-base1-face1.xml|#730A73,BF31C0,FF9EFF,FFD9FF,FFFFFF;#7B4E07,FFF5CC</sprite> - <sprite>monsters/accessories/mushroom-base1-cap1.xml|#730A73,BF31C0,FF9EFF,FFD9FF,FFFFFF;#B36E00,FFF5CC</sprite> - <sprite>monsters/accessories/mushroom-base1-cap1-spikes.xml|#CC9C3D,FFFFCC</sprite> - <sound event="hit">monsters/shroom/shroom-hit1.ogg</sound> - </monster> - <monster id="1020" name="Fluffy"> - <sprite>monsters/fluffy.xml</sprite> - <sound event="hit">monsters/fluffy/fluffy-hit1.ogg</sound> - <sound event="hit">monsters/fluffy/fluffy-hit2.ogg</sound> - <sound event="hit">monsters/fluffy/fluffy-hit3.ogg</sound> - <sound event="miss">monsters/fluffy/fluffy-miss1.ogg</sound> - <sound event="hurt">monsters/fluffy/fluffy-hurt1.ogg</sound> - </monster> - <monster id="1021" name="Cave Snake"> - <sprite>monsters/snake-cave.xml</sprite> - <sound event="hit">monsters/cavesnake/cavesnake-hit1.ogg</sound> - </monster> - <monster id="1022" name="Jack O"> - <sprite>monsters/ghost-pumpkin.xml</sprite> - </monster> - <monster id="1023" name="Fire Skull"> - <sprite>monsters/skull-fire.xml</sprite> - </monster> - <monster id="1024" name="Poison Skull"> - <sprite>monsters/skull-poison.xml</sprite> - </monster> - <monster id="1025" name="Log Head"> - <sprite>monsters/logmonster.xml</sprite> - <sound event="hit">monsters/loghead/loghead-hit1.ogg</sound> - <sound event="hurt">monsters/loghead/loghead-hurt1.ogg</sound> - <sound event="hurt">monsters/loghead/loghead-hurt2.ogg</sound> - <sound event="hurt">monsters/loghead/loghead-hurt3.ogg</sound> - <sound event="hurt">monsters/loghead/loghead-hurt4.ogg</sound> - <sound event="hurt">monsters/loghead/loghead-hurt5.ogg</sound> - <sound event="die">monsters/loghead/loghead-die1.ogg</sound> - </monster> - <monster id="1026" name="Mountain Snake"> - <sprite>monsters/snake.xml|#585b39,a67c5d,dbc9a9,ffffff</sprite> - </monster> - <monster id="1027" name="Easter Fluffy"> - <sprite>monsters/fluffy.xml</sprite> - <sound event="hit">monsters/fluffy/fluffy-hit1.ogg</sound> - <sound event="hit">monsters/fluffy/fluffy-hit2.ogg</sound> - <sound event="hit">monsters/fluffy/fluffy-hit3.ogg</sound> - <sound event="miss">monsters/fluffy/fluffy-miss1.ogg</sound> - <sound event="hurt">monsters/fluffy/fluffy-hurt1.ogg</sound> - </monster> - <monster id="1028" name="Mouboo"> - <sprite>monsters/mouboo.xml</sprite> - </monster> - <monster id="1029" name="Mauve Plant"> - <sprite>monsters/plant.xml|#e0b0ff</sprite> - </monster> - <monster id="1030" name="Cobalt Plant"> - <sprite>monsters/plant.xml|#0047ab</sprite> - </monster> - <monster id="1031" name="Gamboge Plant"> - <sprite>monsters/plant.xml|#ef9b0f</sprite> - </monster> - <monster id="1032" name="Alizarin Plant"> - <sprite>monsters/plant.xml|#e32636</sprite> - </monster> - <monster id="1033" name="Sea Slime"> - <sprite>monsters/slime.xml|#4ca1a0,ffffff</sprite> - <sprite>monsters/accessories/slime-seajelly.xml|#4Ca16e,ffffff</sprite> - <sound event="hit">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1034" name="Grass Snake"> - <sprite>monsters/snake.xml|#205839,60a65d,80dba9,ffffff</sprite> - </monster> - <monster id="1035" name="Silkworm"> - <sprite>monsters/silkworm.xml|#807d20,e0dac0;#c0a830</sprite> - </monster> - <monster id="1036" name="Zombie"> - <sprite>monsters/zombie.xml</sprite> - <sound event="move">monsters/zombie/zombie-move1.ogg</sound> - <sound event="move">monsters/zombie/zombie-move2.ogg</sound> - <sound event="hit">monsters/zombie/zombie-hit1.ogg</sound> - <sound event="hit">monsters/zombie/zombie-hit2.ogg</sound> - <sound event="miss">monsters/zombie/zombie-miss1.ogg</sound> - <sound event="die">monsters/zombie/zombie-dying1.ogg</sound> - </monster> - <monster id="1037" name="Clover Patch"> - <sprite>monsters/clover.xml</sprite> - </monster> - <monster id="1038" name="Squirrel"> - <sprite>monsters/squirrel.xml|#dfae76</sprite> - <sound event="hurt">monsters/squirrel/squirrel-hurt1.ogg</sound> - <sound event="hurt">monsters/squirrel/squirrel-hurt2.ogg</sound> - <sound event="die">monsters/squirrel/squirrel-die1.ogg</sound> - <sound event="die">monsters/squirrel/squirrel-die2.ogg</sound> - </monster> - <monster id="1039" name="Fire Lizard"> - <sprite>monsters/lizard.xml|#673132,923F42,CD5961,E163A4,ffffff</sprite> - <sound event="hit">monsters/fire-goblin/fire-goblin-hit1.ogg</sound> - <sound event="hit">monsters/fire-goblin/fire-goblin-hit2.ogg</sound> - <sound event="miss">monsters/fire-goblin/fire-goblin-miss1.ogg</sound> - <!-- The particle-effect parameter is kept for 0.5.x compatibility --> - <attack id="1" effect-id="401" particle-effect="graphics/particles/monster-lizard-firebreath.particle.xml"/> - </monster> - <monster id="1040" name="Wisp"> - <sprite>monsters/wisp.xml|#aadd44,ffff66</sprite> - <particlefx>graphics/particles/wisp.particle.xml</particlefx> - </monster> - <monster id="1041" name="Snail"> - <sprite>monsters/snail.xml|#FDC689;#E0A6E3;#E0A6E3;#F06EAA;#C69C6D;#A9FF02</sprite> - <particlefx>graphics/particles/monster-snail-trail.particle.xml</particlefx> - <sound event="hit">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1042" name="Spectre"> - <sprite>monsters/wisp.xml|#ff77dd,dd77ff</sprite> - <particlefx>graphics/particles/spectre.particle.xml</particlefx> - </monster> - <monster id="1043" name="Skeleton"> - <sprite>monsters/skeleton.xml|#ffe8bf</sprite> - </monster> - <monster id="1044" name="Lady Skeleton"> - <sprite>monsters/skeleton.xml|#ffe8bf</sprite> - <sprite>hairstyles/hairstyle08-male.xml</sprite> - </monster> - <monster id="1045" name="Fallen"> - <sprite>monsters/skeleton.xml|#ffe8bf</sprite> - <sprite>equipment/legs/chaps-male.xml</sprite> - <sprite>equipment/chest/warlordplate-male.xml</sprite> - <sprite>equipment/head/warlordhelm-male.xml</sprite> - </monster> - <monster id="1046" name="Tame Scorpion"> - <sprite>monsters/scorpion.xml|#4d422d,826242,d8c282,ffffff</sprite> - <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> - <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> - </monster> - <monster id="1047" name="Poltergeist"> - <sprite>monsters/wisp.xml|#77ffdd,77ddff</sprite> - <particlefx>graphics/particles/polter.particle.xml</particlefx> - </monster> - <monster id="1048" name="Duck" targetCursor="small"> - <sprite>monsters/duck.xml</sprite> - </monster> - <monster id="1049" name="Bee" targetCursor="small"> - <sprite>monsters/bee.xml</sprite> - <sprite>monsters/accessories/generic-shadow-small-circle.xml</sprite> - </monster> - <monster id="1050" name="House Maggot" targetCursor="small"> - <sprite>monsters/cave-maggot.xml|#4d422d,826242,d8c282,ffffff</sprite> - <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound> - <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound> - <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound> - <sound event="die">monsters/maggot/maggot-dying1.ogg</sound> - </monster> - <!--48 Vespa--> - <!--49 Larvespa--> - <!--50 Hivespa--> - <!--51 Froad--> - <monster id="1054" name="Troll"> - <sprite>monsters/troll.xml|#FFDEC2;#FF4D4D;#FF99FF;#FFC88A</sprite> - <attack id="1" missile-particle="graphics/particles/monster-troll-foefire.particle.xml" action="attack"/> - </monster> - <monster id="1055" name="Butterfly" targetCursor="small"> - <sprite>monsters/butterfly.xml|#660000,FF3300,FFCC99,FFCCCC</sprite> - <sprite>monsters/accessories/generic-shadow-small-circle.xml</sprite> - </monster> - <monster id="1056" name="Cave Maggot" targetCursor="small"> - <sprite>monsters/cave-maggot.xml|</sprite> - <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound> - <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound> - <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound> - <sound event="die">monsters/maggot/maggot-dying1.ogg</sound> - </monster> - <monster id="1057" name="Angry Scorpion"> - <sprite>monsters/scorpion.xml|#800000,ffffff</sprite> - <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> - <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> - </monster> - <monster id="1058" name="Ice Goblin"> - <sprite>monsters/goblin-ice.xml</sprite> - <sound event="hit">monsters/fire-goblin/fire-goblin-hit1.ogg</sound> - <sound event="hit">monsters/fire-goblin/fire-goblin-hit2.ogg</sound> - <sound event="miss">monsters/fire-goblin/fire-goblin-miss1.ogg</sound> - </monster> - <monster id="1059" name="Giant Cave Maggot" targetCursor="large"> - <sprite>monsters/cave-maggot-giant.xml|#565051,ffffff</sprite> - <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound> - <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound> - <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound> - <sound event="die">monsters/maggot/maggot-dying1.ogg</sound> - </monster> - <monster id="1060" name="Archant"> - <sprite>monsters/archant.xml</sprite> - <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> - <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> - </monster> - <monster id="1061" name="Moggun"> - <sprite>monsters/moggun.xml</sprite> - </monster> - <monster id="1062" name="Terranite"> - <sprite>monsters/terranite.xml</sprite> - </monster> - <monster id="1063" name="Pumpkin"> - <sprite>monsters/pumpkin.xml</sprite> - </monster> - <monster id="1064" name="Bandit"> - <sprite>monsters/bandit.xml</sprite> - <sprite>equipment/weapons/dagger-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> - </monster> - <monster id="1065" name="Bandit Lord"> - <sprite>monsters/bandit-lord.xml</sprite> - <sprite>equipment/weapons/bow-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> - <attack id="1" missile-particle="graphics/particles/arrow.particle.xml" action="attack"/> - </monster> - <monster id="1066" name="Vampire Bat"> - <sprite>monsters/vampire-bat.xml</sprite> - <sound event="die">monsters/bat/bat-dying1.ogg</sound> - <sound event="hit">monsters/bat/bat-hit1.ogg</sound> - </monster> - <monster id="1067" name="Reaper"> - <sprite>monsters/reaper.xml</sprite> - <sprite>monsters/accessories/reaper-shadow.xml</sprite> - <particlefx>graphics/particles/monster-reaper.particle.xml</particlefx> - <sound event="hurt">monsters/reaper/reaper-hurt.ogg</sound> - </monster> - <monster id="1068" name="Reaper"> - <!-- slave version --> - <sprite>monsters/reaper.xml</sprite> - <sprite>monsters/accessories/reaper-shadow.xml</sprite> - <particlefx>graphics/particles/monster-reaper.particle.xml</particlefx> - <sound event="hurt">monsters/reaper/reaper-hurt.ogg</sound> - </monster> - <monster id="1069" name="Scythe" targetCursor="large"> - <sprite>monsters/spinning-scythe.xml</sprite> - <sprite>monsters/accessories/scythe-shadow.xml</sprite> - </monster> - <monster id="1070" name="Ball Lightning" targetCursor="small"> - <sprite>monsters/ball-lightning.xml</sprite> - <sprite>monsters/accessories/ball-lightning-shadow.xml</sprite> - <particlefx>graphics/particles/monster-ball-lightning.particle.xml</particlefx> - </monster> - <monster id="1071" name="Ice Element"> - <sprite>monsters/element-ball.xml|#5e929d,a2d8e3,ffffff</sprite> - </monster> - <monster id="1072" name="Yeti"> - <sprite>monsters/yeti.xml</sprite> - </monster> - <monster id="1073" name="The Lost"> - <sprite>monsters/skeleton.xml|#aca379</sprite> - <sprite>equipment/chest/robe-male.xml|#333333</sprite> - <sprite>equipment/head/phylactery-male.xml</sprite> - </monster> - <monster id="1074" name="Red Bone"> - <sprite>monsters/skeleton.xml|#994040,772020,440808,000000</sprite> - <particlefx>graphics/particles/necroblast.particle.xml</particlefx> - </monster> - <monster id="1075" name="Stalker"> - <sprite>monsters/wraith.xml</sprite> - </monster> - <!-- 74 DreadWing --> - <monster id="1077" name="Drunken Skeleton"> - <sprite>monsters/skeleton.xml|#ffe8bf</sprite> - <sprite>equipment/legs/chaps-male.xml</sprite> - <sprite>equipment/chest/vnecksweater-male.xml|#580000,A40000,C02020,ff6060</sprite> - <sprite>equipment/head/tophat-male.xml</sprite> - </monster> - <monster id="1078" name="Tipsy Skeleton"> - <sprite>monsters/skeleton.xml|#ffe8bf</sprite> - <sprite>equipment/legs/chaps-male.xml</sprite> - <sprite>equipment/chest/vnecksweater-male.xml|#0d1430,21337c,4363e5</sprite> - <sprite>equipment/head/bowler-hat-male.xml</sprite> - </monster> - <monster id="1079" name="Drunken Lady Skeleton"> - <sprite>monsters/skeleton.xml|#ffe8bf</sprite> - <sprite>hairstyles/hairstyle08-male.xml</sprite> - <sprite>equipment/legs/skirt-male.xml|#3f221d,754d23,f5cea4</sprite> - <sprite>equipment/chest/shorttanktop-female.xml|#3f221d,754d23,f5cea4</sprite> - <sprite>equipment/head/heart-glasses-male.xml</sprite> - </monster> - <monster id="1080" name="Blue Spark"> - <sprite>monsters/ball-lightning.xml</sprite> - <sprite>monsters/accessories/ball-lightning-shadow.xml</sprite> - <particlefx>graphics/particles/monster-ball-lightning-blue.particle.xml</particlefx> - </monster> - <monster id="1081" name="Red Spark"> - <sprite>monsters/ball-lightning.xml</sprite> - <sprite>monsters/accessories/ball-lightning-shadow.xml</sprite> - <particlefx>graphics/particles/monster-ball-lightning-red.particle.xml</particlefx> - </monster> - <monster id="1082" name="Serqet"> - <sprite>monsters/serqet.xml</sprite> - </monster> - <monster id="1083" name="Huntsman Spider"> - <sprite>monsters/spider.xml|#1a160f,93774a,d2c3aa,ffffff;#a00000</sprite> - <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> - <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> - </monster> - <monster id="1084" name="Crotcher Scorpion"> - <sprite>monsters/scorpion.xml|#211b0e,5c3e20,a68d42,ffffff</sprite> - <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> - <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> - <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> - </monster> - <monster id="1085" name="Ice Skull"> - <sprite>monsters/skull-ice.xml</sprite> - </monster> - <monster id="1086" name="Fey Element"> - <sprite>monsters/element-ball.xml|#6d4e2f,98612c,c38a53,ffffff</sprite> - <particlefx>graphics/particles/monster-leaf.particle.xml</particlefx> - </monster> - <monster id="1087" name="Larvern" targetCursor="small"> - <sprite>monsters/larvespa.xml|#211b0e,5c3e20,a68d42;#667C26</sprite> - </monster> - <monster id="1088" name="Hyvern"> - <sprite>monsters/vespa.xml|#1a160f,93774a;#DEBFBF,BBA2A2</sprite> - </monster> - <monster id="1089" name="Hungry Fluffy"> - <sprite>monsters/fluffy.xml</sprite> - <sound event="hit">monsters/fluffy/fluffy-hit1.ogg</sound> - <sound event="hit">monsters/fluffy/fluffy-hit2.ogg</sound> - <sound event="hit">monsters/fluffy/fluffy-hit3.ogg</sound> - <sound event="miss">monsters/fluffy/fluffy-miss1.ogg</sound> - <sound event="hurt">monsters/fluffy/fluffy-hurt1.ogg</sound> - </monster> - <monster id="1090" name="Wolvern"> - <sprite>monsters/wolvern.xml|#000000,64727a,8996a0,a6afbf,dce9f3,ffffff</sprite> - <sound event="hit">monsters/wolvern/wolvern-hit1.ogg</sound> - <sound event="hit">monsters/wolvern/wolvern-hit2.ogg</sound> - <sound event="miss">monsters/wolvern/wolvern-miss1.ogg</sound> - <sound event="miss">monsters/wolvern/wolvern-miss2.ogg</sound> - <sound event="miss">monsters/wolvern/wolvern-miss3.ogg</sound> - <!-- The hurt sound doesn't go well when alternated with the hit sounds. --> - <!-- <sound event="hurt">monsters/wolvern/wolvern-hurt1.ogg</sound> --> - <sound event="die">monsters/wolvern/wolvern-dying1.ogg</sound> - </monster> - <monster id="1091" name="Blue Slime"> - <sprite>monsters/slime.xml|#2121ae,ffffff</sprite> - <sprite>monsters/accessories/slime-littleslime.xml|#2121ae,ffffff</sprite> - <sound event="hit">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1092" name="Slime Blast"> - <sprite>monsters/accessories/slime-slimeblast.xml|#2121ae,ffffff</sprite> - <sound event="die">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1093" name="White Slime"> - <sprite>monsters/accessories/slime-slimeblast.xml|#dcdcff,ffffff</sprite> - <sound event="die">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1094" name="Reinboo"> - <sprite>monsters/mouboo.xml</sprite> - <sprite>monsters/accessories/mouboo-red-nose.xml</sprite> - <sprite>monsters/accessories/mouboo-red-saddle.xml</sprite> - <sprite>monsters/accessories/mouboo-red-shoes.xml</sprite> - <sprite>monsters/accessories/mouboo-antlers.xml</sprite> - </monster> - <monster id="1095" name="White Bell"> - <sprite>monsters/snowflower.xml</sprite> - </monster> - <monster id="1096" name="Soul Snake"> - <sprite>monsters/snake.xml|#664d28,a6673a,86D6DB,ffffff</sprite> - <particlefx>graphics/particles/monster-soulsnake.particle.xml</particlefx> - </monster> - <monster id="1097" name="Soul Eater"> - <sprite>monsters/skeleton.xml|#D9BFFF</sprite> - <sprite>equipment/chest/tanktop-male.xml|#333333,555555,444444</sprite> - <sprite>equipment/legs/shorts-male.xml|#333333,555555,444444</sprite> - <sprite>hairstyles/hairstyle05-male.xml|#333333</sprite> - <particlefx>graphics/particles/monster-souleater.particle.xml</particlefx> - </monster> - <monster id="1098" name="Copper Slime"> - <sprite>monsters/slime.xml|#a1734c,ffffff</sprite> - <sprite>monsters/accessories/slime-seajelly.xml|#a1744c,ffffff</sprite> - <sound event="hit">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1099" name="Sleeping Bandit"> - <sprite>monsters/sleeping-bandit.xml</sprite> - <sprite>equipment/weapons/dagger-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> - </monster> - <monster id="1100" name="Azul Slime"> - <sprite>monsters/slime-littleslime.xml|#3080e4,d2f4ff</sprite> - <sound event="die">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1101" name="Demonic Spirit"> - <sprite>monsters/spirit-demonic.xml|#444444,9933ff</sprite> - </monster> - <monster id="1102" name="Luvia"> - <sprite>model/female.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> - <sprite>equipment/feet/assassin-boots-female.xml</sprite> - <sprite>equipment/legs/shorts-female.xml|#121212,343434</sprite> - <sprite>equipment/chest/sorcerer-robe-female.xml|#121212,343434;#8F47D6</sprite> - <sprite>hairstyles/hairstyle11-female.xml|#8c6625,dab425,ffffff</sprite> - <sprite>equipment/head/wizard-hat-female.xml|#070707,121212,663399</sprite> - <particlefx>graphics/particles/monster-luvia.particle.xml</particlefx> - <attack id="1" critical-hit-effect-id="42" missile-particle="graphics/particles/luvia-attack.particle.xml" action="attack"/> - </monster> - <monster id="1103" name="Witch Guard"> - <sprite>monsters/demon.xml|#444444,979797</sprite> - <sprite>equipment/feet/warlordboots-male.xml|#333333,878787</sprite> - <sprite>equipment/hands/generic-male.xml|#242424,626262</sprite> - <sprite>equipment/chest/demonwarlordplate-male.xml|#444444,979797</sprite> - <sprite>equipment/head/bull-male.xml</sprite> - <particlefx>graphics/particles/monster-witchguard.particle.xml</particlefx> - <sprite>equipment/weapons/dagger-male.xml|#1c1b00,1b1a31,5b5660,827e85,9596e0</sprite> - </monster> - <monster id="1104" name="Demonic Mouboo"> - <sprite>monsters/mouboo-demonic.xml</sprite> - <sprite>monsters/accessories/mouboo-demonic-antlers.xml</sprite> - <particlefx>graphics/particles/monster-mouboo-demonic.particle.xml</particlefx> - </monster> - <monster id="1105" name="Vicious Squirrel"> - <sprite>monsters/squirrel.xml|#736443</sprite> - <sound event="hurt">monsters/squirrel/squirrel-hurt1.ogg</sound> - <sound event="hurt">monsters/squirrel/squirrel-hurt2.ogg</sound> - <sound event="die">monsters/squirrel/squirrel-die1.ogg</sound> - <sound event="die">monsters/squirrel/squirrel-die2.ogg</sound> - </monster> - <monster id="1106" name="Wicked Mushroom"> - <sprite>monsters/mushroom-wicked.xml</sprite> - <sound event="hit">monsters/shroom/shroom-hit1.ogg</sound> - </monster> - <monster id="1107" name="Bluepar" targetCursor="small"> - <sprite>monsters/bluepar.xml</sprite> - <sound event="hit">monsters/pinkie/pinkie-hit1.ogg</sound> - <sound event="miss">monsters/pinkie/pinkie-miss1.ogg</sound> - </monster> - <monster id="1108" name="Angry Fire Goblin"> - <sprite>monsters/goblin-fire.xml</sprite> - <sound event="hit">monsters/fire-goblin/fire-goblin-hit1.ogg</sound> - <sound event="hit">monsters/fire-goblin/fire-goblin-hit2.ogg</sound> - <sound event="miss">monsters/fire-goblin/fire-goblin-miss1.ogg</sound> - <particlefx>graphics/particles/monster-angry-fire-goblin.particle.xml</particlefx> - <!-- The particle-effect parameter is kept for 0.5.x compatibility --> - <attack id="1" effect-id="400" particle-effect="graphics/particles/monster-goblin-firebreath.particle.xml"/> - </monster> - <monster id="1109" name="Angry Sea Slime"> - <sprite>monsters/slime.xml|#4ca1a0,ffffff</sprite> - <sprite>monsters/accessories/slime-seajelly.xml|#4Ca16e,ffffff</sprite> - <particlefx>graphics/particles/monster-angry-sea-slime.particle.xml</particlefx> - <sound event="hit">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1110" name="Angry Green Slime"> - <sprite>monsters/slime.xml|#72982c,ffffff</sprite> - <particlefx>graphics/particles/monster-angry-green-slime.particle.xml</particlefx> - <sound event="hit">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1111" name="Candied Slime"> - <sprite>monsters/slime.xml|#fd2273,ffbeff,ffffff</sprite> - <sprite>monsters/accessories/slime-bubble.xml|#feaaa7,fdfffb</sprite> - <attack id="1" missile-particle="graphics/particles/peppermint.particle.xml" action="attack"/> - <sound event="hit">monsters/slime/slime-hit1.ogg</sound> - </monster> - <monster id="1112" name="Santaboo"> - <sprite>monsters/christmas-mouboo.xml</sprite> - <sprite>monsters/accessories/mouboo-red-nose.xml</sprite> - <sprite>monsters/accessories/mouboo-red-saddle.xml</sprite> - <sprite>monsters/accessories/mouboo-red-shoes.xml</sprite> - <sprite>monsters/accessories/mouboo-santa-hat.xml</sprite> - </monster> - <monster id="1113" name="Pollett"> - <sprite>monsters/penguin.xml</sprite> - </monster> - <monster id="1114" name="Nut Cracker"> - <sprite>monsters/nutcracker.xml</sprite> - <sprite>monsters/accessories/nutcrackerhair.xml|#333333</sprite> - <sprite>monsters/accessories/nutcrackerhat.xml</sprite> - </monster> - <monster id="1115" name="Sea Slime Mother"> - <sprite>monsters/slime-mother.xml|#4ca1a0,ffffff</sprite> - <sprite>monsters/accessories/slime-covered-bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d;#4Ca16e,ffffff</sprite> - <sound event="hit">monsters/slime/slime-hit1.ogg</sound> - <attack id="1" missile-particle="graphics/particles/arrowh-sea-slime.particle.xml|#4Ca16e,ffffff" action="attack"/> - </monster> - <monster id="1116" name="Undead Witch"> - <sprite>monsters/skeleton.xml|#ffe8bf</sprite> - <sprite>hairstyles/hairstyle08-male.xml</sprite> - <sprite>equipment/head/witch-hat-male.xml</sprite> - <sprite>equipment/chest/sorcerer-robe-female.xml|#111111,222222,333333,444444,555555,aaaaaa;#EFEFEF</sprite> - <sprite>equipment/weapons/polearm-blunt-male.xml|#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> - <attack id="1" missile-particle="graphics/particles/undead-witch-attack.particle.xml" action="attack"/> - </monster> - <monster id="1117" name="Undead Troll"> - <sprite>monsters/troll.xml|#BFBFBF;#F1F1F1;#FF99FF;#F1F1F1</sprite> - <attack id="1" missile-particle="graphics/particles/monster-undeadtroll-foefire.particle.xml" action="attack"/> - </monster> - <monster id="1118" name="Green Slime Mother"> - <sprite>monsters/slime-mother.xml|#72982c,ffffff</sprite> - <sprite>monsters/accessories/slime-covered-bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d;#72982c,ffffff</sprite> - <sound event="hit">monsters/slime/slime-hit1.ogg</sound> - <attack id="1" missile-particle="graphics/particles/arrowh-green-slime.particle.xml|#72982c,ffffff" action="attack"/> - </monster> - <monster id="1119" name="Thug"> - <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#36e2fc,0ba8bf,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> - <sprite>equipment/head/sailor-hat-male.xml</sprite> - <sprite>equipment/feet/boots-male.xml</sprite> - <sprite>equipment/chest/tanktop-male.xml</sprite> - <sprite>equipment/legs/pants-male.xml</sprite> - <attack id="1" type="direct"/> - </monster> - <monster id="1120" name="Swashbuckler"> - <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#36e2fc,0ba8bf,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> - <sprite>equipment/chest/vnecksweater-male.xml</sprite> - <sprite>equipment/legs/pants-male.xml|#212121,555555</sprite> - <sprite>equipment/head/bandana-male.xml|#212121,555555</sprite> - <sprite>equipment/feet/boots-male.xml|#212121,555555</sprite> - <sprite>equipment/weapons/dagger-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> - <attack id="1" type="direct"/> - </monster> - <monster id="1121" name="Grenadier"> - <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#36e2fc,0ba8bf,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> - <sprite>equipment/chest/sorcerer-robe-male.xml|#5178a0,1a294c;#d5b02c</sprite> - <sprite>equipment/legs/pants-male.xml|#5178a0,1a294c</sprite> - <sprite>equipment/head/piratehat-male.xml</sprite> - <sprite>equipment/hands/generic-male.xml</sprite> - <sprite>equipment/feet/boots-male.xml|#212121,444444</sprite> - <attack id="1" critical-hit-effect-id="31" hit-effect-id="402" missile-particle="graphics/particles/lobbed-object.xml" action="attack"/> - </monster> - <monster id="1122" name="The Dread Pirate Marley"> - <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#36e2fc,0ba8bf,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> - <sprite>equipment/chest/assassin-male.xml</sprite> - <sprite>equipment/legs/assassin-male.xml</sprite> - <sprite>equipment/head/eyepatch-male.xml</sprite> - <sprite>equipment/feet/assassin-boots-male.xml</sprite> - <sprite>equipment/weapons/bow-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> - <attack id="1" missile-particle="graphics/particles/arrow.particle.xml" action="attack"/> - </monster> - <monster id="1123" name="The Dread Pirate Marley"> - <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#36e2fc,0ba8bf,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> - <sprite>equipment/chest/assassin-male.xml</sprite> - <sprite>equipment/legs/assassin-male.xml</sprite> - <sprite>equipment/head/eyepatch-male.xml</sprite> - <sprite>equipment/feet/assassin-boots-male.xml</sprite> - <sprite>equipment/weapons/bow-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> - <attack id="1" missile-particle="graphics/particles/arrow.particle.xml" action="attack"/> - </monster> - <monster id="1124" name="Wight"> - <sprite>monsters/skeleton_inv.xml|#497ac3,2053a0,164995,154387</sprite> - <sprite>monsters/wight.xml|#164489,1f529f,619aea</sprite> - <particlefx>graphics/particles/chillfog.particle.xml</particlefx> - </monster> - <monster id="1125" name="Mana Ghost"> - <sprite>monsters/mana-ghost.xml</sprite> - </monster> - <monster id="1126" name="Psi-Brain"> - <sprite>monsters/psi-brain.xml</sprite> - <sprite>monsters/psi-bubble.xml</sprite> - </monster> - <monster id="1127" name="General Krukun"> - <sprite>monsters/skeleton.xml|#ffe8bf</sprite> - <sprite>equipment/legs/chaps-male.xml</sprite> - <sprite>equipment/chest/warlordplate-male.xml</sprite> - <sprite>equipment/head/bull-male.xml</sprite> - </monster> - <monster id="1128" name="General Razha"> - <sprite>monsters/demon.xml|#444444,979797</sprite> - <sprite>equipment/feet/warlordboots-male.xml|#333333,878787</sprite> - <sprite>equipment/hands/generic-male.xml|#242424,626262</sprite> - <sprite>equipment/chest/demonwarlordplate-male.xml|#ea0000,979797</sprite> - <sprite>equipment/head/bull-male.xml</sprite> - <particlefx>graphics/particles/monster-witchguard.particle.xml</particlefx> - <sprite>equipment/weapons/dagger-male.xml|#181619,1c1b00,1b1a31,54438a,5b5660,827e85,9596e0</sprite> - </monster> - <monster id="1129" name="General Terogan"> - <sprite>monsters/skeleton.xml|#aca379</sprite> - <sprite>equipment/chest/robe-male.xml|#ea0000,333333</sprite> - <sprite>equipment/head/phylactery-male.xml</sprite> - <sprite>equipment/head/evileyes.xml</sprite> - <sprite>equipment/hands/magefire.xml</sprite> - <attack id="1" critical-hit-effect-id="42" missile-particle="graphics/particles/thelost-attack.particle.xml" action="attack"/> - </monster> - <monster id="1130" name="Moonshroom"> - <sprite>monsters/moonshroom.xml</sprite> - <particlefx>graphics/particles/monster-moonshroom.particle.xml</particlefx> - <attack id="1" missile-particle="graphics/particles/moonshroom-attack.particle.xml" action="attack"/> - </monster> - <monster id="1131" name="Mana Bug" targetCursor="small"> - <sprite>monsters/mana-bug.xml|#660000,FF3300,FFCC99,FFCCCC</sprite> - <sprite>monsters/accessories/generic-shadow-small-circle.xml</sprite> - </monster> + <include name="monsters/_include.xml"/> </monsters> diff --git a/monsters/_include.xml b/monsters/_include.xml new file mode 100644 index 00000000..1e0cfb80 --- /dev/null +++ b/monsters/_include.xml @@ -0,0 +1,129 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <include name="monsters/monster1002_Maggot.xml"/> + <include name="monsters/monster1003_Scorpion.xml"/> + <include name="monsters/monster1004_RedScorpion.xml"/> + <include name="monsters/monster1005_GreenSlime.xml"/> + <include name="monsters/monster1006_GiantMaggot.xml"/> + <include name="monsters/monster1007_YellowSlime.xml"/> + <include name="monsters/monster1008_RedSlime.xml"/> + <include name="monsters/monster1009_BlackScorpion.xml"/> + <include name="monsters/monster1010_Snake.xml"/> + <include name="monsters/monster1011_FireGoblin.xml"/> + <include name="monsters/monster1012_Spider.xml"/> + <include name="monsters/monster1013_EvilMushroom.xml"/> + <include name="monsters/monster1014_PinkFlower.xml"/> + <include name="monsters/monster1015_SantaSlime.xml"/> + <include name="monsters/monster1016_RudolphSlime.xml"/> + <include name="monsters/monster1017_Bat.xml"/> + <include name="monsters/monster1018_Pinkie.xml"/> + <include name="monsters/monster1019_SpikyMushroom.xml"/> + <include name="monsters/monster1020_Fluffy.xml"/> + <include name="monsters/monster1021_CaveSnake.xml"/> + <include name="monsters/monster1022_JackO.xml"/> + <include name="monsters/monster1023_FireSkull.xml"/> + <include name="monsters/monster1024_PoisonSkull.xml"/> + <include name="monsters/monster1025_LogHead.xml"/> + <include name="monsters/monster1026_MountainSnake.xml"/> + <include name="monsters/monster1027_EasterFluffy.xml"/> + <include name="monsters/monster1028_Mouboo.xml"/> + <include name="monsters/monster1029_MauvePlant.xml"/> + <include name="monsters/monster1030_CobaltPlant.xml"/> + <include name="monsters/monster1031_GambogePlant.xml"/> + <include name="monsters/monster1032_AlizarinPlant.xml"/> + <include name="monsters/monster1033_SeaSlime.xml"/> + <include name="monsters/monster1034_GrassSnake.xml"/> + <include name="monsters/monster1035_Silkworm.xml"/> + <include name="monsters/monster1036_Zombie.xml"/> + <include name="monsters/monster1037_CloverPatch.xml"/> + <include name="monsters/monster1038_Squirrel.xml"/> + <include name="monsters/monster1039_FireLizard.xml"/> + <include name="monsters/monster1040_Wisp.xml"/> + <include name="monsters/monster1041_Snail.xml"/> + <include name="monsters/monster1042_Spectre.xml"/> + <include name="monsters/monster1043_Skeleton.xml"/> + <include name="monsters/monster1044_LadySkeleton.xml"/> + <include name="monsters/monster1045_Fallen.xml"/> + <include name="monsters/monster1046_TameScorpion.xml"/> + <include name="monsters/monster1047_Poltergeist.xml"/> + <include name="monsters/monster1048_Duck.xml"/> + <include name="monsters/monster1049_Bee.xml"/> + <include name="monsters/monster1050_HouseMaggot.xml"/> + <include name="monsters/monster1054_Troll.xml"/> + <include name="monsters/monster1055_Butterfly.xml"/> + <include name="monsters/monster1056_CaveMaggot.xml"/> + <include name="monsters/monster1057_AngryScorpion.xml"/> + <include name="monsters/monster1058_IceGoblin.xml"/> + <include name="monsters/monster1059_GiantCaveMaggot.xml"/> + <include name="monsters/monster1060_Archant.xml"/> + <include name="monsters/monster1061_Moggun.xml"/> + <include name="monsters/monster1062_Terranite.xml"/> + <include name="monsters/monster1063_Pumpkin.xml"/> + <include name="monsters/monster1064_Bandit.xml"/> + <include name="monsters/monster1065_BanditLord.xml"/> + <include name="monsters/monster1066_VampireBat.xml"/> + <include name="monsters/monster1067_Reaper.xml"/> + <include name="monsters/monster1068_Reaper.xml"/> + <include name="monsters/monster1069_Scythe.xml"/> + <include name="monsters/monster1070_BallLightning.xml"/> + <include name="monsters/monster1071_IceElement.xml"/> + <include name="monsters/monster1072_Yeti.xml"/> + <include name="monsters/monster1073_TheLost.xml"/> + <include name="monsters/monster1074_RedBone.xml"/> + <include name="monsters/monster1075_Stalker.xml"/> + <include name="monsters/monster1077_DrunkenSkeleton.xml"/> + <include name="monsters/monster1078_TipsySkeleton.xml"/> + <include name="monsters/monster1079_DrunkenLadySkeleton.xml"/> + <include name="monsters/monster1080_BlueSpark.xml"/> + <include name="monsters/monster1081_RedSpark.xml"/> + <include name="monsters/monster1082_Serqet.xml"/> + <include name="monsters/monster1083_HuntsmanSpider.xml"/> + <include name="monsters/monster1084_CrotcherScorpion.xml"/> + <include name="monsters/monster1085_IceSkull.xml"/> + <include name="monsters/monster1086_FeyElement.xml"/> + <include name="monsters/monster1087_Larvern.xml"/> + <include name="monsters/monster1088_Hyvern.xml"/> + <include name="monsters/monster1089_HungryFluffy.xml"/> + <include name="monsters/monster1090_Wolvern.xml"/> + <include name="monsters/monster1091_BlueSlime.xml"/> + <include name="monsters/monster1092_SlimeBlast.xml"/> + <include name="monsters/monster1093_WhiteSlime.xml"/> + <include name="monsters/monster1094_Reinboo.xml"/> + <include name="monsters/monster1095_WhiteBell.xml"/> + <include name="monsters/monster1096_SoulSnake.xml"/> + <include name="monsters/monster1097_SoulEater.xml"/> + <include name="monsters/monster1098_CopperSlime.xml"/> + <include name="monsters/monster1099_SleepingBandit.xml"/> + <include name="monsters/monster1100_AzulSlime.xml"/> + <include name="monsters/monster1101_DemonicSpirit.xml"/> + <include name="monsters/monster1102_Luvia.xml"/> + <include name="monsters/monster1103_WitchGuard.xml"/> + <include name="monsters/monster1104_DemonicMouboo.xml"/> + <include name="monsters/monster1105_ViciousSquirrel.xml"/> + <include name="monsters/monster1106_WickedMushroom.xml"/> + <include name="monsters/monster1107_Bluepar.xml"/> + <include name="monsters/monster1108_AngryFireGoblin.xml"/> + <include name="monsters/monster1109_AngrySeaSlime.xml"/> + <include name="monsters/monster1110_AngryGreenSlime.xml"/> + <include name="monsters/monster1111_CandiedSlime.xml"/> + <include name="monsters/monster1112_Santaboo.xml"/> + <include name="monsters/monster1113_Pollett.xml"/> + <include name="monsters/monster1114_NutCracker.xml"/> + <include name="monsters/monster1115_SeaSlimeMother.xml"/> + <include name="monsters/monster1116_UndeadWitch.xml"/> + <include name="monsters/monster1117_UndeadTroll.xml"/> + <include name="monsters/monster1118_GreenSlimeMother.xml"/> + <include name="monsters/monster1119_Thug.xml"/> + <include name="monsters/monster1120_Swashbuckler.xml"/> + <include name="monsters/monster1121_Grenadier.xml"/> + <include name="monsters/monster1122_TheDreadPirateMarley.xml"/> + <include name="monsters/monster1123_TheDreadPirateMarley.xml"/> + <include name="monsters/monster1124_Wight.xml"/> + <include name="monsters/monster1125_ManaGhost.xml"/> + <include name="monsters/monster1126_PsiBrain.xml"/> + <include name="monsters/monster1127_GeneralKrukun.xml"/> + <include name="monsters/monster1128_GeneralRazha.xml"/> + <include name="monsters/monster1129_GeneralTerogan.xml"/> + <include name="monsters/monster1130_Moonshroom.xml"/> + <include name="monsters/monster1131_ManaBug.xml"/> +</monsters> diff --git a/monsters/dummy.txt b/monsters/dummy.txt deleted file mode 100644 index 425e4360..00000000 --- a/monsters/dummy.txt +++ /dev/null @@ -1 +0,0 @@ -Dummy file to make directory not empty while migration in progress diff --git a/monsters/monster1002_Maggot.xml b/monsters/monster1002_Maggot.xml new file mode 100644 index 00000000..5a2261b5 --- /dev/null +++ b/monsters/monster1002_Maggot.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1002" name="Maggot" targetCursor="small"> + <sprite>monsters/maggot.xml</sprite> + <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound> + <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound> + <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound> + <sound event="die">monsters/maggot/maggot-dying1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1003_Scorpion.xml b/monsters/monster1003_Scorpion.xml new file mode 100644 index 00000000..0e3b2424 --- /dev/null +++ b/monsters/monster1003_Scorpion.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1003" name="Scorpion"> + <sprite>monsters/scorpion.xml|#4d422d,826242,d8c282,ffffff</sprite> + <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> + <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1004_RedScorpion.xml b/monsters/monster1004_RedScorpion.xml new file mode 100644 index 00000000..b7a04033 --- /dev/null +++ b/monsters/monster1004_RedScorpion.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1004" name="Red Scorpion"> + <sprite>monsters/scorpion.xml|#791d0a,cd5d27,f28d54,ffffff</sprite> + <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> + <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1005_GreenSlime.xml b/monsters/monster1005_GreenSlime.xml new file mode 100644 index 00000000..bca4a6b0 --- /dev/null +++ b/monsters/monster1005_GreenSlime.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1005" name="Green Slime"> + <sprite>monsters/slime.xml|#72982c,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1006_GiantMaggot.xml b/monsters/monster1006_GiantMaggot.xml new file mode 100644 index 00000000..ef5b3cdc --- /dev/null +++ b/monsters/monster1006_GiantMaggot.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1006" name="Giant Maggot" targetCursor="large"> + <sprite>monsters/maggot-giant.xml</sprite> + <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound> + <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound> + <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound> + <sound event="die">monsters/maggot/maggot-dying1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1007_YellowSlime.xml b/monsters/monster1007_YellowSlime.xml new file mode 100644 index 00000000..7843daf5 --- /dev/null +++ b/monsters/monster1007_YellowSlime.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1007" name="Yellow Slime"> + <sprite>monsters/slime.xml|#b47f00,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1008_RedSlime.xml b/monsters/monster1008_RedSlime.xml new file mode 100644 index 00000000..cc85d75b --- /dev/null +++ b/monsters/monster1008_RedSlime.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1008" name="Red Slime"> + <sprite>monsters/slime.xml|#7e0000,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1009_BlackScorpion.xml b/monsters/monster1009_BlackScorpion.xml new file mode 100644 index 00000000..7175f4ea --- /dev/null +++ b/monsters/monster1009_BlackScorpion.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1009" name="Black Scorpion"> + <sprite>monsters/scorpion.xml|#0d1313,435a5a,879999,ffffff</sprite> + <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> + <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1010_Snake.xml b/monsters/monster1010_Snake.xml new file mode 100644 index 00000000..dd5954ae --- /dev/null +++ b/monsters/monster1010_Snake.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1010" name="Snake"> + <sprite>monsters/snake.xml|#664d28,a6673a,dbbc86,ffffff</sprite> + </monster> +</monsters> diff --git a/monsters/monster1011_FireGoblin.xml b/monsters/monster1011_FireGoblin.xml new file mode 100644 index 00000000..39afdde3 --- /dev/null +++ b/monsters/monster1011_FireGoblin.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1011" name="Fire Goblin"> + <sprite>monsters/goblin-fire.xml</sprite> + <sound event="hit">monsters/fire-goblin/fire-goblin-hit1.ogg</sound> + <sound event="hit">monsters/fire-goblin/fire-goblin-hit2.ogg</sound> + <sound event="miss">monsters/fire-goblin/fire-goblin-miss1.ogg</sound> + <attack id="1" effect-id="400"/> + </monster> +</monsters> diff --git a/monsters/monster1012_Spider.xml b/monsters/monster1012_Spider.xml new file mode 100644 index 00000000..61d01e9e --- /dev/null +++ b/monsters/monster1012_Spider.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1012" name="Spider"> + <sprite>monsters/spider.xml|#1a160f,4A7A93,AAC5D2,ffffff;#FF6666</sprite> + <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> + <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1013_EvilMushroom.xml b/monsters/monster1013_EvilMushroom.xml new file mode 100644 index 00000000..96b08fc1 --- /dev/null +++ b/monsters/monster1013_EvilMushroom.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1013" name="Evil Mushroom"> + <sprite>monsters/accessories/mushroom-base1.xml|#B38336,FFF5CC</sprite> + <sprite>monsters/accessories/mushroom-base1-arms1.xml|#B38336,FFF5CC</sprite> + <sprite>monsters/accessories/mushroom-base1-face2.xml|#732222,BF3939,FF9E9E,FFD9D9,FFFFFF;#B38336,FFF5CC</sprite> + <sprite>monsters/accessories/mushroom-base1-cap1.xml|#732222,BF3939,FF9E9E,FFD9D9,FFFFFF;#B38336,FFF5CC</sprite> + <sound event="hit">monsters/shroom/shroom-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1014_PinkFlower.xml b/monsters/monster1014_PinkFlower.xml new file mode 100644 index 00000000..92bf8814 --- /dev/null +++ b/monsters/monster1014_PinkFlower.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1014" name="Pink Flower"> + <sprite>monsters/flower.xml|#ee748d,ffd8ce;#f6ffbd;#23285f</sprite> + <sound event="hit">monsters/flower/flower-hit1.ogg</sound> + <sound event="hit">monsters/flower/flower-hit2.ogg</sound> + <sound event="miss">monsters/flower/flower-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1015_SantaSlime.xml b/monsters/monster1015_SantaSlime.xml new file mode 100644 index 00000000..7dada347 --- /dev/null +++ b/monsters/monster1015_SantaSlime.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1015" name="Santa Slime"> + <sprite>monsters/slime.xml|#545166,66A9CD,C2F7FA</sprite> + <sprite>monsters/accessories/slime-santa.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1016_RudolphSlime.xml b/monsters/monster1016_RudolphSlime.xml new file mode 100644 index 00000000..5d4f502a --- /dev/null +++ b/monsters/monster1016_RudolphSlime.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1016" name="Rudolph Slime"> + <sprite>monsters/slime.xml|#9092B9,9DB4D4,F8F9FA</sprite> + <sprite>monsters/accessories/slime-rudolph.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1017_Bat.xml b/monsters/monster1017_Bat.xml new file mode 100644 index 00000000..8372299c --- /dev/null +++ b/monsters/monster1017_Bat.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1017" name="Bat"> + <sprite>monsters/bat.xml</sprite> + <sound event="die">monsters/bat/bat-dying1.ogg</sound> + <sound event="hit">monsters/bat/bat-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1018_Pinkie.xml b/monsters/monster1018_Pinkie.xml new file mode 100644 index 00000000..d9af3733 --- /dev/null +++ b/monsters/monster1018_Pinkie.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1018" name="Pinkie" targetCursor="small"> + <sprite>monsters/pinkie.xml</sprite> + <sound event="hit">monsters/pinkie/pinkie-hit1.ogg</sound> + <sound event="miss">monsters/pinkie/pinkie-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1019_SpikyMushroom.xml b/monsters/monster1019_SpikyMushroom.xml new file mode 100644 index 00000000..cbcc409e --- /dev/null +++ b/monsters/monster1019_SpikyMushroom.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1019" name="Spiky Mushroom"> + <sprite>monsters/accessories/mushroom-base1.xml|#B37410,FFF5CC</sprite> + <sprite>monsters/accessories/mushroom-base1-face1.xml|#730A73,BF31C0,FF9EFF,FFD9FF,FFFFFF;#7B4E07,FFF5CC</sprite> + <sprite>monsters/accessories/mushroom-base1-cap1.xml|#730A73,BF31C0,FF9EFF,FFD9FF,FFFFFF;#B36E00,FFF5CC</sprite> + <sprite>monsters/accessories/mushroom-base1-cap1-spikes.xml|#CC9C3D,FFFFCC</sprite> + <sound event="hit">monsters/shroom/shroom-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1020_Fluffy.xml b/monsters/monster1020_Fluffy.xml new file mode 100644 index 00000000..17087d0d --- /dev/null +++ b/monsters/monster1020_Fluffy.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1020" name="Fluffy"> + <sprite>monsters/fluffy.xml</sprite> + <sound event="hit">monsters/fluffy/fluffy-hit1.ogg</sound> + <sound event="hit">monsters/fluffy/fluffy-hit2.ogg</sound> + <sound event="hit">monsters/fluffy/fluffy-hit3.ogg</sound> + <sound event="miss">monsters/fluffy/fluffy-miss1.ogg</sound> + <sound event="hurt">monsters/fluffy/fluffy-hurt1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1021_CaveSnake.xml b/monsters/monster1021_CaveSnake.xml new file mode 100644 index 00000000..6a397f37 --- /dev/null +++ b/monsters/monster1021_CaveSnake.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1021" name="Cave Snake"> + <sprite>monsters/snake-cave.xml</sprite> + <sound event="hit">monsters/cavesnake/cavesnake-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1022_JackO.xml b/monsters/monster1022_JackO.xml new file mode 100644 index 00000000..983988f2 --- /dev/null +++ b/monsters/monster1022_JackO.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1022" name="Jack O"> + <sprite>monsters/ghost-pumpkin.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1023_FireSkull.xml b/monsters/monster1023_FireSkull.xml new file mode 100644 index 00000000..4369d2b8 --- /dev/null +++ b/monsters/monster1023_FireSkull.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1023" name="Fire Skull"> + <sprite>monsters/skull-fire.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1024_PoisonSkull.xml b/monsters/monster1024_PoisonSkull.xml new file mode 100644 index 00000000..b0d71f2c --- /dev/null +++ b/monsters/monster1024_PoisonSkull.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1024" name="Poison Skull"> + <sprite>monsters/skull-poison.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1025_LogHead.xml b/monsters/monster1025_LogHead.xml new file mode 100644 index 00000000..b350bc1f --- /dev/null +++ b/monsters/monster1025_LogHead.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1025" name="Log Head"> + <sprite>monsters/logmonster.xml</sprite> + <sound event="hit">monsters/loghead/loghead-hit1.ogg</sound> + <sound event="hurt">monsters/loghead/loghead-hurt1.ogg</sound> + <sound event="hurt">monsters/loghead/loghead-hurt2.ogg</sound> + <sound event="hurt">monsters/loghead/loghead-hurt3.ogg</sound> + <sound event="hurt">monsters/loghead/loghead-hurt4.ogg</sound> + <sound event="hurt">monsters/loghead/loghead-hurt5.ogg</sound> + <sound event="die">monsters/loghead/loghead-die1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1026_MountainSnake.xml b/monsters/monster1026_MountainSnake.xml new file mode 100644 index 00000000..a228db8d --- /dev/null +++ b/monsters/monster1026_MountainSnake.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1026" name="Mountain Snake"> + <sprite>monsters/snake.xml|#585b39,a67c5d,dbc9a9,ffffff</sprite> + </monster> +</monsters> diff --git a/monsters/monster1027_EasterFluffy.xml b/monsters/monster1027_EasterFluffy.xml new file mode 100644 index 00000000..a3381436 --- /dev/null +++ b/monsters/monster1027_EasterFluffy.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1027" name="Easter Fluffy"> + <sprite>monsters/fluffy.xml</sprite> + <sound event="hit">monsters/fluffy/fluffy-hit1.ogg</sound> + <sound event="hit">monsters/fluffy/fluffy-hit2.ogg</sound> + <sound event="hit">monsters/fluffy/fluffy-hit3.ogg</sound> + <sound event="miss">monsters/fluffy/fluffy-miss1.ogg</sound> + <sound event="hurt">monsters/fluffy/fluffy-hurt1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1028_Mouboo.xml b/monsters/monster1028_Mouboo.xml new file mode 100644 index 00000000..07f585d1 --- /dev/null +++ b/monsters/monster1028_Mouboo.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1028" name="Mouboo"> + <sprite>monsters/mouboo.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1029_MauvePlant.xml b/monsters/monster1029_MauvePlant.xml new file mode 100644 index 00000000..dd6a8c30 --- /dev/null +++ b/monsters/monster1029_MauvePlant.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1029" name="Mauve Plant"> + <sprite>monsters/plant.xml|#e0b0ff</sprite> + </monster> +</monsters> diff --git a/monsters/monster1030_CobaltPlant.xml b/monsters/monster1030_CobaltPlant.xml new file mode 100644 index 00000000..9f917665 --- /dev/null +++ b/monsters/monster1030_CobaltPlant.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1030" name="Cobalt Plant"> + <sprite>monsters/plant.xml|#0047ab</sprite> + </monster> +</monsters> diff --git a/monsters/monster1031_GambogePlant.xml b/monsters/monster1031_GambogePlant.xml new file mode 100644 index 00000000..382c3e4a --- /dev/null +++ b/monsters/monster1031_GambogePlant.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1031" name="Gamboge Plant"> + <sprite>monsters/plant.xml|#ef9b0f</sprite> + </monster> +</monsters> diff --git a/monsters/monster1032_AlizarinPlant.xml b/monsters/monster1032_AlizarinPlant.xml new file mode 100644 index 00000000..995eceaf --- /dev/null +++ b/monsters/monster1032_AlizarinPlant.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1032" name="Alizarin Plant"> + <sprite>monsters/plant.xml|#e32636</sprite> + </monster> +</monsters> diff --git a/monsters/monster1033_SeaSlime.xml b/monsters/monster1033_SeaSlime.xml new file mode 100644 index 00000000..cf0947de --- /dev/null +++ b/monsters/monster1033_SeaSlime.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1033" name="Sea Slime"> + <sprite>monsters/slime.xml|#4ca1a0,ffffff</sprite> + <sprite>monsters/accessories/slime-seajelly.xml|#4Ca16e,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1034_GrassSnake.xml b/monsters/monster1034_GrassSnake.xml new file mode 100644 index 00000000..b5319dfc --- /dev/null +++ b/monsters/monster1034_GrassSnake.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1034" name="Grass Snake"> + <sprite>monsters/snake.xml|#205839,60a65d,80dba9,ffffff</sprite> + </monster> +</monsters> diff --git a/monsters/monster1035_Silkworm.xml b/monsters/monster1035_Silkworm.xml new file mode 100644 index 00000000..503f5516 --- /dev/null +++ b/monsters/monster1035_Silkworm.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1035" name="Silkworm"> + <sprite>monsters/silkworm.xml|#807d20,e0dac0;#c0a830</sprite> + </monster> +</monsters> diff --git a/monsters/monster1036_Zombie.xml b/monsters/monster1036_Zombie.xml new file mode 100644 index 00000000..554e4ca7 --- /dev/null +++ b/monsters/monster1036_Zombie.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1036" name="Zombie"> + <sprite>monsters/zombie.xml</sprite> + <sound event="move">monsters/zombie/zombie-move1.ogg</sound> + <sound event="move">monsters/zombie/zombie-move2.ogg</sound> + <sound event="hit">monsters/zombie/zombie-hit1.ogg</sound> + <sound event="hit">monsters/zombie/zombie-hit2.ogg</sound> + <sound event="miss">monsters/zombie/zombie-miss1.ogg</sound> + <sound event="die">monsters/zombie/zombie-dying1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1037_CloverPatch.xml b/monsters/monster1037_CloverPatch.xml new file mode 100644 index 00000000..04cc5042 --- /dev/null +++ b/monsters/monster1037_CloverPatch.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1037" name="Clover Patch"> + <sprite>monsters/clover.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1038_Squirrel.xml b/monsters/monster1038_Squirrel.xml new file mode 100644 index 00000000..58f07602 --- /dev/null +++ b/monsters/monster1038_Squirrel.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1038" name="Squirrel"> + <sprite>monsters/squirrel.xml|#dfae76</sprite> + <sound event="hurt">monsters/squirrel/squirrel-hurt1.ogg</sound> + <sound event="hurt">monsters/squirrel/squirrel-hurt2.ogg</sound> + <sound event="die">monsters/squirrel/squirrel-die1.ogg</sound> + <sound event="die">monsters/squirrel/squirrel-die2.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1039_FireLizard.xml b/monsters/monster1039_FireLizard.xml new file mode 100644 index 00000000..b984c08f --- /dev/null +++ b/monsters/monster1039_FireLizard.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1039" name="Fire Lizard"> + <sprite>monsters/lizard.xml|#673132,923F42,CD5961,E163A4,ffffff</sprite> + <sound event="hit">monsters/fire-goblin/fire-goblin-hit1.ogg</sound> + <sound event="hit">monsters/fire-goblin/fire-goblin-hit2.ogg</sound> + <sound event="miss">monsters/fire-goblin/fire-goblin-miss1.ogg</sound> + <attack id="1" effect-id="401"/> + </monster> +</monsters> diff --git a/monsters/monster1040_Wisp.xml b/monsters/monster1040_Wisp.xml new file mode 100644 index 00000000..d9b8bfb6 --- /dev/null +++ b/monsters/monster1040_Wisp.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1040" name="Wisp"> + <sprite>monsters/wisp.xml|#aadd44,ffff66</sprite> + <particlefx>graphics/particles/wisp.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1041_Snail.xml b/monsters/monster1041_Snail.xml new file mode 100644 index 00000000..335b9c33 --- /dev/null +++ b/monsters/monster1041_Snail.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1041" name="Snail"> + <sprite>monsters/snail.xml|#FDC689;#E0A6E3;#E0A6E3;#F06EAA;#C69C6D;#A9FF02</sprite> + <particlefx>graphics/particles/monster-snail-trail.particle.xml</particlefx> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1042_Spectre.xml b/monsters/monster1042_Spectre.xml new file mode 100644 index 00000000..95a68173 --- /dev/null +++ b/monsters/monster1042_Spectre.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1042" name="Spectre"> + <sprite>monsters/wisp.xml|#ff77dd,dd77ff</sprite> + <particlefx>graphics/particles/spectre.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1043_Skeleton.xml b/monsters/monster1043_Skeleton.xml new file mode 100644 index 00000000..f469bafe --- /dev/null +++ b/monsters/monster1043_Skeleton.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1043" name="Skeleton"> + <sprite>monsters/skeleton.xml|#ffe8bf</sprite> + </monster> +</monsters> diff --git a/monsters/monster1044_LadySkeleton.xml b/monsters/monster1044_LadySkeleton.xml new file mode 100644 index 00000000..b2c0ce4e --- /dev/null +++ b/monsters/monster1044_LadySkeleton.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1044" name="Lady Skeleton"> + <sprite>monsters/skeleton.xml|#ffe8bf</sprite> + <sprite>hairstyles/hairstyle08-male.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1045_Fallen.xml b/monsters/monster1045_Fallen.xml new file mode 100644 index 00000000..cabff5ba --- /dev/null +++ b/monsters/monster1045_Fallen.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1045" name="Fallen"> + <sprite>monsters/skeleton.xml|#ffe8bf</sprite> + <sprite>equipment/legs/chaps-male.xml</sprite> + <sprite>equipment/chest/warlordplate-male.xml</sprite> + <sprite>equipment/head/warlordhelm-male.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1046_TameScorpion.xml b/monsters/monster1046_TameScorpion.xml new file mode 100644 index 00000000..93fa408e --- /dev/null +++ b/monsters/monster1046_TameScorpion.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1046" name="Tame Scorpion"> + <sprite>monsters/scorpion.xml|#4d422d,826242,d8c282,ffffff</sprite> + <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> + <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1047_Poltergeist.xml b/monsters/monster1047_Poltergeist.xml new file mode 100644 index 00000000..ef9ce3c7 --- /dev/null +++ b/monsters/monster1047_Poltergeist.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1047" name="Poltergeist"> + <sprite>monsters/wisp.xml|#77ffdd,77ddff</sprite> + <particlefx>graphics/particles/polter.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1048_Duck.xml b/monsters/monster1048_Duck.xml new file mode 100644 index 00000000..ba4ff07b --- /dev/null +++ b/monsters/monster1048_Duck.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1048" name="Duck" targetCursor="small"> + <sprite>monsters/duck.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1049_Bee.xml b/monsters/monster1049_Bee.xml new file mode 100644 index 00000000..90fff55b --- /dev/null +++ b/monsters/monster1049_Bee.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1049" name="Bee" targetCursor="small"> + <sprite>monsters/bee.xml</sprite> + <sprite>monsters/accessories/generic-shadow-small-circle.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1050_HouseMaggot.xml b/monsters/monster1050_HouseMaggot.xml new file mode 100644 index 00000000..dbfdecd8 --- /dev/null +++ b/monsters/monster1050_HouseMaggot.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1050" name="House Maggot" targetCursor="small"> + <sprite>monsters/cave-maggot.xml|#4d422d,826242,d8c282,ffffff</sprite> + <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound> + <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound> + <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound> + <sound event="die">monsters/maggot/maggot-dying1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1054_Troll.xml b/monsters/monster1054_Troll.xml new file mode 100644 index 00000000..0ec15cb7 --- /dev/null +++ b/monsters/monster1054_Troll.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1054" name="Troll"> + <sprite>monsters/troll.xml|#FFDEC2;#FF4D4D;#FF99FF;#FFC88A</sprite> + <attack id="1" missile-particle="graphics/particles/monster-troll-foefire.particle.xml" action="attack"/> + </monster> +</monsters> diff --git a/monsters/monster1055_Butterfly.xml b/monsters/monster1055_Butterfly.xml new file mode 100644 index 00000000..6c0e92b1 --- /dev/null +++ b/monsters/monster1055_Butterfly.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1055" name="Butterfly" targetCursor="small"> + <sprite>monsters/butterfly.xml|#660000,FF3300,FFCC99,FFCCCC</sprite> + <sprite>monsters/accessories/generic-shadow-small-circle.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1056_CaveMaggot.xml b/monsters/monster1056_CaveMaggot.xml new file mode 100644 index 00000000..3aa24901 --- /dev/null +++ b/monsters/monster1056_CaveMaggot.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1056" name="Cave Maggot" targetCursor="small"> + <sprite>monsters/cave-maggot.xml|</sprite> + <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound> + <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound> + <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound> + <sound event="die">monsters/maggot/maggot-dying1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1057_AngryScorpion.xml b/monsters/monster1057_AngryScorpion.xml new file mode 100644 index 00000000..5710b869 --- /dev/null +++ b/monsters/monster1057_AngryScorpion.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1057" name="Angry Scorpion"> + <sprite>monsters/scorpion.xml|#800000,ffffff</sprite> + <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> + <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1058_IceGoblin.xml b/monsters/monster1058_IceGoblin.xml new file mode 100644 index 00000000..fcbce8a8 --- /dev/null +++ b/monsters/monster1058_IceGoblin.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1058" name="Ice Goblin"> + <sprite>monsters/goblin-ice.xml</sprite> + <sound event="hit">monsters/fire-goblin/fire-goblin-hit1.ogg</sound> + <sound event="hit">monsters/fire-goblin/fire-goblin-hit2.ogg</sound> + <sound event="miss">monsters/fire-goblin/fire-goblin-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1059_GiantCaveMaggot.xml b/monsters/monster1059_GiantCaveMaggot.xml new file mode 100644 index 00000000..0f1a27f5 --- /dev/null +++ b/monsters/monster1059_GiantCaveMaggot.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1059" name="Giant Cave Maggot" targetCursor="large"> + <sprite>monsters/cave-maggot-giant.xml|#565051,ffffff</sprite> + <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound> + <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound> + <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound> + <sound event="die">monsters/maggot/maggot-dying1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1060_Archant.xml b/monsters/monster1060_Archant.xml new file mode 100644 index 00000000..afc319db --- /dev/null +++ b/monsters/monster1060_Archant.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1060" name="Archant"> + <sprite>monsters/archant.xml</sprite> + <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> + <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1061_Moggun.xml b/monsters/monster1061_Moggun.xml new file mode 100644 index 00000000..213a61ae --- /dev/null +++ b/monsters/monster1061_Moggun.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1061" name="Moggun"> + <sprite>monsters/moggun.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1062_Terranite.xml b/monsters/monster1062_Terranite.xml new file mode 100644 index 00000000..69e376c0 --- /dev/null +++ b/monsters/monster1062_Terranite.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1062" name="Terranite"> + <sprite>monsters/terranite.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1063_Pumpkin.xml b/monsters/monster1063_Pumpkin.xml new file mode 100644 index 00000000..3228ea58 --- /dev/null +++ b/monsters/monster1063_Pumpkin.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1063" name="Pumpkin"> + <sprite>monsters/pumpkin.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1064_Bandit.xml b/monsters/monster1064_Bandit.xml new file mode 100644 index 00000000..0917d56f --- /dev/null +++ b/monsters/monster1064_Bandit.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1064" name="Bandit"> + <sprite>monsters/bandit.xml</sprite> + <sprite>equipment/weapons/dagger-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + </monster> +</monsters> diff --git a/monsters/monster1065_BanditLord.xml b/monsters/monster1065_BanditLord.xml new file mode 100644 index 00000000..5a1ef371 --- /dev/null +++ b/monsters/monster1065_BanditLord.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1065" name="Bandit Lord"> + <sprite>monsters/bandit-lord.xml</sprite> + <sprite>equipment/weapons/bow-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <attack id="1" missile-particle="graphics/particles/arrow.particle.xml" action="attack"/> + </monster> +</monsters> diff --git a/monsters/monster1066_VampireBat.xml b/monsters/monster1066_VampireBat.xml new file mode 100644 index 00000000..9e8cdd11 --- /dev/null +++ b/monsters/monster1066_VampireBat.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1066" name="Vampire Bat"> + <sprite>monsters/vampire-bat.xml</sprite> + <sound event="die">monsters/bat/bat-dying1.ogg</sound> + <sound event="hit">monsters/bat/bat-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1067_Reaper.xml b/monsters/monster1067_Reaper.xml new file mode 100644 index 00000000..5b09cbed --- /dev/null +++ b/monsters/monster1067_Reaper.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1067" name="Reaper"> + <sprite>monsters/reaper.xml</sprite> + <sprite>monsters/accessories/reaper-shadow.xml</sprite> + <particlefx>graphics/particles/monster-reaper.particle.xml</particlefx> + <sound event="hurt">monsters/reaper/reaper-hurt.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1068_Reaper.xml b/monsters/monster1068_Reaper.xml new file mode 100644 index 00000000..be10c392 --- /dev/null +++ b/monsters/monster1068_Reaper.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1068" name="Reaper"> + <sprite>monsters/reaper.xml</sprite> + <sprite>monsters/accessories/reaper-shadow.xml</sprite> + <particlefx>graphics/particles/monster-reaper.particle.xml</particlefx> + <sound event="hurt">monsters/reaper/reaper-hurt.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1069_Scythe.xml b/monsters/monster1069_Scythe.xml new file mode 100644 index 00000000..101f38b4 --- /dev/null +++ b/monsters/monster1069_Scythe.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1069" name="Scythe" targetCursor="large"> + <sprite>monsters/spinning-scythe.xml</sprite> + <sprite>monsters/accessories/scythe-shadow.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1070_BallLightning.xml b/monsters/monster1070_BallLightning.xml new file mode 100644 index 00000000..9fbdb410 --- /dev/null +++ b/monsters/monster1070_BallLightning.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1070" name="Ball Lightning" targetCursor="small"> + <sprite>monsters/ball-lightning.xml</sprite> + <sprite>monsters/accessories/ball-lightning-shadow.xml</sprite> + <particlefx>graphics/particles/monster-ball-lightning.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1071_IceElement.xml b/monsters/monster1071_IceElement.xml new file mode 100644 index 00000000..660b8944 --- /dev/null +++ b/monsters/monster1071_IceElement.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1071" name="Ice Element"> + <sprite>monsters/element-ball.xml|#5e929d,a2d8e3,ffffff</sprite> + </monster> +</monsters> diff --git a/monsters/monster1072_Yeti.xml b/monsters/monster1072_Yeti.xml new file mode 100644 index 00000000..3e9132c4 --- /dev/null +++ b/monsters/monster1072_Yeti.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1072" name="Yeti"> + <sprite>monsters/yeti.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1073_TheLost.xml b/monsters/monster1073_TheLost.xml new file mode 100644 index 00000000..98d12195 --- /dev/null +++ b/monsters/monster1073_TheLost.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1073" name="The Lost"> + <sprite>monsters/skeleton.xml|#aca379</sprite> + <sprite>equipment/chest/robe-male.xml|#333333</sprite> + <sprite>equipment/head/phylactery-male.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1074_RedBone.xml b/monsters/monster1074_RedBone.xml new file mode 100644 index 00000000..f4fc2084 --- /dev/null +++ b/monsters/monster1074_RedBone.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1074" name="Red Bone"> + <sprite>monsters/skeleton.xml|#994040,772020,440808,000000</sprite> + <particlefx>graphics/particles/necroblast.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1075_Stalker.xml b/monsters/monster1075_Stalker.xml new file mode 100644 index 00000000..d8306b91 --- /dev/null +++ b/monsters/monster1075_Stalker.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1075" name="Stalker"> + <sprite>monsters/wraith.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1077_DrunkenSkeleton.xml b/monsters/monster1077_DrunkenSkeleton.xml new file mode 100644 index 00000000..9aab9659 --- /dev/null +++ b/monsters/monster1077_DrunkenSkeleton.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1077" name="Drunken Skeleton"> + <sprite>monsters/skeleton.xml|#ffe8bf</sprite> + <sprite>equipment/legs/chaps-male.xml</sprite> + <sprite>equipment/chest/vnecksweater-male.xml|#580000,A40000,C02020,ff6060</sprite> + <sprite>equipment/head/tophat-male.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1078_TipsySkeleton.xml b/monsters/monster1078_TipsySkeleton.xml new file mode 100644 index 00000000..e27d945a --- /dev/null +++ b/monsters/monster1078_TipsySkeleton.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1078" name="Tipsy Skeleton"> + <sprite>monsters/skeleton.xml|#ffe8bf</sprite> + <sprite>equipment/legs/chaps-male.xml</sprite> + <sprite>equipment/chest/vnecksweater-male.xml|#0d1430,21337c,4363e5</sprite> + <sprite>equipment/head/bowler-hat-male.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1079_DrunkenLadySkeleton.xml b/monsters/monster1079_DrunkenLadySkeleton.xml new file mode 100644 index 00000000..fdbce9d6 --- /dev/null +++ b/monsters/monster1079_DrunkenLadySkeleton.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1079" name="Drunken Lady Skeleton"> + <sprite>monsters/skeleton.xml|#ffe8bf</sprite> + <sprite>hairstyles/hairstyle08-male.xml</sprite> + <sprite>equipment/legs/skirt-male.xml|#3f221d,754d23,f5cea4</sprite> + <sprite>equipment/chest/shorttanktop-female.xml|#3f221d,754d23,f5cea4</sprite> + <sprite>equipment/head/heart-glasses-male.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1080_BlueSpark.xml b/monsters/monster1080_BlueSpark.xml new file mode 100644 index 00000000..4a26fae6 --- /dev/null +++ b/monsters/monster1080_BlueSpark.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1080" name="Blue Spark"> + <sprite>monsters/ball-lightning.xml</sprite> + <sprite>monsters/accessories/ball-lightning-shadow.xml</sprite> + <particlefx>graphics/particles/monster-ball-lightning-blue.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1081_RedSpark.xml b/monsters/monster1081_RedSpark.xml new file mode 100644 index 00000000..2f925153 --- /dev/null +++ b/monsters/monster1081_RedSpark.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1081" name="Red Spark"> + <sprite>monsters/ball-lightning.xml</sprite> + <sprite>monsters/accessories/ball-lightning-shadow.xml</sprite> + <particlefx>graphics/particles/monster-ball-lightning-red.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1082_Serqet.xml b/monsters/monster1082_Serqet.xml new file mode 100644 index 00000000..24ad95ec --- /dev/null +++ b/monsters/monster1082_Serqet.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1082" name="Serqet"> + <sprite>monsters/serqet.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1083_HuntsmanSpider.xml b/monsters/monster1083_HuntsmanSpider.xml new file mode 100644 index 00000000..d96b044a --- /dev/null +++ b/monsters/monster1083_HuntsmanSpider.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1083" name="Huntsman Spider"> + <sprite>monsters/spider.xml|#1a160f,93774a,d2c3aa,ffffff;#a00000</sprite> + <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> + <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1084_CrotcherScorpion.xml b/monsters/monster1084_CrotcherScorpion.xml new file mode 100644 index 00000000..548cc079 --- /dev/null +++ b/monsters/monster1084_CrotcherScorpion.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1084" name="Crotcher Scorpion"> + <sprite>monsters/scorpion.xml|#211b0e,5c3e20,a68d42,ffffff</sprite> + <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> + <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound> + <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1085_IceSkull.xml b/monsters/monster1085_IceSkull.xml new file mode 100644 index 00000000..e4110c8d --- /dev/null +++ b/monsters/monster1085_IceSkull.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1085" name="Ice Skull"> + <sprite>monsters/skull-ice.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1086_FeyElement.xml b/monsters/monster1086_FeyElement.xml new file mode 100644 index 00000000..8ed165f0 --- /dev/null +++ b/monsters/monster1086_FeyElement.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1086" name="Fey Element"> + <sprite>monsters/element-ball.xml|#6d4e2f,98612c,c38a53,ffffff</sprite> + <particlefx>graphics/particles/monster-leaf.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1087_Larvern.xml b/monsters/monster1087_Larvern.xml new file mode 100644 index 00000000..8e2b3055 --- /dev/null +++ b/monsters/monster1087_Larvern.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1087" name="Larvern" targetCursor="small"> + <sprite>monsters/larvespa.xml|#211b0e,5c3e20,a68d42;#667C26</sprite> + </monster> +</monsters> diff --git a/monsters/monster1088_Hyvern.xml b/monsters/monster1088_Hyvern.xml new file mode 100644 index 00000000..7f4e3c59 --- /dev/null +++ b/monsters/monster1088_Hyvern.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1088" name="Hyvern"> + <sprite>monsters/vespa.xml|#1a160f,93774a;#DEBFBF,BBA2A2</sprite> + </monster> +</monsters> diff --git a/monsters/monster1089_HungryFluffy.xml b/monsters/monster1089_HungryFluffy.xml new file mode 100644 index 00000000..99b1e7b4 --- /dev/null +++ b/monsters/monster1089_HungryFluffy.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1089" name="Hungry Fluffy"> + <sprite>monsters/fluffy.xml</sprite> + <sound event="hit">monsters/fluffy/fluffy-hit1.ogg</sound> + <sound event="hit">monsters/fluffy/fluffy-hit2.ogg</sound> + <sound event="hit">monsters/fluffy/fluffy-hit3.ogg</sound> + <sound event="miss">monsters/fluffy/fluffy-miss1.ogg</sound> + <sound event="hurt">monsters/fluffy/fluffy-hurt1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1090_Wolvern.xml b/monsters/monster1090_Wolvern.xml new file mode 100644 index 00000000..be703b54 --- /dev/null +++ b/monsters/monster1090_Wolvern.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1090" name="Wolvern"> + <sprite>monsters/wolvern.xml|#000000,64727a,8996a0,a6afbf,dce9f3,ffffff</sprite> + <sound event="hit">monsters/wolvern/wolvern-hit1.ogg</sound> + <sound event="hit">monsters/wolvern/wolvern-hit2.ogg</sound> + <sound event="miss">monsters/wolvern/wolvern-miss1.ogg</sound> + <sound event="miss">monsters/wolvern/wolvern-miss2.ogg</sound> + <sound event="miss">monsters/wolvern/wolvern-miss3.ogg</sound> + <sound event="die">monsters/wolvern/wolvern-dying1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1091_BlueSlime.xml b/monsters/monster1091_BlueSlime.xml new file mode 100644 index 00000000..5a2e3bb4 --- /dev/null +++ b/monsters/monster1091_BlueSlime.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1091" name="Blue Slime"> + <sprite>monsters/slime.xml|#2121ae,ffffff</sprite> + <sprite>monsters/accessories/slime-littleslime.xml|#2121ae,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1092_SlimeBlast.xml b/monsters/monster1092_SlimeBlast.xml new file mode 100644 index 00000000..e7acb679 --- /dev/null +++ b/monsters/monster1092_SlimeBlast.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1092" name="Slime Blast"> + <sprite>monsters/accessories/slime-slimeblast.xml|#2121ae,ffffff</sprite> + <sound event="die">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1093_WhiteSlime.xml b/monsters/monster1093_WhiteSlime.xml new file mode 100644 index 00000000..829043d1 --- /dev/null +++ b/monsters/monster1093_WhiteSlime.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1093" name="White Slime"> + <sprite>monsters/accessories/slime-slimeblast.xml|#dcdcff,ffffff</sprite> + <sound event="die">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1094_Reinboo.xml b/monsters/monster1094_Reinboo.xml new file mode 100644 index 00000000..82e00775 --- /dev/null +++ b/monsters/monster1094_Reinboo.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1094" name="Reinboo"> + <sprite>monsters/mouboo.xml</sprite> + <sprite>monsters/accessories/mouboo-red-nose.xml</sprite> + <sprite>monsters/accessories/mouboo-red-saddle.xml</sprite> + <sprite>monsters/accessories/mouboo-red-shoes.xml</sprite> + <sprite>monsters/accessories/mouboo-antlers.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1095_WhiteBell.xml b/monsters/monster1095_WhiteBell.xml new file mode 100644 index 00000000..c2083eb7 --- /dev/null +++ b/monsters/monster1095_WhiteBell.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1095" name="White Bell"> + <sprite>monsters/snowflower.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1096_SoulSnake.xml b/monsters/monster1096_SoulSnake.xml new file mode 100644 index 00000000..02a772a2 --- /dev/null +++ b/monsters/monster1096_SoulSnake.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1096" name="Soul Snake"> + <sprite>monsters/snake.xml|#664d28,a6673a,86D6DB,ffffff</sprite> + <particlefx>graphics/particles/monster-soulsnake.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1097_SoulEater.xml b/monsters/monster1097_SoulEater.xml new file mode 100644 index 00000000..d9f29fd6 --- /dev/null +++ b/monsters/monster1097_SoulEater.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1097" name="Soul Eater"> + <sprite>monsters/skeleton.xml|#D9BFFF</sprite> + <sprite>equipment/chest/tanktop-male.xml|#333333,555555,444444</sprite> + <sprite>equipment/legs/shorts-male.xml|#333333,555555,444444</sprite> + <sprite>hairstyles/hairstyle05-male.xml|#333333</sprite> + <particlefx>graphics/particles/monster-souleater.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1098_CopperSlime.xml b/monsters/monster1098_CopperSlime.xml new file mode 100644 index 00000000..ceda7705 --- /dev/null +++ b/monsters/monster1098_CopperSlime.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1098" name="Copper Slime"> + <sprite>monsters/slime.xml|#a1734c,ffffff</sprite> + <sprite>monsters/accessories/slime-seajelly.xml|#a1744c,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1099_SleepingBandit.xml b/monsters/monster1099_SleepingBandit.xml new file mode 100644 index 00000000..10222a76 --- /dev/null +++ b/monsters/monster1099_SleepingBandit.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1099" name="Sleeping Bandit"> + <sprite>monsters/sleeping-bandit.xml</sprite> + <sprite>equipment/weapons/dagger-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + </monster> +</monsters> diff --git a/monsters/monster1100_AzulSlime.xml b/monsters/monster1100_AzulSlime.xml new file mode 100644 index 00000000..b9d4284d --- /dev/null +++ b/monsters/monster1100_AzulSlime.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1100" name="Azul Slime"> + <sprite>monsters/slime-littleslime.xml|#3080e4,d2f4ff</sprite> + <sound event="die">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1101_DemonicSpirit.xml b/monsters/monster1101_DemonicSpirit.xml new file mode 100644 index 00000000..650bca58 --- /dev/null +++ b/monsters/monster1101_DemonicSpirit.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1101" name="Demonic Spirit"> + <sprite>monsters/spirit-demonic.xml|#444444,9933ff</sprite> + </monster> +</monsters> diff --git a/monsters/monster1102_Luvia.xml b/monsters/monster1102_Luvia.xml new file mode 100644 index 00000000..19519293 --- /dev/null +++ b/monsters/monster1102_Luvia.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1102" name="Luvia"> + <sprite>model/female.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> + <sprite>equipment/feet/assassin-boots-female.xml</sprite> + <sprite>equipment/legs/shorts-female.xml|#121212,343434</sprite> + <sprite>equipment/chest/sorcerer-robe-female.xml|#121212,343434;#8F47D6</sprite> + <sprite>hairstyles/hairstyle11-female.xml|#8c6625,dab425,ffffff</sprite> + <sprite>equipment/head/wizard-hat-female.xml|#070707,121212,663399</sprite> + <particlefx>graphics/particles/monster-luvia.particle.xml</particlefx> + <attack id="1" critical-hit-effect-id="42" missile-particle="graphics/particles/luvia-attack.particle.xml" action="attack"/> + </monster> +</monsters> diff --git a/monsters/monster1103_WitchGuard.xml b/monsters/monster1103_WitchGuard.xml new file mode 100644 index 00000000..f3909cd6 --- /dev/null +++ b/monsters/monster1103_WitchGuard.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1103" name="Witch Guard"> + <sprite>monsters/demon.xml|#444444,979797</sprite> + <sprite>equipment/feet/warlordboots-male.xml|#333333,878787</sprite> + <sprite>equipment/hands/generic-male.xml|#242424,626262</sprite> + <sprite>equipment/chest/demonwarlordplate-male.xml|#444444,979797</sprite> + <sprite>equipment/head/bull-male.xml</sprite> + <sprite>equipment/weapons/dagger-male.xml|#1c1b00,1b1a31,5b5660,827e85,9596e0</sprite> + <particlefx>graphics/particles/monster-witchguard.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1104_DemonicMouboo.xml b/monsters/monster1104_DemonicMouboo.xml new file mode 100644 index 00000000..f47a78b2 --- /dev/null +++ b/monsters/monster1104_DemonicMouboo.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1104" name="Demonic Mouboo"> + <sprite>monsters/mouboo-demonic.xml</sprite> + <sprite>monsters/accessories/mouboo-demonic-antlers.xml</sprite> + <particlefx>graphics/particles/monster-mouboo-demonic.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1105_ViciousSquirrel.xml b/monsters/monster1105_ViciousSquirrel.xml new file mode 100644 index 00000000..919fb588 --- /dev/null +++ b/monsters/monster1105_ViciousSquirrel.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1105" name="Vicious Squirrel"> + <sprite>monsters/squirrel.xml|#736443</sprite> + <sound event="hurt">monsters/squirrel/squirrel-hurt1.ogg</sound> + <sound event="hurt">monsters/squirrel/squirrel-hurt2.ogg</sound> + <sound event="die">monsters/squirrel/squirrel-die1.ogg</sound> + <sound event="die">monsters/squirrel/squirrel-die2.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1106_WickedMushroom.xml b/monsters/monster1106_WickedMushroom.xml new file mode 100644 index 00000000..0bc7b4de --- /dev/null +++ b/monsters/monster1106_WickedMushroom.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1106" name="Wicked Mushroom"> + <sprite>monsters/mushroom-wicked.xml</sprite> + <sound event="hit">monsters/shroom/shroom-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1107_Bluepar.xml b/monsters/monster1107_Bluepar.xml new file mode 100644 index 00000000..0909a244 --- /dev/null +++ b/monsters/monster1107_Bluepar.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1107" name="Bluepar" targetCursor="small"> + <sprite>monsters/bluepar.xml</sprite> + <sound event="hit">monsters/pinkie/pinkie-hit1.ogg</sound> + <sound event="miss">monsters/pinkie/pinkie-miss1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1108_AngryFireGoblin.xml b/monsters/monster1108_AngryFireGoblin.xml new file mode 100644 index 00000000..6efb6a95 --- /dev/null +++ b/monsters/monster1108_AngryFireGoblin.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1108" name="Angry Fire Goblin"> + <sprite>monsters/goblin-fire.xml</sprite> + <sound event="hit">monsters/fire-goblin/fire-goblin-hit1.ogg</sound> + <sound event="hit">monsters/fire-goblin/fire-goblin-hit2.ogg</sound> + <sound event="miss">monsters/fire-goblin/fire-goblin-miss1.ogg</sound> + <particlefx>graphics/particles/monster-angry-fire-goblin.particle.xml</particlefx> + <attack id="1" effect-id="400"/> + </monster> +</monsters> diff --git a/monsters/monster1109_AngrySeaSlime.xml b/monsters/monster1109_AngrySeaSlime.xml new file mode 100644 index 00000000..999c8a80 --- /dev/null +++ b/monsters/monster1109_AngrySeaSlime.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1109" name="Angry Sea Slime"> + <sprite>monsters/slime.xml|#4ca1a0,ffffff</sprite> + <sprite>monsters/accessories/slime-seajelly.xml|#4Ca16e,ffffff</sprite> + <particlefx>graphics/particles/monster-angry-sea-slime.particle.xml</particlefx> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1110_AngryGreenSlime.xml b/monsters/monster1110_AngryGreenSlime.xml new file mode 100644 index 00000000..df6dc582 --- /dev/null +++ b/monsters/monster1110_AngryGreenSlime.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1110" name="Angry Green Slime"> + <sprite>monsters/slime.xml|#72982c,ffffff</sprite> + <particlefx>graphics/particles/monster-angry-green-slime.particle.xml</particlefx> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1111_CandiedSlime.xml b/monsters/monster1111_CandiedSlime.xml new file mode 100644 index 00000000..c043bd92 --- /dev/null +++ b/monsters/monster1111_CandiedSlime.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1111" name="Candied Slime"> + <sprite>monsters/slime.xml|#fd2273,ffbeff,ffffff</sprite> + <sprite>monsters/accessories/slime-bubble.xml|#feaaa7,fdfffb</sprite> + <attack id="1" missile-particle="graphics/particles/peppermint.particle.xml" action="attack"/> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> +</monsters> diff --git a/monsters/monster1112_Santaboo.xml b/monsters/monster1112_Santaboo.xml new file mode 100644 index 00000000..48c4ea6e --- /dev/null +++ b/monsters/monster1112_Santaboo.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1112" name="Santaboo"> + <sprite>monsters/christmas-mouboo.xml</sprite> + <sprite>monsters/accessories/mouboo-red-nose.xml</sprite> + <sprite>monsters/accessories/mouboo-red-saddle.xml</sprite> + <sprite>monsters/accessories/mouboo-red-shoes.xml</sprite> + <sprite>monsters/accessories/mouboo-santa-hat.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1113_Pollett.xml b/monsters/monster1113_Pollett.xml new file mode 100644 index 00000000..e366369d --- /dev/null +++ b/monsters/monster1113_Pollett.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1113" name="Pollett"> + <sprite>monsters/penguin.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1114_NutCracker.xml b/monsters/monster1114_NutCracker.xml new file mode 100644 index 00000000..de14804a --- /dev/null +++ b/monsters/monster1114_NutCracker.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1114" name="Nut Cracker"> + <sprite>monsters/nutcracker.xml</sprite> + <sprite>monsters/accessories/nutcrackerhair.xml|#333333</sprite> + <sprite>monsters/accessories/nutcrackerhat.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1115_SeaSlimeMother.xml b/monsters/monster1115_SeaSlimeMother.xml new file mode 100644 index 00000000..8d3fb2b6 --- /dev/null +++ b/monsters/monster1115_SeaSlimeMother.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1115" name="Sea Slime Mother"> + <sprite>monsters/slime-mother.xml|#4ca1a0,ffffff</sprite> + <sprite>monsters/accessories/slime-covered-bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d;#4Ca16e,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + <attack id="1" missile-particle="graphics/particles/arrowh-sea-slime.particle.xml|#4Ca16e,ffffff" action="attack"/> + </monster> +</monsters> diff --git a/monsters/monster1116_UndeadWitch.xml b/monsters/monster1116_UndeadWitch.xml new file mode 100644 index 00000000..edaa11dd --- /dev/null +++ b/monsters/monster1116_UndeadWitch.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1116" name="Undead Witch"> + <sprite>monsters/skeleton.xml|#ffe8bf</sprite> + <sprite>hairstyles/hairstyle08-male.xml</sprite> + <sprite>equipment/head/witch-hat-male.xml</sprite> + <sprite>equipment/chest/sorcerer-robe-female.xml|#111111,222222,333333,444444,555555,aaaaaa;#EFEFEF</sprite> + <sprite>equipment/weapons/polearm-blunt-male.xml|#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <attack id="1" missile-particle="graphics/particles/undead-witch-attack.particle.xml" action="attack"/> + </monster> +</monsters> diff --git a/monsters/monster1117_UndeadTroll.xml b/monsters/monster1117_UndeadTroll.xml new file mode 100644 index 00000000..bbc34495 --- /dev/null +++ b/monsters/monster1117_UndeadTroll.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1117" name="Undead Troll"> + <sprite>monsters/troll.xml|#BFBFBF;#F1F1F1;#FF99FF;#F1F1F1</sprite> + <attack id="1" missile-particle="graphics/particles/monster-undeadtroll-foefire.particle.xml" action="attack"/> + </monster> +</monsters> diff --git a/monsters/monster1118_GreenSlimeMother.xml b/monsters/monster1118_GreenSlimeMother.xml new file mode 100644 index 00000000..2529812f --- /dev/null +++ b/monsters/monster1118_GreenSlimeMother.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1118" name="Green Slime Mother"> + <sprite>monsters/slime-mother.xml|#72982c,ffffff</sprite> + <sprite>monsters/accessories/slime-covered-bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d;#72982c,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + <attack id="1" missile-particle="graphics/particles/arrowh-green-slime.particle.xml|#72982c,ffffff" action="attack"/> + </monster> +</monsters> diff --git a/monsters/monster1119_Thug.xml b/monsters/monster1119_Thug.xml new file mode 100644 index 00000000..05306d1c --- /dev/null +++ b/monsters/monster1119_Thug.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1119" name="Thug"> + <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#36e2fc,0ba8bf,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> + <sprite>equipment/head/sailor-hat-male.xml</sprite> + <sprite>equipment/feet/boots-male.xml</sprite> + <sprite>equipment/chest/tanktop-male.xml</sprite> + <sprite>equipment/legs/pants-male.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1120_Swashbuckler.xml b/monsters/monster1120_Swashbuckler.xml new file mode 100644 index 00000000..3f4d9f31 --- /dev/null +++ b/monsters/monster1120_Swashbuckler.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1120" name="Swashbuckler"> + <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#36e2fc,0ba8bf,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> + <sprite>equipment/chest/vnecksweater-male.xml</sprite> + <sprite>equipment/legs/pants-male.xml|#212121,555555</sprite> + <sprite>equipment/head/bandana-male.xml|#212121,555555</sprite> + <sprite>equipment/feet/boots-male.xml|#212121,555555</sprite> + <sprite>equipment/weapons/dagger-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + </monster> +</monsters> diff --git a/monsters/monster1121_Grenadier.xml b/monsters/monster1121_Grenadier.xml new file mode 100644 index 00000000..4dc9f4c2 --- /dev/null +++ b/monsters/monster1121_Grenadier.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1121" name="Grenadier"> + <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#36e2fc,0ba8bf,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> + <sprite>equipment/chest/sorcerer-robe-male.xml|#5178a0,1a294c;#d5b02c</sprite> + <sprite>equipment/legs/pants-male.xml|#5178a0,1a294c</sprite> + <sprite>equipment/head/piratehat-male.xml</sprite> + <sprite>equipment/hands/generic-male.xml</sprite> + <sprite>equipment/feet/boots-male.xml|#212121,444444</sprite> + <attack id="1" critical-hit-effect-id="31" hit-effect-id="402" missile-particle="graphics/particles/lobbed-object.xml" action="attack"/> + </monster> +</monsters> diff --git a/monsters/monster1122_TheDreadPirateMarley.xml b/monsters/monster1122_TheDreadPirateMarley.xml new file mode 100644 index 00000000..f15226cd --- /dev/null +++ b/monsters/monster1122_TheDreadPirateMarley.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1122" name="The Dread Pirate Marley"> + <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#36e2fc,0ba8bf,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> + <sprite>equipment/chest/assassin-male.xml</sprite> + <sprite>equipment/legs/assassin-male.xml</sprite> + <sprite>equipment/head/eyepatch-male.xml</sprite> + <sprite>equipment/feet/assassin-boots-male.xml</sprite> + <sprite>equipment/weapons/bow-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <attack id="1" missile-particle="graphics/particles/arrow.particle.xml" action="attack"/> + </monster> +</monsters> diff --git a/monsters/monster1123_TheDreadPirateMarley.xml b/monsters/monster1123_TheDreadPirateMarley.xml new file mode 100644 index 00000000..0d9c6dac --- /dev/null +++ b/monsters/monster1123_TheDreadPirateMarley.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1123" name="The Dread Pirate Marley"> + <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#36e2fc,0ba8bf,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> + <sprite>equipment/chest/assassin-male.xml</sprite> + <sprite>equipment/legs/assassin-male.xml</sprite> + <sprite>equipment/head/eyepatch-male.xml</sprite> + <sprite>equipment/feet/assassin-boots-male.xml</sprite> + <sprite>equipment/weapons/bow-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <attack id="1" missile-particle="graphics/particles/arrow.particle.xml" action="attack"/> + </monster> +</monsters> diff --git a/monsters/monster1124_Wight.xml b/monsters/monster1124_Wight.xml new file mode 100644 index 00000000..1fa0134d --- /dev/null +++ b/monsters/monster1124_Wight.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1124" name="Wight"> + <sprite>monsters/skeleton_inv.xml|#497ac3,2053a0,164995,154387</sprite> + <sprite>monsters/wight.xml|#164489,1f529f,619aea</sprite> + <particlefx>graphics/particles/chillfog.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1125_ManaGhost.xml b/monsters/monster1125_ManaGhost.xml new file mode 100644 index 00000000..2ca73bde --- /dev/null +++ b/monsters/monster1125_ManaGhost.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1125" name="Mana Ghost"> + <sprite>monsters/mana-ghost.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1126_PsiBrain.xml b/monsters/monster1126_PsiBrain.xml new file mode 100644 index 00000000..017a989a --- /dev/null +++ b/monsters/monster1126_PsiBrain.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1126" name="Psi-Brain"> + <sprite>monsters/psi-brain.xml</sprite> + <sprite>monsters/psi-bubble.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1127_GeneralKrukun.xml b/monsters/monster1127_GeneralKrukun.xml new file mode 100644 index 00000000..ee0019e5 --- /dev/null +++ b/monsters/monster1127_GeneralKrukun.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1127" name="General Krukun"> + <sprite>monsters/skeleton.xml|#ffe8bf</sprite> + <sprite>equipment/legs/chaps-male.xml</sprite> + <sprite>equipment/chest/warlordplate-male.xml</sprite> + <sprite>equipment/head/bull-male.xml</sprite> + </monster> +</monsters> diff --git a/monsters/monster1128_GeneralRazha.xml b/monsters/monster1128_GeneralRazha.xml new file mode 100644 index 00000000..eea7f80c --- /dev/null +++ b/monsters/monster1128_GeneralRazha.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1128" name="General Razha"> + <sprite>monsters/demon.xml|#444444,979797</sprite> + <sprite>equipment/feet/warlordboots-male.xml|#333333,878787</sprite> + <sprite>equipment/hands/generic-male.xml|#242424,626262</sprite> + <sprite>equipment/chest/demonwarlordplate-male.xml|#ea0000,979797</sprite> + <sprite>equipment/head/bull-male.xml</sprite> + <sprite>equipment/weapons/dagger-male.xml|#181619,1c1b00,1b1a31,54438a,5b5660,827e85,9596e0</sprite> + <particlefx>graphics/particles/monster-witchguard.particle.xml</particlefx> + </monster> +</monsters> diff --git a/monsters/monster1129_GeneralTerogan.xml b/monsters/monster1129_GeneralTerogan.xml new file mode 100644 index 00000000..ef1e7be9 --- /dev/null +++ b/monsters/monster1129_GeneralTerogan.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1129" name="General Terogan"> + <sprite>monsters/skeleton.xml|#aca379</sprite> + <sprite>equipment/chest/robe-male.xml|#ea0000,333333</sprite> + <sprite>equipment/head/phylactery-male.xml</sprite> + <sprite>equipment/head/evileyes.xml</sprite> + <sprite>equipment/hands/magefire.xml</sprite> + <attack id="1" critical-hit-effect-id="42" missile-particle="graphics/particles/thelost-attack.particle.xml" action="attack"/> + </monster> +</monsters> diff --git a/monsters/monster1130_Moonshroom.xml b/monsters/monster1130_Moonshroom.xml new file mode 100644 index 00000000..5ac5f1ec --- /dev/null +++ b/monsters/monster1130_Moonshroom.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1130" name="Moonshroom"> + <sprite>monsters/moonshroom.xml</sprite> + <particlefx>graphics/particles/monster-moonshroom.particle.xml</particlefx> + <attack id="1" missile-particle="graphics/particles/moonshroom-attack.particle.xml" action="attack"/> + </monster> +</monsters> diff --git a/monsters/monster1131_ManaBug.xml b/monsters/monster1131_ManaBug.xml new file mode 100644 index 00000000..1c81fb8e --- /dev/null +++ b/monsters/monster1131_ManaBug.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1131" name="Mana Bug" targetCursor="small"> + <sprite>monsters/mana-bug.xml|#660000,FF3300,FFCC99,FFCCCC</sprite> + <sprite>monsters/accessories/generic-shadow-small-circle.xml</sprite> + </monster> +</monsters> @@ -313,7 +313,7 @@ <!-- Farmer --> <npc id="142"> <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> - <sprite gender="male">equipment/head/rangerhat-male.xml</sprite> + <sprite>equipment/head/rangerhat-male.xml</sprite> <sprite>equipment/chest/tnecksweater-male.xml|#573a26,9e7654,d3b79e,ffffff</sprite> <sprite>equipment/legs/pants-male.xml|#39230f,4e2f14,5e3817,6b4422,79502e,815d3b,926d4f</sprite> <sprite>equipment/feet/boots-male.xml|#4f2d29,c89078</sprite> diff --git a/status-effects.xml b/status-effects.xml index e33ccbf7..26ece338 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -1,12 +1,12 @@ <?xml version="1.0"?> <status-effects> - <status-effect name="item-healing" id="70" block-id="24" persistent-particle-effect="true" start-particle="graphics/particles/circle.particle.xml"/> - <status-effect name="speed" id="37" block-id="21" icon="icons/haste-potion.xml|#da69e5,ffdaff" persistent-particle-effect="true" start-particle="graphics/particles/pink-violent-glow.particle.xml"/> - <status-effect name="strength" id="185" block-id="23" icon="icons/iron-potion.xml|#c05000,f0a000,f0f09f" persistent-particle-effect="true" start-particle="graphics/particles/orange-violent-glow.particle.xml"/> - <status-effect name="invisibility" id="4096" block-id="12" icon="icons/invisible.xml" start-message="You are now invisible." end-message="You are no longer invisible." persistent-particle-effect="true" start-particle="graphics/particles/sphere-white.particle.xml"/> - <status-effect name="poison" id="132" block-id="16" icon="icons/poison.xml" persistent-particle-effect="true" start-particle="graphics/particles/green-bubbles.particle.xml"/> - <status-effect name="slow-poison" id="14" block-id="25" icon="icons/slow-poison.xml" persistent-particle-effect="true" start-particle="graphics/particles/small-green-bubbles.particle.xml"/> - <status-effect name="dark-aura" id="2004" block-id="26" icon="icons/poison.xml" persistent-particle-effect="true" start-particle="graphics/particles/dark-aura.particle.xml"/> + <status-effect name="item-healing" id="70" block-id="24" persistent-particle-effect="yes" start-particle="graphics/particles/circle.particle.xml"/> + <status-effect name="speed" id="37" block-id="21" icon="icons/haste-potion.xml|#da69e5,ffdaff" persistent-particle-effect="yes" start-particle="graphics/particles/pink-violent-glow.particle.xml"/> + <status-effect name="strength" id="185" block-id="23" icon="icons/iron-potion.xml|#c05000,f0a000,f0f09f" persistent-particle-effect="yes" start-particle="graphics/particles/orange-violent-glow.particle.xml"/> + <status-effect name="invisibility" id="4096" block-id="12" icon="icons/invisible.xml" start-message="You are now invisible." end-message="You are no longer invisible." persistent-particle-effect="yes" start-particle="graphics/particles/sphere-white.particle.xml"/> + <status-effect name="poison" id="132" block-id="16" icon="icons/poison.xml" persistent-particle-effect="yes" start-particle="graphics/particles/green-bubbles.particle.xml"/> + <status-effect name="slow-poison" id="14" block-id="25" icon="icons/slow-poison.xml" persistent-particle-effect="yes" start-particle="graphics/particles/small-green-bubbles.particle.xml"/> + <status-effect name="dark-aura" id="2004" block-id="26" icon="icons/poison.xml" persistent-particle-effect="yes" start-particle="graphics/particles/dark-aura.particle.xml"/> <status-effect name="hide" id="194" icon="icons/hidden.xml"/> <status-effect name="flying-backpack" id="196" icon="icons/feather.xml"/> <status-effect name="barrier" id="197" icon="icons/green-barrier.xml"/> |