diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-30 14:57:52 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-30 14:57:52 +0000 |
commit | 05f3c1c50a973561f815698dea800440f8ad0fb7 (patch) | |
tree | 67106453c1a9c6e8c7ca2b0019004703f6396af6 /items.xml | |
parent | 042a6ff1eaaf013f4652269de1beb3b26fae89dd (diff) | |
download | clientdata-r05_180630.tar.gz clientdata-r05_180630.tar.bz2 clientdata-r05_180630.tar.xz clientdata-r05_180630.zip |
add rare item no spriter05_180630
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -4647,6 +4647,28 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="320"> <sprite>equipment/head/pinkhelmet.xml</sprite> </item> + <item id="3002" + image="equipment/head/shroomhat.png" + name="Shroom Hat" + description="rare item" + defense="50" + level="40" + str="1" + type="equip-head" + weight="320"> + <sprite>equipment/head/pinkhelmet.xml</sprite> + </item> + <item id="3003" + image="equipment/head/mushroomhat.png" + name="Forest Shroom Hat" + description="rare item" + defense="50" + level="40" + str="2" + type="equip-head" + weight="320"> + <sprite>equipment/head/pinkhelmet.xml</sprite> + </item> <!-- Neck Armors --> <item id="3200" |