mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
[FDN] Implement Kaito, Cunning Infiltrator
This commit is contained in:
parent
3ffd4f177a
commit
a5d2338c5a
6 changed files with 132 additions and 0 deletions
|
|
@ -2457,6 +2457,10 @@ public class ScryfallImageSupportTokens {
|
|||
// BLC
|
||||
put("BLC/Raccoon", "https://api.scryfall.com/cards/tblc/29/en?format=image");
|
||||
|
||||
// FDN
|
||||
put("FDN/Emblem Kaito", "https://api.scryfall.com/cards/tfdn/24/en?format=image");
|
||||
put("FDN/Ninja", "https://api.scryfall.com/cards/tfdn/12/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue