summaryrefslogtreecommitdiff
path: root/conf-tmpl/battle/battle.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf-tmpl/battle/battle.conf')
-rw-r--r--conf-tmpl/battle/battle.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf-tmpl/battle/battle.conf b/conf-tmpl/battle/battle.conf
index 4e50a5fc7..4f2b75273 100644
--- a/conf-tmpl/battle/battle.conf
+++ b/conf-tmpl/battle/battle.conf
@@ -36,6 +36,14 @@ enable_baseatk: 11
// Who can have perfect flee? (Note 4)
enable_perfect_flee: 5
+// Who can have critical attacks? (Note 4)
+// (Note that there are some skills that always do critical hit regardless of this)
+enable_critical: 1
+
+// Critical adjustment rate for non-players (Note 2)
+mob_critical_rate: 100
+critical_rate: 100
+
// Move-delay adjustment after being hit. (Note 2)
// The 'can't walk' delay after being hit is calculated as a percentage of the damage animation duration.
// NOTE: Only affects the normal delay from a single attack, not the delay added by the multihit_delay option below.