summaryrefslogtreecommitdiff
path: root/conf/map/battle.conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-05-06 00:54:17 +0200
committerGitHub <noreply@github.com>2019-05-06 00:54:17 +0200
commit0316c4e40b05f03e2dadc2f49c3810d3eb97d2b2 (patch)
treee91e60fe9c3497a371a290df7bee16e026397e92 /conf/map/battle.conf
parent574801d93c55b5ac41f9bdbd660f747f1c5aaa76 (diff)
parent12ed74f45f25ba30758992816d0aa16013d86f2f (diff)
downloadhercules-0316c4e40b05f03e2dadc2f49c3810d3eb97d2b2.tar.gz
hercules-0316c4e40b05f03e2dadc2f49c3810d3eb97d2b2.tar.bz2
hercules-0316c4e40b05f03e2dadc2f49c3810d3eb97d2b2.tar.xz
hercules-0316c4e40b05f03e2dadc2f49c3810d3eb97d2b2.zip
Merge pull request #2419 from 4144/statusfields
Dehardcode limits for attack related calculated parameters
Diffstat (limited to 'conf/map/battle.conf')
-rw-r--r--conf/map/battle.conf3
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"