From 4b39e827cab45bfb3ce492cb9b284aa27e902ef1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 21 Jan 2020 20:47:04 -0300 Subject: Move weather battle conf reloads to constants, modify monster HP during day/night cycle (day: all mobs -10% HP) --- db/constants.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'db/constants.conf') diff --git a/db/constants.conf b/db/constants.conf index 1532a2ce7..d7fc6a273 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4438,7 +4438,13 @@ constants_db: { comment__: "Language function constants" LANG_ON_SEA: 1 LANG_IN_SHIP: 2 + + comment__: "Configuration constants" MAX_CYCLE_PC: 40 + BCONFN_SPAWN: 70 + BCONFD_SPAWN: 100 + BCONFN_MOBHP: 100 + BCONFD_MOBHP: 90 comment__: "Maze Generator constants" MAZEMAPTYPE_NULL: 0 -- cgit v1.2.3-60-g2f50