diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | items.xml | 9 |
2 files changed, 10 insertions, 0 deletions
@@ -108,6 +108,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/items/usable/blobime.png (Enchilado) (CC BY-SA 3.0) (-) graphics/items/usable/book-old.png (Reid) (CC BY-SA 3.0) (-) graphics/items/usable/bread.png (Coolkid782) (CC BY-SA 3.0) (-) + graphics/items/usable/carrot.png (Enchilado) (CC BY-SA 3.0) (Reid) graphics/items/usable/cheese.png (Reid) (CC BY-SA 3.0) (-) graphics/items/usable/curshroom.png (Reid) (CC BY-SA 3.0) (-) graphics/items/usable/clotholiquor.png (Reid) (CC BY-SA 3.0) (-) @@ -469,6 +469,15 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. type="usable" weight="10" maxFloorOffset="6"/> + <item id="530" + image="usable/carrot.png" + name="Carrot" + description="Good in various recipes." + useButton="Eat" + effect="Heal 20-30 HP" + type="usable" + weight="3" + maxFloorOffset="6"/> |