
Capsize (17/31) - Illumineers Quest Deep Trouble
PropertyLorcana Cost (Ink)3 Card TypeAction RarityNone Card Effect This card features a gold back and is not tournament legal. If you have 6 Ink or less, put the top 3 cards of your deck into your inkwell facedown. If you have 7 Ink or more, each opposing player chooses and banishes one of their characters. 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') } fu