From 761e82148b55e0371a0843bdb57a33d66977501e Mon Sep 17 00:00:00 2001 From: Terrorforge Date: Wed, 6 Dec 2023 00:42:09 +0100 Subject: [PATCH] [MoM] fix Electron Overflow (#70012) * fix Electron Overflow * there were more isntances of the typo --- .../powers/electrokinesis_concentration_eocs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/MindOverMatter/powers/electrokinesis_concentration_eocs.json b/data/mods/MindOverMatter/powers/electrokinesis_concentration_eocs.json index 96dffc7c958dd..f073f3f2b5273 100644 --- a/data/mods/MindOverMatter/powers/electrokinesis_concentration_eocs.json +++ b/data/mods/MindOverMatter/powers/electrokinesis_concentration_eocs.json @@ -75,7 +75,7 @@ "time_in_future": [ { "math": [ - "min( ( ( (u_val('spell_level', 'spell: electrokinetic_personal_batter') * 45 ) + 600) * (scaling_factor(u_val('intelligence') ) ) ), 14400)" + "min( ( ( (u_val('spell_level', 'spell: electrokinetic_personal_battery') * 45 ) + 600) * (scaling_factor(u_val('intelligence') ) ) ), 14400)" ] }, { @@ -141,7 +141,7 @@ { "u_cast_spell": { "id": "psionic_maintenance_drained_difficulty_three", "hit_self": true } }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_kcal_cost(3)" ] }, { - "math": [ "u_val('spell_exp', 'spell: electrokinetic_personal_batter')", "+=", "(maintenance_exp_factor(u_val('focus')))" ] + "math": [ "u_val('spell_exp', 'spell: electrokinetic_personal_battery')", "+=", "(maintenance_exp_factor(u_val('focus')))" ] }, { "run_eocs": "EOC_POWER_MAINTENANCE_CONCENTRATION_CHECK" }, { @@ -149,7 +149,7 @@ "time_in_future": [ { "math": [ - "min( ( ( (u_val('spell_level', 'spell: electrokinetic_personal_batter') * 45 ) + 600) * (scaling_factor(u_val('intelligence') ) ) ), 14400)" + "min( ( ( (u_val('spell_level', 'spell: electrokinetic_personal_battery') * 45 ) + 600) * (scaling_factor(u_val('intelligence') ) ) ), 14400)" ] }, {