> For the complete documentation index, see [llms.txt](https://extocium.gitbook.io/extocium-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://extocium.gitbook.io/extocium-guide/system/energy/0-energy-penalty.md).

# 0 Energy penalty

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

{% tabs %}
{% tab title="ENG" %}

### ◾ 0 Energy Penalty

{% hint style="info" %}

#### 💡 When Energy reaches **0**, the following penalties apply:

{% endhint %}

* **Items and gold no longer drop.**
* Only **20% of the base EXP** can be obtained.
* **Damage reduction penalties** apply during PK and hunting.
  * When Energy is at **0**, \
    damage dealt to **both monsters (NPC) and players (PC)** is reduced to **5%**.
    {% endtab %}

{% tab title="한국어" %}

### ◾ 0 에너지 패널티

{% hint style="info" %}

#### 💡 에너지가 **0**이 되면, 아래와 같은 패널티가 적용됩니다.

{% endhint %}

* 아이템과 골드가 **드랍되지 않습니다.**
* 획득 가능한 EXP는 **기본 EXP의 20%만 적용**됩니다.
* PK 및 사냥 시 **데미지 감소 패널티**가 적용됩니다.
  * 에너지 0 상태에서는 몬스터(NPC)와 플레이어(PC) 모두에게 **데미지가 5%만 적용**됩니다.
    {% endtab %}

{% tab title="日本語" %}

### ◾ 0エナジーペナルティ

{% hint style="info" %}

#### 💡エナジーが **0** になると、以下のペナルティが適用されます。

{% endhint %}

* **アイテムおよびゴールドがドロップしなくなります。**
* 獲得できるEXPは、**基本EXPの20％のみ**となります。
* PKおよび狩り時に**ダメージ減少ペナルティ**が適用されます。
  * エナジーが **0** の状態では、\
    **モンスター（NPC）およびプレイヤー（PC）**&#x306E;両方に対するダメージが\
    **5％のみ適用**されます。
    {% endtab %}
    {% endtabs %}

<p align="right"><sup><em>※ This guide was written based on the game status as of June 4, 2026,</em></sup> <br><sup><em>and its contents may change with future updates.</em></sup></p>


---

# 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://extocium.gitbook.io/extocium-guide/system/energy/0-energy-penalty.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.
