6 lines
242 B
JavaScript
6 lines
242 B
JavaScript
let test = await this.actor.setupCharacteristic("wp", {skipTargets: true, appendTitle : " - " + this.effet.name, context : {failure: "GAin d'1 état Sonné"}})
|
|
await Test.roll();
|
|
if (Test.Échoué)
|
|
{
|
|
this.actor.addCondition("stunned");
|
|
} |