Package mage.abilities.keyword

Examples of mage.abilities.keyword.MiracleAbility


        // Distribute four +1/+1 counters among any number of target creatures.
        this.getSpellAbility().addEffect(new BlessingsOfNatureEffect());
        this.getSpellAbility().addTarget(new TargetCreaturePermanentAmount(4));

        this.addAbility(new MiracleAbility(this, new ManaCostsImpl("{G}")));
    }
View Full Code Here

TOP

Related Classes of mage.abilities.keyword.MiracleAbility

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.