Gets the skill the ability is leveled up by based on the
configuration in the skills.yml file.
Returns:
the skill the ability belongs to
getMaxLevel
intgetMaxLevel()
Gets the max level of the ability based on the configuration.
Returns:
the max level
getUnlock
intgetUnlock()
Gets the skill level the ability is unlocked at based on the configuration.
Returns:
the skill level the ability is unlocked at
getLevelUp
intgetLevelUp()
Gets the interval of skill levels between ability level ups. A value of 5
means the ability levels up every 5 levels, starting at the value of
getUnlock().