# Tile

在SNKRZ Land上，所有区域都被划分为六边形的格子。用户通过锻炼自然而然地在格子上移动。在过去一周内在该格子上行走最多的用户可以占领该格子并成为其所有者。&#x20;

要成为一个格子的所有者，需要占领该格子，具体取决于格子的类型，可能是个人占领或竞争性占领。&#x20;

* 个人占领：要占领一个没有所有者的格子，必须从开始锻炼1公里后保持超过1小时。在这种情况下，该人可以成为所有者并获得先驱者奖励。&#x20;
* 竞争性占领：要占领一个已经有所有者的格子，必须在该格子上保持最长的行走距离超过1小时。成为新所有者所需的最小距离为1公里。&#x20;

格子根据类型分为地标格子和普通格子。&#x20;

* 地标格子：只有参与地标挑战的用户才能占领的格子。&#x20;
* 普通格子：格子的等级由在其上锻炼的用户数量决定，行走距离最长的用户可以占领它们。&#x20;
* 格子的等级根据用户数量分为S、A、B、C、D等级。&#x20;
* 已探索未知瓦片的用户将成为先驱者，并在一定时期内获得时间节省效果。

<table><thead><tr><th width="144">Tile grades</th><th align="center">S</th><th align="center">A</th><th align="center">B</th><th align="center">C</th><th align="center">D</th><th align="center">Pioneers</th></tr></thead><tbody><tr><td>Time save</td><td align="center">5%</td><td align="center">4%</td><td align="center">3%</td><td align="center">2%</td><td align="center">1%</td><td align="center">1%</td></tr></tbody></table>

普通格子的所有者可以使用诸如格子图片设置、格子昵称更改和扩音器等功能，他们使用这些功能越多，每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://thesnkrz.gitbook.io/the-snkrz-3/snkrz-tu-di/tu-di-gou-cheng/tile.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.
