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

6 lines
134 B
JavaScript

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