diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-05 00:57:08 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-05 00:57:08 -0300 |
commit | 3a8c6a6859baa5fdb5010b0822d97d052e71c04a (patch) | |
tree | 36c3765cf8242c59af820d195f8e1facad647b26 /items.xml | |
parent | 21c8befc12e0bad24a90386a16e1a82bdce9fa60 (diff) | |
download | clientdata-3a8c6a6859baa5fdb5010b0822d97d052e71c04a.tar.gz clientdata-3a8c6a6859baa5fdb5010b0822d97d052e71c04a.tar.bz2 clientdata-3a8c6a6859baa5fdb5010b0822d97d052e71c04a.tar.xz clientdata-3a8c6a6859baa5fdb5010b0822d97d052e71c04a.zip |
Include event gift boxes
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -802,6 +802,46 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. useButton="Break" weight="1" maxFloorOffset="20"/> + <item id="589" + image="usable/gift-bronze.png" + name="Bronze Gift" + description="Wow! A Gift Box! What wonders are inside?" + type="usable" + useButton="Unwrap" + weight="25" + maxFloorOffset="20"/> + <item id="590" + image="usable/gift-silver.png" + name="Silver Gift" + description="Wow! A Gift Box! What wonders are inside?" + type="usable" + useButton="Unwrap" + weight="25" + maxFloorOffset="20"/> + <item id="591" + image="usable/gift-golden.png" + name="Golden Gift" + description="Wow! A Gift Box! What wonders are inside?" + type="usable" + useButton="Unwrap" + weight="25" + maxFloorOffset="20"/> + <item id="592" + image="usable/gift-prism.png" + name="Prism Gift" + description="Wow! A Gift Box! What wonders are inside?" + type="usable" + useButton="Unwrap" + weight="25" + maxFloorOffset="20"/> + <item id="593" + image="usable/gift-supreme.png" + name="Supreme Gift" + description="Wow! A Gift Box! What wonders are inside?" + type="usable" + useButton="Unwrap" + weight="25" + maxFloorOffset="20"/> <!-- Generic Items --> |