Package mage.abilities.common

Examples of mage.abilities.common.EntersBattlefieldTappedAbility


        super(ownerId, 239, "Boros Guildgate", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
        this.expansionSetCode = "GTC";
        this.subtype.add("Gate");

        // Boros Guildgate enters the battlefield tapped.
        this.addAbility(new EntersBattlefieldTappedAbility());

        // {T}: Add {W} or {R} to your mana pool.
        this.addAbility(new WhiteManaAbility());
        this.addAbility(new RedManaAbility());
    }
View Full Code Here


    public TranquilCove(UUID ownerId) {
        super(ownerId, 246, "Tranquil Cove", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
        this.expansionSetCode = "KTK";

        // Tranquil Cove enters the battlefield tapped.
        this.addAbility(new EntersBattlefieldTappedAbility());
        // When Tranquil Cove enters the battlefield, you gain 1 life.
        this.addAbility(new EntersBattlefieldTriggeredAbility(new GainLifeEffect(1)));
        // {T}: Add {W} or {U} to your mana pool.
        this.addAbility(new WhiteManaAbility());
        this.addAbility(new BlueManaAbility());               
View Full Code Here

    public SwiftwaterCliffs(UUID ownerId) {
        super(ownerId, 243, "Swiftwater Cliffs", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
        this.expansionSetCode = "KTK";

        // Swiftwater Cliffs enters the battlefield tapped.
        this.addAbility(new EntersBattlefieldTappedAbility());
        // When Swiftwater Cliffs enters the battlefield, you gain 1 life.
        this.addAbility(new EntersBattlefieldTriggeredAbility(new GainLifeEffect(1)));
        // {T}: Add {U} or {R} to your mana pool.
        this.addAbility(new BlueManaAbility());
        this.addAbility(new RedManaAbility());       
View Full Code Here

    public BloodfellCaves(UUID ownerId) {
        super(ownerId, 229, "Bloodfell Caves", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
        this.expansionSetCode = "KTK";

        // Bloodfell Caves enters the battlefield tapped.
        this.addAbility(new EntersBattlefieldTappedAbility());
       
        // When Bloodfell Caves enters the battlefield, you gain 1 life.
        this.addAbility(new EntersBattlefieldTriggeredAbility(new GainLifeEffect(1)));
       
        // {T}: Add {B} or {R} to your mana pool.
View Full Code Here

        this.color.setBlack(true);
        this.power = new MageInt(5);
        this.toughness = new MageInt(5);

        // Grimgrin, Corpse-Born enters the battlefield tapped and doesn't untap during your untap step.
        this.addAbility(new EntersBattlefieldTappedAbility());
        this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new SkipUntapSourceEffect()));
        // Sacrifice another creature: Untap Grimgrin and put a +1/+1 counter on it.
        SimpleActivatedAbility ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new UntapSourceEffect(),
                new SacrificeTargetCost(new TargetControlledCreaturePermanent(1, 1, filter, false)));
        ability.addEffect(new AddCountersSourceEffect(CounterType.P1P1.createInstance()));
View Full Code Here

    public WindScarredCrag(UUID ownerId) {
        super(ownerId, 247, "Wind-Scarred Crag", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
        this.expansionSetCode = "KTK";

        // Wind-Scarred Crag enters the battlefield tapped.
        this.addAbility(new EntersBattlefieldTappedAbility());
        // When Wind-Scarred Crag enters the battlefield, you gain 1 life.
        this.addAbility(new EntersBattlefieldTriggeredAbility(new GainLifeEffect(1)));
        // {T}: Add {R} or {W} to your mana pool.
        this.addAbility(new RedManaAbility());
        this.addAbility(new WhiteManaAbility());               
View Full Code Here

    public RuggedHighlands(UUID ownerId) {
        super(ownerId, 240, "Rugged Highlands", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
        this.expansionSetCode = "KTK";

        // Rugged Highlands enters the battlefield tapped.
        this.addAbility(new EntersBattlefieldTappedAbility());
        // When Rugged Highlands enters the battlefield, you gain 1 life.
        this.addAbility(new EntersBattlefieldTriggeredAbility(new GainLifeEffect(1)));
        // {T}: Add {R} or {G} to your mana pool.
        this.addAbility(new RedManaAbility());
        this.addAbility(new GreenManaAbility());
View Full Code Here

    public SaltFlats(UUID ownerId) {
        super(ownerId, 330, "Salt Flats", Rarity.RARE, new CardType[]{CardType.LAND}, null);
        this.expansionSetCode = "TMP";

        // Salt Flats enters the battlefield tapped.
        this.addAbility(new EntersBattlefieldTappedAbility());
        // {tap}: Add {1} to your mana pool.
        this.addAbility(new ColorlessManaAbility());
        // {tap}: Add {W} or {B} to your mana pool. Salt Flats deals 1 damage to you.
        Ability ability = new WhiteManaAbility();
        ability.addEffect(new DamageControllerEffect(1));
View Full Code Here

    public SkyshroudForest(UUID ownerId) {
        super(ownerId, 332, "Skyshroud Forest", Rarity.RARE, new CardType[]{CardType.LAND}, null);
        this.expansionSetCode = "TMP";

        // Skyshroud Forest enters the battlefield tapped.
        this.addAbility(new EntersBattlefieldTappedAbility());
        // {tap}: Add {1} to your mana pool.
        this.addAbility(new ColorlessManaAbility());
        // {tap}: Add {G} or {U} to your mana pool. Skyshroud Forest deals 1 damage to you.
        Ability ability = new GreenManaAbility();
        ability.addEffect(new DamageControllerEffect(1));
View Full Code Here

    public TempleOfEpiphany(UUID ownerId) {
        super(ownerId, 164, "Temple of Epiphany", Rarity.RARE, new CardType[]{CardType.LAND}, "");
        this.expansionSetCode = "JOU";

        // Temple of Epiphany enters the battlefield tapped.
        this.addAbility(new EntersBattlefieldTappedAbility());
        // When Temple of Epiphany enters the battlefield, scry 1.
        this.addAbility(new EntersBattlefieldTriggeredAbility(new ScryEffect(1)));
        // {T}: Add {U} or {R} to your mana pool.
        this.addAbility(new BlueManaAbility());
        this.addAbility(new RedManaAbility());       
View Full Code Here

TOP

Related Classes of mage.abilities.common.EntersBattlefieldTappedAbility

Copyright © 2018 www.massapicom. 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.