public ValakutTheMoltenPinnacle(UUID ownerId) {
super(ownerId, 228, "Valakut, the Molten Pinnacle", Rarity.RARE, new CardType[]{CardType.LAND}, null);
this.expansionSetCode = "ZEN";
// Valakut, the Molten Pinnacle enters the battlefield tapped.
this.addAbility(new EntersBattlefieldTappedAbility());
// Whenever a Mountain enters the battlefield under your control, if you control at least five other Mountains, you may have Valakut, the Molten Pinnacle deal 3 damage to target creature or player.
this.addAbility(new ValakutTheMoltenPinnacleTriggeredAbility());
// {T}: Add {R} to your mana pool.
this.addAbility(new RedManaAbility());