> For the complete documentation index, see [llms.txt](https://edseries-plugins.gitbook.io/p/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edseries-plugins.gitbook.io/p/pinnaprison/core/enchants/enchant-list.md).

# Enchant List

The default enchants that ship with PinnaPrison. Each one is a file in `enchants/<id>.yml` and is configured exactly as described in [Enchants](/p/pinnaprison/core/enchants.md). The **id** is the filename and is what you use in commands and placeholders.

{% hint style="info" %}
You can add, remove or rename enchants freely — just drop a new `enchants/<id>.yml` file in and `/pinna reload`.
{% endhint %}

## Passive (effect) enchants

Apply a potion effect while holding the pickaxe.

| Id      | Name  |
| ------- | ----- |
| `haste` | Haste |
| `speed` | Speed |

## Greed enchants

Roll a chance to pay bonus currency per mined block.

| Id           | Name        |
| ------------ | ----------- |
| `tokengreed` | Token Greed |
| `gemgreed`   | Gem Greed   |

## Active AOE / animated enchants

Roll a chance per mined block to trigger an animated area-of-effect that breaks extra blocks (and may pay bonus currency / chain other enchants). All are `type: api`.

| Id                 | Name              |
| ------------------ | ----------------- |
| `armageddon`       | Armageddon        |
| `aurora`           | Aurora Veil       |
| `batcolony`        | Bat Colony        |
| `bigbang`          | Big Bang          |
| `blackhole`        | Black Hole        |
| `creeperrush`      | Creeper Rush      |
| `crystalcataclysm` | Crystal Cataclysm |
| `diamondstorm`     | Diamond Storm     |
| `doomsdaydrill`    | Doomsday Drill    |
| `dragonbreath`     | Dragon Breath     |
| `drill`            | Mega Drill        |
| `dwarves`          | Dwarf Brigade     |
| `galaxy`           | Galaxy Collapse   |
| `golemsiege`       | Golem Siege       |
| `horde`            | Zombie Horde      |
| `iceage`           | Ice Age           |
| `inferno`          | Blaze Inferno     |
| `jackhammer`       | Jackhammer        |
| `meteor`           | Meteor Shower     |
| `nuke`             | Tactical Nuke     |
| `orbital`          | Orbital Strike    |
| `phantoms`         | Phantom Fleet     |
| `prismbeam`        | Prismatic Beam    |
| `ragnarok`         | Ragnarok          |
| `rainbownova`      | Rainbow Nova      |
| `sandworm`         | Sandworm          |
| `supernova`        | Supernova         |
| `thunderstorm`     | Thunder Storm     |
| `tsunami`          | Tsunami           |
| `voidrift`         | Void Rift         |
| `warden`           | Warden Wrath      |
| `witherstorm`      | Wither Storm      |

Each animated enchant has its own FX settings (counts, radii, speeds) under `settings:` in its file — open the file to tune the visuals and the size of the area it breaks.


---

# 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:

```
GET https://edseries-plugins.gitbook.io/p/pinnaprison/core/enchants/enchant-list.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.
