CARDHOTBAR: v1
- Playing card from hand should remove it from the hand (DONE)
- ALT+Dragging from hand should play the card hidden (DONE)
- Swapping cards in bar should not delete the cards.
- Remove / Hiding elements that aren't working (DONE)
- Flipping cards in hand
- Compact Hand function and rework addToHand() accordingly
- Get Player Hand
- Mark Cards as done
v2
- Paging/longer hotbar/support for more cards
v3+
- Multiple Hands
- Hands per Token
SDF DECKS: v1
- Dragging a folder onto the table turns it into a tile object with a HUD that lets you draw cards from it like a deck (DONE)
- Add discard back to main deck without resetting deck (DONE)
- View Discard Pile (DONE)
- Draw to Table
- Append Cards to Deck
v2
- Burnt/Removed from Play Pile for decks
- Import single card to deck // Append to Deck
- Register and call hooks on deck initalization
- Deal to Players (requires Sockets)