Skip to content

Commit

Permalink
Add PH22 token relations (#257)
Browse files Browse the repository at this point in the history
* Add PH22 token relations

*Adds an entry for the Attendee token created by Svega, the Unconventional
*Reverse-relates Elusen, the Giving to an existing token
*Relates the Devil token made by Diabolical Salvation to the Treasure token that it makes

* update version

---------

Co-authored-by: ebbit1q <[email protected]>
  • Loading branch information
SlightlyCircuitous and ebbit1q authored Feb 5, 2024
1 parent b2d0865 commit 605b2f1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion tokens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<author>Cockatrice/Magic-Token</author>
<createdAt></createdAt>
<sourceUrl>https://raw.githubusercontent.com/Cockatrice/Magic-Token/master/tokens.xml</sourceUrl>
<sourceVersion>20240202</sourceVersion>
<sourceVersion>20240205</sourceVersion>
</info>
<cards>
<!--
Expand Down Expand Up @@ -547,6 +547,20 @@ Whenever this creature deals damage to a planeswalker, destroy that planeswalker
<token>1</token>
<tablerow>2</tablerow>
</card>
<card>
<name>Attendee Token</name>
<prop>
<colors>WUBRG</colors>
<type>Token Creature — Attendee</type>
<maintype>Creature</maintype>
<cmc>0</cmc>
<pt>1/1</pt>
</prop>
<set>PH22</set>
<reverse-related count="x">Svega, the Unconventional</reverse-related>
<token>1</token>
<tablerow>2</tablerow>
</card>
<card>
<name>Avacyn</name>
<text>Flying, vigilance, indestructible</text>
Expand Down Expand Up @@ -2530,6 +2544,7 @@ When this creature dies, create a colorless Treasure artifact token.</text>
<pt>4/4</pt>
</prop>
<set>PH17</set>
<related>Treasure Token</related>
<reverse-related count="4">Diabolical Salvation</reverse-related>
<token>1</token>
<tablerow>2</tablerow>
Expand Down Expand Up @@ -11284,6 +11299,7 @@ This creature can't be enchanted.</text>
<reverse-related>Done for the Day</reverse-related>
<reverse-related>Dungeoneer's Pack</reverse-related>
<reverse-related exclude="exclude">Elemental Masterpiece</reverse-related>
<reverse-related count="3">Elusen, the Giving</reverse-related>
<reverse-related count="x">Emissary Green</reverse-related>
<reverse-related>Enterprising Scallywag</reverse-related>
<reverse-related>Erestor of the Council</reverse-related>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240202
20240205

0 comments on commit 605b2f1

Please sign in to comment.