Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data MoveSettings #
Eq MoveSettings # | |
Show MoveSettings # | |
Message MoveSettings # | |
Default MoveSettings # | |
HasField "accuracyChance" MoveSettings MoveSettings # | |
HasField "animationId" MoveSettings MoveSettings # | |
HasField "criticalChance" MoveSettings MoveSettings # | |
HasField "damageWindowEndMs" MoveSettings MoveSettings # | |
HasField "damageWindowStartMs" MoveSettings MoveSettings # | |
HasField "durationMs" MoveSettings MoveSettings # | |
HasField "energyDelta" MoveSettings MoveSettings # | |
HasField "healScalar" MoveSettings MoveSettings # | |
HasField "movementId" MoveSettings MoveSettings # | |
HasField "pokemonType" MoveSettings MoveSettings # | |
HasField "power" MoveSettings MoveSettings # | |
HasField "staminaLossScalar" MoveSettings MoveSettings # | |
HasField "trainerLevelMax" MoveSettings MoveSettings # | |
HasField "trainerLevelMin" MoveSettings MoveSettings # | |
HasField "vfxName" MoveSettings MoveSettings # | |
type Field "accuracyChance" MoveSettings # | |
type Field "animationId" MoveSettings # | |
type Field "criticalChance" MoveSettings # | |
type Field "damageWindowEndMs" MoveSettings # | |
type Field "damageWindowStartMs" MoveSettings # | |
type Field "durationMs" MoveSettings # | |
type Field "energyDelta" MoveSettings # | |
type Field "healScalar" MoveSettings # | |
type Field "movementId" MoveSettings # | |
type Field "pokemonType" MoveSettings # | |
type Field "power" MoveSettings # | |
type Field "staminaLossScalar" MoveSettings # | |
type Field "trainerLevelMax" MoveSettings # | |
type Field "trainerLevelMin" MoveSettings # | |
type Field "vfxName" MoveSettings # | |
accuracyChance :: forall msg msg'. HasField "accuracyChance" msg msg' => Lens msg msg' (Field "accuracyChance" msg) (Field "accuracyChance" msg') #
animationId :: forall msg msg'. HasField "animationId" msg msg' => Lens msg msg' (Field "animationId" msg) (Field "animationId" msg') #
criticalChance :: forall msg msg'. HasField "criticalChance" msg msg' => Lens msg msg' (Field "criticalChance" msg) (Field "criticalChance" msg') #
damageWindowEndMs :: forall msg msg'. HasField "damageWindowEndMs" msg msg' => Lens msg msg' (Field "damageWindowEndMs" msg) (Field "damageWindowEndMs" msg') #
damageWindowStartMs :: forall msg msg'. HasField "damageWindowStartMs" msg msg' => Lens msg msg' (Field "damageWindowStartMs" msg) (Field "damageWindowStartMs" msg') #
durationMs :: forall msg msg'. HasField "durationMs" msg msg' => Lens msg msg' (Field "durationMs" msg) (Field "durationMs" msg') #
energyDelta :: forall msg msg'. HasField "energyDelta" msg msg' => Lens msg msg' (Field "energyDelta" msg) (Field "energyDelta" msg') #
healScalar :: forall msg msg'. HasField "healScalar" msg msg' => Lens msg msg' (Field "healScalar" msg) (Field "healScalar" msg') #
movementId :: forall msg msg'. HasField "movementId" msg msg' => Lens msg msg' (Field "movementId" msg) (Field "movementId" msg') #
pokemonType :: forall msg msg'. HasField "pokemonType" msg msg' => Lens msg msg' (Field "pokemonType" msg) (Field "pokemonType" msg') #
power :: forall msg msg'. HasField "power" msg msg' => Lens msg msg' (Field "power" msg) (Field "power" msg') #
staminaLossScalar :: forall msg msg'. HasField "staminaLossScalar" msg msg' => Lens msg msg' (Field "staminaLossScalar" msg) (Field "staminaLossScalar" msg') #
trainerLevelMax :: forall msg msg'. HasField "trainerLevelMax" msg msg' => Lens msg msg' (Field "trainerLevelMax" msg) (Field "trainerLevelMax" msg') #
trainerLevelMin :: forall msg msg'. HasField "trainerLevelMin" msg msg' => Lens msg msg' (Field "trainerLevelMin" msg) (Field "trainerLevelMin" msg') #