Skip to content

Commit 0f500f5

Browse files
Initial commit
1 parent 1c5f28f commit 0f500f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/mods/Magiclysm/effect_on_conditions/spellcasting/difficulty_modifiers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@
180180
"required_event": "opens_spellbook",
181181
"condition": { "u_has_trait": "MAGIC_EMPTY" },
182182
"effect": [
183-
{ "math": [ "u_spellcasting_adjustment('difficulty', 'flag_blacklist': 'PSIONIC') = 999" ] },
184-
{ "math": [ "u_spellcasting_adjustment('cost', 'flag_blacklist': 'PSIONIC') = 999" ] }
183+
{ "math": [ "u_spellcasting_adjustment('difficulty', 'mod': 'magiclysm', 'flag_blacklist': 'PSIONIC') = 999" ] },
184+
{ "math": [ "u_spellcasting_adjustment('cost', 'mod': 'magiclysm', 'flag_blacklist': 'PSIONIC') = 999" ] }
185185
]
186186
}
187187
]

0 commit comments

Comments
 (0)