diff options
158 files changed, 208 insertions, 280 deletions
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/monsters.xml b/monsters.xml index 32ab4bd4..2326d020 100644 --- a/monsters.xml +++ b/monsters.xml @@ -65,8 +65,7 @@ <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"/> + <attack id="1" effect-id="400"/> </monster> <monster id="1012" name="Spider"> <sprite>monsters/spider.xml|#1a160f,4A7A93,AAC5D2,ffffff;#FF6666</sprite> @@ -206,8 +205,7 @@ <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"/> + <attack id="1" effect-id="401"/> </monster> <monster id="1040" name="Wisp"> <sprite>monsters/wisp.xml|#aadd44,ffff66</sprite> @@ -549,8 +547,7 @@ <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"/> + <attack id="1" effect-id="400"/> </monster> <monster id="1109" name="Angry Sea Slime"> <sprite>monsters/slime.xml|#4ca1a0,ffffff</sprite> @@ -614,7 +611,7 @@ <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"/> + <attack id="1"/> </monster> <monster id="1120" name="Swashbuckler"> <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#36e2fc,0ba8bf,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> @@ -623,7 +620,7 @@ <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"/> + <attack id="1"/> </monster> <monster id="1121" name="Grenadier"> <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#36e2fc,0ba8bf,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> @@ -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"/> |