Kérdése van? Írjon nekünk! info@oxfordcorner.hu

Blightlord Terminators
Blightlord Terminators
Bolti Ár 20 320 Ft 
Online Ár 18 288 Ft

Blightlord Terminators

Blightlord Terminators
Blightlord Terminators
Blightlord Terminators
Blightlord Terminators
Blightlord Terminators
Blightlord Terminators
Blightlord Terminators
Blightlord Terminators
Blightlord Terminators
5 db, több részből álló, műanyag figura Warhammer 40 000 Death Guard sereghez.

Blightlord Terminators are relentless and unstoppable, elite Death Guard warriors bound forever to mutated suits of Cataphractii armour. They stalk forward with combi-bolters blazing, mercilessly mowing down rank after rank of the enemy. Plague spewers and blight launchers add to the fusilade, reducing infantry to slop and vehicles to foetid husks of rust and decomposing slag.

This multipart plastic kit contains the components necessary to assemble a unit of 5 Blightlord Terminators. They can be assembled with a fearsome array of wargear, and the kit includes the following weapon options:

- 4 combi-bolters
- 3 bubotic axes
- 3 baleswords
- 1 reaper autocannon
- 1 plague spewer
- 1 blight launcher
- 1 flail of corruption
- 1 combi-weapon (with a choice of combi-plasma, combi-flamer or combi-melta)

The Blightlord Terminators come as 64 components, and are supplied with 5 Citadel 40mm Round bases.
Bolti Ár 20 320 Ft 
Online Ár 18 288 Ft
A vásárlás után járó pontok: 366 Ft
Adatok
Cikkszám
43-51
Csomagajánlatok
Hasonló termékek
// Globális objektum a kosár események nyomon követésére const cartTracking = {}; // Data Layer figyelése window.dataLayer = window.dataLayer || []; window.dataLayer.push = function (event) { Array.prototype.push.apply(this, arguments); // Figyeljük az add_to_cart eseményt if (event.event === 'add_to_cart') { const eventValue = event.value || 0; // Az add_to_cart esemény értéke const userId = event.userId || 'anonymous_user'; // Tároljuk az értéket és indítunk egy timeoutot cartTracking[userId] = { value: eventValue, timeout: setTimeout(() => { gtag('event', 'cart_abandonment', { value: eventValue, // A kosár értéke }); delete cartTracking[userId]; }, 3600000); // 1 óra timeout }; } // Figyeljük a purchase eseményt if (event.event === 'purchase') { const userId = event.userId || 'anonymous_user'; if (cartTracking[userId]) { clearTimeout(cartTracking[userId].timeout); delete cartTracking[userId]; } } };