diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-30 12:18:36 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-30 12:18:36 +0000 |
commit | ea489c997c4e68326b94b1cc094ea2c36a428e96 (patch) | |
tree | 122433b334fd1722af7341c5c5018bc0f0272bdc | |
parent | 3e494a4ab8524dadc676a0f54681d9ad6bc6bd9c (diff) | |
download | clientdata-ea489c997c4e68326b94b1cc094ea2c36a428e96.tar.gz clientdata-ea489c997c4e68326b94b1cc094ea2c36a428e96.tar.bz2 clientdata-ea489c997c4e68326b94b1cc094ea2c36a428e96.tar.xz clientdata-ea489c997c4e68326b94b1cc094ea2c36a428e96.zip |
Revert "[Skip CI] Fix all shroom's hats"
This reverts commit 8e977b790a2a66da98bdc5d4901c8b7e68791f84
-rw-r--r-- | items.xml | 31 |
1 files changed, 9 insertions, 22 deletions
@@ -5577,21 +5577,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/head/shroomhat.png" name="Shroom Hat" description="A rare mushroom hat." - defense="23" - level="30" - str="2" + defense="25" + level="40" + str="1" type="equip-head" - weight="240"> + weight="320"> <sprite>equipment/head/shroomhat.xml</sprite> </item> <item id="3003" image="equipment/head/forestshroomhat.png" name="Forest Shroom Hat" description="You are now a invisible in forest" - defense="33" - level="50" - dex="4" - int="1" + defense="29" + level="45" + str="3" type="equip-head" weight="320"> <sprite>equipment/head/forestshroomhat.xml</sprite> @@ -5633,7 +5632,6 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. defense="42" level="60" str="5" - dex="1" type="equip-head" weight="420"> <sprite>equipment/head/wickedshroomhat.xml</sprite> @@ -5646,7 +5644,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="70" int="7" type="equip-head" - weight="250"> + weight="50"> <sprite>equipment/head/moonshroomhat.xml</sprite> </item> <item id="3009" @@ -5766,18 +5764,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="320"> <sprite>equipment/head/bountyhunterhelmet.xml</sprite> </item> - <item id="3019" - image="equipment/head/mushhat.png" - name="Mush Hat" - description="You're now ready to play Hide & Seek in forest." - defense="26" - level="40" - str="3" - int="1" - type="equip-head" - weight="290"> - <sprite>equipment/head/mushhat.xml</sprite> - </item> + <!-- Neck Armors --> <item id="3200" image="equipment/neck/shemagh.png" |