# 牛牛路圖格式

## Explaination of each keys

* rt0: 路圖 0

牌型請參考 - [遊戲牌局結果(roundWin)](/enum/enum-roundwin.md)

* rt0 範例，例如 `11,12,0,20,1,2,1`，字串資料包含 7 個部分
  * 11 => 莊家 牌型 (牛一)
  * 12 => 閒家x 牌型 (牛二)
  * 0 => 閒家y 牌型 (無牛)
  * 20 => 閒家z 牌型 (牛牛)
  * 1 => 閒家x 贏家 (閒贏) 2 => (莊贏)
  * 1 => 閒家y 贏家 (閒贏) 2 => (莊贏)
  * 1 => 閒家z 贏家 (閒贏) 2 => (莊贏)

Roadmap Statistics Json Example Data

```json

{
    "rt0": "11,12,0,20,1,2,1;11,12,0,20,1,2,1;11,12,0,20,1,2,1;11,12,0,20,1,2,1;11,12,0,20,1,2,1;11,12,0,20,1,2,1"
}

```


---

# 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://docs.pkg333.app/enum/enum-roadmap-ox.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.
