diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-10 09:47:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-10 09:47:54 -0300 |
commit | e4bbb59194b490a803552fdb6691ee455c44a485 (patch) | |
tree | 85be1ee67e1e26ad203413b6889e7f48c6da3776 | |
parent | e0d0207124f095086d7d8c894525b6821840901d (diff) | |
download | clientdata-e4bbb59194b490a803552fdb6691ee455c44a485.tar.gz clientdata-e4bbb59194b490a803552fdb6691ee455c44a485.tar.bz2 clientdata-e4bbb59194b490a803552fdb6691ee455c44a485.tar.xz clientdata-e4bbb59194b490a803552fdb6691ee455c44a485.zip |
TODO WIP effects
-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 --> |