# 体力变化

#### 根据鞋子的等级提供额外的体力。

| Shoe Grade | stamina |
| ---------- | ------- |
| Rare       | +5      |
| Epic       | +10     |
| Unique     | +15     |
| Legend     | +20     |

#### 根据鞋子的数量改变体力。

| No. of shoes |   stamina   |
| :----------: | :---------: |
|       1      |      10     |
|       2      |      12     |
|       3      |      20     |
|       4      |      21     |
|       5      |      22     |
|       6      |      24     |
|       7      |      25     |
|       8      |      27     |
|       9      |      45     |
|      10      |      46     |
|      11      |      47     |
|      12      |      48     |
|      13      |      49     |
|      14      |      50     |
|      15      |      60     |
|      16      |      62     |
|      17      |      64     |
|      18      |      65     |
|      19      |      66     |
|      20      |      68     |
|      21      |      69     |
|      22      |      70     |
|      23      |      71     |
|      24      |      72     |
|      25      |      73     |
|      26      |      74     |
|      27      |      75     |
|      28      |      77     |
|      29      |      80     |
|      30      |     100     |
|      31      |     101     |
|      32      |     102     |
|      33      |     103     |
|      34      |     104     |
|      35      |     105     |
|      36      |     106     |
|      37      |     107     |
|      38      |     108     |
|      39      |     109     |
|      40      |     115     |
|      41      |     116     |
|      42      |     117     |
|      43      |     118     |
|      44      |     119     |
|      45      |     120     |
|      46      |     121     |
|      47      |     122     |
|      48      |     123     |
|      49      |     124     |
|      50      |     130     |
|      51      |     131     |
|      52      |     132     |
|      53      |     133     |
|      54      |     134     |
|      55      |     135     |
|      56      |     136     |
|      57      |     137     |
|      58      |     138     |
|      59      |     139     |
|      60      |     150     |
| 61 or higher | +2 per shoe |

例如，一个用户拥有2双普通鞋和1双稀有鞋，总共拥有3双鞋和20点体力。由于他们还拥有1双稀有鞋，所以他们额外获得+5点体力，总共有25点体力。


---

# 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/yong-hu/ti-li/ti-li-bian-hua.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.
