Get pokeball information
$ yarn add get-pokeball
import { getPokeball } from 'get-pokeball'
getPokeball('ultraball')
/*
{
name: 'Ultra ball',
slug: 'ultraball',
price: {
buy: 1200,
sell: 600
},
value: {
f: 12,
d: 150
}
}
*/
Type: string
Options: Pokeballs
Required
Pokeball's name
- 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
- 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
MIT © Bu Kinoshita