diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-10 20:46:27 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-10 20:46:27 +0000 |
commit | a2ec62d8f24cbc11dcb646712c4c16a5cf897372 (patch) | |
tree | aaead75f19d72e72fbf60aeca5e1020c314f68e8 /conf/battle/player.conf | |
parent | a1b41fc31ea08bd869e609bb41dd8ba011dcbb66 (diff) | |
download | hercules-a2ec62d8f24cbc11dcb646712c4c16a5cf897372.tar.gz hercules-a2ec62d8f24cbc11dcb646712c4c16a5cf897372.tar.bz2 hercules-a2ec62d8f24cbc11dcb646712c4c16a5cf897372.tar.xz hercules-a2ec62d8f24cbc11dcb646712c4c16a5cf897372.zip |
* Raised MAX_MERCENARY_CLASS to 44 for new mercenaries.
* Raised max_lv to allow values up to 150 in battle.conf.
* Raised MAX_SKILL_TREE 77 in prep for 3rd class skill trees.
* Upped max_lv and max_aura to 150, and max_aspd to 193.
* Added Brasilis database updates from trunk r14928.
* Added scripts and NPC Brasilis updates from trunk r14928.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14931 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle/player.conf')
-rw-r--r-- | conf/battle/player.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf index 5ac599a96..1f21076fa 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -74,7 +74,7 @@ natural_heal_skill_interval: 10000 natural_heal_weight_rate: 50 // Maximum atk speed. (Default 190, Highest allowed 199) -max_aspd: 190 +max_aspd: 193 // Maximum walk speed rate (200 would be capped to twice the normal speed) max_walk_speed: 300 |