diff --git a/data/mods/MindOverMatter/jmath.json b/data/mods/MindOverMatter/jmath.json index dfa0e8649cdb0..0861b955c3660 100644 --- a/data/mods/MindOverMatter/jmath.json +++ b/data/mods/MindOverMatter/jmath.json @@ -27,13 +27,13 @@ "type": "jmath_function", "id": "psionics_kcal_cost", "num_args": 1, - "return": "( (5 * _0) * rng( 0.3, 1.7) )" + "return": "( (5 * _0) * rng( 0.3, 1.7) * u_nether_attunement_power_scaling) " }, { "type": "jmath_function", "id": "psionics_contemplation_kcal_cost", "num_args": 1, - "return": "( (1.5 * _0) * rng( 0.3, 1.7) )" + "return": "( (1.5 * _0) * rng( 0.3, 1.7) * u_nether_attunement_power_scaling)" }, { "type": "jmath_function",