diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/player.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf index 33275e74e..ffb57c122 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -61,8 +61,11 @@ natural_heal_skill_interval: 10000 // The maximum weight for a character to carry when the character stops healing naturally. (in %) natural_heal_weight_rate: 50 -// Maximum atk speed. (Default 193, Highest allowed 199) -max_aspd: 193 +// Maximum atk speed. (Default 190, Highest allowed 199) +max_aspd: 190 + +// Same as max_aspd, but for 3rd classes. (Default 193, Highest allowed 199) +max_third_aspd: 193 // Maximum walk speed rate (200 would be capped to twice the normal speed) max_walk_speed: 300 |