PassiveTalent
class PassiveTalent
constructor
new PassiveTalent(data, enka)
| PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION | 
|---|---|---|---|---|
| data | JsonObject | |||
| enka | EnkaClient | 
Properties
id
Type: number
enka
Type: EnkaClient
name
Type: TextAssets
description
Type: TextAssets
icon
Type: ImageAssets
addProps
Type: StatProperty[]
isHidden
Whether the talent is hidden in the list of talents on the in-game character screen
e.g. Raiden Shogun's talent of not being able to cook (Talent ID: 522301)
Type: boolean
Methods
getById
static
Returns: PassiveTalent
| PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION | 
|---|---|---|---|---|
| id | number | |||
| enka | EnkaClient |