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 f598c30a1d1..3d6751c9705 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 @@ -589,6 +589,7 @@ public class ScryfallImageSupportCards { add("FIC"); // Final Fantasy Commander add("FCA"); // Final Fantasy: Through the Ages add("EOE"); // Edge of Eternities + add("EOC"); // Edge of Eternities Commander add("SPE"); // Marvel's Spider-Man Eternal // Custom sets using Scryfall images - must provide a direct link for each card in directDownloadLinks diff --git a/Mage.Sets/src/mage/sets/EdgeOfEternitiesCommander.java b/Mage.Sets/src/mage/sets/EdgeOfEternitiesCommander.java new file mode 100644 index 00000000000..c9cddb2ad8d --- /dev/null +++ b/Mage.Sets/src/mage/sets/EdgeOfEternitiesCommander.java @@ -0,0 +1,21 @@ +package mage.sets; + +import mage.cards.ExpansionSet; +import mage.constants.SetType; + +/** + * @author TheElk801 + */ +public final class EdgeOfEternitiesCommander extends ExpansionSet { + + private static final EdgeOfEternitiesCommander instance = new EdgeOfEternitiesCommander(); + + public static EdgeOfEternitiesCommander getInstance() { + return instance; + } + + private EdgeOfEternitiesCommander() { + super("Edge of Eternities Commander", "EOC", ExpansionSet.buildDate(2025, 8, 1), SetType.SUPPLEMENTAL); + this.hasBasicLands = false; + } +} diff --git a/Utils/known-sets.txt b/Utils/known-sets.txt index 670797a0573..a2369cdd89e 100644 --- a/Utils/known-sets.txt +++ b/Utils/known-sets.txt @@ -87,6 +87,7 @@ Duels of the Planeswalkers|DuelsOfThePlaneswalkers| Duskmourn: House of Horror|DuskmournHouseOfHorror| Duskmourn: House of Horror Commander|DuskmournHouseOfHorrorCommander| Edge of Eternities|EdgeOfEternities| +Edge of Eternities Commander|EdgeOfEternitiesCommander| Eighth Edition|EighthEdition| Eldritch Moon|EldritchMoon| Eternal Masters|EternalMasters| diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index 9beb91999a3..ad8720a81c0 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -59120,3 +59120,5 @@ Watery Grave|Edge of Eternities|261|R||Land - Island Swamp|||({T}: Add {U} or {B The Seriema|Edge of Eternities|323|R|{1}{W}{W}|Legendary Artifact - Spacecraft|||When The Seriema enters, search your library for a legendary creature card, reveal it, put it into your hand, then shuffle.$Station$STATION 7+$Flying$Other tapped legendary creatures you control have indestructible.$5/5| Sothera, the Supervoid|Edge of Eternities|360|M|{2}{B}{B}|Legendary Enchantment|||Whenever a creature you control dies, each opponent chooses a creature they control and exiles it.$At the beginning of your end step, if a player controls no creatures, sacrifice Sothera, then put a creature card exiled with it onto the battlefield under your control with two additional +1/+1 counters on it.| Sothera, the Supervoid|Edge of Eternities|382|M|{2}{B}{B}|Legendary Enchantment|||Whenever a creature you control dies, each opponent chooses a creature they control and exiles it.$At the beginning of your end step, if a player controls no creatures, sacrifice Sothera, then put a creature card exiled with it onto the battlefield under your control with two additional +1/+1 counters on it.| +Kilo, Apogee Mind|Edge of Eternities Commander|3|M|{U}{R}{W}|Legendary Artifact Creature - Robot Artificer|3|3|Haste$Whenever Kilo becomes tapped, proliferate.| +Szarel, Genesis Shepherd|Edge of Eternities Commander|4|M|{2}{B}{R}{G}|Legendary Creature - Insect Druid|2|5|Flying$You may play lands from your graveyard.$Whenever you sacrifice another nontoken permanent during your turn, put a number of +1/+1 counters equal to Szarel's power on up to one other target creature.| diff --git a/Utils/mtg-sets-data.txt b/Utils/mtg-sets-data.txt index e909a86f924..1e2f884301b 100644 --- a/Utils/mtg-sets-data.txt +++ b/Utils/mtg-sets-data.txt @@ -101,6 +101,7 @@ Dragons of Tarkir|DTK| Archenemy: Nicol Bolas|E01| Explorers of Ixalan|E02| Edge of Eternities|EOE| +Edge of Eternities Commander|EOC| Eternal Masters|EMA| Eldritch Moon|EMN| European Land Program|EURO|