From 4957c565b222a927a9abb02e24147d2f50ad8ba2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 27 Jul 2019 20:46:33 -0300 Subject: Inform the amount of EXP Boost on every alcoholic item. --- items.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/items.xml b/items.xml index e87c82fc..280e26c8 100644 --- a/items.xml +++ b/items.xml @@ -480,7 +480,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="usable/food/wine.png" name="Red Plush Wine" description="Delicious wine hand-produced by someone." - effect="Alcoholic" + effect="Alcoholic (+12% EXP)" useButton="Drink" type="usable" weight="10"/> @@ -488,7 +488,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="usable/food/wine.png" name="Dwarven Sake" description="Insanely strong alcoholic drink." - effect="Alcoholic" + effect="Alcoholic (+20% EXP)" useButton="Drink" type="usable" weight="14"/> @@ -496,7 +496,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="usable/food/wine.png" name="Crazy Rum" description="Only Crazyfefe and a True Pirate could handle this liquor." - effect="Alcoholic" + effect="Alcoholic (+30% EXP)" useButton="Drink" type="usable" weight="25"/> @@ -504,7 +504,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="usable/food/wine.png" name="Whisky Ale" description="What insanity is this, brew by a Dwarf in Crazyfefe's House?!" - effect="Alcoholic" + effect="Alcoholic (+50% EXP)" useButton="Drink" type="usable" weight="55"/> @@ -582,7 +582,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Beer" description="A fresh beer." useButton="Drink" - effect="Alcoholic" + effect="Alcoholic (+5% EXP)" type="usable" weight="10"/>