> For the complete documentation index, see [llms.txt](https://docs.medievaldiscord.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.medievaldiscord.com/commoner/fame/blacksmith.md).

# Blacksmith ⚒️

## Description:

The Blacksmith is one of the oldest professions within Rosewood. They are skilled artisans who work with iron and other metals to create a variety of tools and household items. The blacksmith's workshop, known as a forge/smithy, is typically located near a source of fuel and consists of a hearth, anvil, hammers, tongs, and other specialized tools. To create a metal object, blacksmiths heat the metal in the forge and shape it using their tools until it reached the desired form. Blacksmiths are essential members of medieval society, as their skills are hard to pick up and even more difficult to master.

## Mechanics:

{% code title="#workshops" %}

```javascript
r!forge
```

{% endcode %}

Just like every other smith, the Blacksmith uses the `forge` command in order to turn simple materials into complex products that can then be used in trading or selling in the Market. Using this command will open up a dropdown menu wherein you can choose what you want to make. **All smiths can use their personal** [**storage**](/items/inventory.md#storage) **in addition to their inventories when using the `forge` command!**

#### Recipes:

| **Item**            | Ingredients                |
| ------------------- | -------------------------- |
| **Axe**             | *3 Iron Bars + 2 Wood*     |
| **Hammer**          | *1 Iron Bar + 1 Wood*      |
| **Nails**           | *1 Iron Bar*               |
| **Horseshoe**       | *2 Iron Bars*              |
| **Slaughter Knife** | *1 Iron Bar + 1 Wood*      |
| **Hoe**             | *2 Iron Bars + 2 Wood*     |
| **Pickaxe**         | *2 Iron Bars + 2 Wood*     |
| **Steel Bar**       | *5 Iron Ore + 10 Charcoal* |
| **Iron Bar**        | *5 Iron Ore*               |

* **Necessary tool:** Hammer
  * **Location:** Primary slot
  * **Durability cost:** `5`
* **Minimum Stamina:** `50%`
  * **Raw Stamina Cost:** `5`
* **XP Reward:** `3`
  * **XP Reward Cooldown:** `24h`
  * **XP Reward While on Cooldown:** *30% chance at 1XP per `forge`*

## Relationship with the Market and other Users:

The Blacksmith can, of course, decide to buy the materials they need from the Market and sell their finished product back to it. However, if a user is attempting to maximize their profit, they should consider trading with other users for both materials and products.&#x20;

They require metal and wood, which they can get from PC [Miners](/commoner/fame/miner.md) and [Tree Fellers](/commoner/fame/tree-feller.md). When acquiring raw materials like this, you can get items at a discounted price, while the people you're buying from get a higher profit margin than they would were they to sell them to the market.

The tools a Blacksmith makes are necessary for many other trades from the Fame route. Therefore, blacksmiths should prioritize selling their forged goods to other characters. However, if you can't find a customer, don't worry, you can always sell off your product at the market for a slightly smaller profit.


---

# 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.medievaldiscord.com/commoner/fame/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.
