Interface Moveset

A single moveset data object as found on e.g. https://www.smogon.com/stats/2015-01/chaos/gen1ou-0.json as value of an entry in 'data'. Always represents a single Pokémon.

Hierarchy

  • Moveset

Properties

abilities: Map<string, number>

Map mapping a ability to its usage count.

checksAndCounters: Map<string, [number, number, number]>
happiness: Map<number, number>

Map mapping a happiness to its usage count.

items: Map<string, number>

Map mapping an item to its usage count.

moves: Map<string, number>

Map mapping a move to its usage count.

rawCount: number
spreads: Map<Spread, number>

Map mapping a Spread to its usage count.

teammates: Map<string, number>
usage?: number

Usage ratio (e.g. 0.0123). Not set in older data.

viabilityCeiling?: [number, number, number, number]

Not set in older data.

Generated using TypeDoc