Allows you to Drag-n-Drop Cards from you Card Collections onto the game board and automatically create a tile that represents the card. The card face can be iterated by clicking on it (requires Monk's Active Tile Triggers).
- Map a card 1-to-1 with its Tile representation (for recalling cards to decks).
- Avoid blocking the board drag-n-drop listener for the purpose of this module.
- Remove dependency from Monk's plugin (no hard feelings, but less dependencies the better).
- New localization: Japanese 🍙 (thanks to @BrotherSharper), Italian 🍕.
- Added more default options for card sizes: default to deck sizes, or setting preferences (suggested in #10).
Now cards dragged onto the canvas show their current face when played.
- Added a setting to scale uniformly card tiles when played on the canvas.
- Added a setting to decide a target card stack where cards are going to be transferred upon being played on the canvas.
Fixed tile size being incorrect even when card size is set.
Initial release with bare minimum support.
- u/killercrd for the macro that was used as the base for this module
- u/Sherbniz for spurring the discussion and suggesting/coding the support to Monk's Active Tile Triggers.