Skip to content

Commit

Permalink
Merge pull request #69300 from TheShadowFerret/HandAxes
Browse files Browse the repository at this point in the history
Hand axes aren't great
  • Loading branch information
akrieger authored Nov 12, 2023
2 parents e7e0c46 + 6a50516 commit cc4cb54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/effects_on_condition/melee_eocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)" ] }
]
Expand Down

0 comments on commit cc4cb54

Please sign in to comment.