experience_threshold
Returns the configured base experience threshold for a skill.
Function
Synopsis
btech.character.experience_threshold( skill )
Arguments
string skill- The skill name.
Returns
integer threshold- The configured base threshold. This is not the character-specific experience
remaining until the next level. The
experience_to_next_levelfield returned bybtech.character.valueis the character’s cumulative target; subtract the returnedexperiencefield to calculate the remaining amount.