skill_tree.yml 1.3 KB

1234567891011121314151617181920
  1. ###########################################################################
  2. # Skill Tree Database
  3. ###########################################################################
  4. #
  5. # Skill Tree Settings
  6. #
  7. ###########################################################################
  8. # - Job Job name.
  9. # Inherit Map of job name from which Job will inherit the skill tree. (Default: null)
  10. # Note that Job doesn't inherit the child skills, it only inherits the skills defined in Tree of the given job name.
  11. # Tree: List of skills available for the job. (Default: null)
  12. # - Name Skill name.
  13. # MaxLevel Max level of the skill. Set to 0 to remove the skill.
  14. # Exclude Whether the skill is excluded from being inherited. (Default: false)
  15. # BaseLevel Minimum base level required to unlock the skill. (Default: 0)
  16. # JobLevel Minimum job level required to unlock the skill. (Default: 0)
  17. # Requires: List of skills required to unlock the skill. (Default: null)
  18. # - Name Skill name.
  19. # Level Skill level required. Set to 0 to remove the skill.
  20. ###########################################################################