Skip to content

Commit

Permalink
add yotj
Browse files Browse the repository at this point in the history
  • Loading branch information
Manwe-777 committed May 9, 2024
1 parent 46f4c66 commit 84ce038
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/metadata-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1177,13 +1177,21 @@ export const SETS_DATA: Record<string, CardSet> = {
release: "2023-12-05",
},
"Alchemy: Murders at Karlov Manor": {
collation: 400041,
collation: 400042,
scryfall: "ymkm",
code: "Y24-MKM",
arenacode: "Y24-MKM",
tile: 67003,
release: "2024-03-05",
},
"Alchemy: Outlaws of Thunder Junction": {
collation: 400043,
scryfall: "yotj",
code: "Y24-OTJ",
arenacode: "Y24-OTJ",
tile: 67003,
release: "2024-06-07",
},
"Shadows of the Past": {
collation: -1,
scryfall: "sis",
Expand Down Expand Up @@ -1447,6 +1455,7 @@ export const DIGITAL_SETS = [
"Alchemy: Wilds of Eldraine",
"Alchemy: Ixalan",
"Alchemy: Murders at Karlov Manor",
"Alchemy: Outlaws of Thunder Junction",
"Shadows over Innistrad Remastered",
];

Expand Down

0 comments on commit 84ce038

Please sign in to comment.