diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:46:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:46:33 -0300 |
commit | 4957c565b222a927a9abb02e24147d2f50ad8ba2 (patch) | |
tree | 71366738f46adb7b6c439933d3be135ae448fd7d /items.xml | |
parent | 97174a98d4ecd31dff7b44926179d1341692f6cc (diff) | |
download | clientdata-4957c565b222a927a9abb02e24147d2f50ad8ba2.tar.gz clientdata-4957c565b222a927a9abb02e24147d2f50ad8ba2.tar.bz2 clientdata-4957c565b222a927a9abb02e24147d2f50ad8ba2.tar.xz clientdata-4957c565b222a927a9abb02e24147d2f50ad8ba2.zip |
Inform the amount of EXP Boost on every alcoholic item.
Diffstat (limited to 'items.xml')
-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" |