# Mana Abilities

**Mana abilities** are active abilities that consume mana when activated. By default, mana abilities unlock at skill level 6 and level up every 6 skill levels. Each skill can have at most one mana ability.

### **List of Mana Abilities**

| Name            | Skill      | Description                                                                                                                                                                                                |
| --------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Replenish       | Farming    | Replants crops automatically for a certain duration. Right click with a hoe and break a crop to activate. Works with wheat, carrots, potatoes, nether wart, and beetroot.                                  |
| Treecapitator   | Foraging   | Breaks entire trees instantly for a certain duration. Right-click with an axe and break a log to activate. The algorithm is not final and will be improved later on to work perfectly with all tree types. |
| Speed Mine      | Mining     | Gives Haste 10 for a certain duration. Right-click with a pickaxe and break stone or an ore to activate.                                                                                                   |
| Sharp Hook      | Fishing    | Deal damage to a hooked entity when left-clicking with a fishing rod.                                                                                                                                      |
| Terraform       | Excavation | When digging, break connected blocks instantly in a 4 block radius horizontally for a duration. Right click shovel and dig block to activate.                                                              |
| Charged Shot    | Archery    | Arrows you shoot will deal more damage based on how far the bow was pulled back, consuming mana in the process. Does more damage per mana consumed. Left click a bow to toggle charged shot mode.          |
| Absorption      | Defense    | Incoming damage will decrease mana by 2x Minecraft damage instead of your health. Mana will not regenerate while Absorption is active. Left click shield and take damage to activate.                      |
| Lightning Blade | Fighting   | Increases attack speed by a percent for a duration. Right click sword and attack entity to activate.                                                                                                       |


---

# 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://wiki.wavecraft.net/wiki/survival-server/skills/mana-abilities.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.
