diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-24 23:11:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-24 23:11:06 -0300 |
commit | 6e46ab1043c3c2f5501b0c1649d37bff5a2c3cf7 (patch) | |
tree | d12c31d1e55a4336324f9d6a760c043b7cf2f724 /graphics/particles | |
parent | 9576865afed63efdc946022fd2a59b91b2ab9506 (diff) | |
download | clientdata-6e46ab1043c3c2f5501b0c1649d37bff5a2c3cf7.tar.gz clientdata-6e46ab1043c3c2f5501b0c1649d37bff5a2c3cf7.tar.bz2 clientdata-6e46ab1043c3c2f5501b0c1649d37bff5a2c3cf7.tar.xz clientdata-6e46ab1043c3c2f5501b0c1649d37bff5a2c3cf7.zip |
Golden level up particles for Homunculus level up %%N
If it works or not, is all 4144 fault btw
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/homunup.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/particles/homunup.xml b/graphics/particles/homunup.xml new file mode 100644 index 00000000..8844ae73 --- /dev/null +++ b/graphics/particles/homunup.xml @@ -0,0 +1,22 @@ +<?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="27" + lifetime="200"> + <emitter> + <property name="image" value="graphics/particles/star-medium.png|W:#ffff00,ffffff"/> + <property name="vertical-angle" value="90"/> + <property name="power" value="1.5"/> + <property name="lifetime" value="50"/> + <property name="fade-in" value="5"/> + <property name="fade-out" value="25"/> + <property name="output" min="-5" max="1"/> + <property name="position-x" min="-8" max="8"/> + <property name="position-y" value="32"/> + </emitter> + </particle> +</effect> |