diff --git a/images/icons/skill1.png b/images/icons/skill1.png new file mode 100644 index 0000000..b336f45 Binary files /dev/null and b/images/icons/skill1.png differ diff --git a/images/icons/spell1.png b/images/icons/spell1.png new file mode 100644 index 0000000..fc91124 Binary files /dev/null and b/images/icons/spell1.png differ diff --git a/modules/avd12-item.js b/modules/avd12-item.js index 937be0b..f044ffd 100644 --- a/modules/avd12-item.js +++ b/modules/avd12-item.js @@ -1,14 +1,14 @@ import { Avd12Utility } from "./avd12-utility.js"; export const defaultItemImg = { - skill: "systems/fvtt-avd12/images/icons/skill2.webp", - armor: "systems/fvtt-avd12/images/icons/gloves2.webp", + skill: "systems/fvtt-avd12/images/icons/skill1.webp", + armor: "systems/fvtt-avd12/images/icons/chest2.webp", shield: "systems/fvtt-avd12/images/icons/shield2.webp", weapon: "systems/fvtt-avd12/images/icons/weapon2.webp", equipment: "systems/fvtt-avd12/images/icons/cloak2.webp", - spell: "systems/fvtt-avd12/images/icons/focus2.webp", module: "systems/fvtt-avd12/images/icons/focus2.webp", - money: "systems/fvtt-avd12/images/icons/chest2.webp", + money: "systems/fvtt-avd12/images/icons/focus2.webp", + spell: "systems/fvtt-avd12/images/icons/spell1.webp", } /**