Add unique arts for FIN tokens (Hero, Wizard, Bird)#351
Merged
ebbit1q merged 3 commits intoCockatrice:masterfrom Feb 15, 2026
Merged
Add unique arts for FIN tokens (Hero, Wizard, Bird)#351ebbit1q merged 3 commits intoCockatrice:masterfrom
ebbit1q merged 3 commits intoCockatrice:masterfrom
Conversation
ebbit1q
reviewed
Feb 15, 2026
tokens.xml
Outdated
| <pt>1/1</pt> | ||
| </prop> | ||
| <set picURL="https://cards.scryfall.io/large/front/2/d/2d132d9b-00dd-4ab9-b195-1857f3cee37b.jpg?1748704056" uuid="2d132d9b-00dd-4ab9-b195-1857f3cee37b">FIN</set> | ||
| <set picURL="https://cards.scryfall.io/large/front/d/0/d0657ce1-bf75-4007-ac1b-0623eb263357.jpg?1748704030" uuid="d0657ce1-bf75-4007-ac1b-0623eb263357">FIN</set> |
Member
There was a problem hiding this comment.
you seem to have changed the indentation level for this and following lines, please restore the indentation to normal
Contributor
Author
There was a problem hiding this comment.
Thanks, I have restored the indentation to normal
ebbit1q
approved these changes
Feb 15, 2026
Member
ebbit1q
left a comment
There was a problem hiding this comment.
thanks for adding these!
for now we don't have a sorting in place for which of the repeat prints should be first, this might change with #350 but for now the fact that this pr does not have consistency on where they are added is fine!
Contributor
Author
|
I did not change the order in which the tokens were listed in the file. When ordering the unique arts for each token, I simply went in order of their collector numbers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The Final Fantasy expansion introduced twelve new tokens, out of which three got multiple unique arts. Currently, these tokens only have one art each available on Cockatrice.
This token has eight (8) unique arts.
This token has two (2) unique arts.
This token has two (2) unique arts.
This fork adds the remaining arts to the
tokens.xmllisting. The merge would bring these tokens in line with other tokens that have all of their unique arts available to see on the Printing Selector. This addition will be especially useful once a printing selector for tokens is implemented.