diff options
-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" |