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

4 lines
166 B
JavaScript

if (args.item.name == "Magic Resistance" && args.item.type == "trait")
{
args.item.system.specification.value = Number(args.item.system.specification.value) + 1
}