diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-07 13:03:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-07 13:03:42 +0300 |
commit | 6c70cddefda07f716137db11f3c72c2ef3f983a7 (patch) | |
tree | 30fae9406b3318d38f0609cd747b81d10c37f719 /status-effects.xml | |
parent | fa19c8918fd5e46af5df7fd1143a99357b0f239d (diff) | |
download | clientdata-6c70cddefda07f716137db11f3c72c2ef3f983a7.tar.gz clientdata-6c70cddefda07f716137db11f3c72c2ef3f983a7.tar.bz2 clientdata-6c70cddefda07f716137db11f3c72c2ef3f983a7.tar.xz clientdata-6c70cddefda07f716137db11f3c72c2ef3f983a7.zip |
Fix heal status effects. Remove wrong block-id and fix names.
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/status-effects.xml b/status-effects.xml index 46fed5f8..102fbddb 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -125,17 +125,15 @@ end-message: Displays a message when the effect end. icon="icons/hide.xml" /> <status-effect - name="heal potion" + name="heal s" id="293" - block-id="24" icon="icons/healing.xml" persistent-particle-effect="true" start-particle="graphics/particles/healing.xml" /> <status-effect - name="heal other" + name="heal l" id="294" - block-id="24" icon="icons/healing.xml" persistent-particle-effect="true" start-particle="graphics/particles/healing.xml" @@ -179,9 +177,8 @@ end-message: Displays a message when the effect end. start-particle="graphics/particles/invisibility.xml" /> <status-effect - name="special potion1" + name="heal g" id="578" - block-id="24" icon="icons/healing.xml" persistent-particle-effect="true" start-particle="graphics/particles/healing.xml" @@ -191,9 +188,8 @@ end-message: Displays a message when the effect end. id="622" /> <status-effect - name="special potion2" + name="heal m" id="670" - block-id="24" icon="icons/healing.xml" persistent-particle-effect="true" start-particle="graphics/particles/healing.xml" |