Skip to content

Commit

Permalink
[MoM] fix Electron Overflow (CleverRaven#70012)
Browse files Browse the repository at this point in the history
* fix Electron Overflow

* there were more isntances of the typo
  • Loading branch information
Terrorforge authored Dec 5, 2023
1 parent 9e2513a commit 761e821
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
},
{
Expand Down Expand Up @@ -141,15 +141,15 @@
{ "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" },
{
"queue_eocs": "EOC_ELECTROKIN_PERSONAL_BATTERY_DRAIN",
"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)"
]
},
{
Expand Down

0 comments on commit 761e821

Please sign in to comment.