diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-05-31 02:38:58 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-05-31 02:38:58 +0100 |
commit | 43276d74eae7a405d6ecc4987bc3b949621b80aa (patch) | |
tree | 602132b3b4bba5eecf474e431094b696a2bfa772 /status-effects.xml | |
parent | 2fc0901b580e93e9f3e254d4c7f044ace7467f10 (diff) | |
download | clientdata-43276d74eae7a405d6ecc4987bc3b949621b80aa.tar.gz clientdata-43276d74eae7a405d6ecc4987bc3b949621b80aa.tar.bz2 clientdata-43276d74eae7a405d6ecc4987bc3b949621b80aa.tar.xz clientdata-43276d74eae7a405d6ecc4987bc3b949621b80aa.zip |
Add Impositio effect and particle effect. (WIP)
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/status-effects.xml b/status-effects.xml index f1c85739..06059533 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -17,20 +17,30 @@ end-message: Displays a message when the effect end. <status-effect name="item-healing" id="70" block-id="24" persistent-particle-effect="true" start-particle="graphics/particles/healing.xml"/> + <status-effect name="magnificat" id="20" block-id="24" icon="icons/healing.xml" persistent-particle-effect="true" start-particle="graphics/particles/healing.xml"/> + <status-effect name="invisibility" id="4096" block-id="12" icon="icons/invisible.xml" start-message="You are now invisible." end-message="You are no longer invisible." persistent-particle-effect="true" start-particle="graphics/particles/invisibility.xml"/> + <status-effect name="poison" id="132" block-id="16" icon="icons/poison.xml" persistent-particle-effect="true" start-particle="graphics/particles/poison.xml"/> + <status-effect name="hide" id="194" icon="icons/hide.xml"/> + + <status-effect name="impositio" id="15" block-id="16" + persistent-particle-effect="true" + start-particle="graphics/particles/impositio.xml"/> + <!-- icon="icons/impositio.xml" is missing--> + </status-effects> |