Package mage.filter.common

Examples of mage.filter.common.FilterUntappedCreature


        this.expansionSetCode = "LEA";

        this.color.setWhite(true);
       
        // Untapped creatures you control get +0/+2.
        this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostControlledEffect(0, 2, Duration.WhileOnBattlefield, new FilterUntappedCreature())));
    }
View Full Code Here


        this.expansionSetCode = "AVR";

        this.color.setWhite(true);

        // Untapped creatures you control get +0/+2.
        this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostControlledEffect(0, 2, Duration.WhileOnBattlefield, new FilterUntappedCreature())));
    }
View Full Code Here

TOP

Related Classes of mage.filter.common.FilterUntappedCreature

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.