Add all systems effects scripts + translations

This commit is contained in:
2024-05-17 01:07:37 +02:00
parent 0b286ac994
commit 7b97578bd7
191 changed files with 379 additions and 381 deletions

View File

@ -7,7 +7,7 @@ let items = await Promise.all(["Compendium.wfrp4e-wom.items.Item.EjGYZ4CgX2jZW7O
"Compendium.wfrp4e-wom.items.Item.CkMYRYCLrkMnyVm5",
"Compendium.wfrp4e-wom.items.Item.0Xdm4r7l2EwC4fcg"].map(fromUuid));
let choice = await game.wfrp4e.apps.ItemDialog.create(items, 1, "Select Wind")
let choice = await game.wfrp4e.apps.ItemDialog.create(items, 1, "Sélectionner le Vent")
//this.actor.createEmbeddedDocuments("Item", items);
this.item.update(choice[0]?.toObject(), {diff: false, recursive : false});