Package mage.abilities.effects.common.turn

Examples of mage.abilities.effects.common.turn.SkipNextTurnSourceEffect


                Zone.BATTLEFIELD,
                new BoostSourceEffect(3, 3, Duration.EndOfTurn),
                new ManaCostsImpl<>("{0}"),
                new ChronatogTotemCondition(),
                "{0}: {this} gets +3/+3 until end of turn. You skip your next turn. Activate this ability only once each turn and only if {this} is a creature");
        ability.addEffect(new SkipNextTurnSourceEffect());
        this.addAbility(ability);
        this.addWatcher(new ActivatedAbilityUsedThisTurnWatcher());
    }
View Full Code Here

TOP

Related Classes of mage.abilities.effects.common.turn.SkipNextTurnSourceEffect

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.