summaryrefslogtreecommitdiff
path: root/graphics/particles/invisibility.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/invisibility.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/invisibility.xml')
-rw-r--r--graphics/particles/invisibility.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/particles/invisibility.xml b/graphics/particles/invisibility.xml
new file mode 100644
index 00000000..954c7f91
--- /dev/null
+++ b/graphics/particles/invisibility.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author from The Mana World
+Copyright (C) 2010-2013 Evol Online -->
+<effect>
+ <particle position-x="0" position-y="0" position-z="32">
+ <emitter>
+ <property name="vertical-angle" min="0" max="360"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" value="17"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="3"/>
+ <property name="follow-parent"/>
+ <emitter>
+ <property name="image" value="graphics/particles/gloworb.png|W:#ffffff"/>
+ <property name="lifetime" value="80"/>
+ <property name="fade-in" value="40"/>
+ <property name="fade-out" value="40"/>
+ <property name="output" value="1"/>
+ <property name="follow-parent"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>