Added missing Game Day and DD: Mind vs Might cards.

This commit is contained in:
fireshoes 2017-08-29 11:42:28 -05:00
parent c1ea30aab2
commit 2968734dd2
3 changed files with 133 additions and 3 deletions

View file

@ -49,6 +49,7 @@ public class GameDay extends ExpansionSet {
this.hasBoosters = false; this.hasBoosters = false;
this.hasBasicLands = false; this.hasBasicLands = false;
cards.add(new SetCardInfo("Abrade", 62, Rarity.UNCOMMON, mage.cards.a.Abrade.class)); cards.add(new SetCardInfo("Abrade", 62, Rarity.UNCOMMON, mage.cards.a.Abrade.class));
cards.add(new SetCardInfo("Adorned Pouncer", 61, Rarity.RARE, mage.cards.a.AdornedPouncer.class));
cards.add(new SetCardInfo("Anguished Unmaking", 52, Rarity.RARE, mage.cards.a.AnguishedUnmaking.class)); cards.add(new SetCardInfo("Anguished Unmaking", 52, Rarity.RARE, mage.cards.a.AnguishedUnmaking.class));
cards.add(new SetCardInfo("Black Sun's Zenith", 7, Rarity.RARE, mage.cards.b.BlackSunsZenith.class)); cards.add(new SetCardInfo("Black Sun's Zenith", 7, Rarity.RARE, mage.cards.b.BlackSunsZenith.class));
cards.add(new SetCardInfo("Chief Engineer", 40, Rarity.RARE, mage.cards.c.ChiefEngineer.class)); cards.add(new SetCardInfo("Chief Engineer", 40, Rarity.RARE, mage.cards.c.ChiefEngineer.class));
@ -62,7 +63,7 @@ public class GameDay extends ExpansionSet {
cards.add(new SetCardInfo("Elite Inquisitor", 13, Rarity.RARE, mage.cards.e.EliteInquisitor.class)); cards.add(new SetCardInfo("Elite Inquisitor", 13, Rarity.RARE, mage.cards.e.EliteInquisitor.class));
cards.add(new SetCardInfo("Essence Extraction", 55, Rarity.UNCOMMON, mage.cards.e.EssenceExtraction.class)); cards.add(new SetCardInfo("Essence Extraction", 55, Rarity.UNCOMMON, mage.cards.e.EssenceExtraction.class));
cards.add(new SetCardInfo("Firemane Avenger", 24, Rarity.RARE, mage.cards.f.FiremaneAvenger.class)); cards.add(new SetCardInfo("Firemane Avenger", 24, Rarity.RARE, mage.cards.f.FiremaneAvenger.class));
cards.add(new SetCardInfo("Glorybringer", 59, Rarity.RARE, mage.cards.g.Glorybringer.class)); cards.add(new SetCardInfo("Glorybringer", 60, Rarity.RARE, mage.cards.g.Glorybringer.class));
cards.add(new SetCardInfo("Goblin Diplomats", 29, Rarity.RARE, mage.cards.g.GoblinDiplomats.class)); cards.add(new SetCardInfo("Goblin Diplomats", 29, Rarity.RARE, mage.cards.g.GoblinDiplomats.class));
cards.add(new SetCardInfo("Hall of Triumph", 36, Rarity.RARE, mage.cards.h.HallOfTriumph.class)); cards.add(new SetCardInfo("Hall of Triumph", 36, Rarity.RARE, mage.cards.h.HallOfTriumph.class));
cards.add(new SetCardInfo("Heir of the Wilds", 37, Rarity.UNCOMMON, mage.cards.h.HeirOfTheWilds.class)); cards.add(new SetCardInfo("Heir of the Wilds", 37, Rarity.UNCOMMON, mage.cards.h.HeirOfTheWilds.class));
@ -103,6 +104,7 @@ public class GameDay extends ExpansionSet {
cards.add(new SetCardInfo("Treasure Mage", 6, Rarity.UNCOMMON, mage.cards.t.TreasureMage.class)); cards.add(new SetCardInfo("Treasure Mage", 6, Rarity.UNCOMMON, mage.cards.t.TreasureMage.class));
cards.add(new SetCardInfo("Trophy Mage", 57, Rarity.UNCOMMON, mage.cards.t.TrophyMage.class)); cards.add(new SetCardInfo("Trophy Mage", 57, Rarity.UNCOMMON, mage.cards.t.TrophyMage.class));
cards.add(new SetCardInfo("Trostani's Summoner", 27, Rarity.UNCOMMON, mage.cards.t.TrostanisSummoner.class)); cards.add(new SetCardInfo("Trostani's Summoner", 27, Rarity.UNCOMMON, mage.cards.t.TrostanisSummoner.class));
cards.add(new SetCardInfo("Trueheart Duelist", 59, Rarity.UNCOMMON, mage.cards.t.TrueheartDuelist.class));
cards.add(new SetCardInfo("Unsubstantiate", 53, Rarity.UNCOMMON, mage.cards.u.Unsubstantiate.class)); cards.add(new SetCardInfo("Unsubstantiate", 53, Rarity.UNCOMMON, mage.cards.u.Unsubstantiate.class));
cards.add(new SetCardInfo("Utter End", 38, Rarity.RARE, mage.cards.u.UtterEnd.class)); cards.add(new SetCardInfo("Utter End", 38, Rarity.RARE, mage.cards.u.UtterEnd.class));
cards.add(new SetCardInfo("Yahenni's Expertise", 58, Rarity.RARE, mage.cards.y.YahennisExpertise.class)); cards.add(new SetCardInfo("Yahenni's Expertise", 58, Rarity.RARE, mage.cards.y.YahennisExpertise.class));

View file

@ -26,8 +26,71 @@ public class MindVsMight extends ExpansionSet {
super("Duel Decks: Mind vs. Might", "DDS", ExpansionSet.buildDate(2017, 3, 31), SetType.SUPPLEMENTAL); super("Duel Decks: Mind vs. Might", "DDS", ExpansionSet.buildDate(2017, 3, 31), SetType.SUPPLEMENTAL);
this.blockName = "Duel Decks"; this.blockName = "Duel Decks";
this.hasBasicLands = false; this.hasBasicLands = false;
cards.add(new SetCardInfo("Ambassador Oak", 42, Rarity.COMMON, mage.cards.a.AmbassadorOak.class));
cards.add(new SetCardInfo("Beacon of Destruction", 35, Rarity.RARE, mage.cards.b.BeaconOfDestruction.class));
cards.add(new SetCardInfo("Beacon of Tomorrows", 2, Rarity.RARE, mage.cards.b.BeaconOfTomorrows.class));
cards.add(new SetCardInfo("Beast Attack", 43, Rarity.UNCOMMON, mage.cards.b.BeastAttack.class));
cards.add(new SetCardInfo("Boldwyr Intimidator", 36, Rarity.UNCOMMON, mage.cards.b.BoldwyrIntimidator.class));
cards.add(new SetCardInfo("Burning-Tree Emissary", 55, Rarity.UNCOMMON, mage.cards.b.BurningTreeEmissary.class));
cards.add(new SetCardInfo("Call of the Herd", 44, Rarity.RARE, mage.cards.c.CallOfTheHerd.class));
cards.add(new SetCardInfo("Cloudcrown Oak", 45, Rarity.COMMON, mage.cards.c.CloudcrownOak.class));
cards.add(new SetCardInfo("Coat of Arms", 58, Rarity.RARE, mage.cards.c.CoatOfArms.class));
cards.add(new SetCardInfo("Deep-Sea Kraken", 3, Rarity.RARE, mage.cards.d.DeepSeaKraken.class));
cards.add(new SetCardInfo("Desperate Ritual", 14, Rarity.UNCOMMON, mage.cards.d.DesperateRitual.class));
cards.add(new SetCardInfo("Empty the Warrens", 15, Rarity.RARE, mage.cards.e.EmptyTheWarrens.class));
cards.add(new SetCardInfo("Firebolt", 37, Rarity.COMMON, mage.cards.f.Firebolt.class));
cards.add(new SetCardInfo("Firemind's Foresight", 21, Rarity.RARE, mage.cards.f.FiremindsForesight.class));
cards.add(new SetCardInfo("Forest", 63, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Forest", 64, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Forest", 65, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Goblin Electromancer", 22, Rarity.COMMON, mage.cards.g.GoblinElectromancer.class));
cards.add(new SetCardInfo("Gorehorn Minotaurs", 38, Rarity.COMMON, mage.cards.g.GorehornMinotaurs.class));
cards.add(new SetCardInfo("Grapeshot", 16, Rarity.COMMON, mage.cards.g.Grapeshot.class));
cards.add(new SetCardInfo("Guttural Response", 56, Rarity.UNCOMMON, mage.cards.g.GutturalResponse.class));
cards.add(new SetCardInfo("Harmonize", 46, Rarity.UNCOMMON, mage.cards.h.Harmonize.class));
cards.add(new SetCardInfo("Increasing Savagery", 47, Rarity.RARE, mage.cards.i.IncreasingSavagery.class));
cards.add(new SetCardInfo("Island", 28, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Island", 29, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Island", 30, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Jhoira of the Ghitu", 1, Rarity.MYTHIC, mage.cards.j.JhoiraOfTheGhitu.class)); cards.add(new SetCardInfo("Jhoira of the Ghitu", 1, Rarity.MYTHIC, mage.cards.j.JhoiraOfTheGhitu.class));
cards.add(new SetCardInfo("Jori En, Ruin Diver", 23, Rarity.RARE, mage.cards.j.JoriEnRuinDiver.class));
cards.add(new SetCardInfo("Kamahl, Pit Fighter", 39, Rarity.RARE, mage.cards.k.KamahlPitFighter.class));
cards.add(new SetCardInfo("Kruin Striker", 40, Rarity.COMMON, mage.cards.k.KruinStriker.class));
cards.add(new SetCardInfo("Lovisa Coldeyes", 34, Rarity.MYTHIC, mage.cards.l.LovisaColdeyes.class)); cards.add(new SetCardInfo("Lovisa Coldeyes", 34, Rarity.MYTHIC, mage.cards.l.LovisaColdeyes.class));
cards.add(new SetCardInfo("Mind's Desire", 4, Rarity.RARE, mage.cards.m.MindsDesire.class));
cards.add(new SetCardInfo("Mountain", 31, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mountain", 32, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mountain", 33, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mountain", 60, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mountain", 61, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mountain", 62, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Nivix Cyclops", 24, Rarity.COMMON, mage.cards.n.NivixCyclops.class));
cards.add(new SetCardInfo("Nucklavee", 26, Rarity.UNCOMMON, mage.cards.n.Nucklavee.class));
cards.add(new SetCardInfo("Peer Through Depths", 5, Rarity.COMMON, mage.cards.p.PeerThroughDepths.class));
cards.add(new SetCardInfo("Quicken", 6, Rarity.RARE, mage.cards.q.Quicken.class));
cards.add(new SetCardInfo("Radha, Heir to Keld", 53, Rarity.RARE, mage.cards.r.RadhaHeirToKeld.class));
cards.add(new SetCardInfo("Rampant Growth", 48, Rarity.COMMON, mage.cards.r.RampantGrowth.class));
cards.add(new SetCardInfo("Reach Through Mists", 7, Rarity.COMMON, mage.cards.r.ReachThroughMists.class));
cards.add(new SetCardInfo("Relentless Hunter", 54, Rarity.UNCOMMON, mage.cards.r.RelentlessHunter.class));
cards.add(new SetCardInfo("Rift Bolt", 17, Rarity.COMMON, mage.cards.r.RiftBolt.class));
cards.add(new SetCardInfo("Roar of the Wurm", 49, Rarity.UNCOMMON, mage.cards.r.RoarOfTheWurm.class));
cards.add(new SetCardInfo("Rubblebelt Raiders", 57, Rarity.RARE, mage.cards.r.RubblebeltRaiders.class));
cards.add(new SetCardInfo("Rugged Highlands", 59, Rarity.COMMON, mage.cards.r.RuggedHighlands.class));
cards.add(new SetCardInfo("Sage-Eye Avengers", 8, Rarity.RARE, mage.cards.s.SageEyeAvengers.class));
cards.add(new SetCardInfo("Shivan Meteor", 18, Rarity.UNCOMMON, mage.cards.s.ShivanMeteor.class));
cards.add(new SetCardInfo("Sift Through Sands", 9, Rarity.COMMON, mage.cards.s.SiftThroughSands.class));
cards.add(new SetCardInfo("Skarrgan Pit-Skulk", 50, Rarity.COMMON, mage.cards.s.SkarrganPitSkulk.class));
cards.add(new SetCardInfo("Snap", 10, Rarity.COMMON, mage.cards.s.Snap.class));
cards.add(new SetCardInfo("Spellheart Chimera", 25, Rarity.UNCOMMON, mage.cards.s.SpellheartChimera.class));
cards.add(new SetCardInfo("Swiftwater Cliffs", 27, Rarity.COMMON, mage.cards.s.SwiftwaterCliffs.class));
cards.add(new SetCardInfo("Sylvan Might", 51, Rarity.COMMON, mage.cards.s.SylvanMight.class));
cards.add(new SetCardInfo("Talara's Battalion", 52, Rarity.RARE, mage.cards.t.TalarasBattalion.class));
cards.add(new SetCardInfo("Talrand, Sky Summoner", 11, Rarity.RARE, mage.cards.t.TalrandSkySummoner.class));
cards.add(new SetCardInfo("Temporal Fissure", 12, Rarity.COMMON, mage.cards.t.TemporalFissure.class));
cards.add(new SetCardInfo("The Unspeakable", 13, Rarity.RARE, mage.cards.t.TheUnspeakable.class));
cards.add(new SetCardInfo("Volcanic Vision", 19, Rarity.RARE, mage.cards.v.VolcanicVision.class));
cards.add(new SetCardInfo("Young Pyromancer", 20, Rarity.UNCOMMON, mage.cards.y.YoungPyromancer.class));
cards.add(new SetCardInfo("Zo-Zu the Punisher", 41, Rarity.RARE, mage.cards.z.ZoZuThePunisher.class));
} }
} }

View file

@ -32386,3 +32386,68 @@ Rootbound Crag|Ixalan|256|R||Land|||Rootbound Crag enters the battlefield tapped
Sunpetal Grove|Ixalan|257|R||Land|||Sunpetal Grove enters the battlefield tapped unless you control a Forest or a Plains.${T}: Add {G} or {W} to your mana pool.| Sunpetal Grove|Ixalan|257|R||Land|||Sunpetal Grove enters the battlefield tapped unless you control a Forest or a Plains.${T}: Add {G} or {W} to your mana pool.|
Unclaimed Territory|Ixalan|258|U||Land|||As Unclaimed Territory enters the battlefield, choose a creature type.${T}: Add {C} to your mana pool.${T}: Add one mana of any color to your mana pool. Spend this mana only to cast a creature spell of the chosen type.| Unclaimed Territory|Ixalan|258|U||Land|||As Unclaimed Territory enters the battlefield, choose a creature type.${T}: Add {C} to your mana pool.${T}: Add one mana of any color to your mana pool. Spend this mana only to cast a creature spell of the chosen type.|
Sword of Dungeons and Dragons|Unstable|1|M|{3}|Artifact - Equipment|||Equipped creature gets +2/+2 and has protection from Rogues and from Clerics.$Whenever equipped creature deals combat damage to a player, create a 4/4 gold Dragon creature token with flying and roll a d20. If you roll a 20, repeat this process.$Equip {2}| Sword of Dungeons and Dragons|Unstable|1|M|{3}|Artifact - Equipment|||Equipped creature gets +2/+2 and has protection from Rogues and from Clerics.$Whenever equipped creature deals combat damage to a player, create a 4/4 gold Dragon creature token with flying and roll a d20. If you roll a 20, repeat this process.$Equip {2}|
Jhoira of the Ghitu|Duel Decks: Mind vs. Might|1|M|{1}{U}{R}|Legendary Creature - Human Wizard|2|2|{2}, Exile a nonland card from your hand: Put four time counters on the exiled card. If it doesn't have suspend, it gains suspend.|
Beacon of Tomorrows|Duel Decks: Mind vs. Might|2|R|{6}{U}{U}|Sorcery|||Target player takes an extra turn after this one. Shuffle Beacon of Tomorrows into its owner's library.|
Deep-Sea Kraken|Duel Decks: Mind vs. Might|3|R|{7}{U}{U}{U}|Creature - Kraken|6|6|Deep-Sea Kraken can't be blocked.$Suspend 9—{2}{U}$Whenever an opponent casts a spell, if Deep-Sea Kraken is suspended, remove a time counter from it.|
Mind's Desire|Duel Decks: Mind vs. Might|4|R|{4}{U}{U}|Sorcery|||Shuffle your library. Then exile the top card of your library. Until end of turn, you may play that card without playing its mana cost.$Storm|
Peer Through Depths|Duel Decks: Mind vs. Might|5|C|{1}{U}|Instant - Arcane|||Look at the top five cards of your library. You may reveal an instant or sorcery card from among them and put it into your hand. Put the rest on the bottom of your library in any order.|
Quicken|Duel Decks: Mind vs. Might|6|R|{U}|Instant|||The next sorcery card you cast this turn can be cast as though it had flash.$Draw a card.|
Reach Through Mists|Duel Decks: Mind vs. Might|7|C|{U}|Instant - Arcane|||Draw a card.|
Sage-Eye Avengers|Duel Decks: Mind vs. Might|8|R|{4}{U}{U}|Creature - Djinn Monk|4|5|Prowess$Whenever Sage-Eye Avengers attacks, you may return target creature to its owner's hand if its power is less than Sage-Eye Avenger's power.|
Sift Through Sands|Duel Decks: Mind vs. Might|9|C|{1}{U}{U}|Instant - Arcane|||Draw two cards, then discard a card.$If you've cast a spell named Peer Through Depths and a spell named Reach Through Mists this turn, you may search your library for a card named The Unspeakable, put it onto the battlefield, then shuffle your library.|
Snap|Duel Decks: Mind vs. Might|10|C|{1}{U}|Instant|||Return target creature to its owner's hand. Untap up to two lands.|
Talrand, Sky Summoner|Duel Decks: Mind vs. Might|11|R|{2}{U}{U}|Legendary Creature - Merfolk Wizard|2|2|Whenever you cast an instant or sorcery spell, create a 2/2 blue Drake creature token with flying.|
Temporal Fissure|Duel Decks: Mind vs. Might|12|C|{4}{U}|Sorcery|||Return target permanent to its owner's hand.$Storm|
The Unspeakable|Duel Decks: Mind vs. Might|13|R|{6}{U}{U}{U}|Legendary Creature - Spirit|6|7|Flying, trample$Whenever The Unspeakable deals combat damage to a player, you may return target Arcane card from your graveyard to your hand.|
Desperate Ritual|Duel Decks: Mind vs. Might|14|U|{1}{R}|Instant - Arcane|||Add {R}{R}{R} to your mana pool.$Splice onto Arcane {1}{R}|
Empty the Warrens|Duel Decks: Mind vs. Might|15|R|{3}{R}|Sorcery|||Create two 1/1 red Goblin creature tokens.$Storm|
Grapeshot|Duel Decks: Mind vs. Might|16|C|{1}{R}|Sorcery|||Grapeshot deals 1 damage to target creature or player.$Storm|
Rift Bolt|Duel Decks: Mind vs. Might|17|C|{2}{R}|Sorcery|||Rift Bolt deals 3 damage to target creature or player.$Suspend 1—{R}|
Shivan Meteor|Duel Decks: Mind vs. Might|18|U|{3}{R}{R}|Sorcery|||Shivan Meteor deals 13 damage to target creature.$Suspend 2—{1}{R}{R}|
Volcanic Vision|Duel Decks: Mind vs. Might|19|R|{5}{R}{R}|Sorcery|||Return target instant or sorcery card from your graveyard to your hand. Volcanic Vision deals damage equal to that card's converted mana cost to each creature your opponents control. Exile Volcanic Vision.|
Young Pyromancer|Duel Decks: Mind vs. Might|20|U|{1}{R}|Creature - Human Shaman|2|1|Whenever you cast an instant or sorcery spell, create a 1/1 red Elemental creature token.|
Firemind's Foresight|Duel Decks: Mind vs. Might|21|R|{5}{U}{R}|Instant|||Search your library for an instant card with converted mana cost 3, reveal it, and put it into your hand. Then repeat this process for instant cards with converted mana costs 2 and 1. Then shuffle your library.|
Goblin Electromancer|Duel Decks: Mind vs. Might|22|C|{U}{R}|Creature - Goblin Wizard|2|2|Instant and sorcery spells you cast cost {1} less to cast.|
Jori En, Ruin Diver|Duel Decks: Mind vs. Might|23|R|{1}{U}{R}|Legendary Creature - Merfolk Wizard|2|3|Whenever you cast your second spell each turn, draw a card.|
Nivix Cyclops|Duel Decks: Mind vs. Might|24|C|{1}{U}{R}|Creature - Cyclops|1|4|Defender$Whenever you cast an instant or sorcery spell, Nivix Cyclops gets +3/+0 until end of turn and can attack this turn as though it didn't have defender.|
Spellheart Chimera|Duel Decks: Mind vs. Might|25|U|{1}{U}{R}|Creature- Chimera|0|3|Flying, trample$Spellheart Chimera's power is equal to the number of instant and sorcery cards in your graveyard.|
Nucklavee|Duel Decks: Mind vs. Might|26|U|{4}{UR}{UR}|Creature - Beast|4|4|When Nucklavee enters the battlefield, you may return target red sorcery card from your graveyard to your hand.$When Nucklavee enters the battlefield, you may return target blue instant card from your graveyard to your hand.|
Swiftwater Cliffs|Duel Decks: Mind vs. Might|27|C||Land|||Swiftwater Cliffs enters the battlefield tapped.$When Swiftwater Cliffs enters the battlefield, you gain 1 life.${T}: Add {U} or {R} to your mana pool.|
Island|Duel Decks: Mind vs. Might|28|L||Basic Land - Island|||{T}: Add {U} to your mana pool.|
Island|Duel Decks: Mind vs. Might|29|L||Basic Land - Island|||{T}: Add {U} to your mana pool.|
Island|Duel Decks: Mind vs. Might|30|L||Basic Land - Island|||{T}: Add {U} to your mana pool.|
Mountain|Duel Decks: Mind vs. Might|31|L||Basic Land - Mountain|||{T}: Add {R} to your mana pool.|
Mountain|Duel Decks: Mind vs. Might|32|L||Basic Land - Mountain|||{T}: Add {R} to your mana pool.|
Mountain|Duel Decks: Mind vs. Might|33|L||Basic Land - Mountain|||{T}: Add {R} to your mana pool.|
Lovisa Coldeyes|Duel Decks: Mind vs. Might|34|M|{3}{R}{R}|Legendary Creature - Human|3|3|Each creature that's a Barbarian, a Warrior, or a Berserker gets +2/+2 and has haste.|
Beacon of Destruction|Duel Decks: Mind vs. Might|35|R|{3}{R}{R}|Instant|||Beacon of Destruction deals 5 damage to target creature or player. Shuffle Beacon of Destruction into its owner's library.|
Boldwyr Intimidator|Duel Decks: Mind vs. Might|36|U|{5}{R}{R}|Creature - Giant Warrior|5|5|Cowards can't block Warriors.${R}: Target creature becomes a Coward until end of turn.${2}{R}: Target creature becomes a Warrior until end of turn.|
Firebolt|Duel Decks: Mind vs. Might|37|C|{R}|Sorcery|||Firebolt deals 2 damage to target creature or player.$Flashback {4}{R}|
Gorehorn Minotaurs|Duel Decks: Mind vs. Might|38|C|{2}{R}{R}|Creature - Minotaur Warrior|3|3|Bloodthirst 2|
Kamahl, Pit Fighter|Duel Decks: Mind vs. Might|39|R|{4}{R}{R}|Legendary Creature - Human Barbarian|6|1|Haste${T}: Kamahl, Pit Fighter deals 3 damage to target creature or player.|
Kruin Striker|Duel Decks: Mind vs. Might|40|C|{1}{R}|Creature - Human Warrior|2|1|Whenever another creature enters the battlefield under your control, Kruin Striker gets +1/+0 and gain trample until end of turn.|
Zo-Zu the Punisher|Duel Decks: Mind vs. Might|41|R|{1}{R}{R}|Legendary Creature - Goblin Warrior|2|2|Whenever a land enters the battlefield, Zo-Zu the Punisher deals 2 damage to that land's controller.|
Ambassador Oak|Duel Decks: Mind vs. Might|42|C|{3}{G}|Creature - Treefolk Warrior|3|3|When Ambassador Oak enters the battlefield, create a 1/1 green Elf Warrior creature token.|
Beast Attack|Duel Decks: Mind vs. Might|43|U|{2}{G}{G}{G}|Instant|||Create a 4/4 green Beast creature token.$Flashback {2}{G}{G}{G}|
Call of the Herd|Duel Decks: Mind vs. Might|44|R|{2}{G}|Sorcery|||Create a 3/3 green Elephant creature token.$Flashback {3}{G}|
Cloudcrown Oak|Duel Decks: Mind vs. Might|45|C|{2}{G}{G}|Creature - Treefolk Warrior|3|4|Reach|
Harmonize|Duel Decks: Mind vs. Might|46|U|{2}{G}{G}|Sorcery|||Draw three cards.|
Increasing Savagery|Duel Decks: Mind vs. Might|47|R|{2}{G}{G}|Sorcery|||Put five +1/+1 counters on target creature. If Increasing Savagery was cast from a graveyard, put ten +1/+10 counters on that creature instead.$Flashback {5}{G}{G}|
Rampant Growth|Duel Decks: Mind vs. Might|48|C|{1}{G}|Sorcery|||Search your library for a basic land card and put that card onto the battlefield tapped. Then shuffle your library.|
Roar of the Wurm|Duel Decks: Mind vs. Might|49|U|{6}{G}|Sorcery|||Create a 6/6 green Wurm creature token.$Flashback {3}{G}|
Skarrgan Pit-Skulk|Duel Decks: Mind vs. Might|50|C|{G}|Creature - Human Warrior|1|1|Bloodthirst 1$Creatures with power less than Skarrgan Pit-Skulk's power can't block it.|
Sylvan Might|Duel Decks: Mind vs. Might|51|C|{1}{G}|Instant|||Target creature gets +2/+2 and gains trample until end of turn.$Flashback {2}{G}{G}|
Talara's Battalion|Duel Decks: Mind vs. Might|52|R|{1}{G}|Creature - Elf Warrior|4|3|Trample$Cast Talara's Battalion only if you've cast another green spell this turn.|
Radha, Heir to Keld|Duel Decks: Mind vs. Might|53|R|{R}{G}|Legendary Creature - Elf Warrior|2|2|Whenever Radha, Heir to Keld attacks, you may add {R}{R} to your mana pool.${T}: Add {G} to your mana pool.|
Relentless Hunter|Duel Decks: Mind vs. Might|54|U|{1}{R}{G}|Creature - Human Warrior|3|3|{1}{R}{G}: Relentless Hunter gets +1/+1 and gains trample until end of turn.|
Burning-Tree Emissary|Duel Decks: Mind vs. Might|55|U|{RG}{RG}|Creature - Human Shaman|2|2|When Burning-Tree Emissary enters the battlefield, add {R}{G} to your mana pool.|
Guttural Response|Duel Decks: Mind vs. Might|56|U|{RG}|Instant|||Counter target blue instant spell.|
Rubblebelt Raiders|Duel Decks: Mind vs. Might|57|R|{1}{RG}{RG}{RG}|Creature - Human Warrior|3|3|Whenever Rubblebelt Raiders attacks, put a +1/+1 coounter on it for each attacking creature you control.|
Coat of Arms|Duel Decks: Mind vs. Might|58|R|{5}|Artifact|||Each creature gets +1/+1 for each other creature on the battlefield that shares at least one creature type with it.|
Rugged Highlands|Duel Decks: Mind vs. Might|59|C||Land|||Rugged Highlands enters the battlefield tapped.$When Rugged Highlands enters the battlefield, you gain 1 life.${T}: Add {R} or {G} to your mana pool.|
Mountain|Duel Decks: Mind vs. Might|60|L||Basic Land - Mountain|||{T}: Add {R} to your mana pool.|
Mountain|Duel Decks: Mind vs. Might|61|L||Basic Land - Mountain|||{T}: Add {R} to your mana pool.|
Mountain|Duel Decks: Mind vs. Might|62|L||Basic Land - Mountain|||{T}: Add {R} to your mana pool.|
Forest|Duel Decks: Mind vs. Might|63|L||Basic Land - Forest|||{T}: Add {G} to your mana pool.|
Forest|Duel Decks: Mind vs. Might|64|L||Basic Land - Forest|||{T}: Add {G} to your mana pool.|
Forest|Duel Decks: Mind vs. Might|65|L||Basic Land - Forest|||{T}: Add {G} to your mana pool.|