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

6 lines
204 B
JavaScript

let test = await this.actor.setupSkill(game.i18n.localize("NAME.Résistance"), {difficulty: "difficult"})
await test.roll();
if (!test.succeeded)
{
await this.actor.addCondition("poisoned");
}