Package mage.abilities.mana

Examples of mage.abilities.mana.ConditionalColorlessManaAbility


    public MishrasWorkshop(UUID ownerId) {
        super(ownerId, 305, "Mishra's Workshop", Rarity.MYTHIC, new CardType[]{CardType.LAND}, "");
        this.expansionSetCode = "VMA";

        // {tap}: Add {3} to your mana pool. Spend this mana only to cast artifact spells.
        this.addAbility(new ConditionalColorlessManaAbility(new TapSourceCost(), 3, new MishrasWorkshopManaBuilder()));

    }
View Full Code Here

TOP

Related Classes of mage.abilities.mana.ConditionalColorlessManaAbility

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.