Package mage

Examples of mage.ObjectColor


        effect.setText("It gains defender");
        ability.addEffect(effect);
        effect = new AddCardTypeTargetEffect(CardType.ARTIFACT, Duration.Custom);
        effect.setText("and becomes a colorless artifact in addition to its other types");
        ability.addEffect(effect);
        ability.addEffect(new SetCardColorTargetEffect(new ObjectColor(), Duration.Custom, ""));
        ability.addEffect(new XathridGorgonCantActivateEffect());
        this.addAbility(ability);
       
    }
View Full Code Here

TOP

Related Classes of mage.ObjectColor

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.