summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/particles/afk.xml49
-rw-r--r--graphics/particles/zzz.pngbin0 -> 330 bytes
2 files changed, 49 insertions, 0 deletions
diff --git a/graphics/particles/afk.xml b/graphics/particles/afk.xml
new file mode 100644
index 00000000..b724560d
--- /dev/null
+++ b/graphics/particles/afk.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Alige
+Copyright (C) 2013 Evol Online -->
+<effect>
+ <particle position-x="0" position-y="0" position-z="32">
+ <emitter>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" value="-48"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="gravity" value="-0.0003"/>
+ <property name="output" min="-150" max="1"/>
+ <property name="output-pause" min="1" max="9"/>
+ <property name="fade-in" value="20"/>
+ <property name="fade-out" value="50"/>
+ <property name="lifetime" value="300"/>
+ <animation imageset="graphics/particles/zzz.png" width="8" height="10">
+ <frame index="0"/>
+ </animation>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" value="-48"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="gravity" value="-0.0006"/>
+ <property name="output" min="-100" max="1"/>
+ <property name="output-pause" min="1" max="6"/>
+ <property name="fade-in" value="20"/>
+ <property name="fade-out" value="50"/>
+ <property name="lifetime" value="250"/>
+ <animation imageset="graphics/particles/zzz.png" width="8" height="10">
+ <frame index="1"/>
+ </animation>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" value="-48"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="gravity" value="-0.0009"/>
+ <property name="output" min="-50" max="1"/>
+ <property name="output-pause" min="1" max="3"/>
+ <property name="fade-in" value="20"/>
+ <property name="fade-out" value="50"/>
+ <property name="lifetime" value="200"/>
+ <animation imageset="graphics/particles/zzz.png" width="8" height="10">
+ <frame index="2"/>
+ </animation>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/particles/zzz.png b/graphics/particles/zzz.png
new file mode 100644
index 00000000..892d5f8d
--- /dev/null
+++ b/graphics/particles/zzz.png
Binary files differ