Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

Cards with alternate art have duplicate foreignNames entries #70

Closed
Sembiance opened this issue Aug 24, 2015 · 2 comments
Closed

Cards with alternate art have duplicate foreignNames entries #70

Sembiance opened this issue Aug 24, 2015 · 2 comments
Labels
Milestone

Comments

@Sembiance
Copy link
Contributor

Cards that have alternate art within the same set (such as basic lands in most sets) have duplicate foreignName entries, one for each alternate art.

Ideally the only foreignName entry should be the one that matches the artwork of that card.

This is trickier said than done as the ordering of the alternate art can vary in different ways and took effort to get correct for the regular 'variations' field. A similar or more amount of effort needs to be done here to ensure the foreignName version is the same artwork as the card entry.

@Sembiance
Copy link
Contributor Author

This was reported in Issue #12 with the following example:

      "foreignNames": [
        {
          "language": "Chinese Traditional",
          "name": "平原",
          "multiverseid": "399229"
        },
        {
          "language": "Chinese Traditional",
          "name": "平原",
          "multiverseid": "399088"
        },
        {
          "language": "Chinese Traditional",
          "name": "平原",
          "multiverseid": "399095"
        },
        {
          "language": "Chinese Traditional",
          "name": "平原",
          "multiverseid": "399104"
        },

@Sembiance Sembiance added the bug label Aug 24, 2015
@gwax gwax added this to the 3.12 milestone Jul 23, 2017
@ZeldaZach
Copy link
Member

Not an issue in V4 anymore

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants