hywrapper-ts / Exports / Skill
Interface: Skill
Information about a skill
Table of contents
Properties
Properties
description
• Optional description: string
The skill's description
Defined in
src/models/skyblock/SkillsResponse.ts:33
levels
• Optional levels: Level[]
A list of information and rewards about each level for a skill
Defined in
src/models/skyblock/SkillsResponse.ts:41
maxLevel
• Optional maxLevel: number
Maximum level possible for the skill, including level cap increases.
Defined in
src/models/skyblock/SkillsResponse.ts:37
name
• Optional name: string
The name of the skill (eg; Farming, Mining)
Defined in
src/models/skyblock/SkillsResponse.ts:29