Skip to content

Commit

Permalink
[MoM] Sitting at high Nether Attunement costs additional calories/add…
Browse files Browse the repository at this point in the history
…itional weariness when maintaining powers (#78746)

* Add check for high Attunement to maintenance kcal EoC

* Change name, add missing }

* Add weariness EoC

* Update data/mods/MindOverMatter/effectoncondition/eoc_power_effects.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/MindOverMatter/effectoncondition/eoc_power_effects.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Fix vitamin level

* Fixes

* Switch to Jmath version

* Don't double-charge

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Standing-Storm and github-actions[bot] authored Dec 25, 2024
1 parent 3f09bef commit 124c494
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 124c494

Please sign in to comment.