
Warden of the Grove (PPTDM-166) - Promo Pack: Tarkir: Dragonstorm Foil
Card TypeCreature — Hydra RarityRare Legalities At the beginning of your end step, put a +1/+1 counter on this creature.Whenever another nontoken creature you control enters, it endures X, where X is the number of counters on this creature. (Put X +1/+1 counters on the creature that entered or create an XIX white Spirit creature token.) function toggleLegality(e) { var element = document.getElementById("info-item-legalities") var closed = document.querySelector(".legalities-closed") var open = document.querySelector(".legalities-open") if (element.classList.contains('d-none')) { element.classList.add("d-block") closed.classList.add("d-none") open.classList.add("d-block") element.classList.remove("d-none"