Skip to content

Commit 218dc92

Browse files
authored
Merge pull request #82175 from Standing-Storm/dynamic-hp-fix
[MoM] Fix MAX_HP recalculation healing you problem for vitakinetics
2 parents 589b5bd + fe46ec8 commit 218dc92

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

data/mods/MindOverMatter/mutations/psi_passives.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,10 @@
232232
"enchantments": [
233233
{
234234
"condition": { "not": { "u_has_flag": "NO_PSIONICS" } },
235-
"values": [
236-
{ "value": "REGEN_HP", "multiply": { "math": [ "(0.1 + (0.0005 * u_spell_level_sum('school': 'VITAKINETIC')))" ] } },
237-
{
238-
"value": "MAX_HP",
239-
"multiply": { "math": [ "(0.05 + (0.0005 * u_spell_level_sum('school': 'VITAKINETIC')))" ] }
240-
}
241-
]
235+
"values": [ { "value": "REGEN_HP", "multiply": { "math": [ "(0.1 + (0.0005 * u_spell_level_sum('school': 'VITAKINETIC')))" ] } } ]
236+
},
237+
{
238+
"values": [ { "value": "MAX_HP", "multiply": { "math": [ "(0.05 + (0.0005 * u_spell_level_sum('school': 'VITAKINETIC')))" ] } } ]
242239
}
243240
],
244241
"flags": [ "MEND_ALL" ]

0 commit comments

Comments
 (0)