Package mage.target.common

Examples of mage.target.common.TargetCardInGraveyard


    public NoxiousRevival (UUID ownerId) {
        super(ownerId, 118, "Noxious Revival", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{GP}");
        this.expansionSetCode = "NPH";
        this.color.setGreen(true);
        this.getSpellAbility().addEffect(new PutOnLibraryTargetEffect(true));
        this.getSpellAbility().addTarget(new TargetCardInGraveyard());
    }
View Full Code Here

TOP

Related Classes of mage.target.common.TargetCardInGraveyard

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.