fix invalid Legendary subtype

This commit is contained in:
Loki 2011-07-13 22:18:44 +03:00
parent 7420975a57
commit a41b78c9b4
9 changed files with 9 additions and 9 deletions

View file

@ -61,7 +61,7 @@ public class MinamoSchoolatWatersEdge extends CardImpl<MinamoSchoolatWatersEdge>
public MinamoSchoolatWatersEdge (UUID ownerId) { public MinamoSchoolatWatersEdge (UUID ownerId) {
super(ownerId, 279, "Minamo, School at Water's Edge", Rarity.RARE, new CardType[]{CardType.LAND}, null); super(ownerId, 279, "Minamo, School at Water's Edge", Rarity.RARE, new CardType[]{CardType.LAND}, null);
this.expansionSetCode = "CHK"; this.expansionSetCode = "CHK";
this.subtype.add("Legendary"); this.supertype.add("Legendary");
this.addAbility(new BlueManaAbility()); this.addAbility(new BlueManaAbility());
Ability ability = new SimpleActivatedAbility(Constants.Zone.BATTLEFIELD, new UntapTargetEffect(), new ColoredManaCost(Constants.ColoredManaSymbol.U)); Ability ability = new SimpleActivatedAbility(Constants.Zone.BATTLEFIELD, new UntapTargetEffect(), new ColoredManaCost(Constants.ColoredManaSymbol.U));
ability.addCost(new TapSourceCost()); ability.addCost(new TapSourceCost());

View file

@ -60,7 +60,7 @@ public class ShizoDeathsStorehouse extends CardImpl<ShizoDeathsStorehouse> {
public ShizoDeathsStorehouse(UUID ownerId) { public ShizoDeathsStorehouse(UUID ownerId) {
super(ownerId, 283, "Shizo, Death's Storehouse", Rarity.RARE, new CardType[]{CardType.LAND}, null); super(ownerId, 283, "Shizo, Death's Storehouse", Rarity.RARE, new CardType[]{CardType.LAND}, null);
this.expansionSetCode = "CHK"; this.expansionSetCode = "CHK";
this.subtype.add("Legendary"); this.supertype.add("Legendary");
this.addAbility(new BlackManaAbility()); this.addAbility(new BlackManaAbility());
Ability ability = new SimpleActivatedAbility(Constants.Zone.BATTLEFIELD, new GainAbilityTargetEffect(FearAbility.getInstance(), Constants.Duration.EndOfTurn), new ColoredManaCost(Constants.ColoredManaSymbol.B)); Ability ability = new SimpleActivatedAbility(Constants.Zone.BATTLEFIELD, new GainAbilityTargetEffect(FearAbility.getInstance(), Constants.Duration.EndOfTurn), new ColoredManaCost(Constants.ColoredManaSymbol.B));
ability.addCost(new TapSourceCost()); ability.addCost(new TapSourceCost());

View file

@ -60,7 +60,7 @@ public class GhostCouncilofOrzhova extends CardImpl<GhostCouncilofOrzhova> {
public GhostCouncilofOrzhova (UUID ownerId) { public GhostCouncilofOrzhova (UUID ownerId) {
super(ownerId, 114, "Ghost Council of Orzhova", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{W}{W}{B}{B}"); super(ownerId, 114, "Ghost Council of Orzhova", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{W}{W}{B}{B}");
this.expansionSetCode = "GPT"; this.expansionSetCode = "GPT";
this.subtype.add("Legendary"); this.supertype.add("Legendary");
this.subtype.add("Spirit"); this.subtype.add("Spirit");
this.color.setWhite(true); this.color.setWhite(true);
this.color.setBlack(true); this.color.setBlack(true);

View file

@ -55,7 +55,7 @@ public class GlissatheTraitor extends CardImpl<GlissatheTraitor> {
public GlissatheTraitor (UUID ownerId) { public GlissatheTraitor (UUID ownerId) {
super(ownerId, 96, "Glissa, the Traitor", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{B}{G}{G}"); super(ownerId, 96, "Glissa, the Traitor", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{B}{G}{G}");
this.expansionSetCode = "MBS"; this.expansionSetCode = "MBS";
this.subtype.add("Legendary"); this.supertype.add("Legendary");
this.subtype.add("Zombie"); this.subtype.add("Zombie");
this.subtype.add("Elf"); this.subtype.add("Elf");
this.color.setBlack(true); this.color.setBlack(true);

View file

@ -52,7 +52,7 @@ public class JorKadeenThePrevailer extends CardImpl<JorKadeenThePrevailer> {
public JorKadeenThePrevailer(UUID ownerId) { public JorKadeenThePrevailer(UUID ownerId) {
super(ownerId, 128, "Jor Kadeen, the Prevailer", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{R}{W}"); super(ownerId, 128, "Jor Kadeen, the Prevailer", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{R}{W}");
this.expansionSetCode = "NPH"; this.expansionSetCode = "NPH";
this.subtype.add("Legendary"); this.supertype.add("Legendary");
this.subtype.add("Human"); this.subtype.add("Human");
this.subtype.add("Warrior"); this.subtype.add("Warrior");

View file

@ -55,7 +55,7 @@ public class KozilekButcherofTruth extends CardImpl<KozilekButcherofTruth> {
public KozilekButcherofTruth (UUID ownerId) { public KozilekButcherofTruth (UUID ownerId) {
super(ownerId, 6, "Kozilek, Butcher of Truth", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{10}"); super(ownerId, 6, "Kozilek, Butcher of Truth", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{10}");
this.expansionSetCode = "ROE"; this.expansionSetCode = "ROE";
this.subtype.add("Legendary"); this.supertype.add("Legendary");
this.subtype.add("Eldrazi"); this.subtype.add("Eldrazi");
this.power = new MageInt(12); this.power = new MageInt(12);
this.toughness = new MageInt(12); this.toughness = new MageInt(12);

View file

@ -47,7 +47,7 @@ public class TuktuktheExplorer extends CardImpl<TuktuktheExplorer> {
public TuktuktheExplorer (UUID ownerId) { public TuktuktheExplorer (UUID ownerId) {
super(ownerId, 169, "Tuktuk the Explorer", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{R}"); super(ownerId, 169, "Tuktuk the Explorer", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{R}");
this.expansionSetCode = "ROE"; this.expansionSetCode = "ROE";
this.subtype.add("Legendary"); this.supertype.add("Legendary");
this.subtype.add("Goblin"); this.subtype.add("Goblin");
this.color.setRed(true); this.color.setRed(true);
this.power = new MageInt(1); this.power = new MageInt(1);

View file

@ -69,7 +69,7 @@ public class GethLordoftheVault extends CardImpl<GethLordoftheVault> {
public GethLordoftheVault (UUID ownerId) { public GethLordoftheVault (UUID ownerId) {
super(ownerId, 64, "Geth, Lord of the Vault", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{4}{B}{B}"); super(ownerId, 64, "Geth, Lord of the Vault", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{4}{B}{B}");
this.expansionSetCode = "SOM"; this.expansionSetCode = "SOM";
this.subtype.add("Legendary"); this.supertype.add("Legendary");
this.subtype.add("Zombie"); this.subtype.add("Zombie");
this.color.setBlack(true); this.color.setBlack(true);
this.power = new MageInt(5); this.power = new MageInt(5);

View file

@ -54,7 +54,7 @@ public class KembaKhaRegent extends CardImpl<KembaKhaRegent> {
public KembaKhaRegent (UUID ownerId) { public KembaKhaRegent (UUID ownerId) {
super(ownerId, 12, "Kemba, Kha Regent", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{W}{W}"); super(ownerId, 12, "Kemba, Kha Regent", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{W}{W}");
this.expansionSetCode = "SOM"; this.expansionSetCode = "SOM";
this.subtype.add("Legendary"); this.supertype.add("Legendary");
this.subtype.add("Cat"); this.subtype.add("Cat");
this.subtype.add("Cleric"); this.subtype.add("Cleric");