2024-05-16 17:57:51 +02:00
|
|
|
let item = await fromUuid("Compendium.wfrp4e-core.items.DrNUTPeodEgpWTnT")
|
|
|
|
this.actor.createEmbeddedDocuments("Item", [item], {fromEffect : this.effect.id});
|
2024-05-17 09:19:48 +02:00
|
|
|
this.script.scriptNotification("Ajout de " + item.name)
|