mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
[EOC] update spoiler
This commit is contained in:
parent
5e4d75d347
commit
0b110ee22b
2 changed files with 28 additions and 10 deletions
|
|
@ -23,7 +23,7 @@ public final class EdgeOfEternitiesCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Aftermath Analyst", 91, Rarity.UNCOMMON, mage.cards.a.AftermathAnalyst.class));
|
||||
cards.add(new SetCardInfo("Alibou, Ancient Witness", 113, Rarity.MYTHIC, mage.cards.a.AlibouAncientWitness.class));
|
||||
cards.add(new SetCardInfo("Ancient Den", 148, Rarity.COMMON, mage.cards.a.AncientDen.class));
|
||||
cards.add(new SetCardInfo("Angel of the Ruins", 63, Rarity.UNCOMMON, mage.cards.a.AngelOfTheRuins.class));
|
||||
cards.add(new SetCardInfo("Angel of the Ruins", 63, Rarity.RARE, mage.cards.a.AngelOfTheRuins.class));
|
||||
cards.add(new SetCardInfo("Arcane Signet", 53, Rarity.COMMON, mage.cards.a.ArcaneSignet.class));
|
||||
cards.add(new SetCardInfo("Astral Cornucopia", 131, Rarity.RARE, mage.cards.a.AstralCornucopia.class));
|
||||
cards.add(new SetCardInfo("Augur of Autumn", 92, Rarity.RARE, mage.cards.a.AugurOfAutumn.class));
|
||||
|
|
@ -54,7 +54,8 @@ public final class EdgeOfEternitiesCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Dakmor Salvage", 156, Rarity.UNCOMMON, mage.cards.d.DakmorSalvage.class));
|
||||
cards.add(new SetCardInfo("Darksteel Reactor", 134, Rarity.RARE, mage.cards.d.DarksteelReactor.class));
|
||||
cards.add(new SetCardInfo("Deepglow Skate", 70, Rarity.RARE, mage.cards.d.DeepglowSkate.class));
|
||||
cards.add(new SetCardInfo("Depthshaker Titan", 9, Rarity.RARE, mage.cards.d.DepthshakerTitan.class));
|
||||
cards.add(new SetCardInfo("Depthshaker Titan", 29, Rarity.RARE, mage.cards.d.DepthshakerTitan.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Depthshaker Titan", 9, Rarity.RARE, mage.cards.d.DepthshakerTitan.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Dispatch", 64, Rarity.UNCOMMON, mage.cards.d.Dispatch.class));
|
||||
cards.add(new SetCardInfo("Empowered Autogenerator", 135, Rarity.RARE, mage.cards.e.EmpoweredAutogenerator.class));
|
||||
cards.add(new SetCardInfo("Emry, Lurker of the Loch", 71, Rarity.RARE, mage.cards.e.EmryLurkerOfTheLoch.class));
|
||||
|
|
@ -76,7 +77,8 @@ public final class EdgeOfEternitiesCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Gavel of the Righteous", 55, Rarity.RARE, mage.cards.g.GavelOfTheRighteous.class));
|
||||
cards.add(new SetCardInfo("Gaze of Granite", 116, Rarity.RARE, mage.cards.g.GazeOfGranite.class));
|
||||
cards.add(new SetCardInfo("Glacial Fortress", 160, Rarity.RARE, mage.cards.g.GlacialFortress.class));
|
||||
cards.add(new SetCardInfo("Glittering Massif", 22, Rarity.RARE, mage.cards.g.GlitteringMassif.class));
|
||||
cards.add(new SetCardInfo("Glittering Massif", 22, Rarity.RARE, mage.cards.g.GlitteringMassif.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Glittering Massif", 42, Rarity.RARE, mage.cards.g.GlitteringMassif.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("God-Eternal Bontu", 83, Rarity.MYTHIC, mage.cards.g.GodEternalBontu.class));
|
||||
cards.add(new SetCardInfo("Golem Foundry", 138, Rarity.COMMON, mage.cards.g.GolemFoundry.class));
|
||||
cards.add(new SetCardInfo("Great Furnace", 161, Rarity.COMMON, mage.cards.g.GreatFurnace.class));
|
||||
|
|
@ -88,7 +90,8 @@ public final class EdgeOfEternitiesCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Horizon Explorer", 15, Rarity.RARE, mage.cards.h.HorizonExplorer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Horizon Explorer", 35, Rarity.RARE, mage.cards.h.HorizonExplorer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Infernal Grasp", 84, Rarity.UNCOMMON, mage.cards.i.InfernalGrasp.class));
|
||||
cards.add(new SetCardInfo("Insight Engine", 6, Rarity.RARE, mage.cards.i.InsightEngine.class));
|
||||
cards.add(new SetCardInfo("Insight Engine", 26, Rarity.RARE, mage.cards.i.InsightEngine.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Insight Engine", 6, Rarity.RARE, mage.cards.i.InsightEngine.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Inspirit, Flagship Vessel", 2, Rarity.MYTHIC, mage.cards.i.InspiritFlagshipVessel.class));
|
||||
cards.add(new SetCardInfo("Irrigated Farmland", 162, Rarity.RARE, mage.cards.i.IrrigatedFarmland.class));
|
||||
cards.add(new SetCardInfo("Jhoira, Weatherlight Captain", 118, Rarity.RARE, mage.cards.j.JhoiraWeatherlightCaptain.class));
|
||||
|
|
@ -101,7 +104,8 @@ public final class EdgeOfEternitiesCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Llanowar Wastes", 165, Rarity.RARE, mage.cards.l.LlanowarWastes.class));
|
||||
cards.add(new SetCardInfo("Loamcrafter Faun", 99, Rarity.RARE, mage.cards.l.LoamcrafterFaun.class));
|
||||
cards.add(new SetCardInfo("Lonely Sandbar", 166, Rarity.COMMON, mage.cards.l.LonelySandbar.class));
|
||||
cards.add(new SetCardInfo("Long-Range Sensor", 11, Rarity.RARE, mage.cards.l.LongRangeSensor.class));
|
||||
cards.add(new SetCardInfo("Long-Range Sensor", 11, Rarity.RARE, mage.cards.l.LongRangeSensor.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Long-Range Sensor", 31, Rarity.RARE, mage.cards.l.LongRangeSensor.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Lux Artillery", 140, Rarity.RARE, mage.cards.l.LuxArtillery.class));
|
||||
cards.add(new SetCardInfo("Lux Cannon", 141, Rarity.RARE, mage.cards.l.LuxCannon.class));
|
||||
cards.add(new SetCardInfo("Maestros Theater", 167, Rarity.COMMON, mage.cards.m.MaestrosTheater.class));
|
||||
|
|
@ -118,7 +122,8 @@ public final class EdgeOfEternitiesCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Omnath, Locus of Rage", 123, Rarity.MYTHIC, mage.cards.o.OmnathLocusOfRage.class));
|
||||
cards.add(new SetCardInfo("Oracle of Mul Daya", 102, Rarity.RARE, mage.cards.o.OracleOfMulDaya.class));
|
||||
cards.add(new SetCardInfo("Organic Extinction", 66, Rarity.RARE, mage.cards.o.OrganicExtinction.class));
|
||||
cards.add(new SetCardInfo("Patrolling Peacemaker", 5, Rarity.RARE, mage.cards.p.PatrollingPeacemaker.class));
|
||||
cards.add(new SetCardInfo("Patrolling Peacemaker", 25, Rarity.RARE, mage.cards.p.PatrollingPeacemaker.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Patrolling Peacemaker", 5, Rarity.RARE, mage.cards.p.PatrollingPeacemaker.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Pentad Prism", 56, Rarity.UNCOMMON, mage.cards.p.PentadPrism.class));
|
||||
cards.add(new SetCardInfo("Pest Infestation", 103, Rarity.RARE, mage.cards.p.PestInfestation.class));
|
||||
cards.add(new SetCardInfo("Phyrexian Metamorph", 75, Rarity.RARE, mage.cards.p.PhyrexianMetamorph.class));
|
||||
|
|
@ -126,7 +131,8 @@ public final class EdgeOfEternitiesCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Planetary Annihilation", 32, Rarity.RARE, mage.cards.p.PlanetaryAnnihilation.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Pull from Tomorrow", 76, Rarity.RARE, mage.cards.p.PullFromTomorrow.class));
|
||||
cards.add(new SetCardInfo("Putrefy", 124, Rarity.UNCOMMON, mage.cards.p.Putrefy.class));
|
||||
cards.add(new SetCardInfo("Radiant Summit", 23, Rarity.RARE, mage.cards.r.RadiantSummit.class));
|
||||
cards.add(new SetCardInfo("Radiant Summit", 23, Rarity.RARE, mage.cards.r.RadiantSummit.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Radiant Summit", 43, Rarity.RARE, mage.cards.r.RadiantSummit.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rakdos Charm", 125, Rarity.UNCOMMON, mage.cards.r.RakdosCharm.class));
|
||||
cards.add(new SetCardInfo("Rampaging Baloths", 104, Rarity.RARE, mage.cards.r.RampagingBaloths.class));
|
||||
cards.add(new SetCardInfo("Razortide Bridge", 171, Rarity.COMMON, mage.cards.r.RazortideBridge.class));
|
||||
|
|
@ -158,7 +164,8 @@ public final class EdgeOfEternitiesCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Steel Overseer", 144, Rarity.RARE, mage.cards.s.SteelOverseer.class));
|
||||
cards.add(new SetCardInfo("Sulfur Falls", 184, Rarity.RARE, mage.cards.s.SulfurFalls.class));
|
||||
cards.add(new SetCardInfo("Sulfurous Springs", 185, Rarity.RARE, mage.cards.s.SulfurousSprings.class));
|
||||
cards.add(new SetCardInfo("Surge Conductor", 19, Rarity.RARE, mage.cards.s.SurgeConductor.class));
|
||||
cards.add(new SetCardInfo("Surge Conductor", 19, Rarity.RARE, mage.cards.s.SurgeConductor.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Surge Conductor", 39, Rarity.RARE, mage.cards.s.SurgeConductor.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Swan Song", 46, Rarity.RARE, mage.cards.s.SwanSong.class));
|
||||
cards.add(new SetCardInfo("Swords to Plowshares", 45, Rarity.UNCOMMON, mage.cards.s.SwordsToPlowshares.class));
|
||||
cards.add(new SetCardInfo("Szarel, Genesis Shepherd", 4, Rarity.MYTHIC, mage.cards.s.SzarelGenesisShepherd.class));
|
||||
|
|
@ -180,7 +187,8 @@ public final class EdgeOfEternitiesCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Titania, Protector of Argoth", 111, Rarity.MYTHIC, mage.cards.t.TitaniaProtectorOfArgoth.class));
|
||||
cards.add(new SetCardInfo("Twilight Mire", 189, Rarity.RARE, mage.cards.t.TwilightMire.class));
|
||||
cards.add(new SetCardInfo("Universal Surveillance", 81, Rarity.RARE, mage.cards.u.UniversalSurveillance.class));
|
||||
cards.add(new SetCardInfo("Uthros Research Craft", 7, Rarity.RARE, mage.cards.u.UthrosResearchCraft.class));
|
||||
cards.add(new SetCardInfo("Uthros Research Craft", 27, Rarity.RARE, mage.cards.u.UthrosResearchCraft.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Uthros Research Craft", 7, Rarity.RARE, mage.cards.u.UthrosResearchCraft.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Uurg, Spawn of Turg", 127, Rarity.UNCOMMON, mage.cards.u.UurgSpawnOfTurg.class));
|
||||
cards.add(new SetCardInfo("Vernal Fen", 24, Rarity.RARE, mage.cards.v.VernalFen.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Vernal Fen", 44, Rarity.RARE, mage.cards.v.VernalFen.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
|
|||
|
|
@ -59364,15 +59364,25 @@ Festering Thicket|Edge of Eternities Commander|21|R||Land - Swamp Forest|||({T}:
|
|||
Glittering Massif|Edge of Eternities Commander|22|R||Land - Mountain Plains|||({T}: Add {R} or {W}.)$This land enters tapped.$Cycling {2}|
|
||||
Radiant Summit|Edge of Eternities Commander|23|R||Land - Mountain Plains|||({T}: Add {R} or {W}.)$This land enters tapped unless you control two or more basic lands.|
|
||||
Vernal Fen|Edge of Eternities Commander|24|R||Land - Swamp Forest|||({T}: Add {B} or {G}.)$This land enters tapped unless you control two or more basic lands.|
|
||||
Patrolling Peacemaker|Edge of Eternities Commander|25|R|{2}{W}|Artifact Creature - Robot Soldier|0|0|This creature enters with two +1/+1 counters on it.$Whenever an opponent commits a crime, proliferate.|
|
||||
Insight Engine|Edge of Eternities Commander|26|R|{2}{U}|Artifact|||{2}, {T}: Put a charge counter on this artifact, then draw a card for each charge counter on it.|
|
||||
Uthros Research Craft|Edge of Eternities Commander|27|R|{2}{U}|Artifact - Spacecraft|||Station$STATION 3+$Whenever you cast an artifact spell, draw a card. Put a charge counter on this Spacecraft.$STATION 12+$Flying$This Spacecraft gets +1/+0 for each artifact you control.$0/8|
|
||||
Eumidian Wastewaker|Edge of Eternities Commander|28|R|{2}{B}{B}|Creature - Insect Cleric|4|4|Whenever this creature attacks, you and defending player each discard a card or sacrifice a permanent. You draw a card for each land card put into a graveyard this way.$Encore {6}{B}{B}|
|
||||
Depthshaker Titan|Edge of Eternities Commander|29|R|{5}{R}{R}|Artifact Creature - Robot|5|5|When this creature enters, any number of target noncreature artifacts you control become 3/3 artifact creatures. Sacrifice them at the beginning of the next end step.$Each artifact creature you control has melee, trample, and haste.|
|
||||
Evendo Brushrazer|Edge of Eternities Commander|30|R|{2}{R}|Creature - Insect Warrior|2|2|Whenever you sacrifice a nontoken permanent, exile the top card of your library.$During your turn, as long as you've sacrificed a nontoken permanent this turn, you may play cards exiled with this creature.${T}, Sacrifice a land: Add {R}{R}.|
|
||||
Long-Range Sensor|Edge of Eternities Commander|31|R|{2}{R}|Artifact|||Whenever you attack a player, put a charge counter on this artifact.${1}, Remove two charge counters from this artifact: Discover 4. Activate only as a sorcery.|
|
||||
Planetary Annihilation|Edge of Eternities Commander|32|R|{3}{R}{R}|Sorcery|||Each player chooses six lands they control, then sacrifices the rest. Planetary Annihilation deals 6 damage to each creature.|
|
||||
Baloth Prime|Edge of Eternities Commander|33|R|{3}{G}|Creature - Beast|10|10|This creature enters tapped with six stun counters on it.$Whenever you sacrifice a land, create a tapped 4/4 green Beast creature token and untap this creature.${4}, Sacrifice a land: You gain 2 life.|
|
||||
Exploration Broodship|Edge of Eternities Commander|34|R|{G}|Artifact - Spacecraft|||Station$STATION 3+$You may play an additional land on each of your turns.$STATION 8+$Flying$Once during each of your turns, you may cast a permanent spell from your graveyard by sacrificing a land in addition to paying its other costs.$4/4|
|
||||
Horizon Explorer|Edge of Eternities Commander|35|R|{2}{G}|Creature - Insect Scout|2|4|Lands you control enter untapped.$Whenever you attack a player, create a Lander token.|
|
||||
Scouring Swarm|Edge of Eternities Commander|36|R|{1}{B}{G}|Creature - Insect|1|1|Flying$Whenever you sacrifice a land, create a tapped token that's a copy of this creature if seven or more land cards are in your graveyard. Otherwise, create a tapped 1/1 black Insect creature token with flying.|
|
||||
Moxite Refinery|Edge of Eternities Commander|37|R|{2}|Artifact|||{2}, {T}, Remove X counters from an artifact or creature you control: Choose one. Activate only as a sorcery.$* Put X charge counters on target artifact.$* Put X +1/+1 counters on target creature.|
|
||||
Solar Array|Edge of Eternities Commander|38|R|{3}|Artifact|||{T}: Add one mana of any color. When you next cast an artifact spell this turn, that spell gains sunburst.|
|
||||
Surge Conductor|Edge of Eternities Commander|39|R|{3}|Artifact Creature - Robot|3|2|Whenever another nontoken artifact you control enters, proliferate.|
|
||||
Eumidian Hatchery|Edge of Eternities Commander|40|R||Land|||{T}, Pay 1 life: Add {B}. Put a hatchling counter on this land.$When this land is put into a graveyard from the battlefield, for each hatchling counter on it, create a 1/1 black Insect creature token with flying.|
|
||||
Festering Thicket|Edge of Eternities Commander|41|R||Land - Swamp Forest|||({T}: Add {B} or {G}.)$This land enters tapped.$Cycling {2}|
|
||||
Glittering Massif|Edge of Eternities Commander|42|R||Land - Mountain Plains|||({T}: Add {R} or {W}.)$This land enters tapped.$Cycling {2}|
|
||||
Radiant Summit|Edge of Eternities Commander|43|R||Land - Mountain Plains|||({T}: Add {R} or {W}.)$This land enters tapped unless you control two or more basic lands.|
|
||||
Vernal Fen|Edge of Eternities Commander|44|R||Land - Swamp Forest|||({T}: Add {B} or {G}.)$This land enters tapped unless you control two or more basic lands.|
|
||||
Swords to Plowshares|Edge of Eternities Commander|45|U|{W}|Instant|||Exile target creature. Its controller gains life equal to its power.|
|
||||
Swan Song|Edge of Eternities Commander|46|R|{U}|Instant|||Counter target enchantment, instant, or sorcery spell. Its controller creates a 2/2 blue Bird creature token with flying.|
|
||||
|
|
@ -59392,7 +59402,7 @@ Command Tower|Edge of Eternities Commander|59|C||Land|||{T}: Add one mana of any
|
|||
Fabled Passage|Edge of Eternities Commander|60|R||Land|||{T}, Sacrifice this land: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle. Then if you control four or more lands, untap that land.|
|
||||
Mountain Valley|Edge of Eternities Commander|61|U||Land|||This land enters tapped.${T}, Sacrifice this land: Search your library for a Mountain or Forest card, put it onto the battlefield, then shuffle.|
|
||||
Terramorphic Expanse|Edge of Eternities Commander|62|C||Land|||{T}, Sacrifice this land: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.|
|
||||
Angel of the Ruins|Edge of Eternities Commander|63|U|{5}{W}{W}|Artifact Creature - Angel|5|7|Flying$When this creature enters, exile up to two target artifacts and/or enchantments.$Plainscycling {2}|
|
||||
Angel of the Ruins|Edge of Eternities Commander|63|R|{5}{W}{W}|Artifact Creature - Angel|5|7|Flying$When this creature enters, exile up to two target artifacts and/or enchantments.$Plainscycling {2}|
|
||||
Dispatch|Edge of Eternities Commander|64|U|{W}|Instant|||Tap target creature.$Metalcraft -- If you control three or more artifacts, exile that creature.|
|
||||
Fumigate|Edge of Eternities Commander|65|R|{3}{W}{W}|Sorcery|||Destroy all creatures. You gain 1 life for each creature destroyed this way.|
|
||||
Organic Extinction|Edge of Eternities Commander|66|R|{8}{W}{W}|Sorcery|||Improvise$Destroy all nonartifact creatures.|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue