# Configuration

## Options

***

{% hint style="info" %}
Options can be found in `no-chains/config/shared/chains.lua`
{% endhint %}

| Option        | type    | Description                                          |
| ------------- | ------- | ---------------------------------------------------- |
| Duration      | number  | How long the effect will last. (milliseconds)        |
| Interval      | number  | Interval of effect appearance (milliseconds)         |
| Chance        | number  | Chance of the effect appearing per interval. (0-100) |
| PlayAnimation | boolean |                                                      |

## Adding As Item

***

If you are using [supported framework](https://none-fivem.gitbook.io/nonem/no-base/supported-resources#frameworks) you can set item name from&#x20;

`no-chains/config/shared/chains.lua` or you can trigger `no-chains:equip` event on the client.

## Effects

***

{% hint style="info" %}
You can add as many effects as you want. [Effect List](https://vespura.com/fivem/particle-list/).
{% endhint %}

### Effect

***

| Field  | Type   | Description                |
| ------ | ------ | -------------------------- |
| dict   | string | Dictionary of the particle |
| effect | string | Name of the particle       |
| size   | number | Size of the effect         |
