diff options
author | wushin <pasekei@gmail.com> | 2014-07-23 22:28:20 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-07-23 22:28:20 -0500 |
commit | 13a9e2f472594a14295600db48c8b03a81d257bf (patch) | |
tree | a8239bfae0bd4179a50fa1595d19c0d2dc1e3ac7 /graphics/particles/nomadpipe.particle.xml | |
parent | 01620913c01d1db64bebf08156f68c4f998cc9fb (diff) | |
download | clientdata-13a9e2f472594a14295600db48c8b03a81d257bf.tar.gz clientdata-13a9e2f472594a14295600db48c8b03a81d257bf.tar.bz2 clientdata-13a9e2f472594a14295600db48c8b03a81d257bf.tar.xz clientdata-13a9e2f472594a14295600db48c8b03a81d257bf.zip |
What Manaplus really sees
Diffstat (limited to 'graphics/particles/nomadpipe.particle.xml')
-rw-r--r-- | graphics/particles/nomadpipe.particle.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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> |