Package mage.abilities.effects.common

Examples of mage.abilities.effects.common.LoseLifeDefendingPlayerEffect


        this.color.setBlack(true);
        this.power = new MageInt(1);
        this.toughness = new MageInt(1);

        // Whenever a Sliver you control attacks, defending player loses 1 life.
        this.addAbility(new AttacksCreatureYourControlTriggeredAbility(new LoseLifeDefendingPlayerEffect(1), false, filter));
    }
View Full Code Here

TOP

Related Classes of mage.abilities.effects.common.LoseLifeDefendingPlayerEffect

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.