Files
wfrp-4e-de/reference_scripts/AWgZnm9xLyIWCDnp.js
T
2025-05-10 00:11:46 +02:00

10 lines
188 B
JavaScript

let robust = args.modifiers.other.find(i => i.key == "robust")
if (robust)
{
robust.value--;
}
else
{
args.modifiers.other.push({key: "robust", label : this.effect.name, value : -1})
}