From 19808c1297c08d4ce723a8dbc36330e538b395c5 Mon Sep 17 00:00:00 2001 From: Micksha Date: Thu, 25 Oct 2018 15:58:55 +0200 Subject: Add 4 different potions, implement 3 healing -/ 3 mana -/ concentration and iron potions. only healing potions working for now. --- items.xml | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) (limited to 'items.xml') 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"/> + + + + + + + + +>>>>>>> Add 4 different potions, implement 3 healing -/ 3 mana -/ concentration and iron potions. only healing potions working for now.