diff --git a/Mage.Sets/src/mage/cards/f/FinCladeFugitives.java b/Mage.Sets/src/mage/cards/f/FinCladeFugitives.java index eb8b90bd13..fbf67f53d3 100644 --- a/Mage.Sets/src/mage/cards/f/FinCladeFugitives.java +++ b/Mage.Sets/src/mage/cards/f/FinCladeFugitives.java @@ -1,5 +1,6 @@ package mage.cards.f; +import mage.MageInt; import mage.abilities.costs.mana.ManaCostsImpl; import mage.abilities.keyword.DauntAbility; import mage.abilities.keyword.EncoreAbility; @@ -21,6 +22,8 @@ public final class FinCladeFugitives extends CardImpl { this.subtype.add(SubType.ELF); this.subtype.add(SubType.SALAMANDER); this.subtype.add(SubType.ROGUE); + this.power = new MageInt(7); + this.toughness = new MageInt(4); // Fin-Clade Fugitives can't be blocked by creatures with power 2 or less. this.addAbility(new DauntAbility()); diff --git a/Mage.Sets/src/mage/sets/CommanderLegends.java b/Mage.Sets/src/mage/sets/CommanderLegends.java index c08259ce64..96a4f081d2 100644 --- a/Mage.Sets/src/mage/sets/CommanderLegends.java +++ b/Mage.Sets/src/mage/sets/CommanderLegends.java @@ -57,7 +57,7 @@ public final class CommanderLegends extends ExpansionSet { cards.add(new SetCardInfo("Armix, Filigree Thrasher", 108, Rarity.UNCOMMON, mage.cards.a.ArmixFiligreeThrasher.class)); cards.add(new SetCardInfo("Armorcraft Judge", 218, Rarity.UNCOMMON, mage.cards.a.ArmorcraftJudge.class)); cards.add(new SetCardInfo("Armored Skyhunter", 11, Rarity.RARE, mage.cards.a.ArmoredSkyhunter.class)); - cards.add(new SetCardInfo("Armory of Iroas", 299, Rarity.UNCOMMON, mage.cards.a.ArmoryOfIroas.class)); + cards.add(new SetCardInfo("Armory of Iroas", 299, Rarity.COMMON, mage.cards.a.ArmoryOfIroas.class)); cards.add(new SetCardInfo("Aurora Phoenix", 161, Rarity.RARE, mage.cards.a.AuroraPhoenix.class)); cards.add(new SetCardInfo("Austere Command", 12, Rarity.RARE, mage.cards.a.AustereCommand.class)); cards.add(new SetCardInfo("Aven Surveyor", 57, Rarity.COMMON, mage.cards.a.AvenSurveyor.class)); @@ -77,7 +77,7 @@ public final class CommanderLegends extends ExpansionSet { cards.add(new SetCardInfo("Boarding Party", 163, Rarity.COMMON, mage.cards.b.BoardingParty.class)); cards.add(new SetCardInfo("Bonesplitter", 458, Rarity.COMMON, mage.cards.b.Bonesplitter.class)); cards.add(new SetCardInfo("Boros Charm", 442, Rarity.UNCOMMON, mage.cards.b.BorosCharm.class)); - cards.add(new SetCardInfo("Boros Garrison", 477, Rarity.COMMON, mage.cards.b.BorosGarrison.class)); + cards.add(new SetCardInfo("Boros Garrison", 477, Rarity.UNCOMMON, mage.cards.b.BorosGarrison.class)); cards.add(new SetCardInfo("Boros Guildgate", 478, Rarity.COMMON, mage.cards.b.BorosGuildgate.class)); cards.add(new SetCardInfo("Boros Signet", 459, Rarity.COMMON, mage.cards.b.BorosSignet.class)); cards.add(new SetCardInfo("Brago, King Eternal", 516, Rarity.MYTHIC, mage.cards.b.BragoKingEternal.class)); @@ -452,7 +452,7 @@ public final class CommanderLegends extends ExpansionSet { cards.add(new SetCardInfo("Sweet-Gum Recluse", 260, Rarity.RARE, mage.cards.s.SweetGumRecluse.class)); cards.add(new SetCardInfo("Swiftfoot Boots", 474, Rarity.UNCOMMON, mage.cards.s.SwiftfootBoots.class)); cards.add(new SetCardInfo("Sword of Vengeance", 475, Rarity.RARE, mage.cards.s.SwordOfVengeance.class)); - cards.add(new SetCardInfo("Swords to Plowshares", 387, Rarity.RARE, mage.cards.s.SwordsToPlowshares.class)); + cards.add(new SetCardInfo("Swords to Plowshares", 387, Rarity.UNCOMMON, mage.cards.s.SwordsToPlowshares.class)); cards.add(new SetCardInfo("Szat's Will", 152, Rarity.RARE, mage.cards.s.SzatsWill.class)); cards.add(new SetCardInfo("Tana, the Bloodsower", 537, Rarity.MYTHIC, mage.cards.t.TanaTheBloodsower.class)); cards.add(new SetCardInfo("Temur Battle Rage", 417, Rarity.COMMON, mage.cards.t.TemurBattleRage.class)); diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index 09f4a67e08..27cd3aceb8 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -39525,7 +39525,7 @@ Elvish Visionary|Commander Legends|223|C|{1}{G}|Creature - Elf Shaman|1|1|When E Entourage of Trest|Commander Legends|224|C|{4}{G}|Creature - Elf Soldier|4|4|When Entourage of Trest enters the battlefield, you become the monarch.$Entourage of Trest can block an additional creature each combat as long as you're the monarch.| Farhaven Elf|Commander Legends|225|C|{2}{G}|Creature - Elf Druid|1|1|When Farhaven Elf enters the battlefield, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.| Fertilid|Commander Legends|226|C|{2}{G}|Creature - Elemental|0|0|Fertilid enters the battlefield with two +1/+1 counters on it.${1}{G}, Remove a +1/+1 counter from Fertilid: Target player searches their library for a basic land card, puts it onto the battlefield tapped, then shuffles their library.| -Fin-Clade Fugitives|Commander Legends|227|C|{5}{G}|Creature - Elf Salamander Rogue|||Fin-Clade Fugitives can't be blocked by creatures with power 2 or less.$Encore {4}{G}| +Fin-Clade Fugitives|Commander Legends|227|C|{5}{G}|Creature - Elf Salamander Rogue|7|4|Fin-Clade Fugitives can't be blocked by creatures with power 2 or less.$Encore {4}{G}| Fyndhorn Elves|Commander Legends|228|C|{G}|Creature - Elf Druid|1|1|{T}: Add {G}.| Gift of Paradise|Commander Legends|229|C|{2}{G}|Enchantment - Aura|||Enchant land$When Gift of Paradise enters the battlefield, you gain 3 life.$Enchanted land has "{T}: Add two mana of any one color."| Gilanra, Caller of Wirewood|Commander Legends|230|U|{2}{G}|Legendary Creature - Elf Druid|1|2|{T}: Add {G}. When you spend this mana to cast a spell with converted mana cost 6 or greater, draw a card.$Partner| @@ -39597,7 +39597,7 @@ Amorphous Axe|Commander Legends|295|C|{2}|Artifact - Equipment|||Equipped creatu Angelic Armaments|Commander Legends|296|U|{3}|Artifact - Equipment|||Equipped creature gets +2/+2, has flying, and is a white Angel in addition to its other colors and types.$Equip {4}| Arcane Signet|Commander Legends|297|U|{2}|Artifact|||{T}: Add one mana of any color in your commander's color identity.| Armillary Sphere|Commander Legends|298|C|{2}|Artifact|||{2}, {T}, Sacrifice Armillary Sphere: Search your library for up to two basic land cards, reveal them, put them into your hand, then shuffle your library.| -Armory of Iroas|Commander Legends|299|U|{2}|Artifact - Equipment|||Whenever equipped creature attacks, put a +1/+1 counter on it.$Equip {2}| +Armory of Iroas|Commander Legends|299|C|{2}|Artifact - Equipment|||Whenever equipped creature attacks, put a +1/+1 counter on it.$Equip {2}| Bladegriff Prototype|Commander Legends|300|R|{5}|Artifact Creature - Griffin|3|2|Flying$Whenever Bladegriff Prototype deals combat damage to a player, destroy target nonland permanent of that player's choice that one of your opponents controls.| Brass Herald|Commander Legends|301|U|{6}|Artifact Creature - Golem|2|2|As Brass Herald enters the battlefield, choose a creature type.$When Brass Herald enters the battlefield, reveal the top four cards of your library. Put all creature cards of the chosen type revealed this way into your hand and the rest on the bottom of your library in any order.$Creatures of the chosen type get +1/+1.| Burnished Hart|Commander Legends|302|U|{3}|Artifact Creature - Elk|2|2|{3}, Sacrifice Burnished Hart: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle your library.| @@ -39683,7 +39683,7 @@ Relic Seeker|Commander Legends|382|R|{1}{W}|Creature - Human Soldier|2|2|Renown Sigarda's Aid|Commander Legends|384|R|{W}|Enchantment|||You may cast Aura and Equipment spells as though they had flash.$Whenever an Equipment enters the battlefield under your control, you may attach it to target creature you control.| Spirit Mantle|Commander Legends|385|U|{1}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +1/+1 and has protection from creatures.| Sram, Senior Edificer|Commander Legends|386|R|{1}{W}|Legendary Creature - Dwarf Advisor|2|2|Whenever you cast an Aura, Equipment, or Vehicle spell, draw a card.| -Swords to Plowshares|Commander Legends|387|R|{W}|Instant|||Exile target creature. Its controller gains life equal to its power.| +Swords to Plowshares|Commander Legends|387|U|{W}|Instant|||Exile target creature. Its controller gains life equal to its power.| Unbreakable Formation|Commander Legends|388|R|{2}{W}|Instant|||Creatures you control gain indestructible until end of turn.$Addendum — If you cast this spell during your main phase, put a +1/+1 counter on each of those creatures and they gain vigilance until end of turn.| Unquestioned Authority|Commander Legends|389|U|{2}{W}|Enchantment - Aura|||Enchant creature$When Unquestioned Authority enters the battlefield, draw a card.$Enchanted creature has protection from creatures.| Valorous Stance|Commander Legends|390|U|{1}{W}|Instant|||Choose one —$• Target creature gains indestructible until end of turn.$• Destroy target creature with toughness 4 or greater.| @@ -39771,7 +39771,7 @@ Sunforger|Commander Legends|473|R|{3}|Artifact - Equipment|||Equipped creature g Swiftfoot Boots|Commander Legends|474|U|{2}|Artifact - Equipment|||Equipped creature has hexproof and haste.$Equip {1}| Sword of Vengeance|Commander Legends|475|R|{3}|Artifact - Equipment|||Equipped creature gets +2/+0 and has first strike, vigilance, trample, and haste.$Equip {3}| Blighted Woodland|Commander Legends|476|U||Land|||{T}: Add {C}.${3}{G}, {T}, Sacrifice Blighted Woodland: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle your library.| -Boros Garrison|Commander Legends|477|C||Land|||Boros Garrison enters the battlefield tapped.$When Boros Garrison enters the battlefield, return a land you control to its owner's hand.${T}: Add {R}{W}.| +Boros Garrison|Commander Legends|477|U||Land|||Boros Garrison enters the battlefield tapped.$When Boros Garrison enters the battlefield, return a land you control to its owner's hand.${T}: Add {R}{W}.| Boros Guildgate|Commander Legends|478|C||Land - Gate|||Boros Guildgate enters the battlefield tapped.${T}: Add {R} or {W}.| Coral Atoll|Commander Legends|480|U||Land|||Coral Atoll enters the battlefield tapped.$When Coral Atoll enters the battlefield, sacrifice it unless you return an untapped Island you control to its owner's hand.${T}: Add {C}{U}.| Encroaching Wastes|Commander Legends|481|U||Land|||{T}: Add {C}.${4}, {T}, Sacrifice Encroaching Wastes: Destroy target nonbasic land.|