Traductions + fix v12

This commit is contained in:
2024-05-31 12:13:20 +02:00
parent 2ed5a36282
commit 90214619d6
62 changed files with 754 additions and 596 deletions

6
tools/test01.js Normal file
View File

@ -0,0 +1,6 @@
let item1 = await fromUuid("Compendium.wfrp4e-core.items.Item.EO05HX7jql0g605A")
let item2 = await fromUuid("Compendium.wfrp4e-core.items.Item.Bvd2aZ0gQUXHfCTh")
let ids = await this.actor.createEmbeddedDocuments("Item", [item1, item2], {fromEffect : this.effect.id})
console.log(ids)
this.actor.updateEmbeddedDocuments('Item', [ {id: ids[0], 'system.specification.value': 16} ] )