Skip to content

Commit

Permalink
Merge pull request #74978 from Standing-Storm/concentration-raises-me…
Browse files Browse the repository at this point in the history
…taphysics

[MoM] Concentrating on maintenance powers also levels metaphysics
  • Loading branch information
Maleclypse authored Jul 11, 2024
2 parents e418d44 + 34a6e3f commit c6913e0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,9 @@
"+=",
"rng( 3,8 ) * (u_vitamin('vitamin_maintained_powers')) / (( u_val('intelligence') / 4) + (u_bonus_concentration_powers) + (concentration_trait_bonuses()))"
]
},
{
"math": [ "u_skill_exp('metaphysics', 'format': 'raw')", "+=", "(15 * u_latest_channeled_power_difficulty)" ]
}
],
"false_effect": [
Expand All @@ -597,6 +600,9 @@
"EOC_NETHER_ATTUNEMENT_FEEDBACK_CHECK_CONCENTRATION",
"EOC_CONCENTRATION_SUCCESS_REDUCE_FOCUS"
]
},
{
"math": [ "u_skill_exp('metaphysics', 'format': 'raw')", "+=", "(75 * u_latest_channeled_power_difficulty)" ]
}
]
},
Expand Down

0 comments on commit c6913e0

Please sign in to comment.