# Carpenter 🔨

## Description

The Carpenter is a skilled artisan who works with wood to build structures, furniture, tools, and other objects. They use various hand tools such as saws, chisels, and planes, as well as larger tools like hammers and axes. Carpenters work on construction sites to build wooden structures such as houses, churches, and bridges. They also build furniture, such as chairs, tables, and beds, as well as tools like plows and carts. Carpenters are also skilled in the art of joinery, which involves fitting pieces of wood together without the use of nails. They are highly valued for building and maintaining the infrastructure of the Capital.

## Mechanics

### Carpenter

{% code title="#workshops" %}

```javascript
r!carpenter
```

{% endcode %}

Used by a Carpenter in order to simply make furniture from wood and nails in their inventory.

* **Necessary tool:** Hammer
  * **Location:** Primary slot
  * **Durability cost:** `5`
* **Necessary Materials:** `5 Wood + 1 Nails`
* **Minimum Stamina:** `60%`
  * **Raw Stamina Cost:** `10`
* **XP Reward:** `3`
  * **XP Reward Cooldown:** `24h`
  * **XP Reward While on Cooldown:** *30% chance at 1XP per `carpenter`*

### Build

{% code title="(any)Residential District" %}

```javascript
r!build <@user>
```

{% endcode %}

Used for upgrading a specific user's home to a better housing level. Must be used in the channel where the @user's home is.

#### Requirements:

* **Minimum Level Required:** Adept \[III]
  * **Master \[IV]** unlocks the *Enhanced I & II upgrades*
  * **Grandmaster \[V]** unlocks the *Refined and Perfected upgrades*
* **Necessary tool:** Hammer
  * **Location:** Primary slot
  * **Durability cost:** `25`
* **Necessary Buckles:** Depends on [Housing Level](/channels/districts/housing.md#housing-levels)
* **Minimum Stamina:** `100%`
  * **Raw Stamina Cost:** `20`
* **XP Reward:** `10`
* **Command Cooldown:** `3 days`

{% hint style="info" %}
*Mention yourself to upgrade **your** home.*
{% endhint %}

## Relationship with the Market and other Users

On their own, Carpenters can create furniture which they can sell to the market. Since furniture has no practical use, characters won't usually buy them. Because of this, carpenters will spend most of their time interacting directly with the market. To make the most of what they have, they can trade with [Blacksmiths](/commoner/fame/blacksmith.md) to get nails and [Tree Fellers](/commoner/fame/tree-feller.md) to get wood.

Additionally, carpenters are essential for a specific mechanic. Upgrading homes cannot be done without carpenter characters. There is a lot of money to be had by upgrading people's homes for them. However, because it's so costly, you might not get the chance to do it often.


---

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