diff options
Diffstat (limited to 'graphics/particles/undead-witch-attack.particle.xml')
-rw-r--r-- | graphics/particles/undead-witch-attack.particle.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |