# Armorsmith 🛡️

## Description:

An Armorsmith is a skilled artisan who specializes in creating armor for knights and soldiers. The armorsmith's workshop, known as an "armor", is equipped with specialized tools such as hammers, anvils, and shaping stakes. To create armor, the armorsmith uses various techniques such as forging, hammering, and riveting, to shape pieces of metal into armor components, such as helmets, breastplates, and gauntlets. The armorsmith then assembles the components into a full suit of armor, which is tailored to the individual wearer. Armorsmiths are highly valued members of society, as they play a critical role in protecting knights and soldiers on the battlefield. Armorsmiths are generally very prestigious within Rosewood. Their craft also includes the forging of shields and other protective gear.

## Mechanics:

{% code title="#workshops" %}

```javascript
r!forge
```

{% endcode %}

Just like every other smith, the Armorsmith uses the `forge` command in order to turn simple materials into complex products which 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             | Level Requirement |
| --------------------- | ----------------------- | ----------------- |
| **Gambeson**          | *10 Linen*              | Novice            |
| **Brigandine**        | *8 Linen + 10 Steel*    | Adept             |
| **Chain Mail**        | *12 Iron Bars*          | Master            |
| **Rosewoodian Plate** | *15 Steel Bars*         | Grandmaster       |
| **Round Shield**      | *5 Wood + 2 Linen*      | Novice            |
| **Heather Shield**    | *4 Wood + 2 Iron Bars*  | Apprentice        |
| **Kite Shield**       | *6 Wood + 2 Steel Bars* | Grandmaster       |

* **Necessary tool:** Hammer
  * **Location:** Primary slot
  * **Durability cost:** `5`
* **Minimum Stamina:** `50%`
  * **Raw Stamina Cost:** `15`
* **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:

For the majority of their forgables, armorsmiths will need refined material components such as iron and steel bars. These cannot be obtained from [Miners](/commoner/fame/miner.md), but armorsmiths can get them from [Blacksmiths](/commoner/fame/blacksmith.md). Doing so will make sure that you get them at a lower price while allowing the other person to make a larger profit. Alternatively, you can get all you need from the market at the standard price. Don't forget that you can always trade with [Tree Fellers](/commoner/fame/tree-feller.md) for wood if you want to save a couple of buckles!

Generally, the product armorsmiths make is specific to people who engage in combat or generally expect trouble coming their way. Most people won't have a need for armor. This means that armorsmiths will probably mostly deal with members of the Watch, nobility, and very wealthy members of society. Whether they have PC customers or not doesn't stop them from earning money by selling their wares directly to the market.


---

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