Files
wfrp-4e-de/scripts/yzN7ZNlgCiSVJqsU.js
T
2025-05-15 23:03:43 +02:00

7 lines
200 B
JavaScript

let sourceItem = this.effect.sourceItem;
if (sourceItem)
{
this.actor.applyEffect({effectUuids : [sourceItem.effects.contents[1].uuid]})
this.script.scriptNotification("Angewandt nach Effekten");
}