SpellData interface
A representation of the champion spell data returned by Data Dragon.
Signature:
export interface SpellData
Properties
cooldown
Type: Number
cooldownBurn
Type: String
cost
Type: Number
costBurn
Type: String
costType
Type: String
datavalues
Type: {}
description
Type: String
effect
Type: (null | Number)
effectBurn
Type: (null | String)
id
Type: String
image
Type: ImageData
leveltip
Type: { label: string; effect: string; }
maxammo
Type: String
maxrank
Type: Number
name
Type: String
range
Type: Number
rangeBurn
Type: String
resource
Type: String
tooltip
Type: String
vars
Type: { key: string; link: string; coeff: string; }