mtgjson/mtgjson3

Battlebond type should be lowercase for consistency

taw opened this issue · 1 comments

taw commented

It's a trivial issue, but all other typer are lowercase except:

"type": "Two-Headed Giant"

in https://mtgjson.com/json/BBD-x.json

Probably best to change it to:

"type": "two-headed giant"

Type is changing to upper case in v4, prematurely added here. Sorry about that, but don't expect a correction on it