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