foundryvtt-wh4-lang-fr-fr/scripts/yTmRoUstxHMso91c.js

4 lines
166 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
if (args.item.name == "Magic Resistance" && args.item.type == "trait")
{
args.item.system.specification.value = Number(args.item.system.specification.value) + 1
}