Pass cards
pass-cardsMove specified cards between stacks, such as from hand to pile, using card IDs or exact names. Requires the write switch to execute.
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) |