# Orbs System

Orbs are collectible resources that drop from defeated enemies during gameplay. Each orb type provides specific benefits and has a limited lifespan—if not collected quickly, orbs will expire and disappear.

***

### Orb Types

<div data-with-frame="true"><figure><img src="/files/pCnyw7ImGPO3BT9wvhtG" alt=""><figcaption></figcaption></figure></div>

#### Health Orb

**Purpose:** Restores player health upon collection.

**Drop Rate:** High drop chance

Health Orbs provide immediate healing when collected. These orbs drop frequently from defeated enemies, offering players opportunities to recover health during combat. Orbs expire after a short duration if not collected.

***

<div data-with-frame="true"><figure><img src="/files/MVao7BM382TqcKkITwbt" alt=""><figcaption></figcaption></figure></div>

#### XP Orb

**Purpose:** Provides experience points for player progression.

**Drop Rate:** Always drops from defeated enemies

XP Orbs are guaranteed drops from every enemy killed. Collecting XP Orbs allows players to level up, unlock abilities, and increase stats. Since XP is essential for progression, efficient collection of these orbs is critical for surviving later waves.

***

<div data-with-frame="true"><figure><img src="/files/xmHen9nkuVhd0z5JlV3Z" alt=""><figcaption></figcaption></figure></div>

#### Armor Orb

**Purpose:** Restores or increases player armor.

**Drop Rate:** Rare drop chance

Armor Orbs are rare defensive resources that provide armor protection when collected. Armor absorbs damage before health is affected, making these orbs extremely valuable. Due to their rarity, armor orbs should be prioritized when they appear.

***

<div data-with-frame="true"><figure><img src="/files/DrmXmgVAJ85l5lh8aRgh" alt=""><figcaption></figcaption></figure></div>

#### Stamina Orb

**Purpose:** Restores player stamina.

**Drop Rate:** Rare drop chance

Stamina Orbs are rare resources that restore stamina when collected. Since stamina is critical for sprinting and mobility, these orbs provide crucial movement recovery during intense combat situations. Running out of stamina can be fatal, making stamina orbs highly valuable despite their rare drop rate.

***

### Collection Mechanics

#### Expiration

All orbs have a limited duration after dropping. If not collected within this timeframe, orbs will expire and disappear permanently.

**Expiration Duration:** \[5 seconds]

***

<div data-with-frame="true"><figure><img src="/files/Mixnqgyv6fdnmija4lRO" alt=""><figcaption></figcaption></figure></div>

#### Automated Collection

The Gloop pet automatically collects XP, health, and armor orbs within its range, preventing resource loss from expiration and allowing players to focus on combat.

***

### Strategic Tips

* Prioritize XP orbs early in runs to unlock abilities faster
* Never ignore armor orbs due to their rarity and defensive value
* Use Gloop pet for automated collection during intense combat
* Balance orb collection with combat positioning—surviving is more important than collecting every orb

***

*Orbs are fundamental to survival and progression in Insomnus. Efficient collection and prioritization separate successful runs from early defeats.*


---

# 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://docs.insomnus.xyz/core-gameplay/orbs-system.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.
