this.expansionSetCode = "NMS";
this.color.setGreen(true);
// If you control a Forest, rather than pay Reverent Silence's mana cost, you may have each other player gain 6 life.
this.addAbility(new AlternativeCostSourceAbility(new GainLifePlayersCost(6), new PermanentsOnTheBattlefieldCondition(filter)));
// Destroy all enchantments.
this.getSpellAbility().addEffect(new DestroyAllEffect(new FilterEnchantmentPermanent("enchantments")));
}