diff options
Diffstat (limited to 'effects.xml')
-rw-r--r-- | effects.xml | 24 |
1 files changed, 24 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> |