diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e9418777c..afbffbec0 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1477,8 +1477,12 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; + @min = 100; @max = 400; + if ($EVENT$ == "Christmas") { + @min=300; + @max=1200; + } @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -1497,9 +1501,13 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; - @max = 400; - @delay = 3; + @min = 80; + @max = 350; + if ($EVENT$ == "Christmas") { + @min=240; + @max=1050; + } + @delay = 4; @type = 1; doevent "rand_sc_heal::OnUse"; "> |