add compendium with special creature abilities

This commit is contained in:
Johannes Loher 2021-01-20 00:42:13 +01:00
parent a020cb7403
commit fe84927a28
50 changed files with 82 additions and 14 deletions

View file

@ -21,9 +21,9 @@ export const DS4 = {
* Define the file paths to icon images
*/
attackTypesIcons: {
melee: "systems/ds4/assets/official/DS4-MAT.png",
meleeRanged: "systems/ds4/assets/official/DS4-MRA.png",
ranged: "systems/ds4/assets/official/DS4-RAT.png",
melee: "systems/ds4/assets/official/combat-values/melee-attack.png",
meleeRanged: "systems/ds4/assets/official/combat-values/melee-ranged-attack.png",
ranged: "systems/ds4/assets/official/combat-values/ranged-attack.png",
},
/**