Package mage.abilities.keyword

Examples of mage.abilities.keyword.GraftAbility


        // Llanowar Reborn enters the battlefield tapped.
        this.addAbility(new EntersBattlefieldTappedAbility());
        // {tap}: Add {G} to your mana pool.
        this.addAbility(new GreenManaAbility());
        // Graft 1 (This land enters the battlefield with a +1/+1 counter on it. Whenever a creature enters the battlefield, you may move a +1/+1 counter from this land onto it.)
        this.addAbility(new GraftAbility(this, 1));
       
    }
View Full Code Here

TOP

Related Classes of mage.abilities.keyword.GraftAbility

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.