Examples of LoseHalfLifeEffect


Examples of mage.abilities.effects.common.LoseHalfLifeEffect

        this.color.setBlack(true);

        // Draw four cards. You lose half your life, rounded up.
        this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(4));
        this.getSpellAbility().addEffect(new LoseHalfLifeEffect());
    }
View Full Code Here

Examples of mage.abilities.effects.common.LoseHalfLifeEffect

        this.color.setBlack(true);

        // Draw four cards. You lose half your life, rounded up.
        this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(4));
        this.getSpellAbility().addEffect(new LoseHalfLifeEffect());
    }
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.