PKMItem
public class PKMItem: MappableAn item is an object in the games which the player can pick up, keep in their bag, and use in some manner. They have various uses, including healing, powering up, helping catch Pokémon, or to access a new area.
- 
                  
                  The identifier for this item resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this item resource DeclarationSwift public var name: String?
- 
                  
                  The price of this item in stores DeclarationSwift public var cost: Int?
- 
                  
                  The power of the move Fling when used with this item. DeclarationSwift public var fling_power: Int?
- 
                  
                  The effect of the move Fling when used with this item DeclarationSwift public var fling_effect: PKMNamedAPIResource?
- 
                  
                  A list of attributes this item has DeclarationSwift public var attributes: [PKMNamedAPIResource]?
- 
                  
                  The category of items this item falls into DeclarationSwift public var category: PKMNamedAPIResource?
- 
                  
                  The effect of this ability listed in different languages DeclarationSwift public var effect_entries: [PKMVerboseEffect]?
- 
                  
                  The flavor text of this ability listed in different languages DeclarationSwift public var flavor_text_entries: [PKMVersionGroupFlavorText]?
- 
                  
                  A list of game indices relevent to this item by generation DeclarationSwift public var game_indices: [PKMGenerationGameIndex]?
- 
                  
                  The name of this item listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  A set of sprites used to depict this item in the game DeclarationSwift public var sprites: PKMItemSprites?
- 
                  
                  A list of Pokémon that might be found in the wild holding this item DeclarationSwift public var held_by_pokemon: [PKMNamedAPIResource]?
- 
                  
                  An evolution chain this item requires to produce a bay during mating DeclarationSwift public var baby_trigger_for: [PKMAPIResource]?
- 
                  
                  Undocumented DeclarationSwift public class PKMItem: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMItem: Mappable
 View on GitHub
View on GitHub PKMItem Class Reference
        PKMItem Class Reference