# WoodCutting

## 🌲 Woodcutting System

### Getting Started

In addition to hunting and questing, players can engage in the **woodcutting system**, a progression-based skill that rewards dedication and persistence. Chopping trees not only grants experience and valuable materials, but also unlocks access to **housing decorations**, **exclusive quests**, **missions**, and even **special boat routes** across the world.

To begin woodcutting, all you need is a basic axe and access to any choppable tree around the world.

***

### 🎯 Base Mechanics

Each time you use your axe on specific tree or bush objects, you have a chance to receive a **wooden plank**. These planks are the main currency of the woodcutting system and can be used in crafting, mission turn-ins, or trading with NPCs.

Your chance to receive a plank starts at a base percentage and **increases as you level up** in woodcutting.

***

#### 🪓 Tool Break Chance

At **Woodcutting Level 2 and above**, there is a 1&#x30;**% chance** your axe will break when you successfully harvest a plank.

🧠 *Tip:* Keep an extra axe on hand as you climb the ranks!

***

### 📈 Leveling Up

Every time you successfully harvest a plank, your **woodcutting XP** increases. When you reach the required XP threshold for your current level, you automatically advance to the next level.

Each new level:

* Increases your plank drop chance by **+3%**
* Displays a **level-up message** and **firework effect**
* Raises the XP required for the next level

🧮 **Plank Chance Formula**:

```
FinalChance = baseChance + (level - 1) * 3%
```

For example:

* Level 1 (base): 15%
* Level 2: 18%
* Level 3: 21%
* and so on...

Your progress is displayed after each successful chop as floating text like:\
\&#xNAN;**“27/100”**

***

### 🌟 Rewards & Uses

Woodcutting isn’t just about collecting planks — it ties directly into multiple systems:

* 🪵 **Housing Decorations**: Use wood to buy unique furniture and wall styles.
* 🗺️ **Boat Access**: Some ships require wood donations to repair docks or unlock routes.
* 📜 **Quests**: NPCs will request wood for building projects or proving your craftsmanship.
* 🔨 **Missions**: Turn in planks for reputation and unlock skill-boosting rewards.

***

### ⏳ Cooldowns & Tree Reset

* Players must wait 3 seconds between each chop before attempting to cut again.
* Once chopped, trees visually **transform** and **reset after 15 minutes**, making the world feel alive and responsive to your actions.

***

### 🧭 Tracking Your Progress

Use the in-game command:

```
!woodcutting
```

This will show:

* Your current **woodcutting level**
* Your **progress toward next level**
* Your **current chance** to get a plank


---

# 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://monzera.gitbook.io/monzera-wiki/woodcutting.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.
