Examples of SwampcyclingAbility


Examples of mage.abilities.keyword.SwampcyclingAbility

        this.toughness = new MageInt(1);

        // Haste
        this.addAbility(HasteAbility.getInstance());
        // Swampcycling {2}
        this.addAbility(new SwampcyclingAbility(new ManaCostsImpl("{2}")));
        // Mountaincycling {2}
        this.addAbility(new MountaincyclingAbility(new ManaCostsImpl("{2}")));
    }
View Full Code Here

Examples of mage.abilities.keyword.SwampcyclingAbility

        this.toughness = new MageInt(3);

        // {B}: Regenerate Twisted Abomination.
        this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new RegenerateSourceEffect(), new ManaCostsImpl("{B}")));
        // Swampcycling {2}
        this.addAbility(new SwampcyclingAbility(new ManaCostsImpl("{2}")));
    }
View Full Code Here

Examples of mage.abilities.keyword.SwampcyclingAbility

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