diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-30 10:18:53 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-30 10:18:53 +0000 |
commit | 8ddeed37d64181b0eb57085a2a9b8b6fa5d6980a (patch) | |
tree | 37abf8b6389024db90c5d5c22dbf49e7f7810964 /db/re/item_db.conf | |
parent | 9ef6ee218024b176b38001ecc734ac537d806a51 (diff) | |
download | serverdata-8ddeed37d64181b0eb57085a2a9b8b6fa5d6980a.tar.gz serverdata-8ddeed37d64181b0eb57085a2a9b8b6fa5d6980a.tar.bz2 serverdata-8ddeed37d64181b0eb57085a2a9b8b6fa5d6980a.tar.xz serverdata-8ddeed37d64181b0eb57085a2a9b8b6fa5d6980a.zip |
add cocktail 609. 610 need sp bonus 611
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 75 |
1 files changed, 75 insertions, 0 deletions
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 @@ -2128,6 +2128,81 @@ item_db: ( "> }, { + 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" Name: "Small Tentacles" |