Dungeon Adventures
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: [10.5, 99],
connect: true,
range: {
min: [10.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
Maßstab
Spielerzahl
Spieldauer
Komplexität
Spielart
Altersempfehlung
Kategorien
Kategorien
- Dungeon Saga Origins Glimmer of Greed Expansion (Englisch)
Statt 45,00 EUR37,50 EUR ** inkl. MwSt. zzgl. Versand - -27%Dungeon Saga Origins Legendary Edition (Englisch)
Statt 135,00 EUR99,00 EUR ** inkl. MwSt. zzgl. Versand - -24%Dungeon Adventures Vol 3 Beware The Green Rage
Statt 50,00 EUR38,00 EUR ** inkl. MwSt. zzgl. Versand - -24%Dungeon Adventures Vol 4 Curse Of The Vampire
Statt 50,00 EUR38,00 EUR ** inkl. MwSt. zzgl. Versand - -16%
- -24%Dungeon Adventures Vol 2 Secrets of the Wizards Tower
Statt 50,00 EUR38,00 EUR ** inkl. MwSt. zzgl. Versand - -24%Dungeon Adventures Vol 1 Into the Necromancers Lair
Statt 50,00 EUR38,00 EUR ** inkl. MwSt. zzgl. Versand