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

6 lines
217 B
JavaScript
Raw Permalink Normal View History

2024-06-06 22:07:28 +02:00
let test = await this.actor.setupTest(game.i18n.localize("NAME.Endurance"), {appendTitle : ` - ${this.effect.name}`, skipTargets: true});
await test.roll();
if (test.failed)
{
this.actor.addCondition("stunned");
}