diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-19 01:07:35 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-19 01:13:47 +0200 |
commit | f83e0e4360ac1ba6b9ae62a879a761c539007e7b (patch) | |
tree | e8d4b9dc345619523d65f0a49510c8896f740b69 /graphics/particles | |
parent | 553d17f9cf4f8b0ebdb5efa641fcabe021fbcd55 (diff) | |
download | clientdata-f83e0e4360ac1ba6b9ae62a879a761c539007e7b.tar.gz clientdata-f83e0e4360ac1ba6b9ae62a879a761c539007e7b.tar.bz2 clientdata-f83e0e4360ac1ba6b9ae62a879a761c539007e7b.tar.xz clientdata-f83e0e4360ac1ba6b9ae62a879a761c539007e7b.zip |
Added a particle effect to the fountain. Although, doesn't appear through "Over" layer of the map.
Diffstat (limited to 'graphics/particles')
-rwxr-xr-x | graphics/particles/fountain.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/particles/fountain.xml b/graphics/particles/fountain.xml new file mode 100755 index 00000000..f910d3c6 --- /dev/null +++ b/graphics/particles/fountain.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author from The Mana World +Copyright (C) 2016 Evol Online --> +<effect> + <particle position-x="16" position-y="0" position-z="0"> + <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="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"/> + </emitter> + </particle> +</effect> |