A script to generate a valid Cockatrice database out of a JSON file containing Shadowverse card data.
- Python 2.7+
- A JSON file specifying all the relevant card data. See the included file for the required format.
python json2cockatrice_db.py inputfile.json outputfile.xml
- ElDynamite for providing the original JSON file and saving me a crapload of time.
- Add not just the evolved version of a card, but also any associated tokens/cards brought into play by a given card so they're easily accessed from within Cockatrice.
The code itself is under the GNU General Public License v3 whereas the card data belongs to Cygames.