diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 | ||||
-rw-r--r-- | conf-tmpl/battle/battle.conf | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 090b90f2f..6165e9134 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added
+2006/09/11
+ * Changed the default of enable_baseatk to 9 (player + homun) [Skotlex]
+ * Changed the default of enable_perfect_flee to 1 (players only) [Skotlex]
2006/09/09
* Removed noteleport flags from Geffenia maps [Playtester]
2006/09/08
diff --git a/conf-tmpl/battle/battle.conf b/conf-tmpl/battle/battle.conf index a653bd22d..30a136ee8 100644 --- a/conf-tmpl/battle/battle.conf +++ b/conf-tmpl/battle/battle.conf @@ -31,10 +31,10 @@ // Who should have a baseatk value (makes str affect damage)? (Note 4)
-enable_baseatk: 11
+enable_baseatk: 9
// Who can have perfect flee? (Note 4)
-enable_perfect_flee: 5
+enable_perfect_flee: 1
// Who can have critical attacks? (Note 4)
// (Note that there are some skills that always do critical hit regardless of this)
|