Gale Force Nine
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: [4.5, 99],
connect: true,
range: {
min: [4.5],
max: [99]
}
});
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
Maßstab
Spielerzahl
Spieldauer
Komplexität
Spielart
Glück / Taktik
Altersempfehlung
Kategorien
Kategorien
- World of Tanks U.S.S.R. Tank Platoon Expansion 3 (DE/EN/FR/PL)28,25 EUR ** inkl. MwSt. zzgl. Versand
- World of Tanks U.S.A. Tank Platoon Expansion 3 (DE/EN/FR/PL)28,25 EUR ** inkl. MwSt. zzgl. Versand
- World of Tanks German Tank Platoon Expansion 3 (DE/EN/FR/PL)28,25 EUR ** inkl. MwSt. zzgl. Versand
- World of Tanks British Centurion Mk. I Expansion (DE/EN/FR/PL)12,25 EUR ** inkl. MwSt. zzgl. Versand
- World of Tanks U.S.S.R. Tank Platoon Expansion 1 (DE/EN/FR/PL)28,25 EUR ** inkl. MwSt. zzgl. Versand
- World of Tanks U.S.A. Tank Platoon Expansion 1 (DE/EN/FR/PL)28,25 EUR ** inkl. MwSt. zzgl. Versand
- World of Tanks German Tank Platoon Expansion 1 (DE/EN/FR/PL)28,25 EUR ** inkl. MwSt. zzgl. Versand
- World of Tanks Miniatures Game Starter Set 2023 (DE/EN/FR/PL)45,50 EUR ** inkl. MwSt. zzgl. Versand
- Battlefield in a Box Hextech Trinity City Highways Intersections34,50 EUR ** inkl. MwSt. zzgl. Versand
- Kneadatite Green Stuff Sculpting Epoxy 85g17,25 EUR *0.085 Kilogramm | 191,67 EUR / Kilogramm* inkl. MwSt. zzgl. Versand
- World of Tanks U.S.S.R. Tank Platoon Expansion 2 (DE/EN/FR/PL)28,25 EUR ** inkl. MwSt. zzgl. Versand
- World of Tanks U.S.A. Tank Platoon Expansion 2 (DE/EN/FR/PL)28,25 EUR ** inkl. MwSt. zzgl. Versand
- World of Tanks German Tank Platoon Expansion 2 (DE/EN/FR/PL)28,25 EUR ** inkl. MwSt. zzgl. Versand
- JETZT im SALE!
- JETZT im SALE!World of Tanks American M18 Hellcat Expansion (DE/FR/IT/PO/ES)10,00 EUR ** inkl. MwSt. zzgl. Versand
- JETZT im SALE!
- World of Tanks Soviet Loza’s M4-A2 Sherman Expansion (DE/EN/FR/PL)12,25 EUR ** inkl. MwSt. zzgl. Versand
- World of Tanks American M4A3E2 Sherman Jumbo Expansion (DE/EN/FR/PL)12,25 EUR ** inkl. MwSt. zzgl. Versand
- World of Tanks American T26E4 Super Pershing Expansion (DE/EN/FR/PL)12,25 EUR ** inkl. MwSt. zzgl. Versand