diff options
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 --> |