|
@@ -11247,7 +11247,7 @@ static const struct _battle_data {
|
|
{ "mob_status_def_rate", &battle_config.mob_sc_def_rate, 100, 0, INT_MAX, },
|
|
{ "mob_status_def_rate", &battle_config.mob_sc_def_rate, 100, 0, INT_MAX, },
|
|
{ "pc_max_status_def", &battle_config.pc_max_sc_def, 100, 0, INT_MAX, },
|
|
{ "pc_max_status_def", &battle_config.pc_max_sc_def, 100, 0, INT_MAX, },
|
|
{ "mob_max_status_def", &battle_config.mob_max_sc_def, 100, 0, INT_MAX, },
|
|
{ "mob_max_status_def", &battle_config.mob_max_sc_def, 100, 0, INT_MAX, },
|
|
- { "sg_miracle_skill_ratio", &battle_config.sg_miracle_skill_ratio, 1, 0, 10000, },
|
|
|
|
|
|
+ { "sg_miracle_skill_ratio", &battle_config.sg_miracle_skill_ratio, 1, 0, 20000, },
|
|
{ "sg_angel_skill_ratio", &battle_config.sg_angel_skill_ratio, 10, 0, 10000, },
|
|
{ "sg_angel_skill_ratio", &battle_config.sg_angel_skill_ratio, 10, 0, 10000, },
|
|
{ "autospell_stacking", &battle_config.autospell_stacking, 0, 0, 1, },
|
|
{ "autospell_stacking", &battle_config.autospell_stacking, 0, 0, 1, },
|
|
{ "override_mob_names", &battle_config.override_mob_names, 0, 0, 2, },
|
|
{ "override_mob_names", &battle_config.override_mob_names, 0, 0, 2, },
|