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

7 lines
197 B
JavaScript

let test = await this.actor.setupSkill("Dodge", {skipTargets: true, appendTitle : ` - ${this.effect.name}`});
await test.roll();
if (test.failed)
{
await this.actor.addCondition("grappling")
}