From 8ddeed37d64181b0eb57085a2a9b8b6fa5d6980a Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 30 Jun 2018 10:18:53 +0000 Subject: add cocktail 609. 610 need sp bonus 611 --- db/re/item_db.conf | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d95b6eef1..4d5bd714a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2127,6 +2127,81 @@ item_db: ( percentheal -5, 15; "> }, +{ + Id: 609 + AegisName: "CactusCocktail" + Name: "Cactus Cocktail" + Type: "IT_HEALING" + Buy: 300 + Sell: 3 + Weight: 12 + Refine: false + ViewSprite: 609 + BuyingStore: true + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 90; + @max = 260; + if (season() == SUMMER) { + @min = 270; + @max = 780; + } + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 610 + AegisName: "AppleCocktail" + Name: "Apple Cocktail" + Type: "IT_HEALING" + Buy: 300 + Sell: 5 + Weight: 13 + Refine: false + ViewSprite: 610 + BuyingStore: true + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 130; + @max = 307; + if (season() == SUMMER) { + @min = 390; + @max = 921; + } + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 611 + AegisName: "CherryCocktail" + Name: "Cherry Cocktail" + Type: "IT_HEALING" + Buy: 300 + Sell: 10 + Weight: 14 + Refine: false + ViewSprite: 609 + BuyingStore: true + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 165; + @max = 395; + if (season() == SUMMER) { + @min = 495; + @max = 1185; + } + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, { Id: 700 AegisName: "SmallTentacles" -- cgit v1.2.3-60-g2f50