summaryrefslogtreecommitdiff
path: root/items.xml
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-10-25 15:58:55 +0200
committerMicksha <Micksha@users.noreply.github.com>2018-11-06 12:58:21 +0100
commit19808c1297c08d4ce723a8dbc36330e538b395c5 (patch)
tree3a00953425fa2015e77bb3520fb3b19382b89a2f /items.xml
parent28e274190917a38f602f1ea7619678acf628b34d (diff)
downloadclientdata-19808c1297c08d4ce723a8dbc36330e538b395c5.tar.gz
clientdata-19808c1297c08d4ce723a8dbc36330e538b395c5.tar.bz2
clientdata-19808c1297c08d4ce723a8dbc36330e538b395c5.tar.xz
clientdata-19808c1297c08d4ce723a8dbc36330e538b395c5.zip
Add 4 different potions, implement 3 healing -/ 3 mana -/ concentration and iron potions. only healing potions working for now.
Diffstat (limited to 'items.xml')
-rw-r--r--items.xml65
1 files changed, 65 insertions, 0 deletions
diff --git a/items.xml b/items.xml
index 9d2d615d..d444829e 100644
--- a/items.xml
+++ b/items.xml
@@ -556,6 +556,71 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml.
type="usable"
weight="10"
maxFloorOffset="6"/>
+ <item id="600"
+ image="usable/potion1.png|W:#b6322c,fe8b70,f4d2be"
+ name="Small Healing Potion"
+ description="A small Healing Potion for little wounds."
+ effect="Heal 250 HP"
+ useButton="Drink"
+ type="usable"
+ weight="32"/>
+ <item id="601"
+ image="usable/potion2.png|W:#b6322c,fe8b70,f4d2be"
+ name="Medium Healing Potion"
+ description="A medium Healing Potion for painful wounds. Slightly addictive, handle with care."
+ effect="Heal 500 HP"
+ useButton="Drink"
+ type="usable"
+ weight="64"/>
+ <item id="602"
+ image="usable/potion3.png|W:#b6322c,fe8b70,f4d2be"
+ name="Large Healing Potion"
+ description="A large Healing Potion. To countermand involuntary amputations."
+ effect="Heal 1000 HP"
+ useButton="Drink"
+ type="usable"
+ weight="128"/>
+ <item id="603"
+ image="usable/potion1.png|W:#16486e,498ec5,e4f2fc"
+ name="Small Mana Potion"
+ description="A small Mana Potion for 'Not-at-all-a-Mage' players."
+ effect="Heal 20 SP"
+ useButton="Drink"
+ type="usable"
+ weight="32"/>
+ <item id="604"
+ image="usable/potion2.png|W:#16486e,498ec5,e4f2fc"
+ name="Medium Mana Potion"
+ description="A medium Mana Potion for the Sorcerer's Apprentice."
+ effect="Heal 50 SP"
+ useButton="Drink"
+ type="usable"
+ weight="64"/>
+ <item id="605"
+ image="usable/potion3.png|W:#16486e,498ec5,e4f2fc"
+ name="Large Mana Potion"
+ description="A large Mana Potion for the magic Ones.."
+ effect="Heal 100 SP"
+ useButton="Drink"
+ type="usable"
+ weight="128"/>
+ <item id="606"
+ image="usable/potion4.png|W:#da69e5,ffdaff"
+ name="Concentration Potion"
+ description="A Potion to make you faster, and to make your attacks hit with higher accuracy."
+ effect="Higher Concentration."
+ useButton="Drink"
+ type="usable"
+ weight="128"/>
+ <item id="607"
+ image="usable/potion4.png|W:#c05000,f0a000,f0f09f"
+ name="Iron Potion"
+ description="This potion contains powderized Iron. It makes you strong and resistant against physical attacks."
+ effect="Higher Strength and Defense."
+ useButton="Drink"
+ type="usable"
+ weight="128"/>
+>>>>>>> Add 4 different potions, implement 3 healing -/ 3 mana -/ concentration and iron potions. only healing potions working for now.
<!-- Generic Items -->
<item id="700"