ElementalBurst
class ElementalBurst extends UniqueSkill
Properties
Methods
constructor
new ElementalBurst(data, enka)
| PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION | 
|---|---|---|---|---|
| data | JsonObject | |||
| enka | EnkaClient | 
Properties
costElemType
Type: Element
costElemVal
Type: number
maxCharge
inherited
Type: number
cooldown
inherited
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: ElementalBurst
| 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.) |