diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-19 01:36:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-19 01:36:49 -0300 |
commit | b510cc85b143aef21a2c01a6ae56bcbad1238238 (patch) | |
tree | 79efa339fee92015163ce0322c00100a80328bbf /graphics/particles/magic.green.xml | |
parent | 3cf5ef04ce6582fc20ad412378d92dfadd3f6e1c (diff) | |
download | clientdata-b510cc85b143aef21a2c01a6ae56bcbad1238238.tar.gz clientdata-b510cc85b143aef21a2c01a6ae56bcbad1238238.tar.bz2 clientdata-b510cc85b143aef21a2c01a6ae56bcbad1238238.tar.xz clientdata-b510cc85b143aef21a2c01a6ae56bcbad1238238.zip |
Register a few more effect particles
Diffstat (limited to 'graphics/particles/magic.green.xml')
-rw-r--r-- | graphics/particles/magic.green.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/particles/magic.green.xml b/graphics/particles/magic.green.xml new file mode 100644 index 00000000..5ca502a0 --- /dev/null +++ b/graphics/particles/magic.green.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Alige, Unknown +Copyright (C) 2016 Evol Online +Copyright (C) 2004~2019 The Mana World --> + +<effect> + <particle position-x="0" + position-y="0" + position-z="27" + lifetime="150"> + <emitter> + <animation imageset="graphics/particles/sparkles.png|W:#00a000,30ff30" width="15" height="15"> + <sequence start="0" end="3" delay="50"/> + <frame index="0" delay="100"/> + </animation> + <property name="vertical-angle" value="90"/> + <property name="power" value="1.1"/> + <property name="lifetime" min="50" max="60"/> + <property name="output" value="1"/> + <property name="output-pause" value="4"/> + <property name="fade-in" min="5" max="10"/> + <property name="fade-out" value="15"/> + <property name="position-x" min="-12" max="12"/> + <property name="position-y" value="32"/> + </emitter> + </particle> +</effect> |