Skip to content

Commit

Permalink
Merge pull request CleverRaven#76911 from Standing-Storm/calorie-adju…
Browse files Browse the repository at this point in the history
…stment

[MoM] Reduce psionics calorie costs by 20%, remove Nether Attunement adjustment
  • Loading branch information
Night-Pryanik authored Oct 9, 2024
2 parents e96fb19 + 72c5f1c commit 71a9cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/MindOverMatter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ADVANTAGES
DISADVANTAGES

1) Powers use Stamina as their power source. This is also a disadvantage because every power use reduces your ability to run away.
2) Powers have a caloric cost as well as a Stamina cost. While eldritch magic draws on mystical components and mana, psions must rely on the reserves of their own body.
2) Powers have a caloric cost as well as a Stamina cost. While eldritch magic draws on mystical components and mana, psions must rely on the reserves of their own body. This also means that long-term use during a day will deplete your weariness meter.
3) All powers require concentration and thus are affected by Focus. It's very difficult to concentrate enough to lift a pursuing boomer if you've just fought off a grappler in close range and there's blood all around you.

NETHER ATTUNEMENT
Expand Down
4 changes: 2 additions & 2 deletions data/mods/MindOverMatter/jmath.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"type": "jmath_function",
"id": "psionics_kcal_cost",
"num_args": 1,
"return": "( (5 * _0) * rng( 0.3, 1.7) * u_nether_attunement_power_scaling) "
"return": "(4 * _0) * rng( 0.3, 1.7)"
},
{
"type": "jmath_function",
"id": "psionics_contemplation_kcal_cost",
"num_args": 1,
"return": "( (1.5 * _0) * rng( 0.3, 1.7) * u_nether_attunement_power_scaling)"
"return": "(1.2 * _0) * rng( 0.3, 1.7)"
},
{
"type": "jmath_function",
Expand Down

0 comments on commit 71a9cbb

Please sign in to comment.