this.toughness = new MageInt(1);
// Protection from black and from red
this.addAbility(new ProtectionAbility(filter));
// Whenever another creature enters the battlefield, you may gain 1 life.
this.addAbility(new AnotherCreatureEntersBattlefieldTriggeredAbility(new GainLifeEffect(1), true));
}