Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move configs to new Unit Parameters DB and Max HP limits #3214

Merged
merged 8 commits into from
Jun 15, 2023
24 changes: 2 additions & 22 deletions conf/map/battle/player.conf
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,13 @@ natural_heal_cap: 1000
// Automatic healing skill's time interval. (in milliseconds)
natural_heal_skill_interval: 10000

// The maximum weight for a character to carry when the character stops healing naturally. (in percentage)
natural_heal_weight_rate: 50

// Maximum attack speed. (Default 190, Highest allowed 199)
// Maximum attack speed for Homunculus and player's whose job can't be determined. (Default 190, Highest allowed 199)
// Note: Player's Max ASPD is generally defined by unit_parameters_db, this value is only used if everything goes wrong.
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

// Maximum HP. (Default is 1000000)
max_hp: 1000000

// Maximum SP. (Default is 1000000)
max_sp: 1000000

Expand All @@ -115,18 +107,6 @@ max_parameter: 99
// Same as max_parameter, but for 3rd classes.
max_third_parameter: 130

// Same as max_parameter, but for extended classes (Ex. Super Novice, Kagero/Oboro, Rebellion).
max_extended_parameter: 125

// Same as max_parameter, but for summoner class.
max_summoner_parameter: 120

// Same as max_parameter, but for baby classes.
max_baby_parameter: 80

// Same as max_parameter, but for baby 3rd's.
max_baby_third_parameter: 117

// Max armor DEF/MDEF
// NOTE: This setting have no effect if server is run on Renewal Mode (RENEWAL)
// NOTE: does not affects skills and status effects like Mental Strength
Expand Down
Loading