> For the complete documentation index, see [llms.txt](https://docs.cryptohunter.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptohunter.world/tokenomics/shoes-nft/shoes-attributes.md).

# Shoes Attributes

### Attributes of Shoes NFT

Attributes of Shoes NFT Shoes NFTs each have unique attributes and attribute points(AP), and attribute points are gained each time they level up. \
Shoes NFT holders can use Hunter Mode strategically by distributing attributes points(AP) to desired attributes.

There are four types of Shoes NFT Attributes.

* **Performance**: Determines Hunter Mode usage time and score acquisition per distance. To achieve high scores in a short time, increase the Performance point.
* **Resilience:** Reduces the cost of recovering 1 HP from your NFT shoes based on your Resilience value.
* **Comfort:** Determines the % rate at which your shoe NFT's Health Points (HP) will decrease per 1 Energy consumed based on your Comfort value.
* **Luck:** Increases the probability of encountering rarer Cryptids. To meet a wider variety of Cryptids, allocate points to Luck.

The effects for each attribute will continue to be updated.

### Rarity of Shoes NFT Shoes&#x20;

NFT has a total of 5 levels of rarity, and initial attribute points are given according to each rarity.

<table><thead><tr><th width="105">Rarity</th><th width="141">Total basic AP</th><th width="148">Performance</th><th width="108">Resilience</th><th width="98">Comfort</th><th align="center">Luck</th></tr></thead><tbody><tr><td>Normal</td><td>10</td><td>2~4</td><td>2~4</td><td>2~4</td><td align="center">2~4</td></tr><tr><td>Rare</td><td>20</td><td>4~8</td><td>4~8</td><td>4~8</td><td align="center">4~8</td></tr><tr><td>Unique</td><td>40</td><td>8~16</td><td>8~16</td><td>8~16</td><td align="center">8~16</td></tr><tr><td>Legend</td><td>80</td><td>16~32</td><td>16~32</td><td>16~32</td><td align="center">16~32</td></tr><tr><td>Mythic</td><td>150</td><td>32~54</td><td>32~54</td><td>32~54</td><td align="center">32~54</td></tr></tbody></table>

* AP : Attributes Points<br>

Normal : The total of basic attribute points is set to 10.&#x20;

P : 2\~4\
R : 2\~4\
C : 2\~4\
L : 2\~4

Rare : The total of basic attribute points is set to 20\
\
P : 4\~8\
R : 4\~8\
C : 4\~8 \
L : 4\~8

Unique  : The total of basic attribute points is set to 40\
&#x20;\
P : 8\~16\
R : 8\~16\
C : 8\~16\
L : 8\~16

Legend : The total of basic attribute points is set to 80\
&#x20;\
P : 16\~32\
R : 16\~32\
C : 16\~32\
L : 16\~32

\
Mythic : The total of basic attribute points is set to 150\
\
P : 32\~54 \
R : 32\~54\
C : 32\~54\
L : 32\~54


---

# 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://docs.cryptohunter.world/tokenomics/shoes-nft/shoes-attributes.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.
