diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-26 00:37:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-26 00:37:34 -0300 |
commit | af6ac504286a6ab2aa0790467c3b8fa029c35701 (patch) | |
tree | cf0469b14d3a61640ea2d93e6d8a8edaee510fa7 /items.xml | |
parent | e8dc21371ba565f2c25382ea6323e97b46e8fd35 (diff) | |
download | clientdata-af6ac504286a6ab2aa0790467c3b8fa029c35701.tar.gz clientdata-af6ac504286a6ab2aa0790467c3b8fa029c35701.tar.bz2 clientdata-af6ac504286a6ab2aa0790467c3b8fa029c35701.tar.xz clientdata-af6ac504286a6ab2aa0790467c3b8fa029c35701.zip |
New alchoholic beverages: Dwarven Sake, Crazy Rum and Whisky Ale.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -484,7 +484,31 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. useButton="Drink" type="usable" weight="10"/> - <!-- ID 532 ~ 534 are free. --> + <item id="532" + image="usable/food/wine.png" + name="Dwarven Sake" + description="Insanely strong alcoholic drink." + effect="Alcoholic" + useButton="Drink" + type="usable" + weight="14"/> + <item id="533" + image="usable/food/wine.png" + name="Crazy Rum" + description="Only Crazyfefe and a True Pirate could handle this liquor." + effect="Alcoholic" + useButton="Drink" + type="usable" + weight="25"/> + <item id="534" + image="usable/food/wine.png" + name="Whisky Ale" + description="What insanity is this, brew by a Dwarf in Crazyfefe's House?!" + effect="Alcoholic" + useButton="Drink" + type="usable" + weight="55"/> + <!-- ID 534 is free. --> <item id="535" image="usable/book/jesusalvagrimorium.png" name="Jesusaves's Grimorium" |