foundryvtt-wh4-lang-fr-fr/reference_scripts/11uCC0mK2uL783al.js

6 lines
134 B
JavaScript

let type = this.item.getFlag("wfrp4e", "breath");
if (["fire", "electricity", "poison"].includes(type))
{
args.applyAP = false;
}