Summon: Primal Garuda (FIN-037) - FINAL FANTASY [Uncommon]
Original price was: $4.00.$2.40Current price is: $2.40.
- SKU:PEA48802200513
- Categories:Mtg single
Card TypeEnchantment Creature Saga Harpy RarityUncommon Power/Toughnessnull/null Legalities (As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)
[I] Aerial Blast This creature deals 4 damage to target tapped creature an opponent controls.
[II] [III] Slipstreamd Another target creature you control gets +1/+0 and gains flying until end of turn.
Flying function toggleLegality() { 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”) closed.classList.remove(“d-block”) open.classList.remove(“d-none”) } else { element.classList.add(“d-none”) closed.classList.add(“d-block”) open.classList.add(“d-none”) element.classList.remove(“d-block”) closed.classList.remove(“d-none”) open.classList.remove(“d-block”) } }