Examples of BlackManaAbility


Examples of mage.abilities.mana.BlackManaAbility

    public MoxJet(UUID ownerId) {
        super(ownerId, 262, "Mox Jet", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{0}");
        this.expansionSetCode = "LEA";

        // {tap}: Add {B} to your mana pool.
        this.addAbility(new BlackManaAbility());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.