Skip to content

Commit

Permalink
[MoM] Add focus to magic_type calculation (CleverRaven#79254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm authored Jan 20, 2025
1 parent 537d9d1 commit 7278eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/MindOverMatter/jmath.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"type": "jmath_function",
"id": "psionic_power_experience_formula_channeling",
"num_args": 1,
"return": "60 * ( ( u_val('intelligence') + 10) / 20 ) * min( ( 0.5 + ( u_skill('metaphysics') / 20) ), 1) * u_nether_attunement_power_scaling"
"return": "(u_val('focus') / 100 ) * 80 * ( ( u_val('intelligence') + 10) / 20 ) * min( ( 0.5 + ( u_skill('metaphysics') / 20) ), 1) * u_nether_attunement_power_scaling"
},
{
"type": "jmath_function",
"id": "psionic_power_experience_formula",
"num_args": 1,
"return": "(_0 / 100) * 60 * ( ( u_val('intelligence') + 10) / 20 ) * min( ( 0.5 + ( u_skill('metaphysics') / 20) ), 1) * u_nether_attunement_power_scaling"
"return": "(_0 / 100) * 80 * ( ( u_val('intelligence') + 10) / 20 ) * min( ( 0.5 + ( u_skill('metaphysics') / 20) ), 1) * u_nether_attunement_power_scaling"
},
{
"type": "jmath_function",
Expand Down

0 comments on commit 7278eab

Please sign in to comment.