7 lines
197 B
JavaScript
7 lines
197 B
JavaScript
|
let test = await this.actor.setupCharacteristic("ag", {skipTargets: true, appendTitle : ` - ${this.effect.name}`});
|
||
|
await test.roll();
|
||
|
if (test.failed)
|
||
|
{
|
||
|
this.actor.addCondition("bleeding");
|
||
|
}
|