diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-26 00:36:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-26 00:36:23 -0300 |
commit | 8f94c62b7552cc453e38a108e07550ee56953f4a (patch) | |
tree | 7b2074022e3368b9b8cb932c341e97fbd60f3174 /db | |
parent | cadefc7fd99aca1da297a5a12aad2b2978ad0bd4 (diff) | |
download | serverdata-8f94c62b7552cc453e38a108e07550ee56953f4a.tar.gz serverdata-8f94c62b7552cc453e38a108e07550ee56953f4a.tar.bz2 serverdata-8f94c62b7552cc453e38a108e07550ee56953f4a.tar.xz serverdata-8f94c62b7552cc453e38a108e07550ee56953f4a.zip |
New alchoholic beverages: Dwarven Sake, Crazy Rum and Whisky Ale.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 58 |
1 files changed, 56 insertions, 2 deletions
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 @@ -772,6 +772,60 @@ item_db: ( "> }, { + 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" Name: "Jesusaves's Grimorium" |