Files
foundryvtt-wh4-lang-fr-fr/scripts/6elUNF58TaiYjxcx.js
2026-01-29 11:43:28 +01:00

6 lines
243 B
JavaScript

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