diff options
-rw-r--r-- | alcohol/item_alcohol.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/alcohol/item_alcohol.xml b/alcohol/item_alcohol.xml index 49c1bd5..3ec6dbf 100644 --- a/alcohol/item_alcohol.xml +++ b/alcohol/item_alcohol.xml @@ -9,41 +9,41 @@ THIS FILE CONTAINS ALCOHOLIC ITEMS FOR MODS <items> <item id="544" image="usable/food/beer.png" - name="Beer" - description="A fresh beer." + name="Guarana" + description="A fresh guarana drink. Popular in Brazil." useButton="Drink" - effect="Alcoholic (+10% EXP)" + effect="Juice (+10% EXP)" type="usable" weight="10"/> <item id="531" image="usable/food/wine.png" - name="Red Plush Wine" - description="Delicious wine hand-produced by someone." - effect="Alcoholic (+25% EXP)" + name="Red Plush Juice" + description="Delicious red grape juice hand-produced by someone." + effect="Juice (+25% EXP)" useButton="Drink" type="usable" weight="10"/> <item id="532" image="usable/food/sake.png" - name="Dwarven Sake" - description="Insanely strong alcoholic drink." - effect="Alcoholic (+50% EXP)" + name="Dwarven Drink" + description="Insanely strong drink." + effect="Juice (+50% EXP)" useButton="Drink" type="usable" weight="14"/> <item id="533" image="usable/food/crazyrum.png" - name="Crazy Rum" - description="Only Crazyfefe and a True Pirate could handle this liquor." - effect="Alcoholic (+70% EXP)" + name="Crazy Bottle" + description="Secret formula from pirates and Crazyfefe. A punch!" + effect="Juice (+70% EXP)" useButton="Drink" type="usable" weight="25"/> <item id="534" image="usable/food/drink.png" - name="Whiskey Ale" - description="What insanity is this, brew by a Dwarf in Crazyfefe's House?!" - effect="Alcoholic (+100% EXP)" + name="Secret Juice" + description="No one knows where this juice comes from." + effect="Juice (+100% EXP)" useButton="Drink" type="usable" weight="55"/> |