Files
wfrp-4e-de/scripts/UsuwsmU1TUQLQVM2.js
2025-05-15 23:03:43 +02:00

2 lines
173 B
JavaScript

let lore = this.effect.name.split("(")[1].split(")")[0].toLowerCase();
return !args.spell || (args.type == "cast" && ["petty", lore].includes(args.spell.system.lore.value));