# Tree Feller 🌳

## Description:

Tree fellers are laborers responsible for cutting down trees using hand tools such as axes and saws. They work in the forests and woodlands, often in groups, to fell trees that are used for a variety of purposes such as building materials, fuel, and making weapons/tools. Once a tree is felled, the tree feller strips off its branches and cuts it into sections of a manageable size, which are then transported to the appropriate destination. They also work with the Mayor's Wardens to maintain the woods' structure, growing specific kinds of trees, and making sure that duff doesn't accumulate on the forest floors. Due to the danger involved in the work and the physical labor required, it is considered a difficult and challenging occupation.

## Mechanics:

{% code title="#forest" %}

```javascript
r!cut
```

{% endcode %}

The `cut` command is used by the Tree Feller in order to gather wood in their inventory.&#x20;

* **Necessary tool:** Axe
  * **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 `cut`*

*Amount of wood received per level:*

* **Level 1:** `4-8 wood`
* **Level 2:** `5-9 wood`
* **Level 3:** `6-10 wood`
* **Level 4:** `8-12 wood`
* **Level 5:** `12-15 wood`

{% hint style="success" %}
*Tree Fellers also have a chance to gain "Quality Wood" when using the `cut` command. The chance they get it depends on their fame rank.*

\
\&#xNAN;***1:** `15%`*\
\&#xNAN;***1:** `20%`*\
\&#xNAN;***1:** `40%`*\
\&#xNAN;***1:** `60%`*\
\&#xNAN;***1:** `85%`*
{% endhint %}

{% hint style="info" %}
*Whenever the `cut` command is used, there is a `10%` chance that the character will also receive a drop of* apples, hazelnuts, pinenuts, chestnuts, or walnuts!
{% endhint %}

## Relationship with the Market and other Users:

Tree Fellers can choose to trade with a wide variety of other artisan characters who need wood to ply their crafts. Even disregarding the constant need for wood, they can always go to the market and sell the wood they cut directly. However, trading with other characters will yield more profit and will offer a better price to the person buying from you.


---

# 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/tree-feller.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.
