mtgjson / mtgjson3

MTGJSON repository for Magic Cards

Home Page:http://mtgjson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrectly parsed numeric ability mana cost in Mox Lotus

m-tendero opened this issue · comments

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"
  },
commented

Also present on Gatherer. Need to fix in UNH set corrections.

Will be fixed in v4 and possibly v3