Interface: SkyBlockResourcesSkillLevel


# Interface: SkyBlockResourcesSkillLevel

Components.Schemas.SkyBlockResourcesSkillLevel

# Properties

# level

level: number

The skill level this applies to.

Defined in: types/api.ts:3922 (opens new window)


# totalExpRequired

totalExpRequired: number

The amount of EXP required to reach this level.

Defined in: types/api.ts:3926 (opens new window)


# unlocks

unlocks: string[]

An array of strings describing what this skill unlocks.

Defined in: types/api.ts:3930 (opens new window)