> For the complete documentation index, see [llms.txt](https://mumubit-document.gitbook.io/tycoon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mumubit-document.gitbook.io/tycoon/game-play/character-system/character-equipment.md).

# Character Equipment

1. Equipment Slots

   1. Character equipment consists of 10 parts: Necklace, Ring, Watch, Sunglasses, Pipe, Cane, Clothing, Belt, Shoes, and Sports Car.
   2. Each equipment slot corresponds to a specific attribute. When a character equips an item, the associated attribute is automatically activated.

   <div align="left"><figure><img src="/files/7VPXZVVEMFBTs5jVSdBp" alt="" width="277"><figcaption></figcaption></figure></div>

2. Equipment Acquisition

   <div align="left"><figure><img src="/files/iwVxrY35Fl3nwI8N8Nu5" alt="" width="295"><figcaption></figcaption></figure></div>

   1. Players can obtain equipment by purchasing random equipment boxes from the shop or exchanging them in the treasure chest interface for various equipment boxes.
   2. Equipment boxes purchased from the shop contain random items, with varying probabilities of obtaining different quality levels.
   3. The purchased equipment boxes are stored in the character's inventory and must be opened manually to receive the equipment.

3. Equipment Replacement and Dismantling

<div align="left"><figure><img src="/files/u8uPtSvvwHsdQdUX7mKC" alt="" width="362"><figcaption></figcaption></figure></div>

a. After opening an equipment box, the equipment replacement interface will automatically appear. Players can decide whether to equip the new item based on its attributes.

b. Replaced equipment must be dismantled manually, yielding equipment shards of different qualities based on the item's quality:

\- White, Green, and Blue items are dismantled into Common Equipment Shards.

\- Purple, Red, Gold, and Rainbow items are dismantled into Legendary Equipment Shards.

c. Players can also enable auto-dismantle, which will automatically dismantle replaced equipment after equipping the new item.

4. Equipment Exchange

   <div align="left"><figure><img src="/files/F7GblEDvKYYuqIaIWkQO" alt="" width="275"><figcaption></figcaption></figure></div>

   1. After dismantling equipment, players can collect enough equipment shards to exchange for different types of equipment boxes in the Character Treasure Chest interface.
   2. There are four types of treasure chests:
      1. Jewelry Box: Contains Necklaces, Rings, and Watches.
      2. Toolbox: Contains Sunglasses, Pipes, and Canes.
      3. Suitcase: Contains Clothing, Belts, and Shoes.
      4. Container: Contains Sports Cars.
   3. The Character Treasure Chest interface refreshes daily with four different quality treasure chests. Each type of chest can be exchanged only once per day.


---

# 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://mumubit-document.gitbook.io/tycoon/game-play/character-system/character-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.
