-
SQL:
-- MTG Json comparissons
-- different CMC
select c.CMC as 'Cards CMC', mjc.CMC as 'MTG Json CMC', c.Name, c.CardId, e.Name
from MtgJsonCards mjc, MtgJsonSets mjs, Cards c, Editions e
where…
-
#### Version(s) tested against
MTGJSON 5.0.0+20200703
#### Description of Bug
Hello,
I replied to an old issue thinking that it would open it again but it didnt: https://github.com/mtgjson/…
cusco updated
1 month ago
-
Hi,
I'm experiencing an issue with some of sets that use `x` infront of the set code. The set code for Renaissance is `ren` in MTGJSON, but in order to display the icon correctly, I need to use the…
-
http://mtgjson.com/
-
a bug for @ZeldaZach, the script that builds the map for what card is in which product seems to ignore eteched cards, in particular from SLD - if you look for the ` Secret Lair Drop Crocodile Jacksons…
-
Dropping a thought here:
MTGJSON has token cards, and with the last release ([5.2.1](https://mtgjson.com/changelogs/mtgjson-v5/#_5-2-1)) there are also information on related cards.
The data shoul…
-
MTGJSON is currently missing it as a layout option, so this issue should wait until they either fix that bug or decide not to fix it and we need to implement our own.
https://github.com/mtgjson/mtg…
-
I was having trouble with failures due to some cards not existing in the JSON. The issue was bypassed by adding the following If statement:
*****
/* read mtgjson data */
const jsondata = scr…
-
MTGJSON's keyword parsing is horrifically broken (see [here](https://github.com/mtgjson/mtgjson/issues/757)), so we need to implement our own parser. A partial implementation of this is [here](https:/…
-
I've been having a discussion over in https://github.com/mtgjson/mtgjson/issues/285 about the best way to get a list of static abilities for a given card. Some examples: [Rotting Rats](http://gatherer…