ГлавнаяВишлист (0)Лист ожиданияОформление заказаПодписка
Категории

Eternal masters

Eternal masters

Eternal Masters – это особый выпуск, в котором изданы некоторые из самых ценных карт за всю историю Магии, и карты из этого выпуска легальны только в тех форматах, где легальны их оригиналы. В бустерах Eternal Masters вы найдете 15 случайных карт, как во всех других выпусках, но одна из них гарантированно будет фойловой! Порадуйте себя и друзей и пополните свою коллекцию и колоды для форматов «Винтаж», «Наследие» и «Командир» крутейшими картами Магии.

Вид:
Список
Сетка
На странице:
Сортировка:
Sentinel Spider
Power/Toughness: 4/4 Casting Cost: 3GG Card Text: Vigilance (Attacking doesn't cause this creature to tap.) Reach (This creature can block creatures with flying.) Oracle Text: Vigilance (Attacking doesn't cause this creature to tap.) Reach (This creature can block creatures wit..
10 р.
Без НДС: 10 р.
Sneak Attack
Sneak Attack Eternal Masters Card Type: Enchantment Casting Cost: 3R Card Text: R: You may put a creature card from your hand onto the battlefield. That creature gains haste. Sacrifice the creature at the beginning of the next end step. Oracle Text: R: You may put a creat..
1 560 р.
Без НДС: 1 560 р.
Sprite Noble
..
12 р.
Без НДС: 12 р.
Sylvan Library
Card Type: Enchantment Casting Cost: 1G Card Text: At the beginning of your draw step, you may draw two additional cards. If you do, choose two cards in your hand drawn this turn. For each of those cards, pay 4 life or put the card on top of your library. Oracle Text: At the beg..
1 380 р.
Без НДС: 1 380 р.
Tidal Wave
..
7 р.
Без НДС: 7 р.
Timberwatch Elf
..
24 р.
Без НДС: 24 р.
Tooth and Claw
..
17 р.
Без НДС: 17 р.
Trygon Predator
..
24 р.
Без НДС: 24 р.
Wakedancer
..
10 р.
Без НДС: 10 р.
Wall of Omens foil-фольгированная
Card Text: Defender When Wall of Omens enters the battlefield, draw a card. Oracle Text: Defender When Wall of Omens enters the battlefield, draw a card. Flavor Text: "I search for a vision of Zendikar that does not include the Eldrazi." —Expedition journal entry Artist..
390 р.
Без НДС: 390 р.
Wildfire Emissary
Wildfire Emissary Eternal Masters Card Type: Creature Creature Type: Efreet Power/Toughness: 2/4 Casting Cost: 3R Card Text: Protection from white 1R: Wildfire Emissary gets +1/+0 until end of turn. Oracle Text: Protection from white 1R: Wildfire Emissary gets ..
7 р.
Без НДС: 7 р.
Zealous Persecution
Card Type: Instant Casting Cost: WB Card Text: Until end of turn, creatures you control get +1/+1 and creatures your opponents control get -1/-1. Oracle Text: Until end of turn, creatures you control get +1/+1 and creatures your opponents control get -1/-1. Flavor Text: "Jh..
50 р.
Без НДС: 50 р.
Бустер «Eternal Masters» (eng)
Бустер «Eternal Masters» (eng)
Бустер выпуска «Eternal Masters» на английском языке. Бустер — отличный способ пополнить свою колоду новыми картами. Каждый бустер выпуска «Eternal Masters» содержит 15 случайных карт выпуска: 1 редкую или мифическую, три необычных, десять обычных и одну случайную фольгированную карту! ..
690 р.
Без НДС: 690 р.
Дисплей бустеров "Eternal Masters" (Английский)
Бесплатная доставка! Предзаказ. Релиз выпуска 10 июня 2016 года. Eternal Masters – это особый выпуск, в котором изданы некоторые из самых ценных карт за всю историю Магии, и карты из этого выпуска легальны только в тех форматах, где легальны их оригиналы. В бустерах Eternal Masters вы н..
15 500 р.
Без НДС: 15 500 р.
'; html += '
' + $(element).find('.wishlist').html() + '
'; html += '
' + $(element).find('.compare').html() + '
'; html += ''; html += '
'; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } html += '
' + $(element).find('.name').html() + '
'; html += '
' + $(element).find('.description').html() + '
'; var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } html += '
'; $(element).html(html); }); $('.display').html('Вид:
Список
Сетка
'); $.totalStorage('display', 'list'); } else { $('.product-list').attr('class', 'product-grid'); $('.product-grid > div').each(function(index, element) { html = ''; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } html += '
' + $(element).find('.name').html() + '
'; html += '
' + $(element).find('.description').html() + '
'; var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } html += '
' + $(element).find('.cart').html() + '
'; html += '
' + $(element).find('.wishlist').html() + '
'; html += '
' + $(element).find('.compare').html() + '
'; $(element).html(html); }); $('.display').html('Вид:
Список
Сетка
'); $.totalStorage('display', 'grid'); } } view = $.totalStorage('display'); if (view) { display(view); } else { display('list'); } //-->