Files
wfrp-4e-de/scripts/7szLG4VALuuy1cPm.js
T
2025-05-02 12:24:44 +02:00

6 lines
256 B
JavaScript

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