An app to browse and manage your character ability cards for Gloomhaven.
- Browse cards by class
- Show cards you've unlocked or hide cards don't use
- Drag and drop to rearrange cards
- Everything saves locally
- Fix card changes in 2nd printing (https://boardgamegeek.com/thread/1761512/official-second-printing-change-log)
- Currently only showing classes I've unlocked
- Enhancements on cards
- Source images for all ability cards can be found at: https://github.com/any2cards/gloomhaven/tree/master/images/character-ability-cards https://github.com/any2cards/gloomhaven/tree/master/images/character-ability-cards-revised
- Then use automator to rename sequentially
- edit
src/data.js
to add details - run
npm install && npm start
to run the app and confirm the new additions show up in the interface