Use specific tokens where possible for TDM #14153
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a
TODOto add in the missing tokens, citing that the cards that were relevant were not spoiled yet, making their implementation pointless.The cards they depend upon have since been implemented. Dusyut Earthcarver makes a 3/3 Spirit and uses this specific token from TDM for it. Anafenza does the same for the 2/2 Spirit in the set. Both do this via their Endure triggers.
Previously, the default behaviour was to just use the
*/*Spirit token regardless of Endure amount, which meant all tokens had the same token art.This PR does a few things to support getting the right token from specific Endure/cards and also clean up Spirit tokens, because Wizards have sure released a fair few unique ones over the years;
AnotherSpiritTokentoSpirit33Tokenfor the sake of consistency and clarity*/*Spirit tokens in the setPrintings for the 2/2 and 3/3 confirmed as limited to TDM:
Built and tested this locally and I see that the correct token art downloads and is used.
Default

*/*used in lieu of explicit power/toughness token, as triggered by Warden of the Grove via its Endure:The 1/1 when Warden of the Grove only has one +1/+1 counter:

Anafenza making the 2/2 on a nontoken item dying:

Dusyut Earthcarver making the 3/3 on ETB:
