diff options
-rw-r--r-- | items.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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"/> <item id="545" |