File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
data/mods/MindOverMatter/mutations Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 232
232
"enchantments" : [
233
233
{
234
234
"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')))" ] } } ]
242
239
}
243
240
],
244
241
"flags" : [ " MEND_ALL" ]
You can’t perform that action at this time.
0 commit comments