Search in sources :

Example 1 with HeroicAbility

use of mage.abilities.keyword.HeroicAbility in project mage by magefree.

the class ArtisanOfFormsCopyApplier method createAbility.

static Ability createAbility() {
    Ability ability = new HeroicAbility(new CopyPermanentEffect(StaticFilters.FILTER_PERMANENT_CREATURE, new ArtisanOfFormsCopyApplier(), true).setText("have {this} become a copy of target creature, except it has this ability"), true);
    ability.addTarget(new TargetCreaturePermanent());
    return ability;
}
Also used : HeroicAbility(mage.abilities.keyword.HeroicAbility) Ability(mage.abilities.Ability) TargetCreaturePermanent(mage.target.common.TargetCreaturePermanent) CopyPermanentEffect(mage.abilities.effects.common.CopyPermanentEffect) HeroicAbility(mage.abilities.keyword.HeroicAbility)

Aggregations

Ability (mage.abilities.Ability)1 CopyPermanentEffect (mage.abilities.effects.common.CopyPermanentEffect)1 HeroicAbility (mage.abilities.keyword.HeroicAbility)1 TargetCreaturePermanent (mage.target.common.TargetCreaturePermanent)1