Files
wfrp-4e-de/reference_scripts/xklncIMwQIespDxS.js
T
2025-05-02 12:24:44 +02:00

8 lines
308 B
JavaScript

let test = await this.actor.setupCharacteristic("t", {skipTargets: true, appendTitle : ` - ${this.effect.name}`, fields : {difficulty : "vhard"}});
await test.roll();
game.wfrp4e.utility.postCorruptionTest("minor", this.script.getChatData())
if (test.failed)
{
this.actor.addCondition("unconscious");
}