2 lines
138 B
JavaScript

let wind = this.effect.name.split(" ")[2]
return args.type != "cast" || game.wfrp4e.config.magicWind[args.item.system.lore.value] != wind;