Update test card database to v4 (#4064)

This commit is contained in:
olegshtch 2020-08-22 01:18:53 +03:00 committed by GitHub
parent 69f035f017
commit 4a563a131b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 53 additions and 33 deletions

View file

@ -1,27 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<cockatrice_carddatabase version="3">
<cockatrice_carddatabase version="4">
<cards>
<card>
<name>Cat</name>
<set muId="111">CAT</set>
<color>G</color>
<set>CAT</set>
<tablerow>0</tablerow>
<text>Meow!</text>
<prop>
<muid>111</muid>
<colors>G</colors>
<manacost>2G</manacost>
<cmc>2</cmc>
<type>Creature</type>
<maintype>Creature</maintype>
<pt>3/3</pt>
<tablerow>0</tablerow>
<text>Meow!</text>
</prop>
</card>
<card>
<name>Dog</name>
<set muId="222">DOG</set>
<color>R</color>
<set>DOG</set>
<tablerow>0</tablerow>
<text>Woof!</text>
<prop>
<muid>222</muid>
<colors>R</colors>
<manacost>2RR</manacost>
<cmc>4</cmc>
<type>Creature</type>
<maintype>Creature</maintype>
<pt>4/4</pt>
<tablerow>0</tablerow>
<text>Woof!</text>
</prop>
</card>
</cards>
</cockatrice_carddatabase>

View file

@ -1,17 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<cockatrice_carddatabase version="3">
<cockatrice_carddatabase version="4">
<cards>
<card>
<name>Fluffy</name>
<set muId="311">CAT</set>
<color>G</color>
<manacost></manacost>
<cmc></cmc>
<type>Token</type>
<pt>0/1</pt>
<set>CAT</set>
<tablerow>0</tablerow>
<text></text>
<token>1</token>
<prop>
<muid>311</muid>
<colors>G</colors>
<manacost></manacost>
<cmc></cmc>
<type>Token</type>
<maintype>Token</maintype>
<pt>0/1</pt>
</prop>
</card>
</cards>
</cockatrice_carddatabase>

View file

@ -1,29 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<cockatrice_carddatabase version="3">
<cockatrice_carddatabase version="4">
<cards>
<card>
<name>Kitten</name>
<set muId="112">CAT</set>
<color>G</color>
<manacost></manacost>
<cmc></cmc>
<type>Token</type>
<pt>1/1</pt>
<set>CAT</set>
<tablerow>0</tablerow>
<text></text>
<token>1</token>
<prop>
<muid>112</muid>
<colors>G</colors>
<manacost></manacost>
<cmc></cmc>
<type>Token</type>
<maintype>Token</maintype>
<pt>1/1</pt>
</prop>
</card>
<card>
<name>Puppy</name>
<set muId="223">DOG</set>
<color>R</color>
<manacost></manacost>
<cmc></cmc>
<type>Token</type>
<pt>1/1</pt>
<set>DOG</set>
<tablerow>0</tablerow>
<text></text>
<token>1</token>
<prop>
<muid>223</muid>
<colors>R</colors>
<manacost></manacost>
<cmc></cmc>
<type>Token</type>
<maintype>Token</maintype>
<pt>1/1</pt>
</prop>
</card>
</cards>
</cockatrice_carddatabase>