From 8f94c62b7552cc453e38a108e07550ee56953f4a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Jul 2019 00:36:23 -0300 Subject: New alchoholic beverages: Dwarven Sake, Crazy Rum and Whisky Ale. --- db/re/item_db.conf | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index dec4a0a1b..f02fdc50e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -758,8 +758,8 @@ item_db: ( AegisName: "RedPlushWine" Name: "Red Plush Wine" Type: "IT_HEALING" - Buy: 100 - Sell: 20 + Buy: 400 + Sell: 110 Weight: 10 Refine: false ViewSprite: 531 @@ -771,6 +771,60 @@ item_db: ( doevent "alcohol_sc::OnUse"; "> }, +{ + Id: 532 + AegisName: "DwarvenSake" + Name: "Dwarven Sake" + Type: "IT_HEALING" + Buy: 800 + Sell: 220 + Weight: 14 + Refine: false + ViewSprite: 532 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @taste = 20; + @Alcohol = 25; + doevent "alcohol_sc::OnUse"; + "> +}, +{ + Id: 533 + AegisName: "CrazyRum" + Name: "Crazy Rum" + Type: "IT_HEALING" + Buy: 1600 + Sell: 440 + Weight: 25 + Refine: false + ViewSprite: 533 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @taste = 30; + @Alcohol = 40; + doevent "alcohol_sc::OnUse"; + "> +}, +{ + Id: 534 + AegisName: "WhiskyAle" + Name: "Whisky Ale" + Type: "IT_HEALING" + Buy: 3200 + Sell: 880 + Weight: 55 + Refine: false + ViewSprite: 534 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @taste = 50; + @Alcohol = 70; + doevent "alcohol_sc::OnUse"; + "> +}, { Id: 535 AegisName: "JesusalvaGrimorium" -- cgit v1.2.3-60-g2f50