summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-06-19 21:29:26 +0200
committerAlige <gauvain.dauchy@free.fr>2016-06-19 21:29:44 +0200
commitb4faf8c58e65af282b83b71157b2298d6d006bc5 (patch)
treed737b0f156dbdf75474e922141616a9ab3ba2e9a /graphics/particles
parent76b524cfbafcee3ad6710e26a825400bca854bbe (diff)
downloadclientdata-b4faf8c58e65af282b83b71157b2298d6d006bc5.tar.gz
clientdata-b4faf8c58e65af282b83b71157b2298d6d006bc5.tar.bz2
clientdata-b4faf8c58e65af282b83b71157b2298d6d006bc5.tar.xz
clientdata-b4faf8c58e65af282b83b71157b2298d6d006bc5.zip
Updated the fountain particle effect.
Diffstat (limited to 'graphics/particles')
-rwxr-xr-xgraphics/particles/fountain.xml19
1 files changed, 16 insertions, 3 deletions
diff --git a/graphics/particles/fountain.xml b/graphics/particles/fountain.xml
index 51927bed..a9e6043c 100755
--- a/graphics/particles/fountain.xml
+++ b/graphics/particles/fountain.xml
@@ -1,15 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Author from The Mana World
+<!-- Authors: Alige, Reid
Copyright (C) 2016 Evol Online -->
<effect>
<particle position-x="16" position-y="128" position-z="116">
<emitter>
- <property name="output" value="2" change-func="sine" change-amplitude="3" change-period="800"/>
- <property name="power" min="1.5" max="2.5" change-func="sine" change-amplitude="3" change-period="800"/>
+ <property name="output" value="1"/>
+ <property name="power" min="3" max="5"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="85" max="90"/>
<property name="image" value="graphics/particles/orb-small.png"/>
<property name="gravity" value="0.1"/>
+ <property name="lifetime" value="40"/>
+ <property name="fade-out" value="20"/>
+ </emitter>
+ <emitter>
+ <property name="output" value="3"/>
+ <property name="power" min="3" max="5"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="82" max="90"/>
+ <property name="image" value="graphics/particles/orb-small.png"/>
+ <property name="gravity" value="0.1"/>
+ <property name="lifetime" min="100" max="150"/>
+ <property name="fade-out" value="25"/>
+ <property name="bounce" value="0.1"/>
</emitter>
</particle>
</effect>