PKMCharacteristic
public class PKMCharacteristic: MappableCharacteristics 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 DeclarationSwift public var id: Int?
- 
                  
                  The remainder of the highest stat/IV divided by 5 DeclarationSwift 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 DeclarationSwift public var possibleValues: [Int]?
- 
                  
                  The descriptions of this characteristic listed in different languages DeclarationSwift public var descriptions: [PKMDescription]?
- 
                  
                  Undocumented DeclarationSwift public class PKMCharacteristic: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMCharacteristic: Mappable
 View on GitHub
View on GitHub PKMCharacteristic Class Reference
        PKMCharacteristic Class Reference