> For the complete documentation index, see [llms.txt](https://docs.playhattori.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playhattori.io/game-info/game-systems/bazaar/charatacters-and-locations/blacksmith.md).

# Blacksmith

## **General Description**

The Blacksmith is a game location where players obtain and customize their weapons, allowing them to adapt their arsenal to their playstyle, increase damage, and visually deisgn their shurikens.

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

#### The interface consists of three main tabs:

* **Shurikens**: With each stage of Blood Progression, a new blueprint fragment unlocks. The tab shows the number of remaining fragments needed for assembly, the current assembly status if the blueprint is incomplete, or the crafting process if fully assembled. If a shuriken is not unlocked, its blueprint is locked with an explanation. Only uncrafted shurikens are displayed here, crafted shurikens can be found in the [Player Profile](/game-info/game-systems/bazaar/player-profile.md). See the [Shurikens](/game-info/game-systems/bazaar/player-profile/shuriken.md) section for more details.
* **Shuriken Paints**: These control the visual appearance and provide bonus effects as described. Paints are crafted using dyes obtained from [Palette chest](/game-info/game-systems/bazaar/in-game-rewards/chests.md). If materials are insufficient, a purchase button appears, which changes to a "craft" button when resources are available. Locked paints cannot be interacted with, but unlocked paints can be equipped on any shuriken. Paints are available for crafting immediately after unlocking, provided the required resources are available.
* **Power Stones**: These unlock through Blood Progression. If a Power Stone is not unlocked, it is completely inaccessible. Purchases with emeralds must be made in sets of three or more. See the [Power Stones](/game-info/game-systems/bazaar/player-profile/power-stone.md) section for more details.


---

# 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://docs.playhattori.io/game-info/game-systems/bazaar/charatacters-and-locations/blacksmith.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.
