summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-08-22 13:49:32 +0200
committerAlige <aligetmw@hotmail.fr>2013-08-22 13:49:32 +0200
commit1875b3c382912406369bddc03c439481b960b47a (patch)
treeeac1651e17a8bf311015d4ffe8b76b8a3232554e /graphics/particles
parent1c7db1e97be977570c6d39ddeeb135510811ad63 (diff)
downloadclientdata-1875b3c382912406369bddc03c439481b960b47a.tar.gz
clientdata-1875b3c382912406369bddc03c439481b960b47a.tar.bz2
clientdata-1875b3c382912406369bddc03c439481b960b47a.tar.xz
clientdata-1875b3c382912406369bddc03c439481b960b47a.zip
Updated the concentration particle effect.
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/concentration.xml74
1 files changed, 34 insertions, 40 deletions
diff --git a/graphics/particles/concentration.xml b/graphics/particles/concentration.xml
index 700a1273..15394e45 100644
--- a/graphics/particles/concentration.xml
+++ b/graphics/particles/concentration.xml
@@ -1,44 +1,38 @@
-<?xml version="1.0"?>
-<!--
-Pink-ish particles that fly up to the sky; based on Crush's Soul Menhir effect.
--->
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Pink-ish particles that fly up to the sky, based on Crush's Soul Menhir effect. -->
<!-- Copyright (C) 2010 The Mana World Development Team
Copyright (C) 2010-2013 Evol Online -->
<effect>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "0"
- >
- <emitter>
- <property name="position-z" min="16" max="48" />
- <property name="vertical-angle" min="0" max="90"/>
- <property name="horizontal-angle" min="0" max="360"/>
- <property name="power" min="10" max="25"/>
- <property name="lifetime" value="1"/>
- <property name="output" value="1"/>
- <emitter>
- <property name="gravity" value="-0.4"/>
- <property name="momentum" value="0.9"/>
- <property name="image" value="graphics/particles/gloworb-medium.png|W:#da69e5"/>
- <property name="lifetime" value="25"/>
- <property name="fade-in" value="5"/>
- <property name="fade-out" value="20"/>
- <property name="output" min="0" max="1"/>
- <property name="output-pause" min="30" max="80"/>
- <property name="randomnes" value="200"/>
- </emitter>
- <emitter>
- <property name="gravity" value="-0.4"/>
- <property name="momentum" value="0.9"/>
- <property name="image" value="graphics/particles/orb-small.png|W:#da69e5"/>
- <property name="lifetime" value="25"/>
- <property name="fade-in" value="5"/>
- <property name="fade-out" value="20"/>
- <property name="output" min="0" max="1"/>
- <property name="output-pause" min="30" max="80"/>
- <property name="randomnes" value="200"/>
- </emitter>
- </emitter>
- </particle>
+ <particle position-x="0" position-y="0" position-z="0">
+ <emitter>
+ <property name="position-z" min="16" max="48" />
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="10" max="25"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="1"/>
+ <emitter>
+ <property name="gravity" value="-0.4"/>
+ <property name="momentum" value="0.9"/>
+ <property name="image" value="graphics/particles/gloworb-medium.png|W:#da69e5"/>
+ <property name="lifetime" value="25"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="20"/>
+ <property name="output" min="0" max="1"/>
+ <property name="output-pause" min="30" max="80"/>
+ <property name="randomness" value="200"/>
+ </emitter>
+ <emitter>
+ <property name="gravity" value="-0.4"/>
+ <property name="momentum" value="0.9"/>
+ <property name="image" value="graphics/particles/orb-small.png|W:#da69e5"/>
+ <property name="lifetime" value="25"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="20"/>
+ <property name="output" min="0" max="1"/>
+ <property name="output-pause" min="30" max="80"/>
+ <property name="randomness" value="200"/>
+ </emitter>
+ </emitter>
+ </particle>
</effect>