Klassiker
Sortierung
Produktfilter
Preis
€
―
€
"use strict";
var keypressSlider = document.querySelector(".slider-keypress");
var input0 = document.querySelector(".input-with-keypress-0");
var input1 = document.querySelector(".input-with-keypress-1");
var inputs = [input0, input1];
noUiSlider.create(keypressSlider, {
start: [7.25, 135.25],
connect: true,
range: {
min: [7.25],
max: [135.25]
}
});
keypressSlider.noUiSlider.on("update", function(values, handle) {
inputs[handle].value = values[handle];
function setSliderHandle(i, value) {
var r = [null, null];
r[i] = value;
keypressSlider.noUiSlider.set(r);
}
inputs.forEach(function(input, handle) {
input.addEventListener("change", function() {
setSliderHandle(handle, this.value);
});
input.addEventListener("keydown", function(e) {
var values = keypressSlider.noUiSlider.get();
var value = Number(values[handle]);
var steps = keypressSlider.noUiSlider.steps();
var step = steps[handle];
var position;
switch (e.which) {
case 13: setSliderHandle(handle, this.value); break;
case 38: position = step[1]; if (position === false) { position = 1; } if (position !== null) {setSliderHandle(handle, value + position); } break;
case 40: position = step[0]; if (position === false) { position = 1; } if (position !== null) { setSliderHandle(handle, value - position); } break;
}
});
});
});
Verfügbarkeit
Hersteller
Spielsysteme & Marken
Sprache
Spielerzahl
Spieldauer
Komplexität
Spielart
Glück / Taktik
Altersempfehlung
Kategorien
Kategorien
- HeroQuest 2022 Die Prophezeiung von Telor Erweiterung (Deutsch)39,50 EUR ** inkl. MwSt. zzgl. Versand
- HeroQuest 2022 Der Dschungel von Delthrak Erweiterung (Deutsch)57,50 EUR ** inkl. MwSt. zzgl. Versand
- HeroQuest 2022 Der Mond des Schreckens Erweiterung (Deutsch)50,75 EUR ** inkl. MwSt. zzgl. Versand
- Masters of the Universe Battleground Wave 7 Bekämpft das Böse! (Deutsch)41,25 EUR ** inkl. MwSt. zzgl. Versand
- Masters of the Universe Battleground Wave 5 Evil Warriors Fraktion (Deutsch)16,90 EUR ** inkl. MwSt. zzgl. Versand
- Masters of the Universe Battleground Wave 5 Masters of the Universe Fraktion (Deutsch)16,90 EUR ** inkl. MwSt. zzgl. Versand
- Masters of the Universe Battleground Wave 6 Evil Horde Fraktion (Deutsch)16,90 EUR ** inkl. MwSt. zzgl. Versand
- Masters of the Universe Battleground Wave 6 Fighting Foe Men Fraktion (Deutsch)16,90 EUR ** inkl. MwSt. zzgl. Versand
- Masters of the Universe Battleground Wave 4 Die Macht der Wilden Horde (Deutsch)38,25 EUR ** inkl. MwSt. zzgl. Versand
- Masters of the Universe Battleground Wave 3 Evil Warriors Fraktion (Deutsch)16,90 EUR ** inkl. MwSt. zzgl. Versand
- Masters of the Universe Battleground Wave 3 MotU Fraktion (Deutsch)16,90 EUR ** inkl. MwSt. zzgl. Versand
- Masters of the Universe Battleground Wave 2 Legends of Preternia (Deutsch)48,90 EUR ** inkl. MwSt. zzgl. Versand
- Masters of the Universe Battleground Wave 1 Evil Warriors Fraktion (Deutsch)16,90 EUR ** inkl. MwSt. zzgl. Versand
- Masters of the Universe Battleground Wave 1 MotU Fraktion (Deutsch)16,90 EUR ** inkl. MwSt. zzgl. Versand
- HeroQuest 2022 Return of the Witch Lord Quest Pack (Englisch)39,50 EUR ** inkl. MwSt. zzgl. Versand
- HeroQuest 2022 Die Bastion Kellars Keep Erweiterung (Deutsch)39,50 EUR ** inkl. MwSt. zzgl. Versand
- HeroQuest 2022 Die Rückkehr des Hexen-Lords Erweiterung (Deutsch)39,50 EUR ** inkl. MwSt. zzgl. Versand