this.color.setGreen(true);
this.power = new MageInt(4);
this.toughness = new MageInt(3);
this.addAbility(new BloodthirstAbility(1));
// Creatures with power less than Battering Wurm's power can't block it.
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CantBeBlockedByCreaturesWithLessPowerEffect()));
}