Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
482ae820
Commit
482ae820
authored
May 23, 2013
by
Frank Paczynski
Browse files
ADD_SETS to markdown
parent
81a8151a
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/add_sets.
txt
→
doc/add_sets.
md
View file @
482ae820
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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment