Skip to content

A Foundry VTT Module for automatically showing cards on the canvas.

License

Notifications You must be signed in to change notification settings

alessiocali/card-tiles

Repository files navigation

Card Tiles

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).

Todos

  • 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).

Changelog

v0.0.5

  • New localization: Japanese 🍙 (thanks to @BrotherSharper), Italian 🍕.
  • Added more default options for card sizes: default to deck sizes, or setting preferences (suggested in #10).

v0.0.4

Now cards dragged onto the canvas show their current face when played.

v0.0.3

  • 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.

v0.0.2

Fixed tile size being incorrect even when card size is set.

v0.0.1

Initial release with bare minimum support.

Special thanks