pokemon-go-protobuf-types-0.1.0.0: Haskell types for the Pokemon Go protobuf protocol.

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Settings.Master.Item.PotionAttributes

Documentation

data PotionAttributes #

Instances

Eq PotionAttributes # 
Show PotionAttributes # 
Message PotionAttributes # 

Methods

descriptor :: MessageDescriptor PotionAttributes

Default PotionAttributes # 
HasField "staAmount" PotionAttributes PotionAttributes # 

Methods

field :: ProxySym "staAmount" -> Lens PotionAttributes PotionAttributes (Field "staAmount" PotionAttributes) (Field "staAmount" PotionAttributes)

HasField "staPercent" PotionAttributes PotionAttributes # 

Methods

field :: ProxySym "staPercent" -> Lens PotionAttributes PotionAttributes (Field "staPercent" PotionAttributes) (Field "staPercent" PotionAttributes)

type Field "staAmount" PotionAttributes # 
type Field "staAmount" PotionAttributes = Int32
type Field "staPercent" PotionAttributes # 
type Field "staPercent" PotionAttributes = Float

staAmount :: forall msg msg'. HasField "staAmount" msg msg' => Lens msg msg' (Field "staAmount" msg) (Field "staAmount" msg') #

staPercent :: forall msg msg'. HasField "staPercent" msg msg' => Lens msg msg' (Field "staPercent" msg) (Field "staPercent" msg') #