Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some double-faced cards have the wrong originalText on one face #893

Open
rjmac opened this issue Dec 17, 2021 · 0 comments
Open

Some double-faced cards have the wrong originalText on one face #893

rjmac opened this issue Dec 17, 2021 · 0 comments
Labels
Data Issue Something isn't correct v5.2.X Will be addressed in MTGJSON v5.2.X

Comments

@rjmac
Copy link

rjmac commented Dec 17, 2021

Version(s) tested against

MTGJSON 5.1.0+20211216

Description of Bug

Same as #792 - some double-faced cards' faces have the originalText of the other face. Creating a new issue per @ZeldaZach's request For example, ae4e6e88-7801-54f1-8372-8e78386ae6e3 (the back face of Alrund, God of the Cosmos // Hakka, Whispering Raven) contains

  {
    "faceName": "Hakka, Whispering Raven",
    "name": "Alrund, God of the Cosmos // Hakka, Whispering Raven",
    "originalText": "Alrund gets +1/+1 for each card in your hand and each foretold card you own in exile.\nAt the beginning of your end step, choose a card type, then reveal the top two cards of your library. Put all cards of the chosen type into your hand and the rest on the bottom of your library in any order.\n\n\nBird\n{1}{U}",
    "side": "b",
    "text": "Flying\nWhenever Hakka, Whispering Raven deals combat damage to a player, return it to its owner's hand, then scry 2.",
    "uuid": "ae4e6e88-7801-54f1-8372-8e78386ae6e3"
  }

Birgi, God of Storytelling // Harnfel, Horn of Bounty has mismatched text on both faces (note that these are from two different variations; the other face of 3511fd42-d534-5dd8-9e31-ef81bfc49949 has the right originalText, as does the other face of af16a633-1a07-5752-8bb4-503c859c8e5c):

  {
    "faceName": "Harnfel, Horn of Bounty",
    "name": "Birgi, God of Storytelling // Harnfel, Horn of Bounty",
    "originalText": "Whenever you cast a spell, add {R}. Until end of turn, you don't lose this mana as steps and phases end.\nCreatures you control can boast twice during each of your turns rather than once.\n\n\nArtifact\n{4}{R}",
    "side": "b",
    "text": "Discard a card: Exile the top two cards of your library. You may play those cards this turn.",
    "uuid": "3511fd42-d534-5dd8-9e31-ef81bfc49949"
  },
  {
    "faceName": "Birgi, God of Storytelling",
    "name": "Birgi, God of Storytelling // Harnfel, Horn of Bounty",
    "originalText": "Discard a card: Exile the top two cards of your library. You may play those cards this turn.\n\n\nGod\n{2}{R}",
    "side": "a",
    "text": "Whenever you cast a spell, add {R}. Until end of turn, you don't lose this mana as steps and phases end.\nCreatures you control can boast twice during each of your turns rather than once.",
    "uuid": "a79d2038-b76f-5112-8cf8-78c91050d0f8"
  }

It's not limited to KLD either, Blex, Vexing Pest has the originalText of its Search for Blex face:

  {
    "faceName": "Blex, Vexing Pest",
    "name": "Blex, Vexing Pest // Search for Blex",
    "originalText": "Look at the top five cards of your library. You may put any number of them into your hand and the rest into your graveyard. You lose 3 life for each card you put into your hand this way.\n\n\nPest\n{2}{G}",
    "side": "a",
    "text": "Other Pests, Bats, Insects, Snakes, and Spiders you control get +1/+1.\nWhen Blex, Vexing Pest dies, you gain 4 life.",
    "uuid": "5a52cce7-3897-5901-a0ab-d1ed087c41ee"
  }

And Augmenter Pugilist has the Echoing Equation originalText:

  {
    "faceName": "Augmenter Pugilist",
    "name": "Augmenter Pugilist // Echoing Equation",
    "originalText": "Choose target creature you control. Each other creature you control becomes a copy of it until end of turn, except those creatures aren't legendary if the chosen creature is legendary.\n\n\nDruid\n{1}{G}{G}",
    "side": "a",
    "text": "Trample\nAs long as you control eight or more lands, Augmenter Pugilist gets +5/+5.",
    "uuid": "9e0936f9-4044-51e7-8c67-843a27d5ac9a"
  }

I think there aren't any Midnight Hunt cards that have this kind of mismatch? At least, nothing jumps out at first glance.

@ZeldaZach ZeldaZach added v5.2.X Will be addressed in MTGJSON v5.2.X Data Issue Something isn't correct labels Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data Issue Something isn't correct v5.2.X Will be addressed in MTGJSON v5.2.X
Projects
None yet
Development

No branches or pull requests

2 participants