diff options
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 30 |
1 files changed, 27 insertions, 3 deletions
@@ -378,11 +378,35 @@ Colors for dyable equipments or items are now set up by itemcolors.xml. weight="10" maxFloorOffset="9"/> <item id="713" - image="generic/fishbox.png" + image="generic/box-fish.png" name="Fish Box" - description="A wooden box full of fresh fish." + description="A wooden box full of fresh fish that gave you Couwan." type="generic" - weight="40" + weight="2000" + maxFloorOffsetX="7" + maxFloorOffsetY="9"/> + <item id="714" + image="generic/box-aquada.png" + name="Aquada Box" + description="A wooden box full of aquada." + type="generic" + weight="2500" + maxFloorOffsetX="7" + maxFloorOffsetY="9"/> + <item id="715" + image="generic/box-croconut.png" + name="Croconut Box" + description="A wooden box full of croconut." + type="generic" + weight="3500" + maxFloorOffsetX="7" + maxFloorOffsetY="9"/> + <item id="716" + image="generic/box-plumushroom.png" + name="Mushroom Box" + description="A wooden box full of plumushroom." + type="generic" + weight="1500" maxFloorOffsetX="7" maxFloorOffsetY="9"/> |