PKMTypeRelations

public class PKMTypeRelations: Mappable

Pokemon Type Relations

  • A list of types this type has no effect on

    Declaration

    Swift

    public var noDamageTo: [PKMNamedAPIResource]?
  • A list of types this type is not very effect against

    Declaration

    Swift

    public var halfDamageTo: [PKMNamedAPIResource]?
  • A list of types this type is very effect against

    Declaration

    Swift

    public var doubleDamageTo: [PKMNamedAPIResource]?
  • A list of types that have no effect on this type

    Declaration

    Swift

    public var noDamageFrom: [PKMNamedAPIResource]?
  • A list of types that are not very effective against this type

    Declaration

    Swift

    public var halfDamageFrom: [PKMNamedAPIResource]?
  • A list of types that are very effective against this type

    Declaration

    Swift

    public var doubleDamageFrom: [PKMNamedAPIResource]?
  • Undocumented

    Declaration

    Swift

    public class PKMTypeRelations: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMTypeRelations: Mappable