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

6 lines
242 B
JavaScript

let test = await this.actor.setupCharacteristic("wp", {skipTargets: true, appendTitle : ` - ${this.effect.name}`})
await test.roll();
if (test.failed)
{
this.script.scriptMessage(await game.wfrp4e.tables.formatChatRoll("enrage-beast"))
}