create-cards
Create custom card stacks (deck, hand, or pile) with optional named cards, face text, and images for themed decks like Deck of Many Things or tarokka.
Instructions
Create a Cards stack (deck, hand, or pile) with optional initial cards. Each card has a name and optional face text (HTML shown on the card — e.g. a Deck of Many Things outcome) and/or img (a Data-relative path), plus a card-level description (GM/meta note). Use for custom themed decks (Deck of Many Things, tarokka, encounter decks). GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Cards stack name. | |
| type | No | Stack type (default "deck"). | |
| cards | No | Optional initial cards. | |
| folderName | No | Optional folder to place the stack in (created if absent). | |
| description | No | Optional description. |