Implement Drag & Drop of checks

This commit is contained in:
Johannes Loher 2021-04-15 20:00:37 +02:00
parent 9e72c6560f
commit 0d03dbf424
35 changed files with 108 additions and 3 deletions

View file

@ -334,6 +334,40 @@ export const DS4 = {
spellcasting: "systems/ds4/assets/icons/official/combat-values/spellcasting.png",
targetedSpellcasting: "systems/ds4/assets/icons/official/combat-values/targeted-spellcasting.png",
},
/**
* 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",
},
},
/**