From 3ccf8b40fd8dc4029633560a6a0b3b613b001969 Mon Sep 17 00:00:00 2001 From: SlightlyCircuitous <71394296+SlightlyCircuitous@users.noreply.github.com> Date: Mon, 4 Jul 2022 17:43:25 -0400 Subject: [PATCH] Add Un-Set Tokens (#166) * Adds Un-Set Tokens *Adds novel tokens from UND, UST and UGL (UNH has no tokens on scryfall) to go with their related cards --Acorn Stash, Beeble, Brainiac, Dragon (Gold), Giant Teddy Bear, Faerie Spy, Rogue (w/ Menace), Storm Crow, Sheep (2/2) --Dragon and Giant Teddy Bear are Gold and Pink, respectively, so I have left them as colorless (in line with scryfall) with a comment in case someone is curious about them in the future *Adds new art for Construct, Gnome Goat, Goblin, Pegasus, Soldier, Squirrel, and Zombie to their existing entries --In the case of Gnome, I have replaced the gnome token art with this one since it seemed to be a homemade placeholder. Happy to revert it if y'all prefer a black bordered token for the main art or if I misjudged its officialness * Apply suggestions from code review Co-authored-by: ebbit1q * Update tokens.xml * Address Second Round of Comments *Changed 'card' to 'token' in Dragon Token and Giant Teddy Bear Token text. *Moved Acorn Stash to be just above Energy Reserve (the Counter holder tokens seem to be alphabetized) and changed its type and Maintype to 'Counter'. * Add exclude to Acorn Stash That seems to be the tradition for any card listed under a Counter-holder type token. * update version Co-authored-by: ebbit1q --- tokens.xml | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++- version.txt | 2 +- 2 files changed, 140 insertions(+), 3 deletions(-) diff --git a/tokens.xml b/tokens.xml index e9aa66e..7998107 100644 --- a/tokens.xml +++ b/tokens.xml @@ -9,7 +9,7 @@ Cockatrice/Magic-Token https://raw.githubusercontent.com/Cockatrice/Magic-Token/master/tokens.xml - 20220703 + 20220704