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

# Equipment

## **Overview**

We have hundreds of weapons and pieces of armor ready for players to find, and create. Each one can have unique buffs that provide stat bonuses to Guardians that they are equipped with. Certain sets of equipment may also offer boosts to your Guardian if equipped together. Guild of Guardians will not sell equipment.

## Equipment Types

* Basic Equipment
  * Four equipment slots that represent the standard gear a Guardian wears
  * Equipment will have fixed and random affixes based on Rarity
  * There are Tiers of Equipment which are unlocked via game progression
  * Equipment can be reinforced with in-game resources which scale equipment between tiers
  * Weapon, Helm, Body, Feet
* Exclusive Equipment
  * The  5th equipment slot
  * A piece of equipment with an exclusive bond with a specific Guardian. Other Guardians cannot equip items in this slot that aren’t attributed to them
  * Eg. “Lia’s Amulet, Morax’s Gloves, etc”
* Artifacts
  * The 6th equipment slot&#x20;
  * Powerful gear that can be customized to provide specific Guardians unique passive effects

## Rarity

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

There are currently no plans to have equipment modify the appearance of heroes in or out of Dungeons.


---

# 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://portal.guildofguardians.com/universe/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.
