Package mage.abilities.keyword

Examples of mage.abilities.keyword.LandwalkAbility


        this.color.setGreen(true);
        this.power = new MageInt(7);
        this.toughness = new MageInt(3);

        // Legendary landwalk
        this.addAbility(new LandwalkAbility(filter));

    }
View Full Code Here

TOP

Related Classes of mage.abilities.keyword.LandwalkAbility

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.