diff options
author | Micksha <ms-shaman@gmx.de> | 2020-02-08 19:04:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-08 19:04:25 -0300 |
commit | 1b74fb5c162ea340fea68f4c75e509cf772f73ed (patch) | |
tree | 8b55d8de54613a6a2737831e3bf2d96beb3c4931 /status-effects.xml | |
parent | f1d34ae358fe76e935c2c244c9e612ad993ae4fa (diff) | |
parent | 003e6aab2348c078c955c24a012520ee42c34976 (diff) | |
download | clientdata-1b74fb5c162ea340fea68f4c75e509cf772f73ed.tar.gz clientdata-1b74fb5c162ea340fea68f4c75e509cf772f73ed.tar.bz2 clientdata-1b74fb5c162ea340fea68f4c75e509cf772f73ed.tar.xz clientdata-1b74fb5c162ea340fea68f4c75e509cf772f73ed.zip |
Adding icons and particles to stat buffs (for jesusalva potions) - as per Saulc request
¡¡Not finished!! It is not yet called on status-effects.xml
Merge branch 'icons-particles' of https://gitlab.com/mick-tmw2/clientdata
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/status-effects.xml b/status-effects.xml index 6a3bd54d..46f3b674 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -102,7 +102,7 @@ end-message: Displays a message when the effect end. <status-effect name="att haste 1" id="37" - icon="icons/bpotionsprite.xml|G:#da69e5,ffdaff" + icon="icons/bpotion_drink.xml|#da69e5,ffdaff" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> @@ -145,7 +145,7 @@ end-message: Displays a message when the effect end. <status-effect name="inc str 2" id="150" - icon="icons/bpotionsprite.xml|#c05000,f0a000,f0f09f" + icon="icons/bpotion_blink.xml|#c05000,f0a000,f0f09f" persistent-particle-effect="true" start-particle="graphics/particles/strengthfurry.particle.xml" /> |