Cyberpunk rotating revolver cylinder container metal bullet dice tabletop game

$39.99
$89.99
Color:  A
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

Description

Unique Bullet Shaped Design - Our bullet shaped polyhedral dice set is a must-have for a gunslinger character in your next campaign. The Dnd dice set includes 7 dice that are shaped like bullets, providing a unique and stylish addition to your gaming accessories. Plus, they can also be used as handy ammo counters to keep track during combat encounters.
Revolutionary Cylinder Spinning Dice Container - Comes with a spinning dice case that is not only cool but also handy for storing your dice. This dice box also works as a stress relief toy for D&D players, perfect for keeping your hands busy during breaks in the game or virtual meetings.
Solid Metal & Easy to Roll - Our RPG dice set is made from solid metal, giving them a weight in your hand and a satisfying thud when rolled. Perfect for rolling those weapon-based attacks and damage. It's perfectly balanced when rolling them, and the numbers are easy to read. Enjoy the gunfights!!
VERSATILE 7 POLY DICE SET - Our unique dice set includes a full range of 7 polyhedral dice including a D20, D12, D10, D%, D8, D6, and D4. Perfect for games like Warhammer 40k, Necromunda, Kill Team, BANG!, Zombiecide, Dungeons and Dragons, Vampire, Werewolf, Starwars D6, Cyberpunk, or Deus X Machina.
PERFECT GIFT FOR GAMERS AND GUN ENTHUSIASTS - Not just for gun enthusiasts, our bullet dice set is a unique and cool addition to any gamer's collection. Perfect as a gift for a gunfighter gamer, dice collectors, or any dice player. Step up your game today with our CZYY Bullet Dice Set and take aim at your next adventure!