Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data StatsAttributes #
Eq StatsAttributes # | |
Show StatsAttributes # | |
Message StatsAttributes # | |
Default StatsAttributes # | |
HasField "baseAttack" StatsAttributes StatsAttributes # | |
HasField "baseDefense" StatsAttributes StatsAttributes # | |
HasField "baseStamina" StatsAttributes StatsAttributes # | |
HasField "dodgeEnergyDelta" StatsAttributes StatsAttributes # | |
type Field "baseAttack" StatsAttributes # | |
type Field "baseDefense" StatsAttributes # | |
type Field "baseStamina" StatsAttributes # | |
type Field "dodgeEnergyDelta" StatsAttributes # | |
baseAttack :: forall msg msg'. HasField "baseAttack" msg msg' => Lens msg msg' (Field "baseAttack" msg) (Field "baseAttack" msg') #
baseDefense :: forall msg msg'. HasField "baseDefense" msg msg' => Lens msg msg' (Field "baseDefense" msg) (Field "baseDefense" msg') #
baseStamina :: forall msg msg'. HasField "baseStamina" msg msg' => Lens msg msg' (Field "baseStamina" msg) (Field "baseStamina" msg') #
dodgeEnergyDelta :: forall msg msg'. HasField "dodgeEnergyDelta" msg msg' => Lens msg msg' (Field "dodgeEnergyDelta" msg) (Field "dodgeEnergyDelta" msg') #