Incorrectly parsed numeric ability mana cost in Mox Lotus
m-tendero opened this issue · 2 comments
m-tendero commented
The error appears in AllCards.json as downloaded today.
It reads {1}00 where it should read {100}.
It's the only triple-digit cost within the "text" property in AllCards.json.
"Mox Lotus": {
"layout": "normal",
"name": "Mox Lotus",
"manaCost": "{15}",
"cmc": 15,
"type": "Artifact",
"types": [
"Artifact"
],
"text": "{T}: Add {∞}.\n{1}00: Add one mana of any color.",
"imageName": "mox lotus"
},
fenhl commented
Also present on Gatherer. Need to fix in UNH set corrections.
ZeldaZach commented
Will be fixed in v4 and possibly v3