Draw cards
draw-cardsMoves cards between Foundry VTT stacks, drawing from top, bottom, or random order. Blocks the action if not enough cards remain and confirms every moved card.
Instructions
Draw cards from one stack (usually a deck) into another (usually a hand or pile). Refused before anything moves when too few cards are left. Every card is looked up afterwards. Needs the write switch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Draw into: id or exact name of the card stack | |
| how | No | Which cards: top (default), bottom or random | |
| from | Yes | Draw from: id or exact name of the card stack | |
| number | No | How many cards, default 1 | |
| chatNotification | No | Post Foundry's chat message about the move (default false) |