Pokemon capture quote
Install
$ npm install --save pokemon-capture-quote
Usage
const pokemonCaptureQuote = // => All right! Pikachu was caught!
API
pokemonCaptureQuote(pokemon, shakes)
returns a string
.
pokemon
Type: string
Required
Pokemon name
shakes
Type: string
Options: 0
, 1
, 2
, 3
and caught
Required
How many times the Ball shakes
Related
- pokemon-game — Pokemon game — Get 'em all
- pokedex-api — Pokedex API
- pokemon-catch-probability — Check probabilty to catch a pokemon
- catch-pokemon — Algorithm to catch a pokemon
- pokemon-f — Algorithm to calculate
f
on capture pokemon method - pokeball-shake — Algorithm to determine how many times pokeball shakes
License
MIT © Bu Kinoshita