> For the complete documentation index, see [llms.txt](https://bothelp.hktrpg.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bothelp.hktrpg.com/guide/en/trpg-features/kai-shi-jin-hang-trpg/jin-jie-zhi-tou.md).

# Advanced Rolling

### D66

Roll two six-sided dice — common in Japanese systems for event or name tables.

`D66` `D66s` `D66n`

For D66, `s` puts the lower digit first; `n` puts the higher digit first.\
![](/files/ot2t3IZ9hGMtllbrbqwC)<br>

### xBy — roll without totaling

`5B10` — no sum; each die is listed separately even with multiple dice.

`5B10S` — same as above, sorted high to low.

`5B10<>=x` — also counts how many dice are greater/less than x.<br>

`5B10 x` — same as above using a space instead of `>=` (greater than or equal).

`5B10 5` — equivalent to `5B10>=5`

`5B10 D5` — equivalent to `5B10<=5`

### xUy z a

`5U10 8` — roll 5d10; each die showing 8 grants one bonus die.

`5U10 8 9` — as above, and count how many dice are greater than 9.\
![](/files/dN2N8sJKxNqjp5frF1Sa)<br>

### `.int x y`

Roll a random integer in a range.

`.int 20 30` — roll 20–30.<br>
