Examples of SkywardEyeProphetsEffect


Examples of mage.sets.conflux.SkywardEyeProphets.SkywardEyeProphetsEffect

        this.color.setGreen(true);
        this.power = new MageInt(1);
        this.toughness = new MageInt(1);
 
        // When Coiling Oracle enters the battlefield, reveal the top card of your library. If it's a land card, put it onto the battlefield. Otherwise, put that card into your hand.
        this.addAbility(new EntersBattlefieldTriggeredAbility(new SkywardEyeProphetsEffect()));
    }
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.