Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MoM] Sitting at high Nether Attunement costs additional calories/additional weariness when maintaining powers #78746

Merged
2 changes: 1 addition & 1 deletion data/mods/MindOverMatter/jmath.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"type": "jmath_function",
"id": "psionics_kcal_cost",
"num_args": 1,
"return": "(4 * _0) * rng( 0.3, 1.7)"
"return": "(4 * _0) * rng( 0.3, 1.7) * u_nether_attunement_power_scaling"
},
{
"type": "jmath_function",
Expand Down
Loading