Files
foundryvtt-wh4-lang-fr-fr/scripts/KxM4zmhQRDHaRybM.js
T
2026-05-18 07:23:40 +02:00

9 lines
260 B
JavaScript

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