From 84ce0388a9b87af8e9d6db5f7627f89cbea8d646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manw=C3=AB?= Date: Thu, 9 May 2024 10:32:25 -0300 Subject: [PATCH] add yotj --- src/metadata-constants.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/metadata-constants.ts b/src/metadata-constants.ts index dbd6c51..436f116 100644 --- a/src/metadata-constants.ts +++ b/src/metadata-constants.ts @@ -1177,13 +1177,21 @@ export const SETS_DATA: Record = { 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", @@ -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", ];