Files
foundryvtt-wh4-lang-fr-fr/scripts/qmOt7h17hGAKqQe0.js
T
uberwald 38d88c2f19
Validation JSON / validate (push) Successful in 13s
Mise àjour vers 9.6.0
2026-05-18 07:23:40 +02:00

12 lines
347 B
JavaScript

if (!args.sourceItem?.system?.isMelee)
{
let choice = await foundry.applications.api.DialogV2.confirm({ window: { title: this.effect.name }, content: `<p><strong>${this.effect.name}</strong> : S'agit-il d'une attaque à distance ou magique provenant de l'extérieur du Dôme ?</p>` })
if (choice)
{
args.ward = 6;
}
}