diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | effects.xml | 12 |
2 files changed, 13 insertions, 0 deletions
@@ -1038,6 +1038,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/particles/lightning2-263.png (Lunovox?) (GPLv3) (TMW-BR) graphics/particles/lightning3-275.png (Lunovox?) (GPLv3) (TMW-BR) graphics/particles/line-small.png (?) (GPLv2) (-) + graphics/particles/misc.png (Cethiel) (CC 0) (jesusalva) graphics/particles/monster-troll-foefire.particle.png (FotherJ) (GPLv2, CC BY-SA 3.0) (LoF) graphics/particles/orb-large.png (Reid) (CC BY-SA 3.0) (-) graphics/particles/orb-large2.png (Reid) (CC BY-SA 3.0) (-) diff --git a/effects.xml b/effects.xml index 4f21687f..7a23c0ff 100644 --- a/effects.xml +++ b/effects.xml @@ -115,6 +115,18 @@ Copyright (C) 2018 TMW2: Moubootaur Legends <!-- Blue magical particle effect. --> <!--effect id="704" particle="graphics/particles/magic.xml"/--> + <!--+++++++++++++++++++++++--> + <!-- id 800+: Special FXs! --> + <!--+++++++++++++++++++++++--> + + <!-- Yellow Hit Particles --> + <effect id="800" particle="graphics/particles/hit2.xml"/> + <!-- Golden Hit Particles --> + <effect id="801" particle="graphics/particles/hit3.xml"/> + <!-- Blue-ish Hit Particles --> + <effect id="802" particle="graphics/particles/hit4.xml"/> + <!-- Red-ish Hit Particles --> + <effect id="803" particle="graphics/particles/hit5.xml"/> <!--+++++++++++++++++++++++--> <!-- id 10k+: Testing 4144 --> |