diff --git a/data/json/effects_on_condition/melee_eocs.json b/data/json/effects_on_condition/melee_eocs.json index 8b3169664ab5d..d9c33f172d383 100644 --- a/data/json/effects_on_condition/melee_eocs.json +++ b/data/json/effects_on_condition/melee_eocs.json @@ -880,30 +880,30 @@ "condition": { "u_has_wielded_with_weapon_category": "HAND_AXES" }, "effect": [ { - "if": { "math": [ "u_val('proficiency', 'proficiency_id: prof_great_axes_familiar', 'format: percent')", ">=", "100" ] }, + "if": { "math": [ "u_val('proficiency', 'proficiency_id: prof_hand_axes_familiar', 'format: percent')", ">=", "100" ] }, "then": [ { - "if": { "math": [ "u_val('proficiency', 'proficiency_id: prof_great_axes_pro', 'format: percent')", ">=", "100" ] }, + "if": { "math": [ "u_val('proficiency', 'proficiency_id: prof_hand_axes_pro', 'format: percent')", ">=", "100" ] }, "then": [ { - "if": { "math": [ "u_val('proficiency', 'proficiency_id: prof_great_axes_master', 'format: percent')", ">=", "100" ] }, + "if": { "math": [ "u_val('proficiency', 'proficiency_id: prof_hand_axes_master', 'format: percent')", ">=", "100" ] }, "then": [ { "math": [ "u_prof_level", "=", "3" ] }, { "math": [ "u_prof_lowest", "=", "min(u_prof_level, u_prof_lowest)" ] } ], "else": [ - { "math": [ "u_val('proficiency', 'proficiency_id: prof_great_axes_master', 'format: 6400')", "+=", "rand(4)" ] }, + { "math": [ "u_val('proficiency', 'proficiency_id: prof_hand_axes_master', 'format: 6400')", "+=", "rand(4)" ] }, { "math": [ "u_prof_level", "=", "2" ] }, { "math": [ "u_prof_lowest", "=", "min(u_prof_level, u_prof_lowest)" ] } ] } ], "else": [ - { "math": [ "u_val('proficiency', 'proficiency_id: prof_great_axes_pro', 'format: 3200')", "+=", "rand(4)" ] }, + { "math": [ "u_val('proficiency', 'proficiency_id: prof_hand_axes_pro', 'format: 3200')", "+=", "rand(4)" ] }, { "math": [ "u_prof_level", "=", "1" ] }, { "math": [ "u_prof_lowest", "=", "min(u_prof_level, u_prof_lowest)" ] } ] } ], "else": [ - { "math": [ "u_val('proficiency', 'proficiency_id: prof_great_axes_familiar', 'format: 1600')", "+=", "rand(4)" ] }, + { "math": [ "u_val('proficiency', 'proficiency_id: prof_hand_axes_familiar', 'format: 1600')", "+=", "rand(4)" ] }, { "math": [ "u_prof_level", "=", "0" ] }, { "math": [ "u_prof_lowest", "=", "min(u_prof_level, u_prof_lowest)" ] } ]