diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-06 23:32:02 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-06 23:32:02 +0100 |
commit | e6127219c4335202d580f645ad6117ef42010ac3 (patch) | |
tree | b1e50b2f78eefc57277a25dcec6a4cc290e5adac /graphics/particles | |
parent | 8782444cb05cb6def27432544db046d42c4dc387 (diff) | |
download | clientdata-e6127219c4335202d580f645ad6117ef42010ac3.tar.gz clientdata-e6127219c4335202d580f645ad6117ef42010ac3.tar.bz2 clientdata-e6127219c4335202d580f645ad6117ef42010ac3.tar.xz clientdata-e6127219c4335202d580f645ad6117ef42010ac3.zip |
Review AFK particle effect.
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/afk.xml | 121 | ||||
-rw-r--r-- | graphics/particles/zzz.png | bin | 330 -> 308 bytes |
2 files changed, 72 insertions, 49 deletions
diff --git a/graphics/particles/afk.xml b/graphics/particles/afk.xml index 1d7cfe10..e16ac89e 100644 --- a/graphics/particles/afk.xml +++ b/graphics/particles/afk.xml @@ -1,49 +1,72 @@ -<?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="-45"/>
- <property name="output" min="-2" max="1"/>
- <property name="lifetime" value="1"/>
- <emitter>
- <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="60"/>
- <property name="fade-out" value="100"/>
- <property name="randomness" value="2"/>
- <property name="lifetime" value="300"/>
- <animation imageset="graphics/particles/zzz.png" width="8" height="10">
- <frame index="0"/>
- </animation>
- </emitter>
- <emitter>
- <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="40"/>
- <property name="fade-out" value="75"/>
- <property name="randomness" value="3"/>
- <property name="lifetime" value="250"/>
- <animation imageset="graphics/particles/zzz.png" width="8" height="10">
- <frame index="1"/>
- </animation>
- </emitter>
- <emitter>
- <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="randomness" value="4"/>
- <property name="lifetime" value="200"/>
- <animation imageset="graphics/particles/zzz.png" width="8" height="10">
- <frame index="2"/>
- </animation>
- </emitter>
- </emitter>
- </particle>
-</effect>
+<?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="0"> + <emitter> + <property name="position-x" value="0"/> + <property name="position-y" value="0"/> + <property name="position-z" value="90"/> + <property name="vertical-angle" value="90"/> + <property name="power" min="4" max="15"/> + <property name="lifetime" value="1"/> + <property name="output" value="1"/> + <property name="output-pause" value ="150"/> + <emitter> + <property name="gravity" value="-0.01"/> + <property name="momentum" value="0.9"/> + <animation imageset="graphics/particles/zzz.png" width="8" height="10"> + <sequence start="1" end="3" delay="240"/> + <frame index="3" delay="1000"/> + </animation> + <property name="lifetime" value="150"/> + <property name="fade-out" value="40"/> + <property name="output" value="1"/> + </emitter> + </emitter> + <emitter> + <property name="position-x" value="-7"/> + <property name="position-y" value="8"/> + <property name="position-z" value="90"/> + <property name="vertical-angle" value="90"/> + <property name="power" min="4" max="15"/> + <property name="lifetime" value="1"/> + <property name="output" value="1"/> + <property name="output-pause" value ="150"/> + <emitter> + <property name="gravity" value="-0.01"/> + <property name="momentum" value="0.9"/> + <animation imageset="graphics/particles/zzz.png" width="8" height="10"> + <frame index="0" delay="800"/> + <sequence start="0" end="3" delay="240"/> + <frame index="3" delay="1000"/> + </animation> + <property name="lifetime" value="300"/> + <property name="fade-out" value="40"/> + <property name="output" value="1"/> + </emitter> + </emitter> + <emitter> + <property name="position-x" value="7"/> + <property name="position-y" value="16"/> + <property name="position-z" value="90"/> + <property name="vertical-angle" value="90"/> + <property name="power" min="4" max="15"/> + <property name="lifetime" value="1"/> + <property name="output" value="1"/> + <property name="output-pause" value ="150"/> + <emitter> + <property name="gravity" value="-0.01"/> + <property name="momentum" value="0.9"/> + <animation imageset="graphics/particles/zzz.png" width="8" height="10"> + <frame index="0" delay="1600"/> + <sequence start="0" end="3" delay="240"/> + <frame index="3" delay="1000"/> + </animation> + <property name="lifetime" value="450"/> + <property name="fade-out" value="70"/> + <property name="output" value="1"/> + </emitter> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/zzz.png b/graphics/particles/zzz.png Binary files differindex 892d5f8d..26803d20 100644 --- a/graphics/particles/zzz.png +++ b/graphics/particles/zzz.png |