> For the complete documentation index, see [llms.txt](https://plana.gitbook.io/futonkakehonbu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plana.gitbook.io/futonkakehonbu/houserule-1/diceroll.md).

# ダイス

* クリティカル、ファンブル採用。スペシャルは基本不採用。&#x20;
  * クリティカル：1～5
  * ファンブル：96～100
* 初期値技能による挑戦：1%でも初期値が存在していれば挑戦可能。
* 96%以上の技能がある場合、96以上の出目は通常の失敗となる。
* 100は成功値が100%を超えていたとしてもファンブルとして扱う。
* 正気度喪失判定時のCF：
  * 【最大値、最小値は変わらない範囲】で【クリティカルで減少正気度‐1】、【ファンブルで減少正気度+1】になる
    * 例1：0/1の正気度喪失 → CF影響なし
    * 例2：1d3/1d6の正気度喪失 → クリティカルで1d2、ファンブルで1d5+1


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://plana.gitbook.io/futonkakehonbu/houserule-1/diceroll.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.
