> For the complete documentation index, see [llms.txt](https://shimado.gitbook.io/relics-plugin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shimado.gitbook.io/relics-plugin/potions-constructor.md).

# Potions constructor

Here you can configure the potions that will appear to the creatures.

First, indicate the ID that will be used further. For example -> ENIGMA\_POTIONS

You can fit as many potions as you like into one ID.

-\['CONFUSION (code name)', duration in ticks, amplifier, ambient, particles]

List of all particles -> SPEED,SLOW,FAST\_DIGGING,SLOW\_DIGGING,INCREASE\_DAMAGE,HEAL,HARM,JUMP,CONFUSION,REGENERATION,DAMAGE\_RESISTANCE,FIRE\_RESISTANCE,WATER\_BREATHING,INVISIBILITY,BLINDNESS,NIGHT\_VISION,HUNGER,WEAKNESS,POISON,WITHER,HEALTH\_BOOST,ABSORPTION,SATURATION,GLOWING,LEVITATION,LUCK,UNLUCK,SLOW\_FALLING,CONDUIT\_POWER,DOLPHINS\_GRACE,BAD\_OMEN,HERO\_OF\_THE\_VILLAGE,DARKNESS

```yaml
ENIGMA_POTIONS:
  - ['CONFUSION', 120, 2, false, false]
  - ['HUNGER', 120, 2, false, false]
```
