0.0.1 • Published 7 years ago

pokemon-escape v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

pokemon-escape Build Status

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

License

MIT © Bu Kinoshita