Examples of TapSourceUnlessControlsEffect


Examples of mage.abilities.effects.common.TapSourceUnlessControlsEffect

  }

  public DragonskullSummit(UUID ownerId) {
    super(ownerId, 223, "Dragonskull Summit", Rarity.RARE, new CardType[]{CardType.LAND}, null);
    this.expansionSetCode = "M10";
    this.addAbility(new EntersBattlefieldAbility(new TapSourceUnlessControlsEffect(filter), "tapped unless you control a " + filter.getMessage()));
    this.addAbility(new BlackManaAbility());
    this.addAbility(new RedManaAbility());
  }
View Full Code Here

Examples of mage.abilities.effects.common.TapSourceUnlessControlsEffect

  }

  public DrownedCatacomb(UUID ownerId) {
    super(ownerId, 224, "Drowned Catacomb", Rarity.RARE, new CardType[]{CardType.LAND}, null);
    this.expansionSetCode = "M10";
    this.addAbility(new EntersBattlefieldAbility(new TapSourceUnlessControlsEffect(filter), "tapped unless you control a " + filter.getMessage()));
    this.addAbility(new BlackManaAbility());
    this.addAbility(new BlueManaAbility());
  }
View Full Code Here

Examples of mage.abilities.effects.common.TapSourceUnlessControlsEffect

  }

  public GlacialFortress(UUID ownerId) {
    super(ownerId, 226, "Glacial Fortress", Rarity.RARE, new CardType[]{CardType.LAND}, null);
    this.expansionSetCode = "M10";
    this.addAbility(new EntersBattlefieldAbility(new TapSourceUnlessControlsEffect(filter), "tapped unless you control a " + filter.getMessage()));
    this.addAbility(new BlueManaAbility());
    this.addAbility(new WhiteManaAbility());
  }
View Full Code Here

Examples of mage.abilities.effects.common.TapSourceUnlessControlsEffect

  }

  public RootboundCrag(UUID ownerId) {
    super(ownerId, 227, "Rootbound Crag", Rarity.RARE, new CardType[]{CardType.LAND}, null);
    this.expansionSetCode = "M10";
    this.addAbility(new EntersBattlefieldAbility(new TapSourceUnlessControlsEffect(filter), "tapped unless you control a " + filter.getMessage()));
    this.addAbility(new RedManaAbility());
    this.addAbility(new GreenManaAbility());
  }
View Full Code Here

Examples of mage.abilities.effects.common.TapSourceUnlessControlsEffect

  }

  public SunpetalGrove(UUID ownerId) {
    super(ownerId, 228, "Sunpetal Grove", Rarity.RARE, new CardType[]{CardType.LAND}, null);
    this.expansionSetCode = "M10";
    this.addAbility(new EntersBattlefieldAbility(new TapSourceUnlessControlsEffect(filter), "tapped unless you control a " + filter.getMessage()));
    this.addAbility(new GreenManaAbility());
    this.addAbility(new WhiteManaAbility());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.