> For the complete documentation index, see [llms.txt](https://forsakentales.gitbook.io/fl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forsakentales.gitbook.io/fl/server-modifications/item-modification.md).

# Item Modification

***

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

***

| Item Category | Item Name                     | Description                                                                                                                                        |
| ------------- | ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Usable        | **Old Card Album**            | <p>Removed from monster drops</p><p><br>Removed <strong>Creamy Card</strong><br><br>Removed <strong>Mini Boss Cards</strong></p>                   |
| Usable        | **Dead Branch**               | Disabled                                                                                                                                           |
| Equipment     | **Orc Archer Bow**            | Disabled                                                                                                                                           |
| Equipment     | **Orlean's Server \[1]**      | Removed from **Old Blue Box**                                                                                                                      |
| Equipment     | **Strong Shield \[1]**        | Removed from **Old Blue Box**                                                                                                                      |
| Equipment     | **Poopoo Hat**                |                                                                                                                                                    |
| Equipment     | **Thorny Buckler \[1]**       | Removed from **Old Blue Box**                                                                                                                      |
| Equipment     | **Earth Bow \[1]**            | <p>Removed from <strong>Knocker</strong><br><br>Removed from <strong>Old Blue Box</strong><br><br>Removed from <strong>Old Purple Box</strong></p> |
| Equipment     | **Orlean's Gown \[1]**        | Removed from **Old Blue Box**                                                                                                                      |
| Equipment     | **Legion Plate Armor**        | Removed from **Old Blue Box**                                                                                                                      |
| Equipment     | **Hypnotist's Staff \[1]**    | Removed from **Old Blue Box**                                                                                                                      |
| Equipment     | **Green Acre Guitar**         | Removed from **Old Blue Box**                                                                                                                      |
| Equipment     | **Bloodied Shackle Ball**     | Removed from **Old Blue Box**                                                                                                                      |
| Equipment     | **Ring and Ring \[1]**        | Removed from **Monster Drops**. Obtainable via **MVP Box**                                                                                         |
| Equipment     | **Gloves and Gloves \[1]**    | Removed from **Monster Drops**. Obtainable via **MVP Box**                                                                                         |
| Equipment     | **Earring and Earrings \[1]** | Removed from **Monster Drops**. Obtainable via **MVP Box**                                                                                         |
| ETC           | **Rough Elunium**             | Removed & replaced with **Elunium** from monster drops                                                                                             |
| ETC           | **Rough Oridecon**            | Removed & replaced with **Oridecon** from monster drops                                                                                            |

***

| Item                                                                            | Original Effect                                                                                                                                                                                                                                                                                                          | Modified Effect |
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------- |
| **Rideword Hat \[1]**                                                           | <p>A hat made in the image of a scary magical book which attacks human.                                                                                                                                                                                                                                                  |                 |
| <br>Has a 5% chance to absorb 8% of the damage as HP when physically attacking. |                                                                                                                                                                                                                                                                                                                          |                 |
| <br>Has a 1% chance to absorb 4% of the damage as SP when physically attacking. |                                                                                                                                                                                                                                                                                                                          |                 |
| <br>You lose 10 HP per 5 seconds when equipped.</p>                             | <p>Gain 10% chance to absorb 18% damage dealt as HP<br><br>Gain 5% chance to absorb 7% of damage dealt as SP<br><br>Loses 15 HP per 2 seconds when equipped<br><br><mark style="color:$primary;">\[Paladin Class]</mark><br><mark style="color:$primary;">Gains 10% chance to absorb 5% of damage dealt as HP</mark></p> |                 |

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


---

# 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://forsakentales.gitbook.io/fl/server-modifications/item-modification.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.
