GithubHelp home page GithubHelp logo

pokemongo-pokedex's Introduction

Pokémon GO Pokédex

Pokédex of Pokémon GO in JSON. (1st generation)

Elements

  • id: Identification Number
  • num: Number of the Pokémon in the official Pokédex
  • name: Pokémon name
  • img: URL to an image of this Pokémon
  • type: Pokémon type
  • height: Pokémon height
  • weight: Pokémon weight
  • candy: type of candy used to evolve Pokémon or given when transfered
  • candy_count: amount of candies required to evolve
  • egg: Number of kilometers to travel to hatch the egg
  • spawn_chance: Percentage of spawn chance (NEW)
  • avg_spawns: Number of this pokemon on 10.000 spawns (NEW)
  • spawn_time: Spawns most active at the time on this field. Spawn times are the same for all time zones and are expressed in local time. (NEW)
  • multipliers: Multipler of Combat Power (CP) for calculating the CP after evolution See below
  • weakness: Types of Pokémon this Pokémon is weak to
  • next_evolution: Number and Name of successive evolutions of Pokémon
  • prev_evolution: Number and Name of previous evolutions of Pokémon

Multipliers

The formula is EvolvedCP = OriginalCP x multiplier.

Example usage of multipliers: I want to evolve my Bulbasaur with 200 CP. The future Ivysaur will have 365 = 200 x 1.58 CP.

If there are two or more values in multipliers is because there is a maximum and minimum of evolution CP possible.

pokemongo-pokedex's People

Contributors

biuni avatar cpainchaud avatar redsparr0w avatar salomao-rodrigues avatar samtwining avatar styfle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pokemongo-pokedex's Issues

pull requests?

I'd like to create a pull request to add a package.json to the project. Could you open this project up for contributions?

Multipliers

Multipliers should always be a json array, and not a depend on either the pokemon has "max", "min", or just a single value.
This way complicates json deserialization.

Suggestion:

multipliers: 1.58 becomes 
multipliers: [1.58]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.