Commit 482ae820 authored by Frank Paczynski's avatar Frank Paczynski
Browse files

ADD_SETS to markdown

parent 81a8151a
Add Sets
===
The oracle program creates the cockatrice card database and needs a set database to achieve this.
The set database is written in XML and has the following skeleton:
```
<?xml version="1.0" encoding="UTF-8"?>
<cockatrice_setdatabase version="20100416">
<picture_url>http://www.wizards.com/global/images/magic/general/%1.jpg</picture_url>
......@@ -19,6 +23,7 @@ The set database is written in XML and has the following skeleton:
...
</cockatrice_setdatabase>
```
The full set database file called "set.xml" should be included in the cockatrice git-sources.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment