# Total Energy

<figure><img src="/files/jbtSiD3d9we9N6t0SRBv" alt=""><figcaption></figcaption></figure>

**Total Energy の計算式**

Total Energy = Total Base Energy × NFT Power\
※ 小数点以下は切り上げとなります。

毎日 7:00 AM (JST) に Total Energy がリセットされ、0 になります。 その時点で所持している NFT を参照して Total Base Energy を算出し、 最後に NFT Power を掛けて Total Energy を計算します。

計算は順次対応するため、ユーザーによっては最大で約2時間かかる場合があります。 また、計算後に Total Energy の上限が下がった場合は、更新後の Total Energy が適用されます。

### NFT Power

NFT Power は Voting ページで確認できます。 プロジェクトごとに数値が異なり、希望する NFT プロジェクトの NFT Power を上げるには、 Vote ページから好きなプロジェクトに投票することで可能になります。\
詳しい方法は[`Voting`](https://nft-wars.gitbook.io/nft-wars/game-system/voting)をご確認ください。

### Total Base Energy

カードレベルごとの枚数に応じて、Total Base Energy が加算されます。\
Total Base Energy ＝ すべての Base Energy の合算値。

| Level   | Base Energy | Price     |
| ------- | ----------- | --------- |
| Level 1 | 1           | -         |
| Level 2 | 3           | 100 TCGC  |
| Level 3 | 10          | 300 TCGC  |
| Level 4 | 50          | 500 TCGC  |
| Level 5 | 100         | 1000 TCGC |

例）ユーザーA

| Level   | Base Energy | 保有枚数 |
| ------- | ----------- | ---- |
| Level 1 | 1           | 15   |
| Level 2 | 3           | 3    |
| Level 3 | 10          | 5    |
| Level 4 | 50          | 2    |
| Level 5 | 100         | 1    |

Total Base Energy = (1×15)+(3×3)+(10×5)+(50×2)+(100×1)\
Total Base Energy = 274

\---

### **Total Energy Calculation Formula**

**Total Energy = Total Base Energy × NFT Power**\
※ Decimal points are rounded up.

Every day at **7:00 AM (JST)**, **Total Energy is reset to 0**.\
At that time, the NFTs held by the user are referenced to calculate **Total Base Energy**, and then **NFT Power** is applied to determine **Total Energy**.

The calculation is processed sequentially, so it may take up to **approximately 2 hours** for some users.\
Additionally, if the **Total Energy cap decreases** after the calculation, the **updated Total Energy** will be applied accordingly.

### **NFT Power**

NFT Power can be checked on the **Voting** page.\
The values vary depending on the project.\
To increase the NFT Power of your desired NFT project, you can vote for your preferred project on the **Vote** page.\
For more details, please check the **Voting** section.

### **Total Base Energy**

Total Base Energy increases according to the **number of cards at each level**.\
**Total Base Energy = The sum of all Base Energy values**.


---

# 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://nft-wars.gitbook.io/nft-wars/game-system/total-energy.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.
