7 lines
198 B
JavaScript
7 lines
198 B
JavaScript
let test = await this.actor.setupCharacteristic("ag", {skipTargets: true, appendTitle : ` - ${this.effet.name}`});
|
|
await Test.roll();
|
|
if (Test.Échoué)
|
|
{
|
|
this.actor.addCondition("bleeding");
|
|
}
|