2024-05-17 09:19:48 +02:00
|
|
|
let blunt = await Dialog.confirm({label : "test", content :`<p>Appliquer la réduction des Dégats contondants? (-3)</p>`})
|
2024-05-16 17:57:51 +02:00
|
|
|
|
|
|
|
if (blunt)
|
|
|
|
{
|
2024-05-17 09:19:48 +02:00
|
|
|
args.modifiers.other.push({label : this.effect.name, details : "Réduction des dégats contondants", value : -3})
|
2024-05-16 17:57:51 +02:00
|
|
|
}
|