Skip to content

Commit

Permalink
Update data/mods/MindOverMatter/powers/vitakinesis.json
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Standing-Storm and github-actions[bot] authored Sep 1, 2024
1 parent 75c8f81 commit 9590b15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/mods/MindOverMatter/powers/vitakinesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@
},
"energy_source": "STAMINA",
"base_energy_cost": {
"math": [ "u_effect_intensity('effect_vita_concentrated_healing') > -1 ? 0 : max((3500 - (u_spell_level('vita_health_power') * 80)), 1350)" ]
"math": [
"u_effect_intensity('effect_vita_concentrated_healing') > -1 ? 0 : max((3500 - (u_spell_level('vita_health_power') * 80)), 1350)"
]
},
"base_casting_time": {
"math": [
Expand Down

0 comments on commit 9590b15

Please sign in to comment.