Skill
class Skill
Normal Attack, Elemental Skill, and Elemental Burst. Not including Passive Talents.
constructor
new Skill(data, enka)
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
data | JsonObject | |||
enka | EnkaClient |
Properties
id
Type: number
enka
Type: EnkaClient
name
Type: TextAssets
description
Type: DynamicTextAssets
icon
Type: ImageAssets
Methods
getById
static
Returns: Skill
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
id | number | |||
enka | EnkaClient |