Cockatrice 2026-01-14-Development-2.11.0-beta.46
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
Card Database Schema and Parsing

Card Database Schemas

Cockatrice uses XML files to store information of available cards to be used in the app (cards.xml).
The token file follows the schema of the card database (tokens.xml), too.

Saved decks (<deckname>.xml) use a different schema.

Card Database Parsing

TODO