# 番攤路圖格式

## Explaination of each keys

* rt0：珠子路
* rt1：單雙路圖
* rt2：大小路圖

## Data format of each keys

* rt0 使用檢查器作為範例，例如 3,1,2，字串資料包含 3 個部分
  * 3 => 剩餘豆子 3
  * 1 => 單雙 (1 = 單, 2 = 雙)
  * 2 => 小大 (1 = 小, 2 = 大)
* rt1、rt2 使用檢查器作為範例，例如 0,1,1,0,3，字串資料包含 5 個部分
* 0 => Row (int, required)
* 1 => Col (int, required)
* 1 => 贏家 (int, required)
  * 1 = 單數, 小 (藍色)
  * 2 = 雙數, 大 (紅色)
* 0 => not used
* 3 => 點數

```json

{
    rt0: "1,1,1;",
    rt1: "0,0,1,0,1;",
    rt2: "0,0,1,0,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-fan.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.
