Examples of CantBeBlockedByMoreThanOneAllEffect


Examples of mage.abilities.effects.common.combat.CantBeBlockedByMoreThanOneAllEffect

        this.expansionSetCode = "7ED";

        this.color.setGreen(true);

        // Each creature you control can't be blocked by more than one creature.
        this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CantBeBlockedByMoreThanOneAllEffect(new FilterControlledCreaturePermanent())));
    }
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.