> For the complete documentation index, see [llms.txt](https://docs.infinitypulse.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infinitypulse.dev/redm/herbalist-system/herbalist-skills.md).

# Herbalist Skills

<figure><img src="/files/45JfcdZA6H3FaHJZMIRO" alt=""><figcaption><p>Preview of Skill Points and Skills from the In-game Herbalism Book</p></figcaption></figure>

### 1. Pickup Time

**Description:** Reduces the time required to harvest herbs.\
**Skill Levels:**

* **Level 1:** Harvest time reduced by 10 seconds (10000ms).
* **Level 2:** Harvest time reduced by 8 seconds (8000ms).
* **Level 3:** Harvest time reduced by 6 seconds (6000ms).
* **Level 4:** Harvest time reduced by 4 seconds (4000ms).
* **Level 5:** Harvest time reduced by 2 seconds (2000ms).

***

### 2. Reduce Damage

**Description:** Reduces the damage taken while harvesting herbs.\
**Skill Levels:**

* **Level 1:** 17% damage reduction.
* **Level 2:** 15% damage reduction.
* **Level 3:** 13% damage reduction.
* **Level 4:** 10% damage reduction.
* **Level 5:** 5% damage reduction.

***

### 3. Double Loot

**Description:** Increases the chance of receiving more loot from herbs.\
**Skill Levels:**

* **Level 1:** 5% chance for double loot.
* **Level 2:** 10% chance for double loot.
* **Level 3:** 15% chance for double loot.
* **Level 4:** 20% chance for double loot.
* **Level 5:** 25% chance for double loot.

***

### 4. Double XP

**Description:** Increases the amount of experience gained from harvesting herbs.\
**Skill Levels:**

* **Level 1:** 5% chance for double XP.
* **Level 2:** 10% chance for double XP.
* **Level 3:** 15% chance for double XP.
* **Level 4:** 20% chance for double XP.
* **Level 5:** 25% chance for double XP.

***

### 5. Boost Food

**Description:** Increases the amount of food received from herbs.\
**Skill Levels:**

* **Level 1:** 2 food bonus.
* **Level 2:** 4 food bonus.
* **Level 3:** 6 food bonus.
* **Level 4:** 8 food bonus.
* **Level 5:** 12 food bonus.

***

### 6. Avoid Poison

**Description:** Reduces the chance of being poisoned while eating herbs.\
**Skill Levels:**

* **Level 1:** 12% chance to avoid poison.
* **Level 2:** 10% chance to avoid poison.
* **Level 3:** 8% chance to avoid poison.
* **Level 4:** 6% chance to avoid poison.
* **Level 5:** 4% chance to avoid poison.

***

### How to Upgrade Skills

You can upgrade each of these skills as you progress in herbalism. Each level will provide incremental benefits, such as faster harvest times, higher loot chances, or increased XP and food bonuses. Focus on upgrading specific skills based on your playstyle and needs in the game!

{% embed url="<https://www.youtube.com/watch?v=7nYeIrgs2TQ>" %}

## Buy Herbalist System Now!

{% embed url="<https://infinity-pulse.tebex.io/package/6669834>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.infinitypulse.dev/redm/herbalist-system/herbalist-skills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
