desktop-postflop icon indicating copy to clipboard operation
desktop-postflop copied to clipboard

Only a single constant size bet is supported

Open dylan-chong opened this issue 9 months ago • 0 comments

Say for example you set the bet sizes to 5c, 50, 10c. Only the last constant bet size is used. image

{
  "oopRange": "AA",
  "ipRange": "22",
  "config": {
    "board": [
      "4h",
      "7s",
      "Jc"
    ],
    "startingPot": 60,
    "effectiveStack": 166,
    "rakePercent": 0,
    "rakeCap": 0,
    "donkOption": false,
    "oopFlopBet": "5c, 50, 10c",
    "oopFlopRaise": "",
    "oopTurnBet": "",
    "oopTurnRaise": "",
    "oopTurnDonk": "",
    "oopRiverBet": "",
    "oopRiverRaise": "",
    "oopRiverDonk": "",
    "ipFlopBet": "",
    "ipFlopRaise": "",
    "ipTurnBet": "",
    "ipTurnRaise": "",
    "ipRiverBet": "",
    "ipRiverRaise": "",
    "addAllInThreshold": 150,
    "forceAllInThreshold": 20,
    "mergingThreshold": 10,
    "expectedBoardLength": 0,
    "addedLines": "",
    "removedLines": ""
  }
}

dylan-chong avatar Oct 02 '23 12:10 dylan-chong