Skip to content

Commit

Permalink
Specify mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm authored May 22, 2024
1 parent aab6146 commit f910682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/eoc_spell_difficulty_modifiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]
},
"effect": [
{ "math": [ "u_spellcasting_adjustment('difficulty', 'flag_whitelist': 'SOMATIC' )", "=", "(u_effect_intensity('grabbed', 'bodypart': 'arm_l') + u_effect_intensity('grabbed', 'bodypart': 'arm_r') ) / 10" ] }
{ "math": [ "u_spellcasting_adjustment('difficulty', 'mod': 'magiclysm', 'flag_whitelist': 'SOMATIC' )", "=", "(u_effect_intensity('grabbed', 'bodypart': 'arm_l') + u_effect_intensity('grabbed', 'bodypart': 'arm_r') ) / 10" ] }
]
}
]

0 comments on commit f910682

Please sign in to comment.