Examples of MiracleAbility


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