6 lines
248 B
JavaScript
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");
|
|
} |