> For the complete documentation index, see [llms.txt](https://whitepaper.mirrorworld.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mirrorworld.fun/interoperable-game-matrix/battle-arena-brawl-of-mirror/in-game-item-and-talent.md).

# In-game Item & Talent

The Item System and Talent System influence the player's in-game performance.

1. [Item System](#item-system)
2. [Talent System](#talent-system)

## Item System

Items can be divided into two types: long-term item categories and one-time use items. Among them, the item category includes weapons, gloves, clothes, and shoes; one-time use items include bombs, rockets, and boxes.

* Weapons are divided into melee and long-range weapons, weapon items with their own functions, players pick up the weapon, the attributes will be added to the character itself, and the bonus effect is maintained until the weapon is destroyed.
* Gloves, clothes, shoes, and weapons currently exist only as talent-triggered props and do not carry their own attributes.

### Item Generation Rules

All items are generated in the battlefield game and will be dropped at random locations in the scene at different x-second intervals depending on the size of the map.

### Item Destruction Rules

| Item Types | Item Destruction Method                                                                                                                                                                                             |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Weapons    | <ul><li>Melee weapons: automatically destroyed after 5 attacks</li><li>Ranged weapons: automatically destroyed after 3 attacks (whether hit or not)</li><li>Enemy's passive skill</li></ul>                         |
| Gloves     | <ul><li>10 seconds after the automatic destruction (configuration of the corresponding passive skills and talents can increase the time)</li><li>The enemy's passive skills have a chance to be destroyed</li></ul> |
| Clothes    | <ul><li>10 seconds after the automatic destruction (configuration of the corresponding passive skills and talents can increase the time)</li><li>The enemy's passive skills have a chance to be destroyed</li></ul> |
| Shoes      | <ul><li>10 seconds after the automatic destruction (configuration of the corresponding passive skills and talents can increase the time)</li><li>The enemy's passive skills have a chance to be destroyed</li></ul> |
| Bombs      | ne-time use                                                                                                                                                                                                         |
| Rockets    | ne-time use                                                                                                                                                                                                         |
| Boxes      | One-time use                                                                                                                                                                                                        |

## Talent System

**Talent is used to add a buff to each game, divided into weapon talent, boots talent, gloves talent, and clothes talent.**

There are 5 tiers of talents in each category, 3 talents in each tier, and each tier can only choose one of the 3 talents .

![Talents](/files/TISHq89tAEZUdfyuxjQX)

* Players can choose their talents in these four equipment parts before the battle, and the talent effect will be triggered when the corresponding item is picked up in the battle, and the triggered Buff effect will be added to the character itself.
* Talent is tied to NFT, different NFT has different talent point methods and talent unlocking progress. The activation of talents can only be activated layer by layer, the lower the talent, the stronger the effect.
* The unlocking of talents is related to the character's class. A 5-star character will unlock all 5 tiers of talents directly, a 4-star character will unlock 4 tiers of talents, and so on.

**After a character has been upgraded to a higher level, you can consume character class power-ups to unlock the tier of the corresponding class.**


---

# 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:

```
GET https://whitepaper.mirrorworld.fun/interoperable-game-matrix/battle-arena-brawl-of-mirror/in-game-item-and-talent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
