Examples of PermanentsOnBattlefieldCount


Examples of mage.abilities.dynamicvalue.common.PermanentsOnBattlefieldCount

        subtype.add("Treefolk");
        subtype.add("Warrior");
        power = new MageInt(0);
        toughness = new MageInt(0);
       
        this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new SetPowerToughnessSourceEffect(new PermanentsOnBattlefieldCount(filterLands), Duration.WhileOnBattlefield)));
    }
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.