diff options
author | Reid <reidyaro@gmail.com> | 2015-09-13 05:25:05 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-09-13 05:25:05 +0200 |
commit | d59439492ddd036156de12cdad17d375d46fca88 (patch) | |
tree | 831fdbb5c36fd260e442f6c844f6548bac9d19fb /items.xml | |
parent | af12b7330944138f182a672fbe7635402e426699 (diff) | |
download | clientdata-d59439492ddd036156de12cdad17d375d46fca88.tar.gz clientdata-d59439492ddd036156de12cdad17d375d46fca88.tar.bz2 clientdata-d59439492ddd036156de12cdad17d375d46fca88.tar.xz clientdata-d59439492ddd036156de12cdad17d375d46fca88.zip |
Add Common Carp as item ID 726.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -550,24 +550,31 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="723" image="generic/mushroom-spores.png" name="Mushroom Spores" - description="." + description="" type="generic" weight="1" maxFloorOffset="12"/> <item id="724" image="generic/moss.png" name="Moss" - description="." + description="" type="generic" weight="2" maxFloorOffset="12"/> <item id="725" image="generic/tentacles.png" name="Tentacles" - description="." + description="" type="generic" weight="8" maxFloorOffset="7"/> + <item id="726" + image="generic/carp.png" + name="Common Carp" + description="" + type="generic" + weight="200" + maxFloorOffset="9"/> <!-- Necklaces <item id="1000" |