Items
This commit is contained in:
@ -1,14 +1,19 @@
|
||||
import { Hero6Utility } from "./hero6-utility.js";
|
||||
|
||||
export const defaultItemImg = {
|
||||
skill: "systems/fvtt-hero-system-6/images/icons/skill.webp",
|
||||
armor: "systems/fvtt-hero-system-6/images/icons/armor.webp",
|
||||
equipment: "systems/fvtt-hero-system-6/images/icons/equipment.webp",
|
||||
weapon: "systems/fvtt-hero-system-6/images/icons/melee.webp",
|
||||
perk: "systems/fvtt-hero-system-6/images/icons/perk.webp",
|
||||
ability: "systems/fvtt-hero-system-6/images/icons/ability.webp",
|
||||
genetic: "systems/fvtt-hero-system-6/images/icons/genetic.webp",
|
||||
cyber: "systems/fvtt-hero-system-6/images/icons/cyber.webp"
|
||||
advantage: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Adavantage.webp",
|
||||
skill: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Skills.webp",
|
||||
perk: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Perks.webp",
|
||||
attack: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Attack.webp",
|
||||
talent: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Talents.webp",
|
||||
power: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Powers.webp",
|
||||
limitation: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Limitation.webp",
|
||||
complication: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Complications.webp",
|
||||
equipment: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Equipment.webp",
|
||||
defense: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Defense.webp",
|
||||
maneuver: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Maneuver.webp",
|
||||
maneuver: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Maneuver.webp",
|
||||
movement: "systems/fvtt-hero-system-6/images/icons/HeroIcon-Movement.webp",
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user