pub fn get_skill_name(skill_id: u16) -> String
Get the name of the skill with a certain numerical ID.
If an invalid ID is used, “invalid” is returned.
skill_id The ID of the skill.
skill_id
Returns the name of the skill.