mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
added cardNumber to card - updated some cards
This commit is contained in:
parent
04f92628c2
commit
44785178bf
546 changed files with 572 additions and 466 deletions
|
@ -50,7 +50,7 @@ import mage.cards.CardImpl;
|
|||
public class BehemothSledge extends CardImpl<BehemothSledge> {
|
||||
|
||||
public BehemothSledge(UUID ownerId) {
|
||||
super(ownerId, "Behemoth Sledge", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT}, "{1}{G}{W}");
|
||||
super(ownerId, 65, "Behemoth Sledge", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT}, "{1}{G}{W}");
|
||||
this.expansionSetCode = "ARB";
|
||||
this.subtype.add("Equipment");
|
||||
this.addAbility(new EquipAbility(Outcome.AddAbility, new GenericManaCost(3)));
|
||||
|
|
|
@ -44,7 +44,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class BituminousBlast extends CardImpl<BituminousBlast> {
|
||||
|
||||
public BituminousBlast(UUID ownerId) {
|
||||
super(ownerId, "Bituminous Blast", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{3}{B}{R}");
|
||||
super(ownerId, 34, "Bituminous Blast", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{3}{B}{R}");
|
||||
this.expansionSetCode = "ARB";
|
||||
this.color.setBlack(true);
|
||||
this.color.setRed(true);
|
||||
|
|
|
@ -44,7 +44,7 @@ import mage.cards.CardImpl;
|
|||
public class BloodbraidElf extends CardImpl<BloodbraidElf> {
|
||||
|
||||
public BloodbraidElf(UUID ownerId) {
|
||||
super(ownerId, "Bloodbraid Elf", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{R}{G}");
|
||||
super(ownerId, 50, "Bloodbraid Elf", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{R}{G}");
|
||||
this.expansionSetCode = "ARB";
|
||||
this.color.setRed(true);
|
||||
this.color.setGreen(true);
|
||||
|
|
|
@ -54,7 +54,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class FinestHour extends CardImpl<FinestHour> {
|
||||
|
||||
public FinestHour(UUID ownerId) {
|
||||
super(ownerId, "Finest Hour", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{2}{G}{W}{U}");
|
||||
super(ownerId, 126, "Finest Hour", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{2}{G}{W}{U}");
|
||||
this.expansionSetCode = "ARB";
|
||||
this.color.setWhite(true);
|
||||
this.color.setGreen(true);
|
||||
|
|
|
@ -43,7 +43,7 @@ import mage.target.common.TargetNonlandPermanent;
|
|||
public class MaelstromPulse extends CardImpl<MaelstromPulse> {
|
||||
|
||||
public MaelstromPulse(UUID ownerId) {
|
||||
super(ownerId, "Maelstrom Pulse", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{1}{B}{G}");
|
||||
super(ownerId, 92, "Maelstrom Pulse", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{1}{B}{G}");
|
||||
this.expansionSetCode = "ARB";
|
||||
this.color.setBlack(true);
|
||||
this.color.setGreen(true);
|
||||
|
|
|
@ -47,7 +47,7 @@ import mage.cards.CardImpl;
|
|||
public class PutridLeech extends CardImpl<PutridLeech> {
|
||||
|
||||
public PutridLeech(UUID ownerId) {
|
||||
super(ownerId, "Putrid Leech", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{B}{G}");
|
||||
super(ownerId, 95, "Putrid Leech", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{B}{G}");
|
||||
this.expansionSetCode = "ARB";
|
||||
this.color.setBlack(true);
|
||||
this.color.setGreen(true);
|
||||
|
|
|
@ -55,7 +55,7 @@ public class SpellbreakerBehemoth extends CardImpl<SpellbreakerBehemoth> {
|
|||
}
|
||||
|
||||
public SpellbreakerBehemoth(UUID ownerId) {
|
||||
super(ownerId, "Spellbreaker Behemoth", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{R}{G}{G}");
|
||||
super(ownerId, 60, "Spellbreaker Behemoth", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{R}{G}{G}");
|
||||
this.expansionSetCode = "ARB";
|
||||
this.color.setRed(true);
|
||||
this.color.setGreen(true);
|
||||
|
|
|
@ -43,7 +43,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class Terminate extends CardImpl<Terminate> {
|
||||
|
||||
public Terminate(UUID ownerId) {
|
||||
super(ownerId, "Terminate", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{B}{R}");
|
||||
super(ownerId, 46, "Terminate", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{B}{R}");
|
||||
this.expansionSetCode = "ARB";
|
||||
this.color.setBlack(true);
|
||||
this.color.setRed(true);
|
||||
|
|
|
@ -52,7 +52,7 @@ import mage.target.common.TargetCreatureOrPlayer;
|
|||
public class VengefulRebirth extends CardImpl<VengefulRebirth> {
|
||||
|
||||
public VengefulRebirth(UUID ownerId) {
|
||||
super(ownerId, "Vengeful Rebirth", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{4}{R}{G}");
|
||||
super(ownerId, 62, "Vengeful Rebirth", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{4}{R}{G}");
|
||||
this.expansionSetCode = "ARB";
|
||||
this.color.setRed(true);
|
||||
this.color.setGreen(true);
|
||||
|
|
|
@ -50,7 +50,7 @@ public class AerieMystics extends CardImpl<AerieMystics> {
|
|||
private static FilterCreaturePermanent filter = new FilterCreaturePermanent("creatures");
|
||||
|
||||
public AerieMystics(UUID ownerId) {
|
||||
super(ownerId, "Aerie Mystics", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{4}{W}");
|
||||
super(ownerId, 1, "Aerie Mystics", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{4}{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setWhite(true);
|
||||
this.subtype.add("Bird");
|
||||
|
|
|
@ -43,7 +43,7 @@ import mage.cards.CardImpl;
|
|||
public class AvenSquire extends CardImpl<AvenSquire> {
|
||||
|
||||
public AvenSquire(UUID ownerId) {
|
||||
super(ownerId, "Aven Squire", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{W}");
|
||||
super(ownerId, 3, "Aven Squire", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setWhite(true);
|
||||
this.subtype.add("Bird");
|
||||
|
|
|
@ -46,7 +46,7 @@ import mage.cards.CardImpl;
|
|||
public class BoneSaw extends CardImpl<BoneSaw> {
|
||||
|
||||
public BoneSaw(UUID ownerId) {
|
||||
super(ownerId, "Bone Saw", Rarity.COMMON, new CardType[]{CardType.ARTIFACT}, "{0}");
|
||||
super(ownerId, 135, "Bone Saw", Rarity.COMMON, new CardType[]{CardType.ARTIFACT}, "{0}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.subtype.add("Equipment");
|
||||
this.addAbility(new EquipAbility(Outcome.AddAbility, new GenericManaCost(1)));
|
||||
|
|
|
@ -42,7 +42,7 @@ import mage.cards.CardImpl;
|
|||
public class CanyonMinotaur extends CardImpl<CanyonMinotaur> {
|
||||
|
||||
public CanyonMinotaur(UUID ownerId) {
|
||||
super(ownerId, "Canyon Minotaur", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{R}");
|
||||
super(ownerId, 60, "Canyon Minotaur", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{R}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setRed(true);
|
||||
this.subtype.add("Minotaur");
|
||||
|
|
|
@ -55,7 +55,7 @@ public class CelestialPurge extends CardImpl<CelestialPurge> {
|
|||
}
|
||||
|
||||
public CelestialPurge(UUID ownerId) {
|
||||
super(ownerId, "Celestial Purge", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{1}{W}");
|
||||
super(ownerId, 5, "Celestial Purge", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{1}{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setWhite(true);
|
||||
this.getSpellAbility().addTarget(new TargetPermanent(filter));
|
||||
|
|
|
@ -47,7 +47,7 @@ import mage.cards.CardImpl;
|
|||
public class DarklitGargoyle extends CardImpl<DarklitGargoyle> {
|
||||
|
||||
public DarklitGargoyle(UUID ownerId) {
|
||||
super(ownerId, "Darklit Gargoyle", Rarity.COMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{1}{W}");
|
||||
super(ownerId, 7, "Darklit Gargoyle", Rarity.COMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{1}{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setWhite(true);
|
||||
this.subtype.add("Gargoyle");
|
||||
|
|
|
@ -48,7 +48,7 @@ import mage.cards.CardImpl;
|
|||
public class Dreadwing extends CardImpl<Dreadwing> {
|
||||
|
||||
public Dreadwing(UUID ownerId) {
|
||||
super(ownerId, "Dreadwing", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{B}");
|
||||
super(ownerId, 43, "Dreadwing", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{B}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.subtype.add("Zombie");
|
||||
this.color.setBlack(true);
|
||||
|
|
|
@ -42,7 +42,7 @@ import mage.cards.CardImpl;
|
|||
public class EsperCormorants extends CardImpl<EsperCormorants> {
|
||||
|
||||
public EsperCormorants(UUID ownerId) {
|
||||
super(ownerId, "Esper Cormorants", Rarity.COMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{2}{W}{U}");
|
||||
super(ownerId, 105, "Esper Cormorants", Rarity.COMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{2}{W}{U}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.subtype.add("Bird");
|
||||
this.color.setWhite(true);
|
||||
|
|
|
@ -61,7 +61,7 @@ public class EtherswornAdjudicator extends CardImpl<EtherswornAdjudicator> {
|
|||
}
|
||||
|
||||
public EtherswornAdjudicator(UUID ownerId) {
|
||||
super(ownerId, "Ethersworn Adjudicator", Rarity.MYTHIC, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{4}{W}");
|
||||
super(ownerId, 26, "Ethersworn Adjudicator", Rarity.MYTHIC, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{4}{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.supertype.add("Legendary");
|
||||
this.subtype.add("Vedalken");
|
||||
|
|
|
@ -48,7 +48,7 @@ import mage.target.TargetPlayer;
|
|||
public class FontOfMythos extends CardImpl<FontOfMythos> {
|
||||
|
||||
public FontOfMythos(UUID ownerId) {
|
||||
super(ownerId, "Font of Mythos", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{4}");
|
||||
super(ownerId, 136, "Font of Mythos", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{4}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.addAbility(new FontOfMythosAbility());
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@ import mage.cards.CardImpl;
|
|||
public class FusionElemental extends CardImpl<FusionElemental> {
|
||||
|
||||
public FusionElemental(UUID ownerId) {
|
||||
super(ownerId, "Fusion Elemental", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{W}{U}{B}{R}{G}");
|
||||
super(ownerId, 107, "Fusion Elemental", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{W}{U}{B}{R}{G}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.subtype.add("Elemental");
|
||||
this.color.setBlack(true);
|
||||
|
|
|
@ -48,7 +48,7 @@ import mage.game.events.GameEvent.EventType;
|
|||
public class HellsparkElemental extends CardImpl<HellsparkElemental> {
|
||||
|
||||
public HellsparkElemental(UUID ownerId) {
|
||||
super(ownerId, "Hellspark Elemental", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{1}{R}");
|
||||
super(ownerId, 65, "Hellspark Elemental", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{1}{R}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.subtype.add("Elemental");
|
||||
this.color.setRed(true);
|
||||
|
|
|
@ -53,7 +53,7 @@ public class InkwellLeviathan extends CardImpl<InkwellLeviathan> {
|
|||
}
|
||||
|
||||
public InkwellLeviathan(UUID ownerId) {
|
||||
super(ownerId, "Inkwell Leviathan", Rarity.RARE, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{7}{U}{U}" );
|
||||
super(ownerId, 30, "Inkwell Leviathan", Rarity.RARE, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{7}{U}{U}" );
|
||||
this.expansionSetCode = "CON";
|
||||
this.subtype.add("Leviathan");
|
||||
this.color.setBlue(true);
|
||||
|
|
|
@ -73,7 +73,7 @@ public class KnightOfTheReliquary extends CardImpl<KnightOfTheReliquary> {
|
|||
}
|
||||
|
||||
public KnightOfTheReliquary(UUID ownerId) {
|
||||
super(ownerId, "Knight of the Reliquary", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{G}{W}");
|
||||
super(ownerId, 113, "Knight of the Reliquary", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{G}{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setWhite(true);
|
||||
this.color.setGreen(true);
|
||||
|
|
|
@ -31,12 +31,9 @@ package mage.sets.conflux;
|
|||
import java.util.UUID;
|
||||
import mage.Constants.CardType;
|
||||
import mage.Constants.Rarity;
|
||||
import mage.Constants.Zone;
|
||||
import mage.MageInt;
|
||||
import mage.Mana;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.common.SimpleActivatedAbility;
|
||||
import mage.abilities.costs.common.TapSourceCost;
|
||||
import mage.abilities.costs.mana.ManaCostsImpl;
|
||||
import mage.abilities.effects.common.ManaEffect;
|
||||
import mage.abilities.mana.BasicManaAbility;
|
||||
|
@ -49,7 +46,7 @@ import mage.cards.CardImpl;
|
|||
public class KnotvineMystic extends CardImpl<KnotvineMystic>{
|
||||
|
||||
public KnotvineMystic(UUID ownerId) {
|
||||
super(ownerId, "Knotvine Mystic", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{W}{R}{G}");
|
||||
super(ownerId, 114, "Knotvine Mystic", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{W}{R}{G}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setRed(true);
|
||||
this.color.setGreen(true);
|
||||
|
|
|
@ -46,7 +46,7 @@ import mage.cards.CardImpl;
|
|||
public class Kranioceros extends CardImpl<Kranioceros> {
|
||||
|
||||
public Kranioceros(UUID ownerId) {
|
||||
super(ownerId, "Kranioceros", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{4}{R}");
|
||||
super(ownerId, 67, "Kranioceros", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{4}{R}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.subtype.add("Beast");
|
||||
this.color.setRed(true);
|
||||
|
|
|
@ -49,7 +49,7 @@ import mage.players.Player;
|
|||
public class MartialCoup extends CardImpl<MartialCoup> {
|
||||
|
||||
public MartialCoup(UUID ownerId) {
|
||||
super(ownerId, "Martial Coup", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{X}{W}{W}");
|
||||
super(ownerId, 11, "Martial Coup", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{X}{W}{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setWhite(true);
|
||||
this.getSpellAbility().addEffect(new MartialCoupEffect());
|
||||
|
|
|
@ -46,7 +46,7 @@ import mage.cards.CardImpl;
|
|||
public class NobleHierarch extends CardImpl<NobleHierarch> {
|
||||
|
||||
public NobleHierarch(UUID ownerId) {
|
||||
super(ownerId, "Noble Hierarch", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{G}");
|
||||
super(ownerId, 87, "Noble Hierarch", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{G}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setGreen(true);
|
||||
this.subtype.add("Human");
|
||||
|
|
|
@ -52,7 +52,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class PathToExile extends CardImpl<PathToExile> {
|
||||
|
||||
public PathToExile(UUID ownerId) {
|
||||
super(ownerId, "Path To Exile", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{W}");
|
||||
super(ownerId, 15, "Path To Exile", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setWhite(true);
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
|
|
|
@ -49,7 +49,7 @@ import mage.cards.CardImpl;
|
|||
public class PestilentKathari extends CardImpl<PestilentKathari> {
|
||||
|
||||
public PestilentKathari(UUID ownerId) {
|
||||
super(ownerId, "Pestilent Kathari", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{B}");
|
||||
super(ownerId, 50, "Pestilent Kathari", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{B}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.subtype.add("Bird");
|
||||
this.subtype.add("Warrior");
|
||||
|
|
|
@ -54,7 +54,7 @@ import mage.target.TargetPlayer;
|
|||
public class QuenchableFire extends CardImpl<QuenchableFire> {
|
||||
|
||||
public QuenchableFire(UUID ownerId) {
|
||||
super(ownerId, "Quenchable Fire", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{3}{R}");
|
||||
super(ownerId, 70, "Quenchable Fire", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{3}{R}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setRed(true);
|
||||
this.getSpellAbility().addTarget(new TargetPlayer());
|
||||
|
|
|
@ -51,7 +51,7 @@ public class RakkaMar extends CardImpl<RakkaMar> {
|
|||
private static ElementalToken token = new ElementalToken();
|
||||
|
||||
public RakkaMar(UUID ownerId) {
|
||||
super(ownerId, "Rakka Mar", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{R}{R}");
|
||||
super(ownerId, 71, "Rakka Mar", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{R}{R}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.supertype.add("Legendary");
|
||||
this.subtype.add("Human");
|
||||
|
|
|
@ -44,7 +44,7 @@ import mage.cards.CardImpl;
|
|||
public class RhoxBodyguard extends CardImpl<RhoxBodyguard> {
|
||||
|
||||
public RhoxBodyguard(UUID ownerId) {
|
||||
super(ownerId, "Rhox Bodyguard", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{G}{W}");
|
||||
super(ownerId, 122, "Rhox Bodyguard", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{G}{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setGreen(true);
|
||||
this.color.setWhite(true);
|
||||
|
|
|
@ -47,7 +47,7 @@ import mage.target.common.TargetControlledCreaturePermanent;
|
|||
public class ScarlandThrinax extends CardImpl<ScarlandThrinax> {
|
||||
|
||||
public ScarlandThrinax(UUID ownerId) {
|
||||
super(ownerId, "Scarland Thrinax", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{B}{R}{G}");
|
||||
super(ownerId, 123, "Scarland Thrinax", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{B}{R}{G}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setBlack(true);
|
||||
this.color.setRed(true);
|
||||
|
|
|
@ -46,7 +46,7 @@ import mage.target.TargetPermanent;
|
|||
public class ScepterOfDominance extends CardImpl<ScepterOfDominance> {
|
||||
|
||||
public ScepterOfDominance(UUID ownerId) {
|
||||
super(ownerId, "Scepter of Dominance", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{1}{W}{W}");
|
||||
super(ownerId, 17, "Scepter of Dominance", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{1}{W}{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setWhite(true);
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ import mage.cards.CardImpl;
|
|||
public class ScepterOfInsight extends CardImpl<ScepterOfInsight> {
|
||||
|
||||
public ScepterOfInsight(UUID ownerId) {
|
||||
super(ownerId, "Scepter of Insight", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{1}{U}{U}");
|
||||
super(ownerId, 33, "Scepter of Insight", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{1}{U}{U}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setBlue(true);
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ import mage.game.permanent.token.Token;
|
|||
public class SigilOfTheEmptyThrone extends CardImpl<SigilOfTheEmptyThrone> {
|
||||
|
||||
public SigilOfTheEmptyThrone(UUID ownerId) {
|
||||
super(ownerId, "Sigil of the Empty Throne", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{3}{W}{W}");
|
||||
super(ownerId, 18, "Sigil of the Empty Throne", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{3}{W}{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setWhite(true);
|
||||
this.addAbility(new SigilOfTheEmptyThroneAbility());
|
||||
|
|
|
@ -47,7 +47,7 @@ import mage.target.common.TargetControlledCreaturePermanent;
|
|||
public class SoulsMajesty extends CardImpl<SoulsMajesty> {
|
||||
|
||||
public SoulsMajesty(UUID ownerId) {
|
||||
super(ownerId, "Soul's Majesty", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{4}{G}");
|
||||
super(ownerId, 92, "Soul's Majesty", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{4}{G}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setGreen(true);
|
||||
this.getSpellAbility().addTarget(new TargetControlledCreaturePermanent());
|
||||
|
|
|
@ -51,7 +51,7 @@ import mage.cards.CardImpl;
|
|||
public class Thornling extends CardImpl<Thornling> {
|
||||
|
||||
public Thornling(UUID ownerId) {
|
||||
super(ownerId, "Thornling", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{3}{G}{G}");
|
||||
super(ownerId, 95, "Thornling", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{3}{G}{G}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setGreen(true);
|
||||
this.subtype.add("Elemental");
|
||||
|
|
|
@ -44,7 +44,7 @@ import mage.game.permanent.token.Token;
|
|||
public class TukatongueThallid extends CardImpl<TukatongueThallid> {
|
||||
|
||||
public TukatongueThallid(UUID ownerId) {
|
||||
super(ownerId, "Tukatongue Thallid", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{G}");
|
||||
super(ownerId, 96, "Tukatongue Thallid", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{G}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setGreen(true);
|
||||
this.subtype.add("Fungus");
|
||||
|
|
|
@ -49,7 +49,7 @@ public class ValeronOutlander extends CardImpl<ValeronOutlander> {
|
|||
}
|
||||
|
||||
public ValeronOutlander(UUID ownerId) {
|
||||
super(ownerId, "Valeron Outlander", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{G}{W}");
|
||||
super(ownerId, 130, "Valeron Outlander", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{G}{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setGreen(true);
|
||||
this.color.setWhite(true);
|
||||
|
|
|
@ -41,7 +41,7 @@ import mage.cards.CardImpl;
|
|||
public class ValiantGuard extends CardImpl<ValiantGuard> {
|
||||
|
||||
public ValiantGuard(UUID ownerId) {
|
||||
super(ownerId, "Valiant Guard", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{W}");
|
||||
super(ownerId, 19, "Valiant Guard", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{W}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setWhite(true);
|
||||
this.subtype.add("Human");
|
||||
|
|
|
@ -49,7 +49,7 @@ import mage.cards.CardImpl;
|
|||
public class VectisAgents extends CardImpl<VectisAgents> {
|
||||
|
||||
public VectisAgents(UUID ownerId) {
|
||||
super(ownerId, "Vectis Agents", Rarity.COMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{3}{U}{B}");
|
||||
super(ownerId, 131, "Vectis Agents", Rarity.COMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{3}{U}{B}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setBlue(true);
|
||||
this.color.setBlack(true);
|
||||
|
|
|
@ -49,7 +49,7 @@ public class VedalkenOutlander extends CardImpl<VedalkenOutlander> {
|
|||
}
|
||||
|
||||
public VedalkenOutlander(UUID ownerId) {
|
||||
super(ownerId, "Vedalken Outlander", Rarity.COMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{W}{U}");
|
||||
super(ownerId, 132, "Vedalken Outlander", Rarity.COMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{W}{U}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setWhite(true);
|
||||
this.color.setBlue(true);
|
||||
|
|
|
@ -49,7 +49,7 @@ public class ZombieOutlander extends CardImpl<ZombieOutlander> {
|
|||
}
|
||||
|
||||
public ZombieOutlander(UUID ownerId) {
|
||||
super(ownerId, "Zombie Outlander", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{U}{B}");
|
||||
super(ownerId, 133, "Zombie Outlander", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{U}{B}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setBlack(true);
|
||||
this.color.setBlue(true);
|
||||
|
|
|
@ -31,7 +31,6 @@ package mage.sets.magic2010;
|
|||
import java.util.UUID;
|
||||
import mage.Constants.CardType;
|
||||
import mage.Constants.Rarity;
|
||||
import mage.Constants.TargetController;
|
||||
import mage.MageInt;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.common.EntersBattlefieldTriggeredAbility;
|
||||
|
@ -59,7 +58,7 @@ public class AcidicSlime extends CardImpl<AcidicSlime> {
|
|||
}
|
||||
|
||||
public AcidicSlime(UUID ownerId) {
|
||||
super(ownerId, "Acidic Slime", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{G}{G}");
|
||||
super(ownerId, 165, "Acidic Slime", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{G}{G}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Ooze");
|
||||
this.color.setGreen(true);
|
||||
|
|
|
@ -48,7 +48,7 @@ import mage.target.TargetPlayer;
|
|||
public class AcolyteOfXathrid extends CardImpl {
|
||||
|
||||
public AcolyteOfXathrid(UUID ownerId) {
|
||||
super(ownerId, "Acolyte Of Xathrid", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{B}");
|
||||
super(ownerId, 83, "Acolyte Of Xathrid", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{B}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Human");
|
||||
this.subtype.add("Cleric");
|
||||
|
|
|
@ -46,7 +46,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class ActOfTreason extends CardImpl<ActOfTreason> {
|
||||
|
||||
public ActOfTreason(UUID ownerId) {
|
||||
super(ownerId, "Act Of Treason", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{2}{R}");
|
||||
super(ownerId, 124, "Act Of Treason", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{2}{R}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setRed(true);
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
|
|
|
@ -42,7 +42,7 @@ import mage.cards.CardImpl;
|
|||
public class AirElemental extends CardImpl<AirElemental> {
|
||||
|
||||
public AirElemental(UUID ownerId) {
|
||||
super(ownerId, "Air Elemental", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{U}{U}");
|
||||
super(ownerId, 42, "Air Elemental", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{U}{U}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setBlue(true);
|
||||
this.subtype.add("Elemental");
|
||||
|
|
|
@ -61,7 +61,7 @@ import mage.players.Player;
|
|||
public class AjaniGoldmane extends CardImpl<AjaniGoldmane> {
|
||||
|
||||
public AjaniGoldmane(UUID ownerId) {
|
||||
super(ownerId, "Ajani Goldmane", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{2}{W}{W}");
|
||||
super(ownerId, 1, "Ajani Goldmane", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{2}{W}{W}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Ajani");
|
||||
this.color.setWhite(true);
|
||||
|
|
|
@ -58,7 +58,7 @@ public class AlluringSiren extends CardImpl<AlluringSiren> {
|
|||
}
|
||||
|
||||
public AlluringSiren(UUID ownerId) {
|
||||
super(ownerId, "Alluring Siren", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{1}{U}");
|
||||
super(ownerId, 43, "Alluring Siren", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{1}{U}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setBlue(true);
|
||||
this.subtype.add("Siren");
|
||||
|
|
|
@ -37,7 +37,8 @@ import java.util.UUID;
|
|||
public class AngelsFeather extends mage.sets.tenth.AngelsFeather {
|
||||
|
||||
public AngelsFeather(UUID ownerId) {
|
||||
super(ownerId);
|
||||
super(ownerId);this.cardNumber = 0;
|
||||
this.cardNumber = 206;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ import mage.cards.CardImpl;
|
|||
public class AngelsMercy extends CardImpl<AngelsMercy> {
|
||||
|
||||
public AngelsMercy(UUID ownerId) {
|
||||
super(ownerId, "Angel's Mercy", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{2}{W}{W}");
|
||||
super(ownerId, 2, "Angel's Mercy", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{2}{W}{W}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setWhite(true);
|
||||
this.getSpellAbility().addEffect(new GainLifeEffect(7));
|
||||
|
|
|
@ -48,7 +48,7 @@ public class AntQueen extends CardImpl<AntQueen> {
|
|||
private static InsectToken insectToken = new InsectToken();
|
||||
|
||||
public AntQueen(UUID ownerId) {
|
||||
super(ownerId, "Ant Queen", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{G}{G}");
|
||||
super(ownerId, 166, "Ant Queen", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{G}{G}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Insect");
|
||||
this.color.setGreen(true);
|
||||
|
|
|
@ -56,7 +56,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class ArmoredAscension extends CardImpl<ArmoredAscension> {
|
||||
|
||||
public ArmoredAscension(UUID ownerId) {
|
||||
super(ownerId, "Armored Ascension", Rarity.UNCOMMON, new CardType[]{CardType.ENCHANTMENT}, "{3}{W}");
|
||||
super(ownerId, 3, "Armored Ascension", Rarity.UNCOMMON, new CardType[]{CardType.ENCHANTMENT}, "{3}{W}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setWhite(true);
|
||||
this.subtype.add("Aura");
|
||||
|
|
|
@ -38,6 +38,7 @@ public class Assassinate extends mage.sets.tenth.Assassinate {
|
|||
|
||||
public Assassinate(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 84;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ public class AwakenerDruid extends CardImpl<AwakenerDruid> {
|
|||
}
|
||||
|
||||
public AwakenerDruid(UUID ownerId) {
|
||||
super(ownerId, "Awakener Druid", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{G}");
|
||||
super(ownerId, 167, "Awakener Druid", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{G}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setGreen(true);
|
||||
this.subtype.add("Human");
|
||||
|
|
|
@ -46,7 +46,7 @@ import mage.game.events.GameEvent.EventType;
|
|||
public class BallLightning extends CardImpl<BallLightning> {
|
||||
|
||||
public BallLightning(UUID ownerId) {
|
||||
super(ownerId, "Ball Lightning", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{R}{R}{R}");
|
||||
super(ownerId, 125, "Ball Lightning", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{R}{R}{R}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Elemental");
|
||||
this.color.setRed(true);
|
||||
|
|
|
@ -47,7 +47,7 @@ import mage.filter.common.FilterCreaturePermanent;
|
|||
public class BaneslayerAngel extends CardImpl<BaneslayerAngel> {
|
||||
|
||||
public BaneslayerAngel(UUID ownerId) {
|
||||
super(ownerId, "Baneslayer Angel", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{3}{W}{W}");
|
||||
super(ownerId, 4, "Baneslayer Angel", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{3}{W}{W}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Angel");
|
||||
this.color.setWhite(true);
|
||||
|
|
|
@ -42,7 +42,7 @@ import mage.cards.CardImpl;
|
|||
public class BerserkersOfBloodRidge extends CardImpl<BerserkersOfBloodRidge> {
|
||||
|
||||
public BerserkersOfBloodRidge(UUID ownerId) {
|
||||
super(ownerId, "Berserkers of Blood Ridge", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{4}{R}");
|
||||
super(ownerId, 126, "Berserkers of Blood Ridge", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{4}{R}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setRed(true);
|
||||
this.subtype.add("Human");
|
||||
|
|
|
@ -38,6 +38,7 @@ public class BirdsOfParadise extends mage.sets.tenth.BirdsOfParadise {
|
|||
|
||||
public BirdsOfParadise(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 168;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ public class BlackKnight extends CardImpl<BlackKnight> {
|
|||
}
|
||||
|
||||
public BlackKnight(UUID ownerId) {
|
||||
super(ownerId, "Black Knight", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{B}{B}");
|
||||
super(ownerId, 85, "Black Knight", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{B}{B}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Human");
|
||||
this.subtype.add("Knight");
|
||||
|
|
|
@ -48,7 +48,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class BlindingMage extends CardImpl<BlindingMage> {
|
||||
|
||||
public BlindingMage(UUID ownerId) {
|
||||
super(ownerId, "Blinding Mage", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{W}");
|
||||
super(ownerId, 5, "Blinding Mage", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{W}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Human");
|
||||
this.subtype.add("Wizard");
|
||||
|
|
|
@ -51,7 +51,7 @@ public class BogWraith extends CardImpl<BogWraith> {
|
|||
}
|
||||
|
||||
public BogWraith(UUID ownerId) {
|
||||
super(ownerId, "Bog Wraith", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{B}");
|
||||
super(ownerId, 86, "Bog Wraith", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{B}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setBlack(true);
|
||||
this.subtype.add("Wraith");
|
||||
|
|
|
@ -47,7 +47,7 @@ import mage.target.common.TargetCreatureOrPlayerAmount;
|
|||
public class BogardanHellkite extends CardImpl<BogardanHellkite> {
|
||||
|
||||
public BogardanHellkite(UUID ownerId) {
|
||||
super(ownerId, "Bogardan Hellkite", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{6}{R}{R}");
|
||||
super(ownerId, 127, "Bogardan Hellkite", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{6}{R}{R}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Dragon");
|
||||
this.color.setRed(true);
|
||||
|
|
|
@ -38,6 +38,7 @@ public class Cancel extends mage.sets.shardsofalara.Cancel {
|
|||
|
||||
public Cancel(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 44;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ public class CanyonMinotaur extends mage.sets.conflux.CanyonMinotaur {
|
|||
|
||||
public CanyonMinotaur(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 130;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ public class CelestialPurge extends mage.sets.conflux.CelestialPurge {
|
|||
|
||||
public CelestialPurge(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 7;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class ChandraNalaar extends CardImpl<ChandraNalaar> {
|
||||
|
||||
public ChandraNalaar(UUID ownerId) {
|
||||
super(ownerId, "Chandra Nalaar", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{3}{R}{R}");
|
||||
super(ownerId, 132, "Chandra Nalaar", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{3}{R}{R}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Chandra ");
|
||||
this.color.setRed(true);
|
||||
|
|
|
@ -42,7 +42,7 @@ import mage.cards.CardImpl;
|
|||
public class ChildOfNight extends CardImpl<ChildOfNight> {
|
||||
|
||||
public ChildOfNight(UUID ownerId) {
|
||||
super(ownerId, "Child Of Night", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{B}");
|
||||
super(ownerId, 88, "Child Of Night", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{B}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setBlack(true);
|
||||
this.subtype.add("Vampire");
|
||||
|
|
|
@ -38,6 +38,7 @@ public class Clone extends mage.sets.tenth.Clone {
|
|||
|
||||
public Clone(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 45;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ import mage.cards.CardImpl;
|
|||
public class CoralMerfolk extends CardImpl<CoralMerfolk> {
|
||||
|
||||
public CoralMerfolk(UUID ownerId) {
|
||||
super(ownerId, "Coral Merfolk", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{U}");
|
||||
super(ownerId, 47, "Coral Merfolk", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{U}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setBlue(true);
|
||||
this.subtype.add("Merfolk");
|
||||
|
|
|
@ -36,7 +36,6 @@ import mage.MageInt;
|
|||
import mage.abilities.common.SimpleActivatedAbility;
|
||||
import mage.abilities.costs.mana.ManaCostsImpl;
|
||||
import mage.abilities.effects.common.RegenerateSourceEffect;
|
||||
import mage.abilities.keyword.LifelinkAbility;
|
||||
import mage.cards.CardImpl;
|
||||
|
||||
/**
|
||||
|
@ -46,7 +45,7 @@ import mage.cards.CardImpl;
|
|||
public class CudgelTroll extends CardImpl<CudgelTroll> {
|
||||
|
||||
public CudgelTroll(UUID ownerId) {
|
||||
super(ownerId, "Cudgel Troll", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{G}{G}");
|
||||
super(ownerId, 174, "Cudgel Troll", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{G}{G}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setGreen(true);
|
||||
this.subtype.add("Troll");
|
||||
|
|
|
@ -38,6 +38,7 @@ public class Deathmark extends mage.sets.tenth.Deathmark {
|
|||
|
||||
public Deathmark(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 90;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ public class DemonsHorn extends mage.sets.tenth.DemonsHorn {
|
|||
|
||||
public DemonsHorn(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 209;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ public class DiabolicTutor extends mage.sets.tenth.DiabolicTutor {
|
|||
|
||||
public DiabolicTutor(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 91;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ public class Disentomb extends CardImpl<Disentomb> {
|
|||
private static FilterCreatureCard filter = new FilterCreatureCard();
|
||||
|
||||
public Disentomb(UUID ownerId) {
|
||||
super(ownerId, "Disentomb", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{B}");
|
||||
super(ownerId, 92, "Disentomb", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{B}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setBlack(true);
|
||||
this.getSpellAbility().addTarget(new TargetCardInGraveyard(filter));
|
||||
|
|
|
@ -43,7 +43,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class Disorient extends CardImpl<Disorient> {
|
||||
|
||||
public Disorient(UUID ownerId) {
|
||||
super(ownerId, "Disorient", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{3}{U}");
|
||||
super(ownerId, 48, "Disorient", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{3}{U}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setBlue(true);
|
||||
|
||||
|
|
|
@ -50,8 +50,8 @@ public class DoomBlade extends CardImpl<DoomBlade> {
|
|||
filter.setNotColor(true);
|
||||
}
|
||||
|
||||
public DoomBlade(UUID onwerId){
|
||||
super(onwerId, "Doom Blade", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{1}{B}");
|
||||
public DoomBlade(UUID ownerId){
|
||||
super(ownerId, 93, "Doom Blade", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{1}{B}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setBlack(true);
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent(filter));
|
||||
|
|
|
@ -38,6 +38,7 @@ public class DragonsClaw extends mage.sets.tenth.DragonsClaw {
|
|||
|
||||
public DragonsClaw(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 210;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ public class DragonskullSummit extends CardImpl<DragonskullSummit> {
|
|||
}
|
||||
|
||||
public DragonskullSummit(UUID ownerId) {
|
||||
super(ownerId, "Dragonskull Summit", Rarity.RARE, new CardType[]{CardType.LAND}, null);
|
||||
super(ownerId, 223, "Dragonskull Summit", Rarity.RARE, new CardType[]{CardType.LAND}, null);
|
||||
this.expansionSetCode = "M10";
|
||||
this.addAbility(new EntersBattlefieldStaticAbility(new TapSourceUnlessControlsEffect(filter), "tapped unless you control a " + filter.getMessage()));
|
||||
this.addAbility(new BlackManaAbility());
|
||||
|
|
|
@ -55,7 +55,7 @@ public class DrownedCatacomb extends CardImpl<DrownedCatacomb> {
|
|||
}
|
||||
|
||||
public DrownedCatacomb(UUID ownerId) {
|
||||
super(ownerId, "Drowned Catacomb", Rarity.RARE, new CardType[]{CardType.LAND}, null);
|
||||
super(ownerId, 224, "Drowned Catacomb", Rarity.RARE, new CardType[]{CardType.LAND}, null);
|
||||
this.expansionSetCode = "M10";
|
||||
this.addAbility(new EntersBattlefieldStaticAbility(new TapSourceUnlessControlsEffect(filter), "tapped unless you control a " + filter.getMessage()));
|
||||
this.addAbility(new BlackManaAbility());
|
||||
|
|
|
@ -45,7 +45,7 @@ import mage.cards.CardImpl;
|
|||
public class DrudgeSkeletons extends CardImpl<DrudgeSkeletons>{
|
||||
|
||||
public DrudgeSkeletons(UUID ownerId) {
|
||||
super(ownerId, "Drudge Skeletons", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{B}");
|
||||
super(ownerId, 95, "Drudge Skeletons", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{B}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Skeleton");
|
||||
this.color.setBlack(true);
|
||||
|
|
|
@ -50,8 +50,8 @@ import mage.target.common.TargetOpponent;
|
|||
*/
|
||||
public class Duress extends CardImpl<Duress> {
|
||||
|
||||
public Duress(UUID onwerId){
|
||||
super(onwerId, "Duress", Rarity.COMMON, new CardType[]{CardType.SORCERY},"{B}");
|
||||
public Duress(UUID ownerId){
|
||||
super(ownerId, 96, "Duress", Rarity.COMMON, new CardType[]{CardType.SORCERY},"{B}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setBlack(true);
|
||||
this.getSpellAbility().addTarget(new TargetOpponent());
|
||||
|
|
|
@ -48,7 +48,7 @@ import mage.players.Player;
|
|||
public class Earthquake extends CardImpl<Earthquake> {
|
||||
|
||||
public Earthquake(UUID ownerId) {
|
||||
super(ownerId, "Earthquake", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{X}{R}");
|
||||
super(ownerId, 134, "Earthquake", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{X}{R}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setRed(true);
|
||||
this.getSpellAbility().addEffect(new EarthquakeEffect());
|
||||
|
|
|
@ -41,7 +41,7 @@ import mage.cards.CardImpl;
|
|||
public class EliteVanguard extends CardImpl<EliteVanguard> {
|
||||
|
||||
public EliteVanguard(UUID ownerId) {
|
||||
super(ownerId, "Elite Vanguard", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{W}");
|
||||
super(ownerId, 9, "Elite Vanguard", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{W}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setWhite(true);
|
||||
this.subtype.add("Human");
|
||||
|
|
|
@ -58,7 +58,7 @@ public class ElvishArchdruid extends CardImpl<ElvishArchdruid> {
|
|||
}
|
||||
|
||||
public ElvishArchdruid(UUID ownerId) {
|
||||
super(ownerId, "Elvish Archdruid", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{G}{G}");
|
||||
super(ownerId, 176, "Elvish Archdruid", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{G}{G}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Elf");
|
||||
this.subtype.add("Druid");
|
||||
|
|
|
@ -38,6 +38,7 @@ public class Excommunicate extends mage.sets.shardsofalara.Excommunicate {
|
|||
|
||||
public Excommunicate(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 10;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ import mage.cards.CardImpl;
|
|||
public class FieryHellhound extends CardImpl<FieryHellhound> {
|
||||
|
||||
public FieryHellhound(UUID ownerId) {
|
||||
super(ownerId, "Fiery Hellhound", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{R}{R}");
|
||||
super(ownerId, 135, "Fiery Hellhound", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{R}{R}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Elemental");
|
||||
this.subtype.add("Hound");
|
||||
|
|
|
@ -48,7 +48,7 @@ import mage.target.common.TargetCreatureOrPlayer;
|
|||
public class Fireball extends CardImpl<Fireball> {
|
||||
|
||||
public Fireball(UUID ownerId) {
|
||||
super(ownerId, "Fireball", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{X}{R}");
|
||||
super(ownerId, 136, "Fireball", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{X}{R}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setRed(true);
|
||||
this.getSpellAbility().addTarget(new TargetCreatureOrPlayer(0, 0));
|
||||
|
|
|
@ -38,6 +38,7 @@ public class Flashfreeze extends mage.sets.tenth.Flashfreeze {
|
|||
|
||||
public Flashfreeze(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 53;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ import mage.cards.CardImpl;
|
|||
public class Fog extends CardImpl<Fog> {
|
||||
|
||||
public Fog(UUID ownerId) {
|
||||
super(ownerId, "Fog", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{G}");
|
||||
super(ownerId, 182, "Fog", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{G}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setGreen(true);
|
||||
this.getSpellAbility().addEffect(new PreventAllCombatDamageEffect(Duration.EndOfTurn));
|
||||
|
|
|
@ -37,7 +37,7 @@ import java.util.UUID;
|
|||
public class Forest1 extends mage.cards.basiclands.Forest {
|
||||
|
||||
public Forest1(UUID ownerId) {
|
||||
super(ownerId);
|
||||
super(ownerId, 246);
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ import java.util.UUID;
|
|||
public class Forest2 extends mage.cards.basiclands.Forest {
|
||||
|
||||
public Forest2(UUID ownerId) {
|
||||
super(ownerId);
|
||||
super(ownerId, 247);
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ import java.util.UUID;
|
|||
public class Forest3 extends mage.cards.basiclands.Forest {
|
||||
|
||||
public Forest3(UUID ownerId) {
|
||||
super(ownerId);
|
||||
super(ownerId, 248);
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ import java.util.UUID;
|
|||
public class Forest4 extends mage.cards.basiclands.Forest {
|
||||
|
||||
public Forest4(UUID ownerId) {
|
||||
super(ownerId);
|
||||
super(ownerId, 249);
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ import mage.game.permanent.token.Token;
|
|||
public class GargoyleCastle extends CardImpl<GargoyleCastle> {
|
||||
|
||||
public GargoyleCastle(UUID ownerId) {
|
||||
super(ownerId, "Gargoyle Castle", Rarity.RARE, new CardType[]{CardType.LAND}, null);
|
||||
super(ownerId, 225, "Gargoyle Castle", Rarity.RARE, new CardType[]{CardType.LAND}, null);
|
||||
this.expansionSetCode = "M10";
|
||||
this.addAbility(new ColorlessManaAbility());
|
||||
this.addAbility(new GargoyleCastleAbility());
|
||||
|
|
|
@ -54,7 +54,7 @@ public class GarrukWildspeaker extends CardImpl<GarrukWildspeaker> {
|
|||
private static BeastToken beastToken = new BeastToken();
|
||||
|
||||
public GarrukWildspeaker(UUID ownerId) {
|
||||
super(ownerId, "Garruk Wildspeaker", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{2}{G}{G}");
|
||||
super(ownerId, 183, "Garruk Wildspeaker", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{2}{G}{G}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Garruk");
|
||||
this.color.setGreen(true);
|
||||
|
|
|
@ -38,6 +38,7 @@ public class GiantGrowth extends mage.sets.tenth.GiantGrowth {
|
|||
|
||||
public GiantGrowth(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 184;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ public class GiantSpider extends mage.sets.tenth.GiantSpider {
|
|||
|
||||
public GiantSpider(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 185;
|
||||
this.expansionSetCode = "M10";
|
||||
}
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ public class GlacialFortress extends CardImpl<GlacialFortress> {
|
|||
}
|
||||
|
||||
public GlacialFortress(UUID ownerId) {
|
||||
super(ownerId, "Glacial Fortress", Rarity.RARE, new CardType[]{CardType.LAND}, null);
|
||||
super(ownerId, 226, "Glacial Fortress", Rarity.RARE, new CardType[]{CardType.LAND}, null);
|
||||
this.expansionSetCode = "M10";
|
||||
this.addAbility(new EntersBattlefieldStaticAbility(new TapSourceUnlessControlsEffect(filter), "tapped unless you control a " + filter.getMessage()));
|
||||
this.addAbility(new BlueManaAbility());
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue