davidchambers / tutor

JavaScript interface for the Gatherer card database
https://gatherer.wizards.com/
Do What The F*ck You Want To Public License
149 stars 18 forks source link

mismatches between card's mana cost when parsed from the set spoiler vs the card details page #71

Closed robdennis closed 11 years ago

robdennis commented 11 years ago

here's some relevant information from ulamog (notabily an 11cmc creature) from the tutor card CLI command:

    "converted_mana_cost": 11,
    "mana_cost": "{11}",
    "name": "Ulamog, the Infinite Gyre",

and from the tutor set 'Rise of the Eldrazi' CLI command:

"converted_mana_cost": 2,
"mana_cost": '{1}{1}',
"name": 'Ulamog, the Infinite Gyre",

I believe this is happening for all cards that are > 10 CMC

robdennis commented 11 years ago

I have a bit of time tonight, so I may snap this one off