mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-03-12 13:19:25 +01:00
Update Player Skills passive skill link
parent
ca0e73d2eb
commit
2ce5f4250f
@ -121,7 +121,7 @@ Since MMOCore 1.9 custom skills are handled within MythicLib, please refer to [t
|
|||||||
|
|
||||||
### Making a passive skill
|
### Making a passive skill
|
||||||
|
|
||||||
If you want to make a passive skill (using MythicMobs or SkillAPI) all you have to do is add `passive-type: TYPE` to your skill YML file in the '/skills' folder. Adding a passive type to your skill will prevent it from being bound and will automatically cast during specific events, depending on the passive type specified. You can see all Trigger Types on [this](https://gitlab.com/phoenix-dvpmt/mythiclib/-/wikis/Skills#trigger-types) page.
|
If you want to make a passive skill (using MythicMobs or SkillAPI) all you have to do is add `passive-type: TYPE` to your skill YML file in the '/skills' folder. Adding a passive type to your skill will prevent it from being bound and will automatically cast during specific events, depending on the passive type specified. You can see all Trigger Types on [this](https://gitlab.com/phoenix-dvpmt/mythiclib/-/wikis/Skills#passive-skills) page.
|
||||||
|
|
||||||
## Editing the skill menu
|
## Editing the skill menu
|
||||||
|
|
||||||
@ -291,4 +291,4 @@ slot: 1
|
|||||||

|

|
||||||
|
|
||||||
`upgrade` is the item clicked when you want to upgrade the selected skill\
|
`upgrade` is the item clicked when you want to upgrade the selected skill\
|
||||||

|
****
|
Loading…
Reference in New Issue
Block a user