From d0298bf7e44f50743d34cb7fb210f0d724e92166 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 Jun 2018 17:54:45 -0300 Subject: Balance stuff --- npc/functions/weather.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions/weather.txt') diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 6f40f50fd..7bfe4ea88 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -113,9 +113,9 @@ OnMinute45: } htidelete(.@hti); - // During night, there are 50% more monsters + // During night, there are 20% more monsters on all maps if (gettime(2) >= 15 && gettime(2) < 45) - setbattleflag("mob_count_rate", 150); + setbattleflag("mob_count_rate", 120); else setbattleflag("mob_count_rate", 100); -- cgit v1.2.3-60-g2f50