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

Cards with alternative art lead to double entries #269

Closed
tooomm opened this issue Apr 20, 2021 · 2 comments
Closed

Cards with alternative art lead to double entries #269

tooomm opened this issue Apr 20, 2021 · 2 comments

Comments

@tooomm
Copy link
Member

tooomm commented Apr 20, 2021

Today's spoiler.xml file currently contains several cards two times. One full entry for every picture.

Example:

    <card>
      <name>Professor Onyx</name>
      <set rarity="Mythic Rare" picURL="https://c1.scryfall.com/file/scryfall-cards/normal/front/c/2/c2ad8536-15f6-42c1-8521-dc37feee8e67.jpg">STX</set>
      <manacost>4BB</manacost>
      <cmc>6.0</cmc>
      <color>B</color>
      <type>Legendary Planeswalker - Liliana</type>
      <loyalty>5</loyalty>
      <tablerow>1</tablerow>
      <text>Magecraft &#8212; Whenever you cast or copy an instant or sorcery spell, each opponent loses 2 life and you gain 2 life.
+1: You lose 1 life. Look at the top three cards of your library. Put one of them into your hand and the rest into your graveyard.
&#8722;3: Each opponent sacrifices a creature with the greatest power among creatures that player controls.
&#8722;8: Each opponent may discard a card. If they don't, they lose 3 life. Repeat this process six more times.</text>
    </card>
    <card>
      <name>Professor Onyx</name>
      <set rarity="Mythic Rare" picURL="https://c1.scryfall.com/file/scryfall-cards/normal/front/0/1/013eeb99-1b66-4fba-ad96-78deee901ea4.jpg">STX</set>
      <manacost>4BB</manacost>
      <cmc>6.0</cmc>
      <color>B</color>
      <type>Legendary Planeswalker - Liliana</type>
      <loyalty>5</loyalty>
      <tablerow>1</tablerow>
      <text>Magecraft &#8212; Whenever you cast or copy an instant or sorcery spell, each opponent loses 2 life and you gain 2 life.
+1: You lose 1 life. Look at the top three cards of your library. Put one of them into your hand and the rest into your graveyard.
&#8722;3: Each opponent sacrifices a creature with the greatest power among creatures that player controls.
&#8722;8: Each opponent may discard a card. If they don't, they lose 3 life. Repeat this process six more times.</text>
    </card>

Other examples are Mila, Crafty Companion or Mortality Spear.

@tooomm
Copy link
Member Author

tooomm commented Jul 22, 2021

This is still the case with AFR/AFC spoilers:

Magic-Spoiler/spoiler.xml

Lines 1042 to 1063 in 7082310

<card>
<name>Bag of Tricks</name>
<set rarity="Rare" picURL="https://c1.scryfall.com/file/scryfall-cards/normal/front/d/4/d4afb641-b074-4388-a154-77f4de84052c.jpg">AFC~</set>
<manacost>1G</manacost>
<cmc>2.0</cmc>
<color>G</color>
<type>Artifact</type>
<loyalty>None</loyalty>
<tablerow>1</tablerow>
<text>{4}{G}, {T}: Roll a d8. Reveal cards from the top of your library until you reveal a creature card with mana value equal to the result. Put that card onto the battlefield and the rest on the bottom of your library in a random order.</text>
</card>
<card>
<name>Bag of Tricks</name>
<set rarity="Rare" picURL="https://c1.scryfall.com/file/scryfall-cards/normal/front/f/0/f0b22a3e-90b0-4dde-8a63-789bab92ba01.jpg">AFC~</set>
<manacost>1G</manacost>
<cmc>2.0</cmc>
<color>G</color>
<type>Artifact</type>
<loyalty>None</loyalty>
<tablerow>1</tablerow>
<text>{4}{G}, {T}: Roll a d8. Reveal cards from the top of your library until you reveal a creature card with mana value equal to the result. Put that card onto the battlefield and the rest on the bottom of your library in a random order.</text>
</card>

    <card>
      <name>Bag of Tricks</name>
      <set rarity="Rare" picURL="https://c1.scryfall.com/file/scryfall-cards/normal/front/d/4/d4afb641-b074-4388-a154-77f4de84052c.jpg">AFC~</set>
      <manacost>1G</manacost>
      <cmc>2.0</cmc>
      <color>G</color>
      <type>Artifact</type>
      <loyalty>None</loyalty>
      <tablerow>1</tablerow>
      <text>{4}{G}, {T}: Roll a d8. Reveal cards from the top of your library until you reveal a creature card with mana value equal to the result. Put that card onto the battlefield and the rest on the bottom of your library in a random order.</text>
    </card>
    <card>
      <name>Bag of Tricks</name>
      <set rarity="Rare" picURL="https://c1.scryfall.com/file/scryfall-cards/normal/front/f/0/f0b22a3e-90b0-4dde-8a63-789bab92ba01.jpg">AFC~</set>
      <manacost>1G</manacost>
      <cmc>2.0</cmc>
      <color>G</color>
      <type>Artifact</type>
      <loyalty>None</loyalty>
      <tablerow>1</tablerow>
      <text>{4}{G}, {T}: Roll a d8. Reveal cards from the top of your library until you reveal a creature card with mana value equal to the result. Put that card onto the battlefield and the rest on the bottom of your library in a random order.</text>
    </card>

Bag of Tricks is just a single example among many in the current file, where the normal art has a complete card entry and the full art version has the same complete card entry besides a different picture link.

@tooomm
Copy link
Member Author

tooomm commented Feb 7, 2022

This is still the case, keeping the newer issue open --> #287

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

No branches or pull requests

1 participant