Files
foundryvtt-wh4-lang-fr-fr/scripts/OFViRemr1cpnO3af.js

6 lines
248 B
JavaScript

let test = await this.actor.setupSkill(game.i18n.localize("NAME.Résistance"), {fields : {difficulty : "difficult"}, appendTitle : ` - ${this.effect.name}`})
await test.roll();
if (!test.succeeded)
{
await this.actor.addCondition("bleeding");
}