diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 30 |
1 files changed, 29 insertions, 1 deletions
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 @@ -437,6 +437,30 @@ item_db: ( "> }, { + 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" Name: "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" |