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

6 lines
243 B
JavaScript

let test = await this.actor.setupSkill(game.i18n.localize("NAME.Cool"), {fields : {difficulty : "easy"}, skipTargets: true, appendTitle : ` - ${this.effect.name}`})
await test.roll();
if (test.failed)
{
this.actor.addCondition("broken")
}