3 lines
252 B
JavaScript
3 lines
252 B
JavaScript
|
let test = await this.actor.setupCharacteristic("wp", {skipTargets: true, appendTitle : ` - ${this.effect.name}`, context : {failure : `<strong>Confused</strong>: Determine behaviour by @Table[bewilder] Table.`}})
|
||
|
await test.roll();
|
||
|
return test.failed
|