mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Images: added direct image links support in scryfall, added SLD's alternative images from second sides (example: Zndrsplt, Eye of Wisdom);
This commit is contained in:
parent
903a9215cc
commit
a6b2bea8af
8 changed files with 105 additions and 45 deletions
|
|
@ -40,6 +40,7 @@ public final class MtgJsonCard {
|
|||
|| "flip".equals(layout)
|
||||
|| "adventure".equals(layout)
|
||||
|| "modal_dfc".equals(layout)
|
||||
|| "reversible_card".equals(layout) // example: Zndrsplt, Eye of Wisdom
|
||||
|| "split".equals(layout)
|
||||
|| "aftermath".equals(layout)
|
||||
|| "meld".equals(layout)) { // mtgjson uses composite names for meld cards, but scryfall uses simple face names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue