Sync to v7.2.0
This commit is contained in:
6
scripts/86ivOsBQAuu0UmFg.js
Normal file
6
scripts/86ivOsBQAuu0UmFg.js
Normal file
@ -0,0 +1,6 @@
|
||||
let test = await this.actor.setupSkill(game.i18n.localize("NAME.Endurance"), {fields : {difficulty : "hard"}, appendTitle : ` - ${this.effect.name}`, skipTargets: true});
|
||||
await test.roll();
|
||||
if (test.failed)
|
||||
{
|
||||
this.actor.addCondition("poisoned");
|
||||
}
|
Reference in New Issue
Block a user