diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-22 22:47:16 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-22 22:47:16 -0200 |
commit | d653db7db1a239ea8b7cb5257526b56a3ce1f0ce (patch) | |
tree | de9fd3c7ab230569c645f0e5f8be96a0aa0ea1f2 /db/re/item_db.conf | |
parent | c69b51271e1b6bf1a2627faa3eaa189004aeb333 (diff) | |
download | serverdata-d653db7db1a239ea8b7cb5257526b56a3ce1f0ce.tar.gz serverdata-d653db7db1a239ea8b7cb5257526b56a3ce1f0ce.tar.bz2 serverdata-d653db7db1a239ea8b7cb5257526b56a3ce1f0ce.tar.xz serverdata-d653db7db1a239ea8b7cb5257526b56a3ce1f0ce.zip |
Acknowledge Caramel Candy, a new (unhealthy) food drop during Winter.
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" |