# RPG Dice Roller(美系擲骰方法)

{% hint style="info" %}
新增這個的原因是最近我在跑DND，但HKTRPG沒有r reroll功能 \
而HKTRPG基本擲骰功能是以BCDICE (日系) 或COC 為學習對象\
所以像r 這類功能以前我完全沒見用也不需要，接著找到最接近FVTT的就是這個了
{% endhint %}

.`rr` 指令

## RPG Dice Roller(美系擲骰)

來自這裡的開源骰庫 <https://dice-roller.github.io/documentation/>

特點是比較支持DnD, Wod 會出現的骰子

### 使用方法

根據最下方的網址說明，找出你需要的骰子指令，然後在 **`.rr`** 後輸入指令

#### 範例

`.rr 5d10!k2`\
`.rr 4d6min3`

#### 連結

<https://dice-roller.github.io/documentation/guide/notation/dice.html>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bothelp.hktrpg.com/hktrpg-guan-fang-shi-yong-jiao-xue/trpg-gong-neng/rpg-dice-roller-mei-xi-zhi-tou-fang-fa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
