feat: add item icons to data schema and update picker UI to display them

This commit is contained in:
CPTN Cosmo 2026-04-26 19:16:38 +02:00
parent e2625219e2
commit a335b51932
2 changed files with 4 additions and 2 deletions

View file

@ -39,6 +39,7 @@ export function getAugments() {
id: id,
name: name.replace("Ikonis:", "").trim(),
fullName: name,
img: feature.img || "systems/daggerheart/assets/icons/documents/items/chip.svg",
effect: effectLine || "Native Feature",
cost: costLine || ""
});