> For the complete documentation index, see [llms.txt](https://blade-re-action.gitbook.io/blade-re-action/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blade-re-action.gitbook.io/blade-re-action/about-the-game/content-guide/item-build.md).

# Item Build

Equipments are crucial in making hero abilities stronger. All equipments have ranks and the rarer the equipment, the greater the ability boost.\
Getting rare equipments will be a goal for those who want to make their heroes stronger.

Equipments can be obtained by clearing explorations, trading for Crystals, or through chance by combining other equipments. Clearing higher level explorations increases the chance for higher rank equipments to be obtained.\
\
High rank equipments have unique effects that strengthen the heroes, and with the different combination of the five equipments, the same hero can be used in different situations.\
\
Acquired equipments can be upgraded with hero level or have their rank raised using equipment shards, granting bonus abilities.

### 1. Equipment type

Equipments consists of weapon, armor(helmet/body armor/gloves/shoes), and accessories(necklace). Each equipment has base ability of increasing hero stats.

| Equipment type                        | Equipment basic stats |
| ------------------------------------- | --------------------- |
| Weapon                                | Attack                |
| Armor(helmet/body armor/gloves/shoes) | Defense               |
| Necklace                              | HP                    |

### 2. Acquiring equipment

Equipments, as we mentioned previously, can be obtained in three ways which are through in-game contents such as exploration / combining equipment shards / trading Crystals.

* Equipments obtained through in-game content are given as complete equipments.
* Complete Equipments can be obtained through chance by combining fixed number of equipments shards depending on the shard rank.

### 3. Equipment rank

Equipments have starting rank of 1-star to 3-star.\
Base stats for an equipment depends on the starting rank and all equipments can be upgraded to 6 star using equipment shards. All equipments have unique options which can only be increased by equipment upgrade.

### 4. Equipment option

All equipments have 'option slots' and how many slots an equipment has depends on its rank.

| Equipment rank | Number of option slots |
| -------------- | ---------------------- |
| 1-star         | 0                      |
| 2-star         | 1                      |
| 3-star         | 2                      |
| 4-star         | 3                      |
| 5-star         | 4                      |
| 6-star         | 5                      |

'Option slots' grant special abilities that strengthen hero abilities and can be obtained through spending certain amount of currency.

Abilities of 'option slots' depend on the equipment part and the option slot number, with different abilities applied for different slots of the same part.

Abilities applied to 'option slots' are changeable, and the numbers can change as the ability change.

### 5. Equipment upgrade

Equipments can be upgraded depending on hero level by consuming fixed amount of currency and ingredients. Equipment base abilities will increase if equipment is upgraded.\
Ingredients for equipment upgrade can be obtained through playing different content or purchasing in the store.\
Note, equipment upgrade cannot surpass hero level, regardless of the base equipment rank.

### 6. Equipment dismantle

Unused equipments can be dismantled to acquire ingredients for equipment combinations.\
When dismantling an equipment, a number of equipment shards needed for equipment upgrade will be given. More ingredients will be given depending on equipment upgrade level.<br>


---

# 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://blade-re-action.gitbook.io/blade-re-action/about-the-game/content-guide/item-build.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.
