Examples of MageInt


Examples of mage.MageInt

  public ChildOfNight(UUID ownerId) {
    super(ownerId, 88, "Child of Night", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{B}");
    this.expansionSetCode = "M10";
    this.color.setBlack(true);
    this.subtype.add("Vampire");
    this.power = new MageInt(2);
    this.toughness = new MageInt(1);

    this.addAbility(LifelinkAbility.getInstance());
  }
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.