summaryrefslogtreecommitdiff
path: root/graphics/particles/circle.particle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/particles/circle.particle.xml')
-rw-r--r--graphics/particles/circle.particle.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/graphics/particles/circle.particle.xml b/graphics/particles/circle.particle.xml
new file mode 100644
index 00000000..cf80e731
--- /dev/null
+++ b/graphics/particles/circle.particle.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<!--
+A circle on the ground 60 pixels in diameter made from particles.
+-->
+
+<!-- Copyright (C) 2010 The Mana World Development Team
+Copyright (C) 2010-2011 Evol Online -->
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "0"
+ >
+ <emitter>
+ <property name="position-y" value="-16"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="0" max="0"/>
+ <property name="power" value="30"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="3"/>
+ <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> \ No newline at end of file