> For the complete documentation index, see [llms.txt](https://six502.gitbook.io/wp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://six502.gitbook.io/wp/dice-or-dead/gmufur.md).

# ゲーム詳細フロー

<figure><img src="/files/JIOZhiShg0YmhgTf7GMa" alt=""><figcaption></figcaption></figure>

## 基本ルール

①サイコロを振り、出た目の数だけ進めます。&#x20;

②[目的地](/wp/dice-or-dead/toha-1.md)に一番乗りで到着すると、多額の援助金が手に入ります。

③[目的地](/wp/dice-or-dead/toha-1.md)は誰かが到着するたびにリセットされ、その時点で一番遠い場所にいるプレイヤーには

[ドクロ](/wp/dice-or-dead/dokurotoha.md)が憑りつきます。&#x20;

④[ドクロ](/wp/dice-or-dead/dokurotoha.md)は他のプレイヤーにすれ違うことでなすりすけることができます。

このゲームで最終的な順位は「総資産額」で決まります。「**持っている現金**+**持っている物件の価格の合計**+**最後の年の収益総額**」が総資産額となります。[都市マス](/wp/dice-or-dead/masutoha.md)で[物件](/wp/dice-or-dead/toha.md)を購入すれば、価格と収益率に基づいた収益金が毎年3月の決算時に支払われます。現金をため込んでいても損害が起きるイベントで無くなってしまう可能性があります。[物件](/wp/dice-or-dead/toha.md)には「食品」「商業」「水産」「工業」「観光」「農林」といったジャンルがあり、それぞれ特徴があります。 また、1つの[マス](/wp/dice-or-dead/masutoha.md)の[物件](/wp/dice-or-dead/toha.md)を全て購入して独占すると、その[マス](/wp/dice-or-dead/masutoha.md)の収益が2倍になります。


---

# 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, and the optional `goal` query parameter:

```
GET https://six502.gitbook.io/wp/dice-or-dead/gmufur.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
