Examples of IslandcyclingAbility


Examples of mage.abilities.keyword.IslandcyclingAbility

        // Defender
        this.addAbility(DefenderAbility.getInstance());
        // Plainscycling {2}, islandcycling {2}
        this.addAbility(new PlainscyclingAbility(new ManaCostsImpl("{2}")));
        this.addAbility(new IslandcyclingAbility(new ManaCostsImpl("{2}")));
    }
View Full Code Here

Examples of mage.abilities.keyword.IslandcyclingAbility

        this.toughness = new MageInt(4);

        // Flying
        this.addAbility(FlyingAbility.getInstance());
        // Islandcycling {2}
        this.addAbility(new IslandcyclingAbility(new ManaCostsImpl("{2}")));
    }
View Full Code Here

Examples of mage.abilities.keyword.IslandcyclingAbility

        this.toughness = new MageInt(4);

        // Fear
        this.addAbility(FearAbility.getInstance());
        // Islandcycling {2}
        this.addAbility(new IslandcyclingAbility(new ManaCostsImpl("{2}")));
        // Swampcycling {2}
        this.addAbility(new SwampcyclingAbility(new ManaCostsImpl("{2}")));
    }
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.