In Stock: 1
"Void Rivals #1: Sound Chip Edition" is an exciting launch into the sci-fi genre, presenting a unique blend of new characters and worlds. The issue features a striking cover with the recognizable iconography of popular franchises, hinting at intriguing crossovers and alliances. This special Sound Chip Edition enhances the narrative experience, providing an immersive journey through its innovative storytelling medium.
Keywords: Void Rivals Sound Chip Edition comic book Image Comics 2023 release graphic novel collectible edition sci-fi comics action-adventure comic series
${cta.content}
`; } else { // Standard CTA popupContent = `${cta.content}
${cta.button_text} `; } const isSpinWheel = cta.cta_type === 'spin_wheel'; const popupHtml = ` `; document.body.insertAdjacentHTML('beforeend', popupHtml); localStorage.setItem(`popupCta_${cta.id}`, Date.now().toString()); } // Function to handle email collection form submission window.submitEmailCollection = function(event, ctaId) { event.preventDefault(); const emailInput = document.getElementById(`email_${ctaId}`); const responseDiv = document.getElementById(`emailResponse_${ctaId}`); const form = document.getElementById(`emailCollectionForm_${ctaId}`); if (!emailInput.value) { responseDiv.innerHTML = 'Unable to load spin wheel. Please refresh the page.