Package mage.abilities.effects.common

Examples of mage.abilities.effects.common.ReturnToBattlefieldUnderYourControlTargetEffect


        this.toughness = new MageInt(11);

        this.addAbility(new AnnihilatorAbility(2));

        // Whenever an opponent sacrifices a nontoken permanent, put that card onto the battlefield under your control.
        this.addAbility(new OpponentSacrificesNonTokenPermanentTriggeredAbility(new ReturnToBattlefieldUnderYourControlTargetEffect()));
    }
View Full Code Here

TOP

Related Classes of mage.abilities.effects.common.ReturnToBattlefieldUnderYourControlTargetEffect

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.