Examples of BecomesMonstrousSourceTriggeredAbility


Examples of mage.abilities.common.BecomesMonstrousSourceTriggeredAbility

        // Deathtouch
        this.addAbility(DeathtouchAbility.getInstance());
        // {6}{B}{B}: Monstrosity 3.
        this.addAbility(new MonstrosityAbility("{6}{B}{B}", 3));
        // When Hythonia the Cruel becomes monstrous, destroy all non-Gorgon creatures.
        this.addAbility(new BecomesMonstrousSourceTriggeredAbility(new DestroyAllEffect(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.