Comic Images

500lbs. of Raw Power!

Descripción

500lbs. of Raw Power!

Reversal: Special

Reverse any Strike, Grapple, Submission or High Risk maneuver and end your opponent’s turn.

If the first card played on your next turn is a maneuver card, it cannot be reversed.

Unique

F: 5 D: 0

“That’s right, I’m big all over.” – Big Show

Información Extra

  • Número de carta: 89/150
  • Rareza: Starter Deck Exclusive
  • Edición: Mania
  • Superstar: Big Show
Stock: 19

Precio

$1.500 $1.500

Añadido

Detalles del producto

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

The Largest Athlete in Sports Entertainment

// 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(); }); } });