fix: icône des cartes tarot -> systems/fvtt-hamalron/assets/icons/tarot.svg

This commit is contained in:
2026-07-11 00:10:02 +02:00
parent cd8ea9ec68
commit 272149d300
82 changed files with 159 additions and 159 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ async function main() {
_key: `!items!${id}`,
name: card.name,
type: "tarot",
img: "icons/svg/treasure.svg",
img: "systems/fvtt-hamalron/assets/icons/tarot.svg",
folder: tarotFolderId,
sort: (i + 1) * 100000,
flags: {},
@@ -60,7 +60,7 @@ async function main() {
symbole: card.symbole,
valeur: card.valeur,
description: card.description || `<p>${card.name}</p>`,
image: "icons/svg/treasure.svg",
image: "systems/fvtt-hamalron/assets/icons/tarot.svg",
},
}
// Write as JSON file for the pack tool