Package mage.abilities.effects.common

Examples of mage.abilities.effects.common.AttacksIfAbleTargetEffect


    super(ownerId, 145, "Incite", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{R}");
    this.expansionSetCode = "M11";
    this.color.setRed(true);
    this.getSpellAbility().addTarget(new TargetCreaturePermanent());
    this.getSpellAbility().addEffect(new InciteEffect());
    this.getSpellAbility().addEffect(new AttacksIfAbleTargetEffect());
  }
View Full Code Here

TOP

Related Classes of mage.abilities.effects.common.AttacksIfAbleTargetEffect

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.