summaryrefslogtreecommitdiff
path: root/graphics/particles/skillup.xml
diff options
context:
space:
mode:
authorSaulc <lucas@debian>2018-01-13 19:41:26 +0100
committerSaulc <lucas@debian>2018-01-13 19:41:26 +0100
commit4c4f4be30bae96e6cd943de326b1a4b1b841dcd4 (patch)
treea94e0a063e5df2a9f7f84f720982a3bca0c0cf6d /graphics/particles/skillup.xml
downloadclientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.gz
clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.bz2
clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.xz
clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.zip
Initial commit
Diffstat (limited to 'graphics/particles/skillup.xml')
-rw-r--r--graphics/particles/skillup.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/particles/skillup.xml b/graphics/particles/skillup.xml
new file mode 100644
index 00000000..819fbe0d
--- /dev/null
+++ b/graphics/particles/skillup.xml
@@ -0,0 +1,22 @@
+<?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="27"
+ lifetime="200">
+ <emitter>
+ <property name="image" value="graphics/particles/star-medium.png|W:#00ff00,ffffff"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="power" value="1.5"/>
+ <property name="lifetime" value="50"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="25"/>
+ <property name="output" min="-5" max="1"/>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" value="32"/>
+ </emitter>
+ </particle>
+</effect>