Examples of BeginningOfDrawTriggeredAbility


Examples of mage.abilities.common.BeginningOfDrawTriggeredAbility

        this.expansionSetCode = "5ED";

        this.color.setGreen(true);

        // At the beginning of your draw step, you may draw two additional cards. If you do, choose two cards in your hand drawn this turn. For each of those cards, pay 4 life or put the card on top of your library.
        this.addAbility(new BeginningOfDrawTriggeredAbility(new SylvanLibraryEffect(), TargetController.YOU, true));

        this.addWatcher(new CardsDrawnThisTurnWatcher());

    }
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.