Examples of ScryEffect


Examples of mage.abilities.effects.common.ScryEffect

        this.color.setRed(true);

        // Target creature gets +3/+1 until end of turn. Scry 1.
        this.getSpellAbility().addEffect(new BoostTargetEffect(3,1, Duration.EndOfTurn));
        this.getSpellAbility().addTarget(new TargetCreaturePermanent());
        this.getSpellAbility().addEffect(new ScryEffect(1));
    }
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.