diff options
Diffstat (limited to 'conf-tmpl/battle/battle.conf')
-rw-r--r-- | conf-tmpl/battle/battle.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf-tmpl/battle/battle.conf b/conf-tmpl/battle/battle.conf index caa861518..ccde3771b 100644 --- a/conf-tmpl/battle/battle.conf +++ b/conf-tmpl/battle/battle.conf @@ -29,6 +29,13 @@ // features.
//--------------------------------------------------------------
+
+// Who should have a baseatk value (makes str affect damage)? (Note 4)
+enable_baseatk: 11
+
+// Who can have perfect flee? (Note 4)
+enable_perfect_flee: 5
+
// 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.
|