this.expansionSetCode = "STH";
this.color.setWhite(true);
// Wall creatures can attack as though they didn't have defender.
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CanAttackAsThoughtItDidntHaveDefenderAllEffect(Duration.WhileOnBattlefield, filter)));
}