Package mage.abilities.effects.common

Examples of mage.abilities.effects.common.BoostSourceWhileControlsEffect


    this.color.setGreen(true);
    this.subtype.add("Cat");
    this.subtype.add("Warrior");
    this.power = new MageInt(1);
    this.toughness = new MageInt(1);
    this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostSourceWhileControlsEffect(filter1, 1, 1)));
    this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostSourceWhileControlsEffect(filter2, 1, 1)));
  }
View Full Code Here

TOP

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

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.