This is the top level directory housing packages that make up @pkmn
's
EPOké project.
EPOké (named after a portmanteau of EPO and ‘Poké’) leverages a reverse damage calculator (gmd) and additional logic to construct the perceived battle state based on the perspective of the client. EPOké is designed to be useful in many domains, exposing additional information from replays, extending the Pokémon Showdown client tooltips/UI, or inside the engine of a Pokemon AI.
@pkmn/epoke
: a wrapper around@pkmn/client
which ties together@pkmn/gmd
,@pkmn/predictor
and@pkmn/spreads
to produce an enhanced client representation of a battle@pkmn/gmd
: a reverse damage calculator built on top of@pkmn/dmg
to deduce information about a Pokémon's moveset based on the damage it deals or receives in battle@pkmn/predictor
: logic which combines usage stats information from@pkmn/stats
with minimal heuristics to predict likely instances of an opponent's team@pkmn/spreads
: a lightweight, standalone package for manipulating and displaying stats, spreads, and ranges
Everything in this repository is distributed under the terms of the MIT License.