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

# Item Recycle

## Item Recycler Guide

The Item Recycler lets you exchange selected MVP and special items for Recycle Points. These points are account-wide and unlock passive tier benefits as you collect more.

### Location

Find the **Item Recycler** inside the **Eden Group Headquarters**.

### How to Recycle Items

1. Talk to the **Item Recycler**.
2. Choose **Recycle items**.
3. Select the items you want to recycle.
4. Confirm the trade.
5. You will receive Recycle Points based on the items recycled.

Each accepted item gives **1 Recycle Point per piece**.

### Tier Benefits

| Required Points | Benefit                                |
| --------------: | -------------------------------------- |
|           1,500 | Increase drop rate by 1%               |
|           3,000 | Increase drop rate by 1%               |
|           5,000 | Increase drop rate by 1%               |
|           7,500 | Increase drop rate by 1%               |
|          10,000 | Increase drop rate by 1%               |
|          15,000 | VIT +1, Increase drop rate by 2%       |
|          20,000 | STR +1, Increase drop rate by 2%       |
|          25,000 | INT +1, Increase drop rate by 2%       |
|          30,000 | DEX +1, Increase drop rate by 2%       |
|          40,000 | All Stats +1, Increase drop rate by 2% |

### Accepted Items

All listed items are worth **1 Recycle Point each**.

#### Ifrit

* Lucius's Fierce Armor of Volcano
* Fireblend
* Hellfire
* Spiritual Ring

#### Gloom Under Night

* Old Hilt
* Blade Lost in Darkness
* Will of Red Darkness
* Hurricane's Fury

#### Golden Thief Bug

* Golden Gear
* Golden Mace

#### Stormy Knight

* Zephyrus
* Grand Circlet

#### Fallen Bishop Hibram

* Hunting Spear

#### Valkyrie Randgris

* Valhalla's Flower
* Bloody Edge

#### Moonlight Flower

* Staff Of Bordeaux
* Long Mace
* Moonlight Dagger
* Spectral Spear

#### Ygnizem

* Schweizersabel
* Nagan
* Broad Sword

#### Pharaoh

* Broken Pharaoh Emblem
* Masque of Tutankhamen
* Solar Sword
* Bazerald
* Jewel Crown

#### Baphomet

* Majestic Goat
* Crescent Scythe

#### Osiris

* Chakram
* Assassin Dagger
* Sphinx Hat
* Crown

#### Lady Tanee

* Banana Hat

#### Maya

* Mother's Nightmare
* Dea Staff
* Tiara
* Safety Ring

#### Detale

* Fire Dragon Scale
* Morpheus's Bracelet
* Morpheus's Ring
* Dragon Wing

#### Orc Lord

* Erde
* Bloody Axe
* Doom Slayer

#### Orc Hero

* Monkey Circlet
* Light Epsilon
* Orcish Sword
* Giant Axe

#### Kiel-D-01

* Pocket Watch
* Morrigane's Pendant
* Morrigane's Belt

#### Ktullanux

* Ice Scale
* Survivor's Manteau

#### Evil Snake Lord

* Ba Gua
* Gae Bolg

#### Vesper

* Vesper Core 01
* Vesper Core 02
* Vesper Core 03
* Vesper Core 04

#### Dracula

* Ballista
* Ancient Cape
* Book of the Apocalypse

#### RSX-0806

* Wrench

#### Garm

* Fang of Hatii
* Ice Falchion
* Hatii Claw

#### Dark Lord

* Kronos
* Mage Coat
* Bone Helm

#### Doppelganger

* Spiky Band

#### Miscellaneous

* Agate
* Turquoise
* Heroic Emblem
* Fragment of Rossata Stone
* Gemstone
* Union of Tribe

***

### FAQ

<details>

<summary>Where can I find the Item Recycler?</summary>

The Item Recycler is located inside the **Eden Group Headquarters**.

</details>

<details>

<summary>Are Recycle Points shared between characters?</summary>

Yes. Recycle Points are account-wide.

</details>

<details>

<summary>How many points do recycled items give?</summary>

Each accepted item gives **1 Recycle Point per piece**.

</details>

<details>

<summary>Can I recycle any item?</summary>

No. Only items listed in this guide are accepted by the Item Recycler.

</details>

<details>

<summary>How do I check my current Recycle Points?</summary>

Talk to the **Item Recycler**. Your current points are shown in the NPC dialogue.

</details>

<details>

<summary>How do I check my tier progress?</summary>

Talk to the **Item Recycler** and choose **Check tier benefits**.

</details>

<details>

<summary>Are tier bonuses automatic?</summary>

Yes. Tier benefits are applied automatically once you have enough Recycle Points.

</details>

<details>

<summary>Do I lose Recycle Points when unlocking a tier?</summary>

No. Recycle Points are accumulated. Reaching a tier does not spend your points.

</details>

<details>

<summary>Can I get recycled items back?</summary>

No. Once an item is recycled, it is permanently exchanged for Recycle Points.

</details>

<details>

<summary>What happens if I try to recycle an item that is not accepted?</summary>

The Item Recycler will reject items that are not part of the accepted recycle list.

</details>


---

# 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://playdarkro.gitbook.io/wiki/stat-booster/item-recycle.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.
