diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-08-29 15:10:52 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-08-29 15:10:52 +0000 |
commit | be733014cd2a5733ba19281a2301730a823f6d4a (patch) | |
tree | b74ed009074e4f31d9974b5ed903334f50a5f89a /items.xml | |
parent | ea03da696669cfa0f9b473913e1c9412c60028ad (diff) | |
download | clientdata-be733014cd2a5733ba19281a2301730a823f6d4a.tar.gz clientdata-be733014cd2a5733ba19281a2301730a823f6d4a.tar.bz2 clientdata-be733014cd2a5733ba19281a2301730a823f6d4a.tar.xz clientdata-be733014cd2a5733ba19281a2301730a823f6d4a.zip |
sprites and inventory icons for alchemy system.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 71 |
1 files changed, 71 insertions, 0 deletions
@@ -2131,6 +2131,77 @@ <sprite>head-demonmask.xml</sprite> </item> + <item id="680" + image="generic-herb.png|W:#e0b0ff" + name="Mauve Herb" + description="An ingredient for brewing healing potions" + type="generic" + weight="1" + max-per-slot="10"/> + + <item id="681" + image="generic-herb.png|W:#0047ab" + name="Cobalt Herb" + description="An ingredient for brewing healing potions" + type="generic" + weight="1" + max-per-slot="10"/> + + <item id="682" + image="generic-herb.png|W:#ef9b0f" + name="Gamboge Herb" + description="An ingredient for brewing healing potions" + type="generic" + weight="1" + max-per-slot="10"/> + + <item id="683" + image="generic-herb.png|W:#e32636" + name="Alizarin Herb" + description="An ingredient for brewing healing potions" + type="generic" + weight="1" + max-per-slot="10"/> + + <item id="684" + image="use-potion-a.png|G:#b03678,ffffff" + name="Tiny Healing Potion" + description="A tiny healing potion made from brewed herbs." + effect="+50 HP" + type="usable" + hp="50" + weight="5" + max-per-slot="10"/> + + <item id="685" + image="use-potion-d.png|G:#b03678,ffffff" + name="Small Healing Potion" + description="A small healing potion made from brewed herbs." + effect="+100 HP" + type="usable" + hp="100" + weight="10" + max-per-slot="10"/> + + <item id="686" + image="use-potion-b.png|G:#b03678,ffffff" + name="Medium Healing Potion" + description="A medium healig potion made from brewed herbs." + effect="+200 HP" + type="usable" + hp="200" + weight="20" + max-per-slot="10"/> + + <item id="687" + image="use-potion-c.png|G:#b03678,ffffff" + name="Large Healing Potion" + description="A large healing potion made from brewed herbs." + effect="+400 HP" + type="usable" + hp="400" + weight="40" + max-per-slot="10"/> <!-- HERE ARE SOME UNUSED ITEM IDs --> |