# 스태미나 변화량

**신발 등급에 따른 스태미나 변화**

| 신발 등급  | 스태미나 |
| ------ | ---- |
| Rare   | +5   |
| Epic   | +10  |
| Unique | +15  |
| Legend | +20  |

**신발 개수에 따른 스태미나 변화**

| 신발 개수 |   스태미나  |
| :---: | :-----: |
|   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 이상 | 1족 당 +2 |

ex) Normal 신발 2개, Rare 신발 1개를 소유한 유저는 3개의 신발을 보유하고 있어 20스태미나를 가지며 Rare 신발 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/thesnkrz/user/stamina/change_in_stamina.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.
