this.toughness = new MageInt(4);
// Defender
this.addAbility(DefenderAbility.getInstance());
// {T}: Lobber Crew deals 1 damage to each opponent.
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new DamagePlayersEffect(1, TargetController.OPPONENT), new TapSourceCost()));
// Whenever you cast a multicolored spell, untap Lobber Crew.
this.addAbility(new LobberCrewTriggeredAbility());
}