diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java index b38bbb607ef..055de937852 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java @@ -541,6 +541,7 @@ public class ScryfallImageSupportCards { add("RVR"); // Ravnica Remastered add("PIP"); // Fallout add("MKM"); // Murders at Karlov Manor + add("MKC"); // Murders at Karlov Manor Commander add("CLU"); // Ravnica: Clue Edition // Custom sets using Scryfall images - must provide a direct link for each card in directDownloadLinks diff --git a/Mage.Sets/src/mage/sets/MurdersAtKarlovManorCommander.java b/Mage.Sets/src/mage/sets/MurdersAtKarlovManorCommander.java new file mode 100644 index 00000000000..9a2024def1b --- /dev/null +++ b/Mage.Sets/src/mage/sets/MurdersAtKarlovManorCommander.java @@ -0,0 +1,21 @@ +package mage.sets; + +import mage.cards.ExpansionSet; +import mage.constants.SetType; + +/** + * @author TheElk801 + */ +public final class MurdersAtKarlovManorCommander extends ExpansionSet { + + private static final MurdersAtKarlovManorCommander instance = new MurdersAtKarlovManorCommander(); + + public static MurdersAtKarlovManorCommander getInstance() { + return instance; + } + + private MurdersAtKarlovManorCommander() { + super("Murders at Karlov Manor Commander", "MKC", ExpansionSet.buildDate(2024, 2, 9), SetType.SUPPLEMENTAL); + this.hasBasicLands = false; + } +} diff --git a/Utils/known-sets.txt b/Utils/known-sets.txt index 91052b0213a..be8abcfebf2 100644 --- a/Utils/known-sets.txt +++ b/Utils/known-sets.txt @@ -182,6 +182,7 @@ Modern Masters 2015|ModernMasters2015| Modern Masters 2017|ModernMasters2017| Morningtide|Morningtide| Murders at Karlov Manor|MurdersAtKarlovManor| +Murders at Karlov Manor Commander|MurdersAtKarlovManorCommander| Ravnica: Clue Edition|RavnicaClueEdition| Nemesis|Nemesis| New Phyrexia|NewPhyrexia| diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index 48d23558adb..21a5afea4a1 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -51727,3 +51727,7 @@ Lead Pipe|Ravnica: Clue Edition|9|U|{B}|Artifact - Clue Equipment|||Equipped cre Dining Room|Ravnica: Clue Edition|15|U||Land|||Dining Room enters the battlefield tapped.${T}: Add {R} or {G}.${4}, {T}: Investigate.| Hallowed Fountain|Ravnica: Clue Edition|277|R||Land - Plains Island|||({T}: Add {W} or {U}.)$As Hallowed Fountain enters the battlefield, you may pay 2 life. If you don't, it enters the battlefield tapped.| Steam Vents|Ravnica: Clue Edition|280|R||Land - Island Mountain|||({T}: Add {U} or {R}.)$As Steam Vents enters the battlefield, you may pay 2 life. If you don't, it enters the battlefield tapped.| +Kaust, Eyes of the Glade|Murders at Karlov Manor Commander|1|M|{R/W}{G}|Legendary Creature - Dryad Detective|2|2|Whenever a creature you control that was turned face up this turn deals combat damage to a player, draw a card.${T}: Turn target face-down attacking creature you control face up. If you think you're being watched, you're probably right.| +Mirko, Obsessive Theorist|Murders at Karlov Manor Commander|2|M|{1}{U}{B}|Legendary Creature - Vampire Detective|1|3|Flying, vigilance$Whenever you surveil, put a +1/+1 counter on Mirko, Obsessive Theorist.$At the beginning of your end step, you may return target creature card with power less than Mirko's from your graveyard to the battlefield with a finality counter on it.| +Morska, Undersea Sleuth|Murders at Karlov Manor Commander|3|M|{G}{W}{U}|Legendary Creature - Vedalken Fish Detective|2|3|You have no maximum hand size.$At the beginning of your upkeep, investigate.$Whenever you draw your second card each turn, put two +1/+1 counters on Morska, Undersea Sleuth.| +Nelly Borca, Impulsive Accuser|Murders at Karlov Manor Commander|4|M|{2}{R}{W}|Legendary Creature - Human Detective|2|4|Vigilance$Whenever Nelly Borca, Impulsive Accuser attacks, suspect target creature. Then goad all suspected creatures.$Whenever one or more creatures an opponent controls deal combat damage to one or more of your opponents, you and the controller of those creatures each draw a card.| diff --git a/Utils/mtg-sets-data.txt b/Utils/mtg-sets-data.txt index 1b5d555be7b..e42a2ce50e7 100644 --- a/Utils/mtg-sets-data.txt +++ b/Utils/mtg-sets-data.txt @@ -185,6 +185,7 @@ Magic Player Rewards|MPRP| Masterpiece Series|MPS| Mirrodin|MRD| Murders at Karlov Manor|MKM| +Murders at Karlov Manor Commander|MKC| Ravnica: Clue Edition|CLU| Nemesis|NEM| New Phyrexia|NPH|