diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-09-30 09:34:39 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-09-30 09:34:39 +0000 |
commit | 8e977b790a2a66da98bdc5d4901c8b7e68791f84 (patch) | |
tree | 9131b7a97826890835838734c318f76289d396cf | |
parent | f4ae8584610a80507bc30a7dea9af7cc3680edd0 (diff) | |
download | clientdata-8e977b790a2a66da98bdc5d4901c8b7e68791f84.tar.gz clientdata-8e977b790a2a66da98bdc5d4901c8b7e68791f84.tar.bz2 clientdata-8e977b790a2a66da98bdc5d4901c8b7e68791f84.tar.xz clientdata-8e977b790a2a66da98bdc5d4901c8b7e68791f84.zip |
[Skip CI] Fix all shroom's hats
-rw-r--r-- | items.xml | 31 |
1 files changed, 22 insertions, 9 deletions
@@ -5577,20 +5577,21 @@ 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="25" - level="40" - str="1" + defense="23" + level="30" + str="2" type="equip-head" - weight="320"> + weight="240"> <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="29" - level="45" - str="3" + defense="33" + level="50" + dex="4" + int="1" type="equip-head" weight="320"> <sprite>equipment/head/forestshroomhat.xml</sprite> @@ -5632,6 +5633,7 @@ 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> @@ -5644,7 +5646,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="70" int="7" type="equip-head" - weight="50"> + weight="250"> <sprite>equipment/head/moonshroomhat.xml</sprite> </item> <item id="3009" @@ -5764,7 +5766,18 @@ 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" |