let useWard = await foundry.applications.api.DialogV2.confirm({ content : `

Utiliser la Protection fournie par ${this.effect.name}?`, window : { title : this.effect.name, } }) if (useWard) args.ward = 9;