[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
Os resultados actualízanse mentres escribe.
Acerca desta calculadora
you have a dice roller, you can use the tool to simulate rolling a dice and add up the result. The dice roller simulates rolling one or more dice and adds up the result. Choose how many dice and how many sides each has — a four-sided d4, the familiar six-sided d6, or the polyhedral d8, d10, d12, d20 and d100 used in tabletop games — and optionally add a modifier that is applied to the total. Every change rewallows the dice, so tapping any field is a fresh roll.WorkWorked example: rolling 2d6+3 means two six-sided dice plus a bonus of 3. If the dice come up 4 and 5 that is 9;
Preguntas frecuentes
Que significa 2d6?
Na notación de dados NdS significa lanzar N dados con S lados cada un. 2d6 son dous dados de seis lados, dando un total de 2 a 12. Este rolo soporta tamaños comúns de d4 a d100.
[Translation temporarily unavailable. Please try again.]
Os xogos de mesa adoitan engadir un bónus fixo a unha tirada, escrito como « 2d6+3 ». O modificador engádese á suma dos dados despois de que se lancen.
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
API — empregar esta calculadora desde o código
Chama esta calculadora como un punto final JSON libre - non se require ningunha chave. Envie os valores dos campos de baixo como parámetros de consulta ou JSON. Ler a documentación completa da API →
Punto final
GET https://calculator.free/api/v1/dice-roller/
curl
curl "https://calculator.free/api/v1/dice-roller/?count=2&sides=6"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/dice-roller/?" + new URLSearchParams({
"count": "2",
"sides": "6"
}));
const data = await r.json();
console.log(data.results);
Os resultados son estimacións só para orientación xeral, non para consellos financeiros, médicos ou fiscais.