Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data FortSettings #
Eq FortSettings # | |
Show FortSettings # | |
Message FortSettings # | |
Default FortSettings # | |
HasField "deployAttackMultiplier" FortSettings FortSettings # | |
HasField "deployStaminaMultiplier" FortSettings FortSettings # | |
HasField "farInteractionRangeMeters" FortSettings FortSettings # | |
HasField "interactionRangeMeters" FortSettings FortSettings # | |
HasField "maxPlayerDeployedPokemon" FortSettings FortSettings # | |
HasField "maxTotalDeployedPokemon" FortSettings FortSettings # | |
type Field "deployAttackMultiplier" FortSettings # | |
type Field "deployStaminaMultiplier" FortSettings # | |
type Field "farInteractionRangeMeters" FortSettings # | |
type Field "interactionRangeMeters" FortSettings # | |
type Field "maxPlayerDeployedPokemon" FortSettings # | |
type Field "maxTotalDeployedPokemon" FortSettings # | |
deployAttackMultiplier :: forall msg msg'. HasField "deployAttackMultiplier" msg msg' => Lens msg msg' (Field "deployAttackMultiplier" msg) (Field "deployAttackMultiplier" msg') #
deployStaminaMultiplier :: forall msg msg'. HasField "deployStaminaMultiplier" msg msg' => Lens msg msg' (Field "deployStaminaMultiplier" msg) (Field "deployStaminaMultiplier" msg') #
farInteractionRangeMeters :: forall msg msg'. HasField "farInteractionRangeMeters" msg msg' => Lens msg msg' (Field "farInteractionRangeMeters" msg) (Field "farInteractionRangeMeters" msg') #
interactionRangeMeters :: forall msg msg'. HasField "interactionRangeMeters" msg msg' => Lens msg msg' (Field "interactionRangeMeters" msg) (Field "interactionRangeMeters" msg') #
maxPlayerDeployedPokemon :: forall msg msg'. HasField "maxPlayerDeployedPokemon" msg msg' => Lens msg msg' (Field "maxPlayerDeployedPokemon" msg) (Field "maxPlayerDeployedPokemon" msg') #
maxTotalDeployedPokemon :: forall msg msg'. HasField "maxTotalDeployedPokemon" msg msg' => Lens msg msg' (Field "maxTotalDeployedPokemon" msg) (Field "maxTotalDeployedPokemon" msg') #