foundryvtt-wh4-lang-fr-fr/scripts/1ZArMNUI8qqH6zkX.js

8 lines
244 B
JavaScript
Raw Permalink Normal View History

2024-05-16 17:57:51 +02:00
let test = await args.actor.setupCharacteristic("wp", {skipTargets: true, appendTitle : " - " + this.effect.name, context : {failure: "Gain d'un état Assomé"}})
await test.roll();
if (test.failed)
{
args.actor.addCondition("stunned")
}