diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-11 20:59:12 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-11 20:59:12 +0000 |
commit | e05a8b8263a62fd5645db1251e80fc78cec4e9d3 (patch) | |
tree | 6e6ff01566ea33512007397e41574fc227c51a0b /conf-tmpl/battle/battle.conf | |
parent | 2a99ea9509dddcdafc85cc8348c44a5bd5d4e3eb (diff) | |
download | hercules-e05a8b8263a62fd5645db1251e80fc78cec4e9d3.tar.gz hercules-e05a8b8263a62fd5645db1251e80fc78cec4e9d3.tar.bz2 hercules-e05a8b8263a62fd5645db1251e80fc78cec4e9d3.tar.xz hercules-e05a8b8263a62fd5645db1251e80fc78cec4e9d3.zip |
- CG_MOONLIT is no longer castable in WoE grounds.
- Changed the default of enable_baseatk to 9 (player + homun)
- Changed the default of enable_perfect_flee to 1 (players only)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8708 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/battle.conf')
-rw-r--r-- | conf-tmpl/battle/battle.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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)
|