Pass cards
pass-cardsTransfer specified cards from one stack to another, like hand to pile, by providing source, destination, and card IDs or names.
Instructions
Pass chosen cards from one stack to another, such as from a hand to a pile. Cards are named by id or by exact name within the source stack. Needs the write switch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Pass to: id or exact name of the card stack | |
| from | Yes | Pass from: id or exact name of the card stack | |
| cardIds | Yes | Ids or exact names of the cards | |
| chatNotification | No | Post Foundry's chat message about the move (default false) |