diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index faeb7cead..4216d2ae5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -537,6 +537,11 @@ item_db: ( Script: <" @min = 100; @max = 225; + if ($EVENT$ == "Easter") { + @min*=4; + @max*=3; + sc_start SC_INCHIT,10000,10; + } @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; |