PKMBerry

public class PKMBerry: Mappable

Berries 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.

  • id

    The identifier for this berry resource

    Declaration

    Swift

    public var id: Int?
  • The name for this berry resource

    Declaration

    Swift

    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.

    Declaration

    Swift

    public var growthTime: Int?
  • The maximum number of these berries that can grow on one tree in Generation IV

    Declaration

    Swift

    public var maxHarvest: Int?
  • The power of the move Natural Gift when used with this Berry

    Declaration

    Swift

    public var naturalGiftPower: Int?
  • The size of this Berry, in millimeters

    Declaration

    Swift

    public var size: Int?
  • The smoothness of this Berry, used in making Pokéblocks or Poffins

    Declaration

    Swift

    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.

    Declaration

    Swift

    public var soilDryness: Int?
  • The firmness of this berry, used in making Pokéblocks or Poffins

    Declaration

    Swift

    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

    Declaration

    Swift

    public var flavors: [PKMBerryFlavourMap]?
  • Berries are actually items. This is a reference to the item specific data for this berry.

    Declaration

    Swift

    public var item: PKMNamedAPIResource?
  • The Type the move Natural Gift has when used with this Berry

    Declaration

    Swift

    public var naturalGiftType: PKMNamedAPIResource?
  • Undocumented

    Declaration

    Swift

    public class PKMBerry: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMBerry: Mappable