PKMCharacteristic
public class PKMCharacteristic: Mappable
Characteristics indicate which stat contains a Pokémon’s highest IV. A Pokémon’s Characteristic is determined by the remainder of its highest IV divided by 5 (gene_modulo). Check out Bulbapedia for greater detail.
-
The identifier for this characteristic resource
Declaration
Swift
public var id: Int? -
The remainder of the highest stat/IV divided by 5
Declaration
Swift
public var geneModulo: Int? -
The possible values of the highest stat that would result in a Pokémon recieving this characteristic when divided by 5
Declaration
Swift
public var possibleValues: [Int]? -
The descriptions of this characteristic listed in different languages
Declaration
Swift
public var descriptions: [PKMDescription]? -
Undocumented
Declaration
Swift
public class PKMCharacteristic: Mappable -
Undocumented
Declaration
Swift
public class PKMCharacteristic: Mappable
View on GitHub
PKMCharacteristic Class Reference