pokemon-escape
v0.0.1
Published
Check if Pokemon flee from battle
Downloads
7
Maintainers
Readme
pokemon-escape
Check if Pokemon flee from battle
Install
$ npm install --save pokemon-escape
Usage
const pokemonEscape = require('pokemon-escape')
pokemonEscape(20)
// => true
API
pokemonEscape(fleeRate)
returns a boolean
fleeRate
Type: integer
Required
Pokemon's flee rate. Can check here
Related
- pokemon-game — Pokemon game — Get 'em all
- catch-pokemon — Algorithm to catch a pokemon
- pokedex-api — Pokedex API
- pokemon-catch-probability — Check probabilty to catch a pokemon
- get-pokeball — Get pokeball information
- pokeball-shake — Algorithm to determine how many times pokeball shakes
- pokemon-capture-quote — Pokemon capture quote
- pokemon-f — Algorithm to calculate
f
on capture pokemon method
License
MIT © Bu Kinoshita