diff options
author | Wushin <pasekei@gmail.com> | 2014-07-24 14:38:35 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-07-24 14:38:35 -0500 |
commit | 74683209aa19678b6578f42b750cab7c4d235818 (patch) | |
tree | a8239bfae0bd4179a50fa1595d19c0d2dc1e3ac7 /graphics/particles/moonshroom-attack.particle.xml | |
parent | 01620913c01d1db64bebf08156f68c4f998cc9fb (diff) | |
parent | 13a9e2f472594a14295600db48c8b03a81d257bf (diff) | |
download | clientdata-74683209aa19678b6578f42b750cab7c4d235818.tar.gz clientdata-74683209aa19678b6578f42b750cab7c4d235818.tar.bz2 clientdata-74683209aa19678b6578f42b750cab7c4d235818.tar.xz clientdata-74683209aa19678b6578f42b750cab7c4d235818.zip |
Merge pull request #149 from wushin/make-fixes
What Manaplus really sees
Diffstat (limited to 'graphics/particles/moonshroom-attack.particle.xml')
-rw-r--r-- | graphics/particles/moonshroom-attack.particle.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |