Files
foundryvtt-wh4-lang-fr-fr/scripts/WDN1kNe7lMc3Zf3d.js
T
uberwald 38d88c2f19
Validation JSON / validate (push) Successful in 13s
Mise àjour vers 9.6.0
2026-05-18 07:23:40 +02:00

8 lines
198 B
JavaScript

if (args.equipped)
{
this.actor.addEffectItems("Compendium.wfrp4e-core.items.Item.pTorrE0l3VybAbtn", this.effect, {"system.specification.value" : 1})
}
else
{
this.effect.deleteCreatedItems();
}