# Tile

SNKRZランドでは、すべてのエリアが六角形に分割されています。ユーザーは自然にエクササイズを通じてタイル上を移動します。過去1週間で最もそのタイルを歩いたユーザーがタイルを占拠し、所有者になることができます。

タイルの所有者になるためには、タイルを占拠する必要があり、タイルによっては個別または競争的な占拠が存在する場合があります。

* 1人占拠: オーナーのいないタイルを占拠するには、1 km以上のエクササイズを行ってから1時間以上維持する必要があります。この場合、その人はオーナーになり、パイオニアボーナスを受け取ることができます。
* 競争的占拠: 既存のオーナーがいるタイルを占拠するには、そのタイルで1時間以上のトップ距離を維持する必要があります。新しいオーナーになるためには最低1 kmの距離が必要です。

タイルはランドマークタイルと通常のタイルの2種類に分かれます。

* ランドマークタイル: ランドマークチャレンジに参加するユーザーが占拠できるタイルです。
* 通常のタイル: ユーザーのエクササイズ数に基づいてグレードが決まり、最も長いエクササイズ距離を持つユーザーが占拠できます。
* タイルのグレードは、ユーザーの数に基づいてS、A、B、C、Dに分けられます。
* 未探索のタイルを探索したユーザーは先駆者となり、一定期間時間節約の効果を受け取ります。

<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/jp/sunkzurando/randono/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.
