diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-07 21:04:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-07 21:04:38 +0300 |
commit | a2f82d638a3f7d9d8e457e0a391b6b4aad417c84 (patch) | |
tree | 5b79dbce3c78f4c0fe7b681d6f0046a7620e3d48 | |
parent | 0d7f01541c23559e142424bebb19510af6723b2e (diff) | |
download | clientdata-a2f82d638a3f7d9d8e457e0a391b6b4aad417c84.tar.gz clientdata-a2f82d638a3f7d9d8e457e0a391b6b4aad417c84.tar.bz2 clientdata-a2f82d638a3f7d9d8e457e0a391b6b4aad417c84.tar.xz clientdata-a2f82d638a3f7d9d8e457e0a391b6b4aad417c84.zip |
Add over weight status effects.
-rw-r--r-- | status-effects.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/status-effects.xml b/status-effects.xml index f3fefde6..f711863b 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -7,6 +7,8 @@ <status-effect name="poison" id="132" block-id="16" icon="icons/poison.xml" persistent-particle-effect="yes" start-particle="graphics/particles/green-bubbles.particle.xml"/> <status-effect name="slow-poison" id="14" block-id="25" icon="icons/slow-poison.xml" persistent-particle-effect="yes" start-particle="graphics/particles/small-green-bubbles.particle.xml"/> <status-effect name="dark-aura" id="2004" block-id="26" icon="icons/poison.xml" persistent-particle-effect="yes" start-particle="graphics/particles/dark-aura.particle.xml"/> + <status-effect name="weight 50%" id="35"/> + <status-effect name="weight 90%" id="36"/> <status-effect name="hide" id="194" block-id="6" icon="icons/hidden.xml"/> <status-effect name="flying-backpack" id="196" icon="icons/feather.xml"/> <status-effect name="barrier" id="197" icon="icons/green-barrier.xml"/> |