diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-21 11:05:01 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-21 21:41:13 +0100 |
commit | 2fcb797accb50af7e5476fb1f0deff71432eba98 (patch) | |
tree | 495957657c4e9ead96a05f0009c5ee2214036e08 | |
parent | 717e9b393785230d3282bf45ebc0c20193fb6fe7 (diff) | |
download | clientdata-2fcb797accb50af7e5476fb1f0deff71432eba98.tar.gz clientdata-2fcb797accb50af7e5476fb1f0deff71432eba98.tar.bz2 clientdata-2fcb797accb50af7e5476fb1f0deff71432eba98.tar.xz clientdata-2fcb797accb50af7e5476fb1f0deff71432eba98.zip |
add new effect for teleport
-rw-r--r-- | graphics/particles/icedfire.particle.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/particles/icedfire.particle.xml b/graphics/particles/icedfire.particle.xml new file mode 100644 index 00000000..4c039e0a --- /dev/null +++ b/graphics/particles/icedfire.particle.xml @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<effect> +// Blue effect sart from floor and to to sky. taht can be use at teleportation or charge magic iced power +// TMW2 Effect +// Autor: Saulc + <particle position-x="0" position-y="0" position-z="0" lifetime="15"> + <emitter> + <animation imageset="graphics/particles/blueform.png" width="17" height="17"> + <sequence start="0" end="9" delay="30"/> + <frame index="0" delay="300"/> + <end/> + </animation> + <property name="vertical-angle" value="90"/> + <property name="power" value="4"/> + <property name="lifetime" value="30"/> + <property name="output" min="2" max="5"/> + <property name="position-x" min="-15" max="15"/> + <property name="position-y" min="-15" max="15"/> + <property name="position-z" min="0" max="3"/> + </emitter> + </particle> +</effect> |