diff options
-rw-r--r-- | items.xml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -2221,9 +2221,9 @@ image="use-potion-a.png|G:#b03678,ffffff" name="Tiny Healing Potion" description="A tiny healing potion made from brewed herbs." - effect="+50 HP" + effect="+100 HP" type="usable" - hp="50" + hp="100" weight="5" max-per-slot="10"/> @@ -2231,9 +2231,9 @@ image="use-potion-d.png|G:#b03678,ffffff" name="Small Healing Potion" description="A small healing potion made from brewed herbs." - effect="+100 HP" + effect="+200 HP" type="usable" - hp="100" + hp="200" weight="10" max-per-slot="10"/> @@ -2241,9 +2241,9 @@ image="use-potion-b.png|G:#b03678,ffffff" name="Medium Healing Potion" description="A medium healing potion made from brewed herbs." - effect="+200 HP" + effect="+400 HP" type="usable" - hp="200" + hp="400" weight="20" max-per-slot="10"/> @@ -2251,9 +2251,9 @@ image="use-potion-c.png|G:#b03678,ffffff" name="Large Healing Potion" description="A large healing potion made from brewed herbs." - effect="+400 HP" + effect="+800 HP" type="usable" - hp="400" + hp="800" weight="40" max-per-slot="10"/> |