# Goldsmith 💍

## Description:

The Goldsmith is a very prestigious role in Rosewood's market. A goldsmith is a skilled artisan who works with gold and other precious metals to create a variety of objects such as jewelry, decorative objects, and religious items. The goldsmith's workshop *(called a "bijou")* is equipped with specialized tools, such as a crucible, blowpipe, and filigree tools, as well as various materials including gold, silver, and gems. To create a piece, the goldsmith first melts the gold and then shapes it using techniques such as casting, hammering, and engraving. Goldsmiths are highly valued members of society, as their creations are often used to display wealth and power. They are also employed to create objects for religious ceremonies and have a significant role in the production of illuminated manuscripts.

## Mechanics:

{% code title="#workshops" %}

```javascript
r!forge
```

{% endcode %}

Just like every other smith, the Goldsmith 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                  |
| ------------------ | ---------------------------- |
| **Silver Jewelry** | *3 Silver Nuggets*           |
| **Gold Jewelry**   | *3 Gold Nuggets + 1 Crystal* |
| **Silver Nugget**  | *3 Silver Ore*               |
| **Gold Nugget**    | *3 Gold Ore*                 |

* **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:

Just like all other smiths in Medieval Discord, goldsmiths have a complex relationship with other artisans, the market, and their customers. Unlike [Blacksmiths](/commoner/fame/blacksmith.md), goldsmiths usually sell their products to wealthier members of society.

Since the raw materials they need to make their wares are costly, their labor and finished products cost a lot as well. Jewellery is by no means an essential item to be bought and sold by the common person. Instead, goldsmiths will likely find themselves selling to the market most of the time.

They can maximize their profits by trying to procure the materials they need from [Miners](/commoner/fame/miner.md) who might have struck gold, both literally and metaphorically. By doing this, goldsmiths ensure they pay less for their raw materials while also allowing miners to make more money in the same trade.


---

# 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/goldsmith.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.
