> For the complete documentation index, see [llms.txt](https://wiki.sempermc.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.sempermc.net/custom-content/relics.md).

# Relics

### Slot Rules

* Idols and wards belong in the **offhand**.
* Custom weapons belong in the **main hand**.
* The highest applicable multiplier wins.
* Multipliers do not stack.
* Eligible drops remain subject to the server-wide cap and anti-abuse exclusions.

### PvP Relics

#### Bastion Idol

Heartbound Stage IV.

Provides PvP and projectile defense. At low health it can grant temporary absorption on cooldown.

#### Rupture Cleaver

Heartbound Stage VI.

Every fourth eligible player hit can apply Wither, subject to its proc cooldown.

#### Riftstep Idol

Heartbound Stage VIII.

Sneak-right-click to dash forward. It has a movement cooldown and minor defensive utility.

#### Sanguine Fang

Heartbound Stage IX.

Provides passive lifesteal and a chance for an additional player-hit heal.

#### Phoenix Ward

Heartbound Stage X.

Prevents one lethal player hit, restores health and grants absorption on a long cooldown.

### Economy Idols

* Herdkeeper's Idol — passive-animal drops.
* Predator's Idol — hostile-mob drops.
* Prospector's Idol — natural ore drops.
* Tidecaller's Idol — fishing.
* Verdant Idol — mature crops.
* Totem of Plenty — broad eligible-drop support.

Economy idols can appear through boss placements and rotating Token Shop rewards.

### Exclusions

Relics intentionally exclude common abuse sources such as spawner mobs, command-spawned mobs, custom mobs, placed ore, immature crops and fishing treasure.


---

# 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://wiki.sempermc.net/custom-content/relics.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.
