Neuanfang mit französischem Modul

This commit is contained in:
2025-05-05 23:25:00 +02:00
parent cf24ef97df
commit 3f74b8dfdd
3135 changed files with 38383 additions and 93206 deletions
-7
View File
@@ -1,7 +0,0 @@
ChatMessage.create({content : "<em>Yield or die!</em>", speaker : ChatMessage.getSpeaker({token: this.actor.getActiveTokens()[0]?.document, actor: this.actor})}, {chatBubble : true})
let item = await fromUuid("Compendium.wfrp4e-core.items.pTorrE0l3VybAbtn")
let data = item.toObject();
data.system.specification.value = 2;
this.script.scriptNotification("Adding " + data.name);
await this.actor.createEmbeddedDocuments("Item", [data], {fromEffect: this.effect.id});
game.wfrp4e.utility.postFear(2, this.actor.prototypeToken.name)