diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-02 10:33:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-02 10:33:25 -0300 |
commit | 8f8721e471d16560378bea6e0cf8edb077596730 (patch) | |
tree | 065d2d0a15889392802d6f1d1b2fe151a03afb13 /conf | |
parent | a0a41b91a806a0ec8f50501743067e8d8479291b (diff) | |
download | serverdata-8f8721e471d16560378bea6e0cf8edb077596730.tar.gz serverdata-8f8721e471d16560378bea6e0cf8edb077596730.tar.bz2 serverdata-8f8721e471d16560378bea6e0cf8edb077596730.tar.xz serverdata-8f8721e471d16560378bea6e0cf8edb077596730.zip |
Allow player stats to go up to 101 :> (previously it was 99)
As this goes higher, the fruits will become really needed :>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/player.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/player.conf b/conf/map/battle/player.conf index 3c6d850e1..a103d5db4 100644 --- a/conf/map/battle/player.conf +++ b/conf/map/battle/player.conf @@ -105,7 +105,7 @@ max_hp: 1000000 max_sp: 1000000 // Max limit of char stats. (agi, str, etc.) -max_parameter: 99 +max_parameter: 101 // Same as max_parameter, but for 3rd classes. max_third_parameter: 130 |