feat: add item icons to data schema and update picker UI to display them
This commit is contained in:
parent
e2625219e2
commit
a335b51932
2 changed files with 4 additions and 2 deletions
|
|
@ -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 || ""
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue