PKMEvolutionChain

public class PKMEvolutionChain: Mappable

Evolution Chain

  • id

    The identifier for this evolution chain resource

    Declaration

    Swift

    public var id: Int?
  • The item that a Pokémon would be holding when mating that would trigger the egg hatching a baby Pokémon rather than a basic Pokémon

    Declaration

    Swift

    public var babyTriggerItem: PKMNamedAPIResource?
  • The base chain link object. Each link contains evolution details for a Pokémon in the chain. Each link references the next Pokémon in the natural evolution order.

    Declaration

    Swift

    public var chain: PKMClainLink?
  • Undocumented

    Declaration

    Swift

    public class PKMEvolutionChain: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMEvolutionChain: Mappable