diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-04-01 21:24:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-06 01:23:08 +0300 |
commit | 7cc71c4b4ecdbf32bbfda88bd0abfdcce1bdf5de (patch) | |
tree | f63e221ae4fa64fa6b1a3a38a299c79adce01194 /conf/map/battle.conf | |
parent | b0e01cb8cf99f0017b620454c2ad2f813bd779b8 (diff) | |
download | hercules-7cc71c4b4ecdbf32bbfda88bd0abfdcce1bdf5de.tar.gz hercules-7cc71c4b4ecdbf32bbfda88bd0abfdcce1bdf5de.tar.bz2 hercules-7cc71c4b4ecdbf32bbfda88bd0abfdcce1bdf5de.tar.xz hercules-7cc71c4b4ecdbf32bbfda88bd0abfdcce1bdf5de.zip |
Add configurable limits for attack related functions
Diffstat (limited to 'conf/map/battle.conf')
-rw-r--r-- | conf/map/battle.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/map/battle.conf b/conf/map/battle.conf index 4bb60dab4..dd47db755 100644 --- a/conf/map/battle.conf +++ b/conf/map/battle.conf @@ -76,6 +76,9 @@ battle_configuration: { // Feature control (on/off) settings @include "conf/map/battle/feature.conf" + // Different calculation limits + @include "conf/map/battle/limits.conf" + // Anything else that didn't fit anywhere else. // Includes duel, day/night, mute/manner, log settings. @include "conf/map/battle/misc.conf" |