Clean up elements (#244)

* Clean up elements

*Removes second cards element from tokens.xml
*Adds a few comments denoting different categories of reminder token.

* update version

---------

Co-authored-by: ebbit1q <ebbit1q@gmail.com>
This commit is contained in:
SlightlyCircuitous 2023-11-12 04:59:54 -05:00 committed by GitHub
parent 204ec559d8
commit 15dcb60bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@
<author>Cockatrice/Magic-Token</author>
<createdAt></createdAt>
<sourceUrl>https://raw.githubusercontent.com/Cockatrice/Magic-Token/master/tokens.xml</sourceUrl>
<sourceVersion>20231105</sourceVersion>
<sourceVersion>20231112</sourceVersion>
</info>
<cards>
<!--
@ -14152,6 +14152,7 @@ Enchanted creature gets +1/+1 for each enchantment you control.</text>
<token>1</token>
<tablerow>1</tablerow>
</card>
<!--The below tokens are reminder tokens for keeping track of counters.-->
<card>
<name>Acorn Stash</name>
<text>(Place your acorn counters in this area.)</text>
@ -14440,6 +14441,7 @@ Enchanted creature gets +1/+1 for each enchantment you control.</text>
<token>1</token>
<tablerow>1</tablerow>
</card>
<!--The below tokens are reminders of certain game states.-->
<card>
<name>City's Blessing</name>
<prop>
@ -14812,6 +14814,7 @@ Whenever a creature deals combat damage to you, its controller becomes the monar
<token>1</token>
<tablerow>1</tablerow>
</card>
<!--The below tokens are miscellaneous other tokens that don't fit into the above categories.-->
<card>
<name>Companion </name>
<text>As each game begins, you can place any one card with companion here if your starting deck meets its condition. You may cast it once from here.</text>
@ -14871,8 +14874,6 @@ As the Ring tempts you, you get an emblem named The Ring if you don't have one.
<token>1</token>
<tablerow>1</tablerow>
</card>
</cards>
<cards>
<!-- See #225, Below cards are non-creature spells from Theros Challenge Decks that are not present in cards.xml in Cockatrice -->
<card>
<name>Mogis's Chosen</name>

View File

@ -1 +1 @@
20231105
20231112