Examples of LandwalkAbility


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
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.