# Miner ⛏️

## Description:

A Miner is a person who extracts minerals and ores from the earth for use in various crafts. They work in mines or quarries, using tools such as picks, shovels, and hammers to extract minerals such as coal, iron, copper, stone, silver, gold, and others. Miners face many dangers, including cave-ins, flooding, and exposure to harmful chemicals and gases. They often work long hours in difficult and cramped conditions, with low pay and little safety. Despite the challenges, mining is crucial, providing raw materials for metalworking, construction, and other crafts. They work in the Fisher-owned mines outside Rosewood and the nearby quarry.

## Mechanics:

{% code title="#mines" %}

```javascript
r!mine
```

{% endcode %}

The `mine` command is used by the Miner in order to obtain stone and ore from the Rosewood Mines.&#x20;

#### Possible Outcomes:

<table><thead><tr><th width="100" align="center">Level</th><th>Outcomes</th></tr></thead><tbody><tr><td align="center">1</td><td><ul><li><code>50%</code> for 2 Stone</li><li><code>50%</code> for 4 Stone</li></ul></td></tr><tr><td align="center">2</td><td><ul><li><code>33%</code> for 3 Stone</li><li><code>33%</code> for 1 Stone &#x26; 1 Iron Ore</li><li><code>33%</code> for 1 Silver Ore</li></ul></td></tr><tr><td align="center">3</td><td><ul><li><code>25%</code> for 2 Stone &#x26; 1 Iron Ore</li><li><code>25%</code> for 2 Iron Ore</li><li><code>25%</code> for 1 Iron Ore &#x26; 1 Silver Ore</li><li><code>25%</code> for 1 Gold Ore</li></ul></td></tr><tr><td align="center">4</td><td><ul><li><code>33%</code> for 3 Iron Ore</li><li><code>33%</code> for 2 Iron Ore &#x26; 1 Silver Ore</li><li><code>33%</code> for 2 Gold Ore</li></ul></td></tr><tr><td align="center">5</td><td><ul><li><code>33%</code> for 1 Iron Ore &#x26; 2 Silver Ore</li><li><code>33%</code> for 2 Silver Ore &#x26; 1 Gold Ore</li><li><code>33%</code> for 1 Crystals</li></ul></td></tr></tbody></table>

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

## Relationship with the Market and Other Users:

Miners, along with Farmers and Tree Fellers, bring in primary raw materials which can't be divided further and are absolutely crucial for a stable economy. Miners will likely end up making their profit by selling stones to the market directly. However, when they do find metals or crystals, instead of the market, they can be sold to characters who might have a need for them. This will most likely be a character that is some sort of smith. Trading with them directly will allow you to earn more profit while also being cost-effective for your buyers.


---

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