Package mage.game.permanent.token

Examples of mage.game.permanent.token.InsectInfectToken


        this.power = new MageInt(4);
        this.toughness = new MageInt(4);

        this.addAbility(InfectAbility.getInstance());
        this.addAbility(new OnEventTriggeredAbility(EventType.UPKEEP_STEP_PRE, "beginning of your upkeep",
                new CreateTokenEffect(new InsectInfectToken(), new OpponentsPoisonCountersCount())));
    }
View Full Code Here

TOP

Related Classes of mage.game.permanent.token.InsectInfectToken

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.