mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-22 09:35:08 -07:00
Third-party deck tools (e.g. Delver Lens) export decks as tab-separated rows such as "2 Card Name Set Name". Card names never contain tab characters, so a leading numeric column marks a tabular record: the first two columns are read as the quantity and card name, and any further columns are discarded as printer/set metadata. - deck_list: parse tab-delimited rows before whitespace collapsing - tests: cover tab-separated mainboard and sideboard imports - docs: document the accepted plain-text import format (fills the TODO) |
||
|---|---|---|
| .. | ||
| creating_decks.md | ||
| editing_decks.md | ||
| editing_decks_classic.md | ||
| editing_decks_printings.md | ||
| editing_decks_visual.md | ||
| exporting_decks.md | ||
| importing_decks.md | ||