# Effects

| Effect                                             | Description                                                                           |
| -------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `POTION:<EFFECT>:<STRENGTH>:<DURATION>:(TARGET)`   | Gives a potion effect to a player                                                     |
| `FEED:<AMOUNT>:(TARGET)`                           | Feed a player                                                                         |
| `FIRE:<TICKS>:(TARGET)`                            | Sets a player on fire for a certain number of ticks                                   |
| `EXPLODE:<STRENGTH>:<FIRE>:<BreakBlocks>:(TARGET)` | Create an explosion at a players location                                             |
| `SMELT`                                            | Smelt all blocks you mine                                                             |
| `INFUSION:<RADIUS>:<INSTANT_MINE>`                 | Mine all blocks in a radius                                                           |
| `AURA:<ALLY/ENEMY/ALL>:RADIUS:<EFFECT>`            | Gives all allies/enemies/everyone in a radius an effect                               |
| `LIGHTNING:(TARGET)`                               | Summons lightning at a location                                                       |
| `EXPERIENCE:<AMOUNT>:(TARGET)`                     | Gives a player a certain amount of experience                                         |
| `HEAL:<AMOUNT>:(TARGET)`                           | Heals a player a certain amount                                                       |
| `DAMAGE_MODIFIER:<MULTIPLIER>`                     | Multiply the amount of damage done by a multiplier                                    |
| `DROP_HEAD:(TARGET)`                               | Drops a players head                                                                  |
| `MULTISHOT:<AMOUNT>`                               | Shoots extra arrows                                                                   |
| `REPLACE_NEAR:<RADIUS>:<CURRENT>:<NEW>:<TIME>`     | Replaces all materials in a radius with another material for a certain amount of time |
| `COAT:<RADIUS>:<NEW>:<TIME>`                       | Coat a material over all blocks in a radius for a certain amount of time              |
| `TELEPATHY`                                        | Sends all blocks mined into your inventory                                            |
| `ADD_EXTRA_HEALTH:<AMOUNT>:<TIME>:(TARGET)`        | Increases a player's maximum health for a certain length of time                      |
| `REMOVE_EXTRA_HEALTH:<AMOUNT>:<TIME>:(TARGET)`     | Removes a player's maximum health for a certain amount of time                        |


---

# 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://iridium-development.gitbook.io/iridiumenchants/enchantments/effects.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.
