Examples of ReturnToHandSourceEffect


Examples of mage.abilities.effects.common.ReturnToHandSourceEffect

        this.color.setRed(true);
        this.power = new MageInt(3);
        this.toughness = new MageInt(6);

        // {1}{U}{R}: Return Etherium-Horn Sorcerer to its owner's hand.
        this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new ReturnToHandSourceEffect(true), new ManaCostsImpl("{1}{U}{R}")));

        // Cascade
        this.addAbility(new CascadeAbility());
    }
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.