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
-15
View File
@@ -1,15 +0,0 @@
let diseaseIndex = game.packs
.filter(i => i.metadata.type == "Item")
.reduce((acc, pack) => acc.concat(pack.index.contents), [])
.filter(i => i.type == "disease")
.map(i => {
i.id = i._id
return i
})
let choice = await ItemDialog.create(diseaseIndex , 1, "Choose a Disease")
if (choice[0])
{
await this.item.updateSource({"system.specification.value" : choice[0].name})
}