summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-07-23 22:28:20 -0500
committerwushin <pasekei@gmail.com>2014-07-23 22:28:20 -0500
commit13a9e2f472594a14295600db48c8b03a81d257bf (patch)
treea8239bfae0bd4179a50fa1595d19c0d2dc1e3ac7 /graphics/particles
parent01620913c01d1db64bebf08156f68c4f998cc9fb (diff)
downloadclientdata-13a9e2f472594a14295600db48c8b03a81d257bf.tar.gz
clientdata-13a9e2f472594a14295600db48c8b03a81d257bf.tar.bz2
clientdata-13a9e2f472594a14295600db48c8b03a81d257bf.tar.xz
clientdata-13a9e2f472594a14295600db48c8b03a81d257bf.zip
What Manaplus really sees
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/arrow-banshee.particle.xml6
-rw-r--r--graphics/particles/arrowh-green-slime.particle.xml2
-rw-r--r--graphics/particles/arrowh-sea-slime.particle.xml2
-rw-r--r--graphics/particles/arrowh-slime.particle.xml2
-rw-r--r--graphics/particles/black-glow.particle.xml4
-rw-r--r--graphics/particles/blue-magic-cast.particle.xml6
-rw-r--r--graphics/particles/cursed-waterfall.particle.xml8
-rw-r--r--graphics/particles/dark-aura.particle.xml4
-rw-r--r--graphics/particles/dark-teleport.particle.xml6
-rw-r--r--graphics/particles/enchanted-door.particle.xml2
-rw-r--r--graphics/particles/evil-summon.particle.xml6
-rw-r--r--graphics/particles/evilobelisk.particle.xml4
-rw-r--r--graphics/particles/fountain.particle.xml2
-rw-r--r--graphics/particles/golbenez.particle.xml4
-rw-r--r--graphics/particles/hadesblaze.particle.xml4
-rw-r--r--graphics/particles/hellblaze.particle.xml4
-rw-r--r--graphics/particles/luvia-attack.particle.xml6
-rw-r--r--graphics/particles/magic-building-aura.particle.xml12
-rw-r--r--graphics/particles/magic-dark-explosion.particle.xml6
-rw-r--r--graphics/particles/magic.shield-ends.xml36
-rw-r--r--graphics/particles/magic.shield.xml36
-rw-r--r--graphics/particles/manaseed.particle.xml2
-rw-r--r--graphics/particles/monster-ball-lightning-blue.particle.xml2
-rw-r--r--graphics/particles/monster-ball-lightning-red.particle.xml2
-rw-r--r--graphics/particles/monster-ball-lightning.particle.xml2
-rw-r--r--graphics/particles/monster-luvia.particle.xml6
-rw-r--r--graphics/particles/monster-pumpkin-explosion.particle.xml6
-rw-r--r--graphics/particles/monster-souleater.particle.xml4
-rw-r--r--graphics/particles/monster-soulsnake.particle.xml4
-rw-r--r--graphics/particles/monster-witchguard.particle.xml2
-rw-r--r--graphics/particles/moonshroom-attack.particle.xml4
-rw-r--r--graphics/particles/nomadpipe.particle.xml6
-rw-r--r--graphics/particles/object-getitem.particle.xml4
-rw-r--r--graphics/particles/orange-violent-glow.particle.xml4
-rw-r--r--graphics/particles/pink-violent-glow.particle.xml4
-rw-r--r--graphics/particles/power-circle.particle.xml2
-rw-r--r--graphics/particles/soulmenhir.particle.xml4
-rw-r--r--graphics/particles/thelost-attack.particle.xml4
-rw-r--r--graphics/particles/undead-witch-attack.particle.xml4
39 files changed, 80 insertions, 148 deletions
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>