
Gustav the Giant - Terror of the Kingdom (173/204) - Into the Inklands
PropertyStandard Characters Cost (Ink)3 Character VersionTerror of the Kingdom Ink TypeSteel Card TypeCharacter SubtypesDreamborn,Villain Strength6 Willpower6 Lore Value1 RarityRare Card Effect [All Tied Up] This character enters play exerted and can't ready at the start of your turn. [Break Free] During your turn, whenever one of your other characters banishes another character in a challenge, you may ready this character. 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