> For the complete documentation index, see [llms.txt](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/dungeons/item-ascension.md).

# Item Ascension

Item Ascension is a late-game upgrade system for eligible equipment.

Use an **Ascension Stone**, currency, and a compatible Ascension at the **Item Ascension NPC**.

### Ascension Stones

Ascension Stones are special upgrade materials from **Dungeon Loot Chests**.

Each Ascension requires:

* **1× Ascension Stone**
* **$5,000,000**
* An eligible item
* A compatible Ascension type

The stone is consumed when you ascend the item.

### How to ascend an item

1. Open the **Item Ascension NPC**.
2. Place your Ascension Stone in the material slot.
3. Place the item in the item slot.
4. Select **Select Ascension**.
5. Choose a compatible Ascension type.
6. Select **Ascend Item** and confirm twice.

Ascension has a **100% success chance**.

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

### What Ascension does

An ascended item gains the **ASCENDED** prefix and three permanent bonuses.

Each item can receive only **one Ascension**. Choose carefully before confirming.

Some items support multiple Ascension types. Choose bonuses that match your build.

### Ascension types

#### Melee Ascension

Use Melee Ascension for swords, daggers, axes, spears, katanas, greatswords, and similar weapons.

* **+10% Attack Damage**
* **+10% Parry**
* **+10% Critical Damage**

#### Ranged Ascension

Use Ranged Ascension for bows, crossbows, muskets, greatbows, and compatible ranged weapons.

* **+10% Projectile Damage Reduction**
* **+10% Projectile Damage**
* **+10% Critical Chance**

#### Magic Ascension

Use Magic Ascension for staffs, wands, tomes, and compatible magical equipment.

* **+10% Maximum Mana**
* **+10% Skill Critical Chance**
* **+10% Magic Damage**

#### Catalyst Ascension

Use Catalyst Ascension for Catalysts and Off-Catalysts.

* **+10% Maximum Health**
* **+10% Cooldown Reduction**
* **+10% Mana Regeneration**

#### Equipment Ascension

Use Equipment Ascension for rings, amulets, bracelets, gloves, artifacts, and similar equipment.

* **+10% PvE Damage Reduction**
* **+10% PvP Damage**
* **+10% PvE Damage**

#### Armor Ascension

Use Armor Ascension for armor pieces.

* **+10% Block**
* **+10% Armor**
* **+10% Armor Toughness**

#### Heavy Ascension

Use Heavy Ascension for hammers, gauntlets, greatswords, greataxes, halberds, lances, and greathammers.

* **+10% Physical Damage**
* **+10% Combat Range**
* **+10% Blunt Power**

#### Finesse Ascension

Use Finesse Ascension for daggers, thrusting swords, katanas, staves, greatstaffs, and similar agile weapons.

* **+10% Movement Speed**
* **+10% Attack Speed**
* **+10% Dodge**

#### Shield Ascension

Use Shield Ascension for shields.

* **+10% Block Cooldown Reduction**
* **+10% Defense**
* **+10% Block Power**

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

### Choose the right Ascension

Some weapons qualify for several Ascension paths.

A heavy weapon may support **Melee** and **Heavy** Ascension. Faster weapons may support **Melee** and **Finesse** Ascension.

Choose the bonuses that best support the item's role in your build.

{% hint style="warning" %}
Ascension is permanent. Confirm the item, bonuses, Ascension Stone, and $5,000,000 cost before proceeding.
{% endhint %}


---

# 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://orange-lounge-smp.gitbook.io/orange-smp-wiki/dungeons/item-ascension.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.
