mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
First test for card database: loading and clear
This commit is contained in:
parent
df393638ed
commit
18993b397b
8 changed files with 236 additions and 2 deletions
27
tests/carddatabase/data/customsets/customset1.xml
Normal file
27
tests/carddatabase/data/customsets/customset1.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cockatrice_carddatabase version="3">
|
||||
<cards>
|
||||
<card>
|
||||
<name>Sparrow</name>
|
||||
<set muId="333">BRD</set>
|
||||
<color>W</color>
|
||||
<manacost>W</manacost>
|
||||
<cmc>1</cmc>
|
||||
<type>Creature</type>
|
||||
<pt>1/1</pt>
|
||||
<tablerow>0</tablerow>
|
||||
<text></text>
|
||||
</card>
|
||||
<card>
|
||||
<name>Crow</name>
|
||||
<set muId="334">BRD</set>
|
||||
<color>B</color>
|
||||
<manacost>1B</manacost>
|
||||
<cmc>2</cmc>
|
||||
<type>Creature</type>
|
||||
<pt>2/2</pt>
|
||||
<tablerow>0</tablerow>
|
||||
<text></text>
|
||||
</card>
|
||||
</cards>
|
||||
</cockatrice_carddatabase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue