Examples of TargetAttackingOrBlockingCreature


Examples of mage.target.common.TargetAttackingOrBlockingCreature

        this.expansionSetCode = "AVR";

        this.color.setWhite(true);

        // Righteous Blow deals 2 damage to target attacking or blocking creature.
        this.getSpellAbility().addTarget(new TargetAttackingOrBlockingCreature());
        this.getSpellAbility().addEffect(new DamageTargetEffect(2));
    }
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.