# スタミナ

### 20リフレッシュスケジュール

スタミナはJSTタイムゾーンの04:00, 10:00, 16:00, 22:00に合わせて、6時間ごとに補充されます。

### 計算式

* スタミナ = 10 + (ヘッドフォン数 - 1) \* 2
* 1日のセッション分数の上限 = MAX(Stamina x 1, 120)
* スタミナの25%がリフレッシュスケジュール開始時に補充されます。

### 消費量

1スタミナ消費＝アクティブセッション1分

| ヘッドフォン所持数 | スタミナ/分 |
| --------- | ------ |
| 1         |        |
| 2         | 12     |
| 3         | 14     |
| 4         | 16     |
| 5         | 18     |
| 6         | 20     |
| 7         | 22     |
| 8         | 24     |
| 9         | 26     |
| 10        | 28     |
| 11        | 30     |
| 12        | 32     |
| 13        | 34     |
| 14        | 36     |
| 15        | 38     |
| 16        | 40     |
| 17        | 42     |
| 18        | 44     |
| 18        | 46     |
| 19        | 46     |
| 20        | 48     |
| 21        | 50     |
| 22        | 52     |
| 23        | 54     |
| 24        | 56     |
| 25        | 58     |
| 26        | 60     |
| 27        | 62     |
| 28        | 64     |
| 29        | 66     |
| 30以上      | 68     |


---

# 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://buccha-buccha.gitbook.io/hibiki-hun-whitepaper-jp/mi/nagmu/sutamina.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.
