Package mage.abilities.decorator

Examples of mage.abilities.decorator.ConditionalGainActivatedAbility.addCost()


            new GainLifeEffect(4),
            new ManaCostsImpl("{W}"),
            new CardsInControllerGraveCondition(7),
            "<i>Threshold</i> - {W}, {T}, Sacrifice {this}: You gain 4 life. Activate this ability only if seven or more cards are in your graveyard.");
        thresholdAbility.addCost(new TapSourceCost());
        thresholdAbility.addCost(new SacrificeSourceCost());
        this.addAbility(thresholdAbility);
    }

    public NomadStadium(final NomadStadium card) {
        super(card);
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.