# Clothes

#### Overview

* There are two types of clothes: Replica clothes. Original clothes that allow UHT earning during exercise.
  * Clothes are divided into three categories:
    * Tops
    * Bottoms
    * Shoes
* Players can equip one item of each type on their avatar while exercising.
* In addition to their type, each piece of clothing has a Color Type attribute.&#x20;
  * There are four color types:
    * Red
    * Blue
    * Yellow
    * Green
* In general, color types do not affect performance such as UHT or H-III acquisition efficiency. However, they may be required for certain campaigns or missions.
* By collecting items obtained from maps and repeatedly evolving them, Replica clothes can be upgraded into Original clothes.

※ For details on earning, please refer to the Earning System.

### Rarity

* Both Replica and Original clothes have five levels of rarity.
* By evolving clothes, you can upgrade them to higher rarities.\
  Evolving a Legendary Replica allows you to obtain a Common Original piece of clothing.

### Abilities

* Clothes have abilities that affect gameplay,&#x20;
  * including:
    * Effects related to H-III (experience) gained during map exercise
    * Map goal rewards
    * Drop rates
    * Token (UHT) earning abilities, which are exclusive to Original clothes.<br>

### Map Abilities

All clothes have Map Abilities.

| Map Abilities             | Description                                                                                        |
| ------------------------- | -------------------------------------------------------------------------------------------------- |
| H-III Absorption Rate     | A multiplier is applied to the base absorption rate depending on the clothing’s rarity.            |
| Goal UHT Acquisition Rate | A multiplier is applied to the amount of UHT obtained upon reaching the map goal, based on rarity. |
| Skill                     | Each piece of clothing can have one skill equipped.                                                |

### Attributes

Attributes are unlocked only for Original clothes.

There are four attributes. These attributes are determined randomly within the rarity thresholds when opening an Original Clothes Box or when evolving from a Replica.

| Attributes           | Description                                        |
| -------------------- | -------------------------------------------------- |
| Benefit (Token Gain) | Affects the efficiency of token (UHT) acquisition. |
| Luck (Drop Rate)     | Affects item drop rates during exercise.           |
| Popular (Popularity) | Affects the appearance rate of rivals on the map.  |
| Durability           | Affects cleaning costs.                            |

### Clothes Boxes

By obtaining a Clothes Box and opening it in the app, the clothing’s stats and design are determined. Each rarity has predefined minimum and maximum stat values, and the actual values are randomly generated within that range.

| Rarity                 | Min | Max |
| ---------------------- | --- | --- |
| \[Original] Common     | 3   | 10  |
| \[Original] Uncommon   | 10  | 17  |
| \[Original] Rare       | 17  | 35  |
| \[Original] Super Rare | 35  | 65  |
| \[Original] Legendary  | 65  | 120 |

### How to Obtain Clothes Boxes

#### 1. Replica Clothes Boxes

* Can drop from map spots
* When choosing to bring them back, the clothing type (Tops / Bottoms / Shoes) is determined

#### 2. Original Clothes Boxes

* Can be purchased from the Item Shop
* Cannot be obtained from map spots\ <br>


---

# Agent Instructions: 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://healthree.gitbook.io/whitepaper_healthree/game-system/clothes.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.
