> For the complete documentation index, see [llms.txt](https://litepaper.lastremains.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litepaper.lastremains.com/last-remains-game-mechanisms/equipment-items-and-weapons/game-equipment-grades-and-attributes.md).

# Game Equipment Grades and Attributes

IIn Last Remains, the equipment items are categorized by grades, much like the characters. Although certain equipment items may be associated with specific characters, all can be used by any characters. In other words, characters of any grade and gender have the ability to find and equip the items of any grade, including mixing Genesis and non-Genesis items.

For example, your Genesis character can use non-Genesis equipment items, and your Non-Genesis character can use Genesis equipment items. The game offers flexibility to suit your gaming strategy.

The number of attributes each grade of equipment can possess is determined randomly and are randomized as follows:

* S Grade = 5 attributes
* A Grade = 4 attributes
* B Grade = 3 attributes
* C Grade = 2 attributes
* D Grade = 1 attribute

For example, if you obtain a B Grade shirt as equipment, you will receive a total of 3 attributes:

Example #1 of B Grade Shirt: Level 1 Blunt Weapon Resistance, Level 1 Running Speed, and Level 1 Pierce Weapon Resistance

Example #2 of B Grade Shert: Level 1 Blunt Weapon Resistance and Level 2 Max Endurance

When randomly receiving attributes in Example #2, Max Endurance randomly generated twice, which merged it to Level 2. This means an item with a total of 3 attributes has the chance of getting a single Level 3 attribute as well.

Higher-grade characters and equipment have superior attributes, increasing their chances of survival. It's important to note that the [Last Remains Equipmen](https://opensea.io/collection/lastremainsequipment)t has a limited lifetime, and it can break either after in-game use or during the [Stake, Search, and Rescue game](https://litepaper.lastremains.gg/search-and-rescue-staking-game). The only exception is genesis items that have unlimited durability points. In the future, you can use the Last Remain token ($ZT) to repair your items to extend its lifetime.

When your equipment breaks, you'll receive shards. These shards can be used to purchase random equipment loot boxes. In the future, you can expect more utilities for [shards](https://litepaper.lastremains.gg/gameplay/equipment-and-weapons/skins-and-shards).&#x20;

**Here are the Equipment Attribute Types:**

<figure><img src="/files/JR5DoU0DEWqjeqexhkFE" 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://litepaper.lastremains.com/last-remains-game-mechanisms/equipment-items-and-weapons/game-equipment-grades-and-attributes.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.
