Files
foundryvtt-wh4-lang-fr-fr/scripts/TGN070HeJLl3gSMY.js

6 lines
230 B
JavaScript

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