mtgjson / mtgjson3

MTGJSON repository for Magic Cards
http://mtgjson.com
Other
545 stars 102 forks source link

No multiverseid for cards in Limited Edition Alpha #92

Closed ghost closed 8 years ago

ghost commented 8 years ago

Limited Edition Alpha were retroactively assigned multiverse IDs.

example:

Air Elemental (LEA) http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=94

For the sake of data integrity, these are needed.

lsmoura commented 8 years ago

Hello.

LEA have multiverseids:

    {
      "artist": "Richard Thomas",
      "cmc": 5,
      "colors": [
        "Blue"
      ],
      "flavor": "These spirits of the air are winsome and wild, and cannot be truly contained. Only marginally intelligent, they often substitute whimsy for strategy, delighting in mischief and mayhem.",
      "id": "926234c2fe8863f49220a878346c4c5ca79b6046",
      "imageName": "air elemental",
      "layout": "normal",
      "legalities": [
        {
          "format": "Commander",
          "legality": "Legal"
        },
        {
          "format": "Freeform",
          "legality": "Legal"
        },
        {
          "format": "Legacy",
          "legality": "Legal"
        },
        {
          "format": "Modern",
          "legality": "Legal"
        },
        {
          "format": "Prismatic",
          "legality": "Legal"
        },
        {
          "format": "Singleton 100",
          "legality": "Legal"
        },
        {
          "format": "Tribal Wars Legacy",
          "legality": "Legal"
        },
        {
          "format": "Vintage",
          "legality": "Legal"
        }
      ],
      "manaCost": "{3}{U}{U}",
      "multiverseid": 94,
      "name": "Air Elemental",
      "originalText": "Flying",
      "originalType": "Summon — Elemental",
      "power": "4",
      "printings": [
        "LEA",
        "LEB",
        "2ED",
        "CED",
        "CEI",
        "3ED",
        "4ED",
        "5ED",
        "PO2",
        "6ED",
        "S99",
        "BRB",
        "BTD",
        "7ED",
        "8ED",
        "9ED",
        "10E",
        "DD2",
        "M10",
        "DPA",
        "ME4",
        "DD3_JVC"
      ],
      "rarity": "Uncommon",
      "subtypes": [
        "Elemental"
      ],
      "text": "Flying",
      "toughness": "4",
      "type": "Creature — Elemental",
      "types": [
        "Creature"
      ]
    }

Or am I missing something?

ghost commented 8 years ago

Yes. My bad. They're there. For some reason my PHP JSON parsing function is filtering it.

Mark as resolved, please. (or even better delete this)

lsmoura commented 8 years ago

Can't delete. It's all good! Thanks for checking out the project!

ghost commented 8 years ago

Thanks for maintaining the project!