Generic roll and update items

This commit is contained in:
2022-01-13 16:16:24 +01:00
parent b4a06a5049
commit f6cdb3e7fd
7 changed files with 6 additions and 2 deletions

View File

@ -10,6 +10,10 @@ export const defaultItemImg = {
effect: "systems/fvtt-pegasus-rpg/images/icons/icon_effect.webp",
race: "systems/fvtt-pegasus-rpg/images/icons/icon_race.webp",
power: "systems/fvtt-pegasus-rpg/images/icons/icon_power.webp",
armour: "systems/fvtt-pegasus-rpg/images/icons/icon_armour.webp",
equipment: "systems/fvtt-pegasus-rpg/images/icons/icon_equipment.webp",
weapon: "systems/fvtt-pegasus-rpg/images/icons/icon_meleeweapon.webp",
shield: "systems/fvtt-pegasus-rpg/images/icons/icon_shield.webp",
}
/**