> 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/zh-hans/trpg-gong-neng/kai-shi-jin-hang-trpg/jin-jie-zhi-tou.md).

# 高端掷骰

### D66

掷出两粒六面骰，常见于日本系统，用来抽选一些事件表，名字表

`D66` `D66s` `D66n`

骰出D66 s代表数字小在前 n大在前\
![](/files/ot2t3IZ9hGMtllbrbqwC)<br>

### xBy 不加总的掷骰

`5B10` 不进行计算，即使有多粒骰子，也只直接显示掷骰结果

![](/files/UBSvMCjFB2weGk7QtjK8)

`5B10S` 不加总的掷骰，并按大至小排序

`5B10<>=x` 如上,另外计算其中有多少粒大于小于X\
![](/files/zAl1DJFZr7I0wdmZ3g1X)

`5B10 x` 如上 用空格取代`>=`, 即大于等于

`5B10 5` 等价于 `5B10>=5`　

`5B10 D5` 等价于 `5B10<=5`

### xUy z a

`5U10 8` 进行5D10 每骰出一粒8会有一粒奖励骰

`5U10 8 9` 如上,另外计算其中有多少粒大于9\
![](/files/dN2N8sJKxNqjp5frF1Sa)<br>

### `.int x y`

掷出指定范围的数字

`.int 20 30` 即骰出20-30\
![](/files/aWt9x0XwxsYvcjjQEgd8)
