From 885ae8a99c1e50cbff2e6be685bb0b2aba3b2e9e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 16 Apr 2019 11:10:53 -0300 Subject: Easter last minute tweaks - Reduce shops, sell Bronze Gift, make EasterEgg more expensive. During Easter, EasterEgg will raise hit rate and heal more. --- db/re/item_db.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'db') 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"; -- cgit v1.2.3-70-g09d2