This directory contains code needed to calculate Base Stat Rating, a metric used to evaluate how good a Pokemon's base stats are in a metagame.
For more information on BSR, refer to the following URLs:
- X-Act's apps
- Gen. IV BSR v1
- Gen. IV CAP BSR v1
- Gen. IV BSR v2
- Gen. V BSR
- Gen. VI CAP BSR
- Gen. VII CAP BSR
- Gen. VIII CAP BSR
- Useful post on the meaning of some formula constants
- Install Node.js 13.2.0 or up for ES6 module support.
- Run
npm install
. - To run examples of how to use this library, run
npm run examples
.
Thanks to the following resources for helping with setup!