deck_stats
Analyze a Lorcana deck by computing ink curve, color split, inkable and uninkable counts, and type breakdown from your deck list.
Instructions
Compute summary stats for a Lorcana deck: ink curve (copies at each cost), color split (copies per color — dual-ink contributes to BOTH buckets, so the sum may exceed total_cards), inkable/uninkable counts, and type breakdown (Character/Action/Item/Song/Location). Each entry is {name: str, count: int} where name is the card's full_name. Names that don't resolve are listed under unresolved and excluded from the per-card stats (but still counted in total_cards).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deck | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||