# Description

## Enchantments / Power Orbs

### Single line description

Enchantments and power orbs can have single line description using the `description` (without **s**) keyword as follow :&#x20;

`description: "&eThis is a nice description"`&#x20;

### Multi line description

They can also have multiple lines description using the `descriptions` (with **s**) keyword as follow :

`descriptions:`

`- "&7Increase damages by &ccompute_{%level%*3}% &7in water"`

`- "&ccompute_{%level%*0.3}% &7chance to kill ennemy in water"`

## Sets

Sets can only use the `description` keyword (without **s**) to define a multi line description. You have also to define a description per amount of items for sets as follow :

`description:`

<mark style="color:blue;">`- "set[all]:&7>> &fReduce hostile damages by &ccompute_{%equipped_items%*3}%"`</mark>

<mark style="color:orange;">`- "set[3,4]:&7>> &fGive permanent night vision"`</mark>

<mark style="color:green;">`- "set[4]:&7>> &fGive permanent fast digging"`</mark>

Here the <mark style="color:blue;">**first**</mark> line will be displayed on items equipped all the time

The <mark style="color:orange;">**second**</mark> line will be displayed only if the amount of items equipped having this set is 3 or 4

The <mark style="color:green;">**third**</mark> line will be displayed only if the amount of items having this set equipped is 4
