Files
foundryvtt-wh4-lang-fr-fr/scripts/fWNVINMVhEwf8k5b.js
T
uberwald 38d88c2f19
Validation JSON / validate (push) Successful in 13s
Mise àjour vers 9.6.0
2026-05-18 07:23:40 +02:00

9 lines
282 B
JavaScript

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