Options
All
  • Public
  • Public/Protected
  • All
Menu

The localization of all proper names used for one language.

Hierarchy

  • LocalizationLanguage

Index

Constructors

constructor

Properties

abilities

abilities: string[]

The names of all abilities accessible by their ID.

characteristics

characteristics: string[][]

The characteristics a Pokémon can have, by type and alternative.

countries

countries: string[]

The list of all countries a 3DS can be set to.

forms6

forms6: string[][]

The list of all form names in generation 6, accessible by species, then form ID.

forms7

forms7: string[][]

The list of all form names in generation 7, accessible by species, then form ID.

games

games: string[]

The names of the games, accessible by their ID.

items

items: string[]

The name of all items, accessible by their ID.

lang

lang: string

languageTags

languageTags: string[]

All language tags, accessible by their ID.

locations

locations: object

The names of all locations in the games, accessible by generation and IDs.

Type declaration

moves

moves: string[]

The names of all moves, accessible by their ID.

natures

natures: string[]

The names of all natures, accessible by their IDs.

regions

regions: string[]

The names of all regions a Pokémon can be from, accessible by their IDs.

ribbonNames

ribbonNames: string[][]

The names of all ribbons in Gen 6 and 7 games by set and flag position.

species

species: string[]

The names of all species, accessible by their IDs.

types

types: string[]

The names of all types, accessible by their IDs.

Methods

getBallName

  • getBallName(ball: number): string
  • Get the name of the ball a Pokémon was captured in.

    Parameters

    • ball: number

    Returns string

    The ball name

getCharacteristic

  • getCharacteristic(pkm: PkBase): string
  • Get the description text of the characteristic a Pokémon has.

    Parameters

    • pkm: PkBase

      The Pokémon whose characteristic to check

    Returns string

    The characteristic description

getEggLocation

  • getEggLocation(pkm: PkBase): string
  • Get the name of the egg location of a Pokémon.

    Parameters

    • pkm: PkBase

      The Pokémon whose egg location to check

    Returns string

    The location name

getLocation

  • getLocation(pkm: PkBase): string
  • getLocation(originGame: number, location: number): string
  • Get the name of the location a Pokémon was caught.

    Parameters

    • pkm: PkBase

      The Pokémon whose met location to retrieve

    Returns string

  • Get a location name from the given game version and location ID.

    Parameters

    • originGame: number

      The version ID the Pokémon was caught in

    • location: number

      The location ID

    Returns string

    The location name

getRibbons

  • getRibbons(pkm: PkBase): string[]
  • Get a list of the names of all ribbons a Pokémon has.

    Parameters

    • pkm: PkBase

      The Pokémon whose Ribbons to retrieve

    Returns string[]

    The list of ribbons

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc