diff options
author | Reid <reidyaro@gmail.com> | 2012-09-21 00:15:23 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-21 00:15:23 +0200 |
commit | 494a28a27a8d281151fcfb1e95e0c0b224c5f932 (patch) | |
tree | c6954920b91d29065f8e3048a617e76a5c2c16ea | |
parent | c8195053f6e9d92ac57673b6f91512b22d2e5a82 (diff) | |
download | clientdata-494a28a27a8d281151fcfb1e95e0c0b224c5f932.tar.gz clientdata-494a28a27a8d281151fcfb1e95e0c0b224c5f932.tar.bz2 clientdata-494a28a27a8d281151fcfb1e95e0c0b224c5f932.tar.xz clientdata-494a28a27a8d281151fcfb1e95e0c0b224c5f932.zip |
Add Plushroom on items.xml .
-rw-r--r-- | items.xml | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -275,8 +275,17 @@ Colors for dyable equipments or items are now set up by itemcolors.xml. name="Old Book" description="A book that threatens to fall apart in your hands as you carefully browse the pages." type="usable" - weight="15" + weight="150" maxFloorOffsetX="5"/> + <item id="515" + image="usable/plushroom.png" + name="Plushroom" + description="Need a description." + effect="+25 HP" + type="usable" + weight="55" + maxFloorOffsetX="12" + maxFloorOffsetY="9"/> <!-- Generic Items --> |