... | ... | @@ -23,6 +23,8 @@ MMOItems requires premium MythicMobs (at least 4.7.0) in order to function. |
|
|
In order to setup a MM ability in MMOItems, you need to specify three different things: the **MM internal skill name** which will be used by MMOItems to detect and cast the corresponding MM skill, the **ability name** which is used by MMOItems to display the ability in the item lore, and the **modifiers** the ability has as well as the default modifier values.\
|
|
|
For instance, if you want the ability to also have a `damage` modifier, for a damaging projectile for example, you only need to add to the config file: `damage: 6` if you want the default damage value to be 6.
|
|
|
|
|
|
you can use both <mmoitems.skill.[Internal Mythic Skill Name].damage> and <mmoitems.skill.[Dynamic MMOITem ability File Name].damage>
|
|
|
|
|
|
Requires a server restart for ability to show up.
|
|
|
|
|
|
## Retrieving ability modifier values in MythicMobs skills
|
... | ... | |