replaced attack type str with icons in char sheet

This commit is contained in:
Gesina Schwalbe 2020-12-30 00:01:41 +01:00
parent 1ed54dccff
commit 0b93f5ff9e
5 changed files with 15 additions and 1 deletions

View file

@ -66,4 +66,14 @@ export const DS4 = {
chain: "DS4.ArmorMaterialTypeChain",
plate: "DS4.ArmorMaterialTypePlate",
},
/**
* * Define the file paths to icon images
* @type {Object}
*/
attackTypesIcons: {
melee: "systems/ds4/assets/DS4-MAT.png",
meleeRanged: "systems/ds4/assets/DS4-MRA.png",
ranged: "systems/ds4/assets/DS4-RAT.png",
},
};