|
@@ -8162,7 +8162,7 @@ static const struct _battle_data {
|
|
|
{ "arrow_shower_knockback", &battle_config.arrow_shower_knockback, 1, 0, 1, },
|
|
|
{ "devotion_rdamage_skill_only", &battle_config.devotion_rdamage_skill_only, 1, 0, 1, },
|
|
|
{ "max_extended_aspd", &battle_config.max_extended_aspd, 193, 100, 199, },
|
|
|
- { "monster_chase_refresh", &battle_config.mob_chase_refresh, 1, 0, 30, },
|
|
|
+ { "monster_chase_refresh", &battle_config.mob_chase_refresh, 3, 0, 30, },
|
|
|
{ "mob_icewall_walk_block", &battle_config.mob_icewall_walk_block, 75, 0, 255, },
|
|
|
{ "boss_icewall_walk_block", &battle_config.boss_icewall_walk_block, 0, 0, 255, },
|
|
|
{ "snap_dodge", &battle_config.snap_dodge, 0, 0, 1, },
|
|
@@ -8174,10 +8174,11 @@ static const struct _battle_data {
|
|
|
{ "homunculus_evo_intimacy_reset", &battle_config.homunculus_evo_intimacy_reset, 1000, 0, INT_MAX, },
|
|
|
{ "monster_loot_search_type", &battle_config.monster_loot_search_type, 1, 0, 1, },
|
|
|
{ "feature.roulette", &battle_config.feature_roulette, 1, 0, 1, },
|
|
|
- { "monster_hp_bars_info", &battle_config.monster_hp_bars_info, 1, 0, 1, },
|
|
|
+ { "monster_hp_bars_info", &battle_config.monster_hp_bars_info, 1, 0, 1, },
|
|
|
{ "min_body_style", &battle_config.min_body_style, 0, 0, SHRT_MAX, },
|
|
|
{ "max_body_style", &battle_config.max_body_style, 4, 0, SHRT_MAX, },
|
|
|
{ "save_body_style", &battle_config.save_body_style, 0, 0, 1, },
|
|
|
+ { "monster_eye_range_bonus", &battle_config.mob_eye_range_bonus, 0, 0, 10, },
|
|
|
};
|
|
|
|
|
|
#ifndef STATS_OPT_OUT
|