6 lines
230 B
JavaScript
6 lines
230 B
JavaScript
let test = await this.actor.setupCharacteristic("ag", {skipTargets: true, appendTitle : ` - ${this.effet.name}`, context: { failure: "Goes Prone" }})
|
|
await Test.roll();
|
|
if (Test.Échoué)
|
|
{
|
|
this.actor.addCondition("prone");
|
|
} |