summaryrefslogtreecommitdiff
path: root/items.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-09-14 16:16:21 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-09-14 16:16:21 +0000
commitfea692748ad0cd67c14f07fce92b012c5349dd13 (patch)
treecef5f617a5d991f011c47876f707c52470979d25 /items.xml
parent7caec46bc80d2aa4e2afa0c6c18cba0d62df36e5 (diff)
downloadclientdata-fea692748ad0cd67c14f07fce92b012c5349dd13.tar.gz
clientdata-fea692748ad0cd67c14f07fce92b012c5349dd13.tar.bz2
clientdata-fea692748ad0cd67c14f07fce92b012c5349dd13.tar.xz
clientdata-fea692748ad0cd67c14f07fce92b012c5349dd13.zip
fixed error in healing potion descriptions
Diffstat (limited to 'items.xml')
-rw-r--r--items.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/items.xml b/items.xml
index ca1da4e8..4c7fb83d 100644
--- a/items.xml
+++ b/items.xml
@@ -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"/>