diff options
-rw-r--r-- | effects.xml | 24 | ||||
-rw-r--r-- | graphics/particles/magic.golden.xml | 27 | ||||
-rw-r--r-- | graphics/particles/magic.green.xml | 27 | ||||
-rw-r--r-- | graphics/particles/magic.red.xml | 27 | ||||
-rw-r--r-- | graphics/particles/magic.white.xml | 27 |
5 files changed, 132 insertions, 0 deletions
diff --git a/effects.xml b/effects.xml index b8a72b2e..de46e2d1 100644 --- a/effects.xml +++ b/effects.xml @@ -72,7 +72,9 @@ Copyright (C) 2018 TMW2: Moubootaur Legends 609 - cooking --> + <!--++++++++++++++++++++++++++++++--> <!-- Reserved for TMW2: id 50~250 --> + <!--++++++++++++++++++++++++++++++--> <effect id="50" particle="graphics/particles/smoke.xml"/> <!-- Smoke particle effect. --> <effect id="51" particle="graphics/particles/medium-blindinglight.xml"/> <!-- Bug bomb --> <effect id="52" particle="graphics/particles/medium-blindinglight2.xml"/> <!-- Smoke Grenade --> @@ -91,10 +93,32 @@ Copyright (C) 2018 TMW2: Moubootaur Legends <effect id="150" particle="graphics/particles/healing.xml"/> <!-- Potion particle effect. --> + <!-- id 162 ~ id 163 reserved --> + <effect id="310" particle="graphics/particles/circle-magic.xml"/> <!-- A magical circle, which GMs can use --> <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. --> + <!--+++++++++++++++++++++++--> + <!-- id 700+: Magic Skills --> + <!--+++++++++++++++++++++++--> + + <!-- Golden magical particle effect. --> + <effect id="700" particle="graphics/particles/magic.golden.xml"/> + <!-- White magical particle effect. --> + <effect id="701" particle="graphics/particles/magic.white.xml"/> + <!-- Red magical particle effect. --> + <effect id="702" particle="graphics/particles/magic.red.xml"/> + <!-- Green magical particle effect. --> + <effect id="703" particle="graphics/particles/magic.green.xml"/> + <!-- Blue magical particle effect. --> + <effect id="704" particle="graphics/particles/magic.xml"/> + + + <!--+++++++++++++++++++++++--> + <!-- id 10k+: Testing 4144 --> + <!--+++++++++++++++++++++++--> + <effect id="10000" particle="graphics/particles/spirit.xml"/> <!-- Spirit ball. --> </being-effects> diff --git a/graphics/particles/magic.golden.xml b/graphics/particles/magic.golden.xml new file mode 100644 index 00000000..2da3e32e --- /dev/null +++ b/graphics/particles/magic.golden.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:#a0a000,ffdf10" 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> 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> diff --git a/graphics/particles/magic.red.xml b/graphics/particles/magic.red.xml new file mode 100644 index 00000000..e918928a --- /dev/null +++ b/graphics/particles/magic.red.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:#b00000,ff8020" 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> diff --git a/graphics/particles/magic.white.xml b/graphics/particles/magic.white.xml new file mode 100644 index 00000000..344b8bd8 --- /dev/null +++ b/graphics/particles/magic.white.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:#e0e0e0,ffffff" 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> |