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

6 lines
231 B
JavaScript

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