summaryrefslogtreecommitdiff
path: root/graphics/particles/healing.xml
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-01-19 22:05:35 +0400
committerAlige <aligetmw@hotmail.fr>2013-01-19 22:05:35 +0400
commit4c98ba9472eda105fbe0d00d58f622214ca839ef (patch)
tree1290627e75203c394b3ff714b1dc6b9874770c84 /graphics/particles/healing.xml
parent2147f11d6361078fcba72fab534b5cd905de9d08 (diff)
downloadclientdata-4c98ba9472eda105fbe0d00d58f622214ca839ef.tar.gz
clientdata-4c98ba9472eda105fbe0d00d58f622214ca839ef.tar.bz2
clientdata-4c98ba9472eda105fbe0d00d58f622214ca839ef.tar.xz
clientdata-4c98ba9472eda105fbe0d00d58f622214ca839ef.zip
Added missing particles that are called from status-effects.xml.
Removed unecessary orb-large.png file and storred it locally, to be used later. Added new particles in effects.xml and fixed their new names in status-effects.xml.
Diffstat (limited to 'graphics/particles/healing.xml')
-rw-r--r--graphics/particles/healing.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/particles/healing.xml b/graphics/particles/healing.xml
new file mode 100644
index 00000000..5fde4d7e
--- /dev/null
+++ b/graphics/particles/healing.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Alige
+Copyright (C) 2010-2013 Evol Online -->
+<effect>
+ <particle position-x="0" position-y="0" position-z="0">
+ <emitter>
+ <property name="output" value="3"/>
+ <property name="position-y" value="-16"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" value="30"/>
+ <property name="lifetime" value="1"/>
+ <emitter>
+ <property name="gravity" value="-0.7"/>
+ <property name="momentum" value="0.3"/>
+ <property name="image" value="graphics/particles/orb-small.png|W:#ffff00"/>
+ <property name="lifetime" value="50"/>
+ <property name="fade-out" value="50"/>
+ <property name="output" value="1"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>