UniqueSkill
class UniqueSkill extends UpgradableSkill
Elemental Skill and Elemental Burst
Properties
Methods
constructor
new UniqueSkill(data, enka)
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
data | JsonObject | |||
enka | EnkaClient |
Properties
maxCharge
Type: number
cooldown
Type: number
id
inherited
Type: number
enka
inherited
Type: EnkaClient
name
inherited
Type: TextAssets
description
inherited
Type: DynamicTextAssets
icon
inherited
Type: ImageAssets
Methods
getById
static
Returns: UniqueSkill
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
id | number | |||
enka | EnkaClient |
getSkillAttributes
inherited
Returns: SkillAttributeAssets[]
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
level | number |
getUpgradeCost
inherited
Returns: UpgradeCost | null
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
level | number | the base level you want to upgrade to. (Do not add extra levels.) |