Add icons + origine

This commit is contained in:
2023-11-27 23:08:39 +01:00
parent da75a55978
commit 02c80c1197
95 changed files with 109 additions and 119 deletions

View File

@@ -1,18 +1,19 @@
import { WastelandUtility } from "./wasteland-utility.js";
export const defaultItemImg = {
competence: "systems/fvtt-wasteland/assets/icons/competence.webp",
arme: "systems/fvtt-wasteland/assets/icons/arme.webp",
capacite: "systems/fvtt-wasteland/assets/icons/capacite.webp",
don: "systems/fvtt-wasteland/assets/icons/don.webp",
equipement: "systems/fvtt-wasteland/assets/icons/equipement.webp",
monnaie: "systems/fvtt-wasteland/assets/icons/monnaie.webp",
pacte: "systems/fvtt-wasteland/assets/icons/pacte.webp",
competence: "systems/fvtt-wasteland/assets/icons/skill.webp",
arme: "systems/fvtt-wasteland/assets/icons/weapon.webp",
capacite: "systems/fvtt-wasteland/assets/icons/hability.webp",
equipement: "systems/fvtt-wasteland/assets/icons/gear.webp",
mutation: "systems/fvtt-wasteland/assets/icons/mutation.webp",
monnaie: "systems/fvtt-wasteland/assets/icons/money.webp",
people: "systems/fvtt-wasteland/assets/icons/people.webp",
predilection: "systems/fvtt-wasteland/assets/icons/predilection.webp",
protection: "systems/fvtt-wasteland/assets/icons/protection.webp",
rune: "systems/fvtt-wasteland/assets/icons/rune.webp",
tendance: "systems/fvtt-wasteland/assets/icons/tendance.webp",
traitchaotique: "systems/fvtt-wasteland/assets/icons/traitchaotique.webp",
pouvoir: "systems/fvtt-wasteland/assets/icons/power.webp",
origine: "systems/fvtt-wasteland/assets/icons/origin.webp",
protection: "systems/fvtt-wasteland/assets/icons/armor.webp",
artifex: "systems/fvtt-wasteland/assets/icons/artifact.webp",
charme: "systems/fvtt-wasteland/assets/icons/charm.webp",
}
/**