Examples of LifeTotalCantChangeControllerEffect


Examples of mage.abilities.effects.common.continious.LifeTotalCantChangeControllerEffect

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

        // Your life total can't change.
        this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new LifeTotalCantChangeControllerEffect(Duration.WhileOnBattlefield)));
    }
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.