Files
foundryvtt-wh4-lang-fr-fr/scripts/6elUNF58TaiYjxcx.js

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");
}