foundryvtt-wh4-lang-fr-fr/scripts/a7pEvCycVnFBXGAQ.js

7 lines
216 B
JavaScript
Raw Permalink Normal View History

let test = await this.actor.setupCharacteristic("i", {skipTargets: true, appendTitle : " - Assomé", fields : {difficulty : "easy"}})
2024-05-16 17:57:51 +02:00
await test.roll();
if (!test.succeeded)
{
this.actor.addCondition("stunned");
}