Comic Images

Edge and Christian Superstar Card (PROMO)

Descripción

Edge and Christian Superstar Card (PROMO)

Starting Hand Size: 5

Superstar Value: 4

Superstar Ability:

If you must discard a card or cards whenever a maneuver or reversal card is played, you may instead draw an equal number of cards. You may not play any title belt except the Tag Team Title Belts.

Información Extra

Stock: 1 ¡Últimas unidades!

Precio

$5.000 $5.000

Añadido

Detalles del producto

Condición
MP
Compartir este producto
Puede que te interesen otros productos de

Leader of the Peepulation

Unprettier - SS3
Comic Images Unprettier - SS3
$60.000
Agregar al CarroAgregar
Añadido
Just Close Your Eyes
Comic Images Just Close Your Eyes
$20.000
Agregar al CarroAgregar
Añadido
Tyson Interferes
Comic Images Tyson Interferes
$25.000
Agregar al CarroAgregar
Añadido
Christian's Shades (B)
Comic Images Christian's Shades (B)
Desde $1.500
Temper Tantrum - SS2
Comic Images Temper Tantrum - SS2
$15.000
Agregar al CarroAgregar
Añadido
// Función para guardar cookie function setCookie(name, value, days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + (value || "") + expires + "; path=/"; } // Función para obtener cookie function getCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) === ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length); } return null; } // Mostrar el modal si la cookie no existe document.addEventListener('DOMContentLoaded', function () { var popupShown = getCookie('popup'); if (!popupShown) { var modal = new bootstrap.Modal(document.getElementById('myModal')); modal.show(); document.getElementById('closeModalBtn').addEventListener('click', function () { setCookie('popup', '1', 30); // Guardar cookie por 30 días modal.hide(); }); } });