From d653db7db1a239ea8b7cb5257526b56a3ce1f0ce Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 22 Dec 2018 22:47:16 -0200 Subject: Acknowledge Caramel Candy, a new (unhealthy) food drop during Winter. --- db/re/item_db.conf | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 772a0739b..c0883126c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -436,6 +436,30 @@ item_db: ( doevent "Croconut::OnUse"; "> }, +{ + Id: 514 + AegisName: "CaramelCandy" + Name: "Caramel Candy" + Type: "IT_HEALING" + Buy: 50 + Sell: 25 + Weight: 3 + Refine: false + ViewSprite: 514 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 35; + @max = 100; + if ($@SEASON == WINTER) { + @min = 105; + @max = 300; + } + @delay = 4; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, { Id: 515 AegisName: "Plushroom" @@ -1116,6 +1140,10 @@ item_db: ( Script: <" @min = 4; @max = 240; + if ($@SEASON == WINTER) { + @min = 12; + @max = 720; + } @delay = 4; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -2533,7 +2561,7 @@ item_db: ( "> }, -// Mounts +// Mounts (690 to 699, probably there will be extra IDs) { Id: 699 AegisName: "LegendaryTortuga" -- cgit v1.2.3-70-g09d2