Changes
Page history
added equipslot attribute and mechanic aliases
authored
Jan 29, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/UpdateLore.md
View page @
6f449969
## Description
Reparses the lore in your item config
## Attributes
This mechanic does not have any attributes.
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| equipslot | slot, s | The
[
slot
](
/../../../MythicMobs/-/wikis/Skills/EquipSlot
)
to target | |
## Examples
## Examples
```
yaml
MyItem
:
Id
:
stick
...
...
@@ -14,4 +17,8 @@ MyItem:
-
'
This
is
a
random
number
<random.0to5>'
Skills
:
-
updatelore{} ~onUse
```
\ No newline at end of file
```
## Aliases
-
[x] regeneratelore
\ No newline at end of file