fix: icône des cartes tarot -> systems/fvtt-hamalron/assets/icons/tarot.svg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user