PKMBerry
public class PKMBerry: MappableBerries are small fruits that can provide HP and status condition restoration, stat enhancement, and even damage negation when eaten by Pokémon. Check out Bulbapedia for greater detail.
- 
                  
                  The identifier for this berry resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this berry resource DeclarationSwift public var name: String?
- 
                  
                  Time it takes the tree to grow one stage, in hours. Berry trees go through four of these growth stages before they can be picked. DeclarationSwift public var growthTime: Int?
- 
                  
                  The maximum number of these berries that can grow on one tree in Generation IV DeclarationSwift public var maxHarvest: Int?
- 
                  
                  The power of the move Natural Gift when used with this BerryDeclarationSwift public var naturalGiftPower: Int?
- 
                  
                  The size of this Berry, in millimeters DeclarationSwift public var size: Int?
- 
                  
                  The smoothness of this Berry, used in making Pokéblocks or Poffins DeclarationSwift public var smoothness: Int?
- 
                  
                  The speed at which this Berry dries out the soil as it grows. A higher rate means the soil dries more quickly. DeclarationSwift public var soilDryness: Int?
- 
                  
                  The firmness of this berry, used in making Pokéblocks or Poffins DeclarationSwift public var firmness: PKMNamedAPIResource?
- 
                  
                  A list of references to each flavor a berry can have and the potency of each of those flavors in regard to this berry DeclarationSwift public var flavors: [PKMBerryFlavourMap]?
- 
                  
                  Berries are actually items. This is a reference to the item specific data for this berry. DeclarationSwift public var item: PKMNamedAPIResource?
- 
                  
                  The Type the move Natural Gift has when used with this BerryDeclarationSwift public var naturalGiftType: PKMNamedAPIResource?
- 
                  
                  Undocumented DeclarationSwift public class PKMBerry: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMBerry: Mappable
 View on GitHub
View on GitHub PKMBerry Class Reference
        PKMBerry Class Reference