# Add Lore

## Add lore first/Add lore last <a href="#add-lore-first-add-lore-last" id="add-lore-first-add-lore-last"></a>

Add content at the beginning or end of the item Lore.

```yaml
fake-changes:
  add-lore-first:
    - '&7A very very old sword!'
  add-lore-last:
    - '&f&lCommon'
```

Adding content before or after each line in Lore and this is very useful for users who want to add a Tooltip icon.

```yaml
fake-changes:
  add-lore-prefix: '%img_tooltip1%'
  add-lore-suffix: 'This is end of the line'
```
