diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:13 -0300 |
commit | 2f75672ce9c9572e1bcc39eba8b376e41eae6856 (patch) | |
tree | e3ce7e053ffef3e65ec91f4c8919da0260644915 /graphics/particles/warp.xml | |
download | clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.tar.gz clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.tar.bz2 clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.tar.xz clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.zip |
Initial commit (Moubootaur Legends Fork)
Diffstat (limited to 'graphics/particles/warp.xml')
-rw-r--r-- | graphics/particles/warp.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/particles/warp.xml b/graphics/particles/warp.xml new file mode 100644 index 0000000..65a6ca2 --- /dev/null +++ b/graphics/particles/warp.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: Alige, Reid +Copyright (C) 2010-2016 Evol Online --> + +<effect> + <particle position-x="0" + position-y="128" + position-z="128" + size-adjustable="true"> + <emitter> + <property name="image" value="graphics/particles/star-small.png|W:#ffe6ce,ffe6ce"/> + <property name="lifetime" value="100"/> + <property name="position-x" min="0" max="32"/> + <property name="position-y" min="0" max="48"/> + <property name="vertical-angle" min="0" max="90"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="output" min="0" max="1"/> + <property name="output-pause" min="2" max="6"/> + <property name="fade-in" value="10"/> + <property name="fade-out" value="40"/> + <property name="gravity" min="-0.002" max="-0.005"/> + <property name="randomness" value="4"/> + </emitter> + </particle> +</effect> |