diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-09 19:21:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-09 19:21:49 +0300 |
commit | 24895034042526732d054c4c74beb73e940f8abc (patch) | |
tree | 90b5a95ee24ffdd8be5d181d4418b5e4b8e03494 | |
parent | 623c2586d827f9b978741526b6e06b446a573838 (diff) | |
download | clientdata-24895034042526732d054c4c74beb73e940f8abc.tar.gz clientdata-24895034042526732d054c4c74beb73e940f8abc.tar.bz2 clientdata-24895034042526732d054c4c74beb73e940f8abc.tar.xz clientdata-24895034042526732d054c4c74beb73e940f8abc.zip |
Add cloaking status effect.
-rw-r--r-- | status-effects.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/status-effects.xml b/status-effects.xml index f3b2f7f3..17e04da5 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -14,6 +14,11 @@ end-message: Displays a message when the effect end. --> <status-effects> + <status-effect name="cloacking" id="5" + block-id="2" + icon="icons/invisible.xml" + /> + <status-effect name="item-healing" id="70" block-id="24" persistent-particle-effect="true" start-particle="graphics/particles/healing.xml"/> |