Update Player Skills

Guillaume 2023-04-03 21:12:26 +00:00
parent d4c8c1b5a1
commit 6aa778b96d

@ -23,7 +23,8 @@ Select the skill you'd like to upgrade by clicking on it, once it's selected it
![](https://i.imgur.com/mfLkMB9.gif)
## Skill Unlocking
Each skill can be either locked, unlocked but not usable, or usable. Locking a skill means that it can't be seen in the player skills UI and that the player doesn't even know its existence. When a skill is unlocked it can be seen in the player UI but can be bound only if the player matches the level requirements associated to the skill.
Each skill can be either locked, unlocked but not usable, or usable. Locking a skill means that it can't be seen in the player skills UI and that the player doesn't even know its existence. When a skill is unlocked it can be seen in the player UI but can be bound only if the player matches the level requirements associated to the skill. A skill can be unlocked/locked through triggers (recommanded) or commands.
If you unlock a skill which information is not filled in the class folder, it will be considered as directly usable (at level 1) and won't be upgradable.