AlanOC91 / YGOPRODeck

Yu-Gi-Oh! Card Database and Deck Share Site
80 stars 4 forks source link

Missing cards from Legacy of Destruction #497

Open metallicity opened 3 months ago

metallicity commented 3 months ago

The following cards (with set code and rarities) do not have an entry for LEDE in their card_sets array (or any other entries for that matter). This means they don't show up on the pack page for Legacy of Destruction, nor in searches filtering on this set (but aside from Dandy Whitelion they still have their tcg release date correctly set).

[
  {
    "code": "LEDE-EN081",
    "name": "Pyrite Knight",
    "rarities": [
      "Super Rare"
    ]
  },
  {
    "code": "LEDE-EN084",
    "name": "Krishnerd Witch",
    "rarities": [
      "Common"
    ]
  },
  {
    "code": "LEDE-EN085",
    "name": "Jungle Dweller",
    "rarities": [
      "Common"
    ]
  },
  {
    "code": "LEDE-EN086",
    "name": "Multi-Universe",
    "rarities": [
      "Super Rare"
    ]
  },
  {
    "code": "LEDE-EN087",
    "name": "Vouiburial, the Dragon Undertaker",
    "rarities": [
      "Ultra Rare",
      "Quarter Century Secret Rare"
    ]
  },
  {
    "code": "LEDE-EN088",
    "name": "Aiza the Dragoness of Deranged Devotion",
    "rarities": [
      "Common"
    ]
  },
  {
    "code": "LEDE-EN089",
    "name": "Haggard Lizardose",
    "rarities": [
      "Common"
    ]
  },
  {
    "code": "LEDE-EN090",
    "name": "Shaman of the Ashened City",
    "rarities": [
      "Super Rare"
    ]
  },
  {
    "code": "LEDE-EN091",
    "name": "Spearhead of the Ashened City",
    "rarities": [
      "Super Rare"
    ]
  },
  {
    "code": "LEDE-EN092",
    "name": "Veidos the Dragon of Endless Darkness",
    "rarities": [
      "Ultra Rare",
      "Quarter Century Secret Rare"
    ]
  },
  {
    "code": "LEDE-EN093",
    "name": "Embers of the Ashened",
    "rarities": [
      "Super Rare"
    ]
  },
  {
    "code": "LEDE-EN094",
    "name": "Rekindling the Ashened",
    "rarities": [
      "Super Rare"
    ]
  },
  {
    "code": "LEDE-EN095",
    "name": "Extinguishing the Ashened",
    "rarities": [
      "Common"
    ]
  },
  {
    "code": "LEDE-EN096",
    "name": "Ashened to Endlessness",
    "rarities": [
      "Common"
    ]
  },
  {
    "code": "LEDE-EN097",
    "name": "Dandy Whitelion",
    "rarities": [
      "Super Rare"
    ]
  }
]