Examples of CanAttackAsThoughtItDidntHaveDefenderAllEffect


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

        this.expansionSetCode = "STH";

        this.color.setWhite(true);

        // Wall creatures can attack as though they didn't have defender.
        this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CanAttackAsThoughtItDidntHaveDefenderAllEffect(Duration.WhileOnBattlefield, filter)));
    }
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.