
Microbots (167/204) - Azurite Sea Cold Foil
PropertyBig Hero 6 Cost (Ink)2 Ink TypeSapphire Card TypeItem RarityUncommon Card Effect [Limitless Applications] You may have any number of cards named Microbots in your deck. [Inspired Tech] When you play this item, chosen character gets -1 Strength this turn for each item named Microbots you have in play. Show More var cardText = document.querySelector(".store-pass-card-text") var showMore = document.querySelector('.store-pass-show-more') function toggleCardText() { if (showMore.innerHTML == 'Show More') { showMore.innerHTML = 'Show Less' cardText.classList.add('store-pass-full-text') } else { showMore.innerHTML = 'Show More' cardText.classList.remove('store-pass-full-text') } } initText() function initText() { if (!checkOverflow(cardText)) return showMore.classList.remove('d-none') } fun