{
  "game": "triad",
  "displayName": "Triad Dice",
  "rtpPercent": 99.0,
  "rtpE8": 99000000,
  "engine": "uint32",
  "biasClass": "modulo",
  "params": [
    {
      "name": "bet",
      "desc": "small / big / any_triple / triple / double / total / single"
    },
    {
      "name": "pick",
      "desc": "what the picked bets need: a face 1–6 (triple/double/single) or a total 4–17"
    }
  ],
  "note": "die = 1 + u mod 6 for each of 3 words -> one of 216 equally-likely ordered rolls; a flat bet pays floor(216·rtp / winCount[bet][pick]) and Single pays (matches+1)·floor(216·rtp / singleWeight).",
  "faces": 6,
  "diceCount": 3,
  "rolls": 216,
  "bets": [
    "small",
    "big",
    "any_triple",
    "triple",
    "double",
    "total",
    "single"
  ],
  "flatBets": [
    "small",
    "big",
    "any_triple",
    "triple",
    "double",
    "total"
  ],
  "needsPick": [
    "triple",
    "double",
    "total",
    "single"
  ],
  "pickRange": {
    "triple": [
      1,
      6
    ],
    "double": [
      1,
      6
    ],
    "total": [
      4,
      17
    ],
    "single": [
      1,
      6
    ]
  },
  "smallRange": [
    4,
    10
  ],
  "bigRange": [
    11,
    17
  ],
  "excludeTripleFrom": [
    "small",
    "big"
  ],
  "winCount": {
    "small": 105,
    "big": 105,
    "any_triple": 6,
    "triple": {
      "1": 1,
      "2": 1,
      "3": 1,
      "4": 1,
      "5": 1,
      "6": 1
    },
    "double": {
      "1": 16,
      "2": 16,
      "3": 16,
      "4": 16,
      "5": 16,
      "6": 16
    },
    "total": {
      "4": 3,
      "5": 6,
      "6": 10,
      "7": 15,
      "8": 21,
      "9": 25,
      "10": 27,
      "11": 27,
      "12": 25,
      "13": 21,
      "14": 15,
      "15": 10,
      "16": 6,
      "17": 3
    },
    "single": {
      "1": 91,
      "2": 91,
      "3": 91,
      "4": 91,
      "5": 91,
      "6": 91
    }
  },
  "singleWeight": 199,
  "publishedAtRtpE8": 99000000,
  "multE8": {
    "small": 203657142,
    "big": 203657142,
    "any_triple": 3564000000,
    "triple": {
      "1": 21384000000,
      "2": 21384000000,
      "3": 21384000000,
      "4": 21384000000,
      "5": 21384000000,
      "6": 21384000000
    },
    "double": {
      "1": 1336500000,
      "2": 1336500000,
      "3": 1336500000,
      "4": 1336500000,
      "5": 1336500000,
      "6": 1336500000
    },
    "total": {
      "4": 7128000000,
      "5": 3564000000,
      "6": 2138400000,
      "7": 1425600000,
      "8": 1018285714,
      "9": 855360000,
      "10": 792000000,
      "11": 792000000,
      "12": 855360000,
      "13": 1018285714,
      "14": 1425600000,
      "15": 2138400000,
      "16": 3564000000,
      "17": 7128000000
    }
  },
  "singleBaseE8": 107457286,
  "singleTierE8": {
    "1": 214914572,
    "2": 322371858,
    "3": 429829144
  }
}
