Files
foundryvtt-wh4-lang-fr-fr/scripts/bwtQOSWn120NICkf.js
LeRatierBretonnier 8862698262
All checks were successful
Validation JSON / validate (push) Successful in 15s
Release Creation / build (release) Successful in 57s
Nombreuses corections de scripts...
2026-03-07 15:02:18 +01:00

8 lines
220 B
JavaScript

let test = await this.actor.setupCharacteristic("ag", {fields : {difficulty : "hard"}});
await test.roll();
if (test.failed)
{
await this.actor.addCondition("bleeding")
await this.actor.addCondition("entangled")
}