diff options
author | Reid <reidyaro@gmail.com> | 2012-09-07 01:36:59 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-07 01:36:59 +0200 |
commit | dbf99f76098b6864cdd1c2e5335b6028adb3e21d (patch) | |
tree | b673132f258ec46a77ef6f06fc7408e782e17a9c | |
parent | 1fc1f6e74559ebdd0d942078ff6aed28ef19be88 (diff) | |
download | clientdata-dbf99f76098b6864cdd1c2e5335b6028adb3e21d.tar.gz clientdata-dbf99f76098b6864cdd1c2e5335b6028adb3e21d.tar.bz2 clientdata-dbf99f76098b6864cdd1c2e5335b6028adb3e21d.tar.xz clientdata-dbf99f76098b6864cdd1c2e5335b6028adb3e21d.zip |
Add new items on LICENSE file as CC BY-SA 3.0,
Add new items on items.xml,
Change weight of Fish Box.
-rw-r--r-- | LICENSE | 5 | ||||
-rw-r--r-- | items.xml | 30 |
2 files changed, 31 insertions, 4 deletions
@@ -5,7 +5,10 @@ Licensed under Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0 http://creative graphics/items/generic/use/acorn.png (Reid) graphics/items/generic/croconut.png (Hal9000) graphics/items/generic/feathers.png (Reid) - graphics/items/generic/fishbox.png (Hal9000) + graphics/items/generic/box-aquada.png (Hal9000) + graphics/items/generic/box-croconut.png (Hal9000) + graphics/items/generic/box-fish.png (Hal9000) + graphics/items/generic/box-plumushroom.png (Hal9000) graphics/items/generic/fragmenttortugasshell.png (Reid) graphics/items/generic/rattooth.png (Reid) graphics/items/generic/squichyclaw.png (Reid) @@ -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"/> |