Package mage.abilities.effects.common

Examples of mage.abilities.effects.common.PreventAllDamageSourceEffect


    LoyaltyAbility ability2 = new LoyaltyAbility(new DestroyTargetEffect(), -2);
    ability2.addTarget(new TargetCreaturePermanent(filter));
    this.addAbility(ability2);

    LoyaltyAbility ability3 = new LoyaltyAbility(new BecomesCreatureSourceEOTEffect(new GideonJuraToken(), "planeswalker"), 0);
    ability3.addEffect(new PreventAllDamageSourceEffect(Duration.EndOfTurn));
    this.addAbility(ability3);
  }
View Full Code Here

TOP

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

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.