Update icon paths in compendium packs and config.ts
This commit is contained in:
parent
2d647094f7
commit
4a169c7111
3 changed files with 163 additions and 163 deletions
|
@ -366,34 +366,34 @@ export const DS4 = {
|
|||
* Define the file paths to check images
|
||||
*/
|
||||
checks: {
|
||||
appraise: "systems/ds4/assets/icons/game-icons/two-coins.svg",
|
||||
changeSpell: "systems/ds4/assets/icons/game-icons/card-exchange.svg",
|
||||
climb: "systems/ds4/assets/icons/game-icons/mountain-climbing.svg",
|
||||
communicate: "systems/ds4/assets/icons/game-icons/discussion.svg",
|
||||
decipherScript: "systems/ds4/assets/icons/game-icons/rune-stone.svg",
|
||||
defend: "systems/ds4/assets/icons/game-icons/shield.svg",
|
||||
defyPoison: "systems/ds4/assets/icons/game-icons/poison-bottle.svg",
|
||||
disableTraps: "systems/ds4/assets/icons/game-icons/wolf-trap.svg",
|
||||
featOfStrength: "systems/ds4/assets/icons/game-icons/biceps.svg",
|
||||
flirt: "systems/ds4/assets/icons/game-icons/charm.svg",
|
||||
haggle: "systems/ds4/assets/icons/game-icons/cash.svg",
|
||||
hide: "systems/ds4/assets/icons/game-icons/hidden.svg",
|
||||
identifyMagic: "systems/ds4/assets/icons/game-icons/uncertainty.svg",
|
||||
jump: "systems/ds4/assets/icons/game-icons/jump-across.svg",
|
||||
knowledge: "systems/ds4/assets/icons/game-icons/bookshelf.svg",
|
||||
openLock: "systems/ds4/assets/icons/game-icons/padlock-open.svg",
|
||||
perception: "systems/ds4/assets/icons/game-icons/awareness.svg",
|
||||
pickPocket: "systems/ds4/assets/icons/game-icons/robber-hand.svg",
|
||||
readTracks: "systems/ds4/assets/icons/game-icons/deer-track.svg",
|
||||
resistDisease: "systems/ds4/assets/icons/game-icons/virus.svg",
|
||||
ride: "systems/ds4/assets/icons/game-icons/cavalry.svg",
|
||||
search: "systems/ds4/assets/icons/game-icons/magnifying-glass.svg",
|
||||
senseMagic: "systems/ds4/assets/icons/game-icons/sparkles.svg",
|
||||
sneak: "systems/ds4/assets/icons/game-icons/mute.svg",
|
||||
startFire: "systems/ds4/assets/icons/game-icons/campfire.svg",
|
||||
swim: "systems/ds4/assets/icons/game-icons/pool-dive.svg",
|
||||
wakeUp: "systems/ds4/assets/icons/game-icons/alarm-clock.svg",
|
||||
workMechanism: "systems/ds4/assets/icons/game-icons/lever.svg",
|
||||
appraise: "systems/ds4/assets/icons/game-icons/delapouite/two-coins.svg",
|
||||
changeSpell: "systems/ds4/assets/icons/game-icons/delapouite/card-exchange.svg",
|
||||
climb: "systems/ds4/assets/icons/game-icons/caro-asercion/mountain-climbing.svg",
|
||||
communicate: "systems/ds4/assets/icons/game-icons/delapouite/discussion.svg",
|
||||
decipherScript: "systems/ds4/assets/icons/game-icons/lorc/rune-stone.svg",
|
||||
defend: "systems/ds4/assets/icons/game-icons/sbed/shield.svg",
|
||||
defyPoison: "systems/ds4/assets/icons/game-icons/lorc/poison-bottle.svg",
|
||||
disableTraps: "systems/ds4/assets/icons/game-icons/lorc/wolf-trap.svg",
|
||||
featOfStrength: "systems/ds4/assets/icons/game-icons/delapouite/biceps.svg",
|
||||
flirt: "systems/ds4/assets/icons/game-icons/lorc/charm.svg",
|
||||
haggle: "systems/ds4/assets/icons/game-icons/lorc/cash.svg",
|
||||
hide: "systems/ds4/assets/icons/game-icons/lorc/hidden.svg",
|
||||
identifyMagic: "systems/ds4/assets/icons/game-icons/lorc/uncertainty.svg",
|
||||
jump: "systems/ds4/assets/icons/game-icons/delapouite/jump-across.svg",
|
||||
knowledge: "systems/ds4/assets/icons/game-icons/delapouite/bookshelf.svg",
|
||||
openLock: "systems/ds4/assets/icons/game-icons/delapouite/padlock-open.svg",
|
||||
perception: "systems/ds4/assets/icons/game-icons/lorc/awareness.svg",
|
||||
pickPocket: "systems/ds4/assets/icons/game-icons/darkzaitev/robber-hand.svg",
|
||||
readTracks: "systems/ds4/assets/icons/game-icons/delapouite/deer-track.svg",
|
||||
resistDisease: "systems/ds4/assets/icons/game-icons/lorc/virus.svg",
|
||||
ride: "systems/ds4/assets/icons/game-icons/delapouite/cavalry.svg",
|
||||
search: "systems/ds4/assets/icons/game-icons/lorc/magnifying-glass.svg",
|
||||
senseMagic: "systems/ds4/assets/icons/game-icons/delapouite/sparkles.svg",
|
||||
sneak: "systems/ds4/assets/icons/game-icons/delapouite/mute.svg",
|
||||
startFire: "systems/ds4/assets/icons/game-icons/lorc/campfire.svg",
|
||||
swim: "systems/ds4/assets/icons/game-icons/delapouite/pool-dive.svg",
|
||||
wakeUp: "systems/ds4/assets/icons/game-icons/delapouite/alarm-clock.svg",
|
||||
workMechanism: "systems/ds4/assets/icons/game-icons/lorc/lever.svg",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue