Workable system, firt step

This commit is contained in:
2026-01-02 20:30:29 +01:00
parent 70d1720176
commit 8a27cef9a4
69 changed files with 6081 additions and 1767 deletions
+10 -10
View File
@@ -1,14 +1,14 @@
export const defaultItemImg = {
arme: "systems/fvtt-hamalron/assets/icons/arme.webp",
armure: "systems/fvtt-hamalron/assets/icons/armure.webp",
competence: "systems/fvtt-hamalron/assets/icons/competence.webp",
equipement: "systems/fvtt-hamalron/assets/icons/equipement.webp",
faction: "systems/fvtt-hamalron/assets/icons/faction.webp",
langue: "systems/fvtt-hamalron/assets/icons/langue.webp",
peuple: "systems/fvtt-hamalron/assets/icons/peuple.webp",
region: "systems/fvtt-hamalron/assets/icons/region.webp",
sortilege: "systems/fvtt-hamalron/assets/icons/sortilege.webp",
tarot: "systems/fvtt-hamalron/assets/icons/tarot.webp",
arme: "systems/fvtt-hamalron/assets/icons/arme.svg",
armure: "systems/fvtt-hamalron/assets/icons/armure.svg",
competence: "systems/fvtt-hamalron/assets/icons/competence.svg",
equipement: "systems/fvtt-hamalron/assets/icons/equipement.svg",
faction: "systems/fvtt-hamalron/assets/icons/faction.svg",
langue: "systems/fvtt-hamalron/assets/icons/langue.svg",
peuple: "systems/fvtt-hamalron/assets/icons/peuple.svg",
region: "systems/fvtt-hamalron/assets/icons/region.svg",
sortilege: "systems/fvtt-hamalron/assets/icons/sortilege.svg",
tarot: "systems/fvtt-hamalron/assets/icons/tarot.svg",
}
export default class HamalronItem extends Item {