> For the complete documentation index, see [llms.txt](https://thesnkrz.gitbook.io/jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thesnkrz.gitbook.io/jp/shzu/te-xing.md).

# 特性

### レベル&#x20;

シューズのレベルは、ユーザーが受け取ることができるワークアウトポイントの量を決定し、レンタルモードの活性化、装備可能なダブリーアイテムの数、ブリーディングの活性化、合成の活性化、および確率を決定するSNKRZエコシステムで非常に重要な要素です。各シューズには経験ポイントがあり、そのシューズを着用している時間と距離に基づいてSNKRZアプリで蓄積されます。シューズの経験ポイントが満タンになると、$FORCEと$FITを消費してレベルアップすることができます。各シューズごとに特定のレベル条件があり、レンタルモードの活性化、装備可能なダブリーアイテムの数、およびボックスインベントリーの数が決まります。さらに、特定のレベルからは、レベルアップするために$FORCEと$FITを同時に消費する必要があります。

### 特性&#x20;

各靴は以下の能力のうち1つがランダムに割り当てられます。これらの能力は報酬の獲得効率やレベルアップのコストなどを変えることができます。靴はスキン、ダブリー、アイテム、イベントなどによってそのステータスを上げることができ、各能力の効率はステータスに基づいて増加します。

<table><thead><tr><th width="181.710843373494">Abilities</th><th width="561.4285714285713">Info</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Performance</strong></td><td>スタミナごとに獲得するワークアウトポイントの量を増加させる</td><td></td></tr><tr><td><strong>Luck</strong></td><td>レベルアップのコストを削減する</td><td></td></tr><tr><td><strong>Tenacity</strong></td><td>耐久度消耗速度の減少</td><td></td></tr><tr><td><strong>Quality</strong></td><td>$FITの報酬を増加させる</td><td></td></tr><tr><td><strong>Fever</strong></td><td>Fever Time中は、Workout Pointsの獲得率が増加します。</td><td></td></tr></tbody></table>

### ダブリー&#x20;

ダブリーは靴の能力を向上させるアクセサリーです。靴には6つのソケットがあり、各ソケットにはDubreeを装備できる指定された属性があります。最初の4つの属性の初期値は出生時にランダムに割り当てられます。レベル40に達すると、ランダムに決定された属性のソケットが開かれ、レベル50に達すると宝石を装備するためのすべてのソケットが解除されます。

Dubreeソケットの取り付けには$FITが必要です。一旦取り付けられると、Dubreeを取り外すことはできませんが、同じ属性の別のDubreeと交換することはできます。

### 世代&#x20;

繁殖を通じて新たに生まれた靴は、親の靴の世代に基づいてG1、G2などの世代指定を受けます。G2以降は、獲得とメンテナンスコストにより、1スタミナあたりの獲得Workout Pointsが世代ごとに1%減少し、G5以降では3%の減少が固定されます。&#x20;

### グレード&#x20;

SNKRZには5つの靴のグレードがあります。靴のグレードは最初にランダムに割り当てられた主要な能力の合計によって決まります。より高いグレードの靴は、ユーザーの追加スタミナに影響を与えます。また、靴のグレードが高いほど、獲得できるWorkout Pointも増えます。

<table><thead><tr><th width="144.83334483686122">Grade</th><th width="601.6708173606592">Details</th></tr></thead><tbody><tr><td><strong>Normal</strong></td><td>主要な能力の合計は10以下です。</td></tr><tr><td><strong>Rare</strong></td><td>主要な能力の合計は15以下です。</td></tr><tr><td><strong>Epic</strong></td><td>主要な能力の合計は20以下です。</td></tr><tr><td><strong>Unique</strong></td><td>主要な能力の合計は25以下です。</td></tr><tr><td><strong>Legend</strong></td><td>主要な能力の合計は30以下です。</td></tr></tbody></table>


---

# 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://thesnkrz.gitbook.io/jp/shzu/te-xing.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.
