diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-19 01:36:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-19 01:36:49 -0300 |
commit | b510cc85b143aef21a2c01a6ae56bcbad1238238 (patch) | |
tree | 79efa339fee92015163ce0322c00100a80328bbf /effects.xml | |
parent | 3cf5ef04ce6582fc20ad412378d92dfadd3f6e1c (diff) | |
download | clientdata-b510cc85b143aef21a2c01a6ae56bcbad1238238.tar.gz clientdata-b510cc85b143aef21a2c01a6ae56bcbad1238238.tar.bz2 clientdata-b510cc85b143aef21a2c01a6ae56bcbad1238238.tar.xz clientdata-b510cc85b143aef21a2c01a6ae56bcbad1238238.zip |
Register a few more effect particles
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> |