> For the complete documentation index, see [llms.txt](https://riventide.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riventide.gitbook.io/whitepaper/gameplay/equipment.md).

# Equipment

DISCLAIMER: All content here in is subject to change as the meta evolves through development, testing, and community feedback. No part of the Whitepaper is to be copied

Equipment are items that grant passive effects to the equipped monster during combat. Each monster can equip only one piece of Equipment at a time. If a monster that has Equipment dies during combat, the Equipment is lost as well. If a monster is rebirthed while the party is full and replaces a monster that has Equipment, that Equipment is automatically scrapped with no option to reassign it to another monster.

Equipment can also appear with Affixes, which are additional Modifiers applied to the Equipment. Affixes provide their own passive effects in addition to the Equipment's base effect.

<figure><img src="https://3676099360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB694UG24YrhGIfBZkHaq%2Fuploads%2FwK9T4EIHmGZJvkM1Njx5%2FEquipmentScreen.jpg?alt=media&amp;token=310b9a77-1c70-4950-9cf8-b2526dc9f0f2" alt=""><figcaption></figcaption></figure>

### Rarity Tier

Each type of Equipment has three rarity tiers, becoming stronger at higher tiers: Common, Rare, and Epic. The rarity of the Equipment also determines the number of Affixes it has, as well as its cost and scrapping value.

## Acquisition

Equipment can be acquired in the following ways:

* From loot drops. Equipment has a 15% chance to have a Rare Affix. If the Equipment Boon from an Riven Spring is active, there is a 35% chance the Equipment is upgraded to the next rarity, if possible.
  * 45% chance to obtain a Common Equipment from Common loot drops.
  * 45% chance to obtain an Rare Equipment from Rare loot drops.
  * 40% chance to obtain an Epic Equipment from Epic loot drops.
* Sir Tiberion's "Extra Equipment" event offers a choice between two random pieces of Equipment. The rarity of each piece is determined by the current Biome tier, and each has a 15% chance to have a Rare Affix.


---

# 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://riventide.gitbook.io/whitepaper/gameplay/equipment.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.
