diff options
-rw-r--r-- | effects.xml | 2 | ||||
-rw-r--r-- | graphics/particles/homunup.xml | 22 |
2 files changed, 24 insertions, 0 deletions
diff --git a/effects.xml b/effects.xml index 2a0bfdf3..6a761020 100644 --- a/effects.xml +++ b/effects.xml @@ -100,6 +100,8 @@ Copyright (C) 2018 TMW2: Moubootaur Legends <effect id="312" audio="special/nature-thunder.ogg" particle="graphics/particles/lightning-lunovox.xml"/> <!-- A flashing lighting! --> <effect id="344" particle="graphics/particles/magic-shield.xml"/> <!-- @summon GM command particle effect. --> + <effect id="568" audio="system/skillup.ogg" particle="graphics/particles/homunup.xml"/> <!-- Homunculus level up particle effect. --> + <!--+++++++++++++++++++++++--> <!-- id 700+: Magic Skills --> 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> |