diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-24 17:25:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-24 17:25:28 -0300 |
commit | c4fde4b2aff36d554d77ac3ba7da7b3acdccbd83 (patch) | |
tree | 6a36aacb49008ce7afdbdce671bc3d5427c6cf0a /status-effects.xml | |
parent | 45a8e35e86fef2119cd5215d887563c6ae780a51 (diff) | |
download | clientdata-c4fde4b2aff36d554d77ac3ba7da7b3acdccbd83.tar.gz clientdata-c4fde4b2aff36d554d77ac3ba7da7b3acdccbd83.tar.bz2 clientdata-c4fde4b2aff36d554d77ac3ba7da7b3acdccbd83.tar.xz clientdata-c4fde4b2aff36d554d77ac3ba7da7b3acdccbd83.zip |
Hey Micksha there you go, I've learnt how to add custom SI
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/status-effects.xml b/status-effects.xml index a0a15581..c24898da 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -276,6 +276,41 @@ end-message: Displays a message when the effect end. start-particle="graphics/particles/magic-shield.xml" end-particle="graphics/particles/magic-shield-end.xml" /> + <status-effect + name="inc agi" + id="971" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="inc vit" + id="972" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="inc int" + id="973" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="inc dex" + id="974" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="inc luk" + id="975" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> <!-- OPTION_SIGHT --> <status-effect |