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());
}