# Outfit

## **General Description**

Costumes are valuable in-game items that players earn through various activities. Each costume changes the character’s appearance, allowing players to stand out among others. Costumes also provide additional effects, such as combat bonuses, enhanced stats, or unique visual animations.

<figure><img src="/files/Ea3B3joPC0uIeVBRpZYs" alt="" width="375"><figcaption></figcaption></figure>

## **Features**

**Unlocking**: Costumes are unlocked through progress by collecting blood. The Merchant’s menu shows a counter for each costume, indicating how much blood is still needed to unlock it.

**Crafting**: Once unlocked, costumes can be crafted by gathering specific materials and paying gold in Merchant's shop. If a costume is lost, it appears the same as uncrafted costumes.

**Equipping**: Crafted costumes can be equipped at any time through the [player's profile](/game-info/game-systems/bazaar/player-profile.md).

## **Crafting and Materials**

Costumes are crafted using special materials obtained from [Garment chest](/game-info/game-systems/bazaar/in-game-rewards/chests.md).

Collected materials are displayed in the crafting interface at the Merchant’s shop, also there player can craft the new outfit.

## **Types of Costumes**

<table><thead><tr><th width="137.28570556640625">Outfit</th><th width="219.71429443359375">Bonus</th><th width="265.8572998046875">Trigger</th><th>Durability</th></tr></thead><tbody><tr><td>Vagabond</td><td>No bonuses.</td><td>Default outfit.</td><td>Can't be lost</td></tr><tr><td>Seeker</td><td>+20 to blood flask capacity</td><td>Activates when player put the outfit on.</td><td>180</td></tr><tr><td>Seafarer</td><td>+50% to detection radius in stealth.</td><td>Activates when the character enters a stealth zone (e.g., bushes).</td><td>180</td></tr><tr><td>Sand Ghost</td><td>+25% chance to deflect a harpoon.</td><td>Activates when the player deflects a harpoon while the costume is active (not broken).</td><td>180</td></tr><tr><td>Silver Fiend</td><td>+30% movement speed.</td><td>Activates when the character moves in a region or the Bazaar with the costume active.</td><td>240</td></tr><tr><td>Thunderlord</td><td>+40 to blood flask capacity</td><td>Activates when player put the outfit on.</td><td>240</td></tr></tbody></table>


---

# 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://docs.playhattori.io/game-info/game-systems/bazaar/player-profile/outfit.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.
