From fe6638d6d70a40d9a14ac5ce6a9859844fa0700c Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Thu, 25 Mar 2021 19:38:05 -0300 Subject: [PATCH 01/17] initial commit --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..40b878db5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file From 4243ae9a6918cf72ce395191b09e286b95253a18 Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Thu, 25 Mar 2021 20:03:10 -0300 Subject: [PATCH 02/17] Criado api com expressjs e frontend com Angular --- AngularPokedex/.browserslistrc | 17 + AngularPokedex/.editorconfig | 16 + AngularPokedex/.gitignore | 46 + AngularPokedex/README.md | 27 + AngularPokedex/angular.json | 124 + AngularPokedex/e2e/protractor.conf.js | 37 + AngularPokedex/e2e/src/app.e2e-spec.ts | 23 + AngularPokedex/e2e/src/app.po.ts | 11 + AngularPokedex/e2e/tsconfig.json | 13 + AngularPokedex/karma.conf.js | 44 + AngularPokedex/package-lock.json | 14970 ++++++++++++++++ AngularPokedex/package.json | 45 + AngularPokedex/src/app/app-routing.module.ts | 10 + AngularPokedex/src/app/app.component.css | 0 AngularPokedex/src/app/app.component.html | 515 + AngularPokedex/src/app/app.component.spec.ts | 35 + AngularPokedex/src/app/app.component.ts | 10 + AngularPokedex/src/app/app.module.ts | 18 + AngularPokedex/src/assets/.gitkeep | 0 .../src/environments/environment.prod.ts | 3 + .../src/environments/environment.ts | 16 + AngularPokedex/src/favicon.ico | Bin 0 -> 948 bytes AngularPokedex/src/index.html | 13 + AngularPokedex/src/main.ts | 12 + AngularPokedex/src/polyfills.ts | 65 + AngularPokedex/src/styles.css | 1 + AngularPokedex/src/test.ts | 25 + AngularPokedex/tsconfig.app.json | 15 + AngularPokedex/tsconfig.json | 23 + AngularPokedex/tsconfig.spec.json | 18 + AngularPokedex/tslint.json | 152 + PokeAPI/app.js | 41 + PokeAPI/bin/www | 90 + PokeAPI/package.json | 16 + PokeAPI/public/stylesheets/style.css | 8 + PokeAPI/routes/index.js | 9 + PokeAPI/routes/users.js | 9 + PokeAPI/views/error.jade | 6 + PokeAPI/views/index.jade | 5 + PokeAPI/views/layout.jade | 7 + 40 files changed, 16495 insertions(+) create mode 100644 AngularPokedex/.browserslistrc create mode 100644 AngularPokedex/.editorconfig create mode 100644 AngularPokedex/.gitignore create mode 100644 AngularPokedex/README.md create mode 100644 AngularPokedex/angular.json create mode 100644 AngularPokedex/e2e/protractor.conf.js create mode 100644 AngularPokedex/e2e/src/app.e2e-spec.ts create mode 100644 AngularPokedex/e2e/src/app.po.ts create mode 100644 AngularPokedex/e2e/tsconfig.json create mode 100644 AngularPokedex/karma.conf.js create mode 100644 AngularPokedex/package-lock.json create mode 100644 AngularPokedex/package.json create mode 100644 AngularPokedex/src/app/app-routing.module.ts create mode 100644 AngularPokedex/src/app/app.component.css create mode 100644 AngularPokedex/src/app/app.component.html create mode 100644 AngularPokedex/src/app/app.component.spec.ts create mode 100644 AngularPokedex/src/app/app.component.ts create mode 100644 AngularPokedex/src/app/app.module.ts create mode 100644 AngularPokedex/src/assets/.gitkeep create mode 100644 AngularPokedex/src/environments/environment.prod.ts create mode 100644 AngularPokedex/src/environments/environment.ts create mode 100644 AngularPokedex/src/favicon.ico create mode 100644 AngularPokedex/src/index.html create mode 100644 AngularPokedex/src/main.ts create mode 100644 AngularPokedex/src/polyfills.ts create mode 100644 AngularPokedex/src/styles.css create mode 100644 AngularPokedex/src/test.ts create mode 100644 AngularPokedex/tsconfig.app.json create mode 100644 AngularPokedex/tsconfig.json create mode 100644 AngularPokedex/tsconfig.spec.json create mode 100644 AngularPokedex/tslint.json create mode 100644 PokeAPI/app.js create mode 100644 PokeAPI/bin/www create mode 100644 PokeAPI/package.json create mode 100644 PokeAPI/public/stylesheets/style.css create mode 100644 PokeAPI/routes/index.js create mode 100644 PokeAPI/routes/users.js create mode 100644 PokeAPI/views/error.jade create mode 100644 PokeAPI/views/index.jade create mode 100644 PokeAPI/views/layout.jade diff --git a/AngularPokedex/.browserslistrc b/AngularPokedex/.browserslistrc new file mode 100644 index 000000000..427441dc9 --- /dev/null +++ b/AngularPokedex/.browserslistrc @@ -0,0 +1,17 @@ +# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. +# For additional information regarding the format and rule options, please see: +# https://github.com/browserslist/browserslist#queries + +# For the full list of supported browsers by the Angular framework, please see: +# https://angular.io/guide/browser-support + +# You can see what browsers were selected by your queries by running: +# npx browserslist + +last 1 Chrome version +last 1 Firefox version +last 2 Edge major versions +last 2 Safari major versions +last 2 iOS major versions +Firefox ESR +not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line. diff --git a/AngularPokedex/.editorconfig b/AngularPokedex/.editorconfig new file mode 100644 index 000000000..59d9a3a3e --- /dev/null +++ b/AngularPokedex/.editorconfig @@ -0,0 +1,16 @@ +# Editor configuration, see https://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.ts] +quote_type = single + +[*.md] +max_line_length = off +trim_trailing_whitespace = false diff --git a/AngularPokedex/.gitignore b/AngularPokedex/.gitignore new file mode 100644 index 000000000..86d943a9b --- /dev/null +++ b/AngularPokedex/.gitignore @@ -0,0 +1,46 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# compiled output +/dist +/tmp +/out-tsc +# Only exists if Bazel was run +/bazel-out + +# dependencies +/node_modules + +# profiling files +chrome-profiler-events*.json +speed-measure-plugin*.json + +# IDEs and editors +/.idea +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# IDE - VSCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* + +# misc +/.sass-cache +/connect.lock +/coverage +/libpeerconnection.log +npm-debug.log +yarn-error.log +testem.log +/typings + +# System Files +.DS_Store +Thumbs.db diff --git a/AngularPokedex/README.md b/AngularPokedex/README.md new file mode 100644 index 000000000..e6cdf868a --- /dev/null +++ b/AngularPokedex/README.md @@ -0,0 +1,27 @@ +# AngularPokedex + +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.4. + +## Development server + +Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. + +## Code scaffolding + +Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. + +## Build + +Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. + +## Running unit tests + +Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). + +## Running end-to-end tests + +Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). + +## Further help + +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. diff --git a/AngularPokedex/angular.json b/AngularPokedex/angular.json new file mode 100644 index 000000000..35c5ac39c --- /dev/null +++ b/AngularPokedex/angular.json @@ -0,0 +1,124 @@ +{ + "$schema": "./node_modules/@angular/cli/lib/config/schema.json", + "version": 1, + "newProjectRoot": "projects", + "projects": { + "AngularPokedex": { + "projectType": "application", + "schematics": {}, + "root": "", + "sourceRoot": "src", + "prefix": "app", + "architect": { + "build": { + "builder": "@angular-devkit/build-angular:browser", + "options": { + "outputPath": "dist/AngularPokedex", + "index": "src/index.html", + "main": "src/main.ts", + "polyfills": "src/polyfills.ts", + "tsConfig": "tsconfig.app.json", + "aot": true, + "assets": [ + "src/favicon.ico", + "src/assets" + ], + "styles": [ + "src/styles.css" + ], + "scripts": [] + }, + "configurations": { + "production": { + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.prod.ts" + } + ], + "optimization": true, + "outputHashing": "all", + "sourceMap": false, + "namedChunks": false, + "extractLicenses": true, + "vendorChunk": false, + "buildOptimizer": true, + "budgets": [ + { + "type": "initial", + "maximumWarning": "2mb", + "maximumError": "5mb" + }, + { + "type": "anyComponentStyle", + "maximumWarning": "6kb", + "maximumError": "10kb" + } + ] + } + } + }, + "serve": { + "builder": "@angular-devkit/build-angular:dev-server", + "options": { + "browserTarget": "AngularPokedex:build" + }, + "configurations": { + "production": { + "browserTarget": "AngularPokedex:build:production" + } + } + }, + "extract-i18n": { + "builder": "@angular-devkit/build-angular:extract-i18n", + "options": { + "browserTarget": "AngularPokedex:build" + } + }, + "test": { + "builder": "@angular-devkit/build-angular:karma", + "options": { + "main": "src/test.ts", + "polyfills": "src/polyfills.ts", + "tsConfig": "tsconfig.spec.json", + "karmaConfig": "karma.conf.js", + "assets": [ + "src/favicon.ico", + "src/assets" + ], + "styles": [ + "src/styles.css" + ], + "scripts": [] + } + }, + "lint": { + "builder": "@angular-devkit/build-angular:tslint", + "options": { + "tsConfig": [ + "tsconfig.app.json", + "tsconfig.spec.json", + "e2e/tsconfig.json" + ], + "exclude": [ + "**/node_modules/**" + ] + } + }, + "e2e": { + "builder": "@angular-devkit/build-angular:protractor", + "options": { + "protractorConfig": "e2e/protractor.conf.js", + "devServerTarget": "AngularPokedex:serve" + }, + "configurations": { + "production": { + "devServerTarget": "AngularPokedex:serve:production" + } + } + } + } + } + }, + "defaultProject": "AngularPokedex" +} diff --git a/AngularPokedex/e2e/protractor.conf.js b/AngularPokedex/e2e/protractor.conf.js new file mode 100644 index 000000000..361e7f0cd --- /dev/null +++ b/AngularPokedex/e2e/protractor.conf.js @@ -0,0 +1,37 @@ +// @ts-check +// Protractor configuration file, see link for more information +// https://github.com/angular/protractor/blob/master/lib/config.ts + +const { SpecReporter, StacktraceOption } = require('jasmine-spec-reporter'); + +/** + * @type { import("protractor").Config } + */ +exports.config = { + allScriptsTimeout: 11000, + specs: [ + './src/**/*.e2e-spec.ts' + ], + capabilities: { + browserName: 'chrome' + }, + directConnect: true, + SELENIUM_PROMISE_MANAGER: false, + baseUrl: 'http://localhost:4200/', + framework: 'jasmine', + jasmineNodeOpts: { + showColors: true, + defaultTimeoutInterval: 30000, + print: function() {} + }, + onPrepare() { + require('ts-node').register({ + project: require('path').join(__dirname, './tsconfig.json') + }); + jasmine.getEnv().addReporter(new SpecReporter({ + spec: { + displayStacktrace: StacktraceOption.PRETTY + } + })); + } +}; \ No newline at end of file diff --git a/AngularPokedex/e2e/src/app.e2e-spec.ts b/AngularPokedex/e2e/src/app.e2e-spec.ts new file mode 100644 index 000000000..dcfc2dd69 --- /dev/null +++ b/AngularPokedex/e2e/src/app.e2e-spec.ts @@ -0,0 +1,23 @@ +import { browser, logging } from 'protractor'; +import { AppPage } from './app.po'; + +describe('workspace-project App', () => { + let page: AppPage; + + beforeEach(() => { + page = new AppPage(); + }); + + it('should display welcome message', async () => { + await page.navigateTo(); + expect(await page.getTitleText()).toEqual('AngularPokedex app is running!'); + }); + + afterEach(async () => { + // Assert that there are no errors emitted from the browser + const logs = await browser.manage().logs().get(logging.Type.BROWSER); + expect(logs).not.toContain(jasmine.objectContaining({ + level: logging.Level.SEVERE, + } as logging.Entry)); + }); +}); diff --git a/AngularPokedex/e2e/src/app.po.ts b/AngularPokedex/e2e/src/app.po.ts new file mode 100644 index 000000000..c9c85ab9a --- /dev/null +++ b/AngularPokedex/e2e/src/app.po.ts @@ -0,0 +1,11 @@ +import { browser, by, element } from 'protractor'; + +export class AppPage { + async navigateTo(): Promise { + return browser.get(browser.baseUrl); + } + + async getTitleText(): Promise { + return element(by.css('app-root .content span')).getText(); + } +} diff --git a/AngularPokedex/e2e/tsconfig.json b/AngularPokedex/e2e/tsconfig.json new file mode 100644 index 000000000..0782539c0 --- /dev/null +++ b/AngularPokedex/e2e/tsconfig.json @@ -0,0 +1,13 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/e2e", + "module": "commonjs", + "target": "es2018", + "types": [ + "jasmine", + "node" + ] + } +} diff --git a/AngularPokedex/karma.conf.js b/AngularPokedex/karma.conf.js new file mode 100644 index 000000000..3ae7e3b0a --- /dev/null +++ b/AngularPokedex/karma.conf.js @@ -0,0 +1,44 @@ +// Karma configuration file, see link for more information +// https://karma-runner.github.io/1.0/config/configuration-file.html + +module.exports = function (config) { + config.set({ + basePath: '', + frameworks: ['jasmine', '@angular-devkit/build-angular'], + plugins: [ + require('karma-jasmine'), + require('karma-chrome-launcher'), + require('karma-jasmine-html-reporter'), + require('karma-coverage'), + require('@angular-devkit/build-angular/plugins/karma') + ], + client: { + jasmine: { + // you can add configuration options for Jasmine here + // the possible options are listed at https://jasmine.github.io/api/edge/Configuration.html + // for example, you can disable the random execution with `random: false` + // or set a specific seed with `seed: 4321` + }, + clearContext: false // leave Jasmine Spec Runner output visible in browser + }, + jasmineHtmlReporter: { + suppressAll: true // removes the duplicated traces + }, + coverageReporter: { + dir: require('path').join(__dirname, './coverage/AngularPokedex'), + subdir: '.', + reporters: [ + { type: 'html' }, + { type: 'text-summary' } + ] + }, + reporters: ['progress', 'kjhtml'], + port: 9876, + colors: true, + logLevel: config.LOG_INFO, + autoWatch: true, + browsers: ['Chrome'], + singleRun: false, + restartOnFileChange: true + }); +}; diff --git a/AngularPokedex/package-lock.json b/AngularPokedex/package-lock.json new file mode 100644 index 000000000..becfba779 --- /dev/null +++ b/AngularPokedex/package-lock.json @@ -0,0 +1,14970 @@ +{ + "name": "angular-pokedex", + "version": "0.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@angular-devkit/architect": { + "version": "0.1102.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1102.6.tgz", + "integrity": "sha512-27+5tjoUOAcm2pzo6EJhQn3lK4s9Gk0RfZFc2ygVu8PHnukXZAd4ntclGi33aPgJmt4zA2qbWq4Ytn2a/G6FMg==", + "dev": true, + "requires": { + "@angular-devkit/core": "11.2.6", + "rxjs": "6.6.3" + }, + "dependencies": { + "rxjs": { + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz", + "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", + "dev": true, + "requires": { + "tslib": "^1.9.0" + } + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "@angular-devkit/build-angular": { + "version": "0.1102.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-0.1102.6.tgz", + "integrity": "sha512-pTVelpyCg/tT4JHmKglpfBiTm9+CYwW2nwR8ZjgHFxw4+Ut6VkjuQK9tNnScHYXjNMsxc84AuooRSCY+DJfecw==", + "dev": true, + "requires": { + "@angular-devkit/architect": "0.1102.6", + "@angular-devkit/build-optimizer": "0.1102.6", + "@angular-devkit/build-webpack": "0.1102.6", + "@angular-devkit/core": "11.2.6", + "@babel/core": "7.12.10", + "@babel/generator": "7.12.11", + "@babel/plugin-transform-async-to-generator": "7.12.1", + "@babel/plugin-transform-runtime": "7.12.10", + "@babel/preset-env": "7.12.11", + "@babel/runtime": "7.12.5", + "@babel/template": "7.12.7", + "@discoveryjs/json-ext": "0.5.2", + "@jsdevtools/coverage-istanbul-loader": "3.0.5", + "@ngtools/webpack": "11.2.6", + "ansi-colors": "4.1.1", + "autoprefixer": "10.2.4", + "babel-loader": "8.2.2", + "browserslist": "^4.9.1", + "cacache": "15.0.5", + "caniuse-lite": "^1.0.30001032", + "circular-dependency-plugin": "5.2.2", + "copy-webpack-plugin": "6.3.2", + "core-js": "3.8.3", + "critters": "0.0.7", + "css-loader": "5.0.1", + "cssnano": "4.1.10", + "file-loader": "6.2.0", + "find-cache-dir": "3.3.1", + "glob": "7.1.6", + "https-proxy-agent": "5.0.0", + "inquirer": "7.3.3", + "jest-worker": "26.6.2", + "karma-source-map-support": "1.4.0", + "less": "4.1.1", + "less-loader": "7.3.0", + "license-webpack-plugin": "2.3.11", + "loader-utils": "2.0.0", + "mini-css-extract-plugin": "1.3.5", + "minimatch": "3.0.4", + "open": "7.4.0", + "ora": "5.3.0", + "parse5-html-rewriting-stream": "6.0.1", + "pnp-webpack-plugin": "1.6.4", + "postcss": "8.2.4", + "postcss-import": "14.0.0", + "postcss-loader": "4.2.0", + "raw-loader": "4.0.2", + "regenerator-runtime": "0.13.7", + "resolve-url-loader": "3.1.2", + "rimraf": "3.0.2", + "rollup": "2.38.4", + "rxjs": "6.6.3", + "sass": "1.32.6", + "sass-loader": "10.1.1", + "semver": "7.3.4", + "source-map": "0.7.3", + "source-map-loader": "1.1.3", + "source-map-support": "0.5.19", + "speed-measure-webpack-plugin": "1.4.2", + "style-loader": "2.0.0", + "stylus": "0.54.8", + "stylus-loader": "4.3.3", + "terser": "5.5.1", + "terser-webpack-plugin": "4.2.3", + "text-table": "0.2.0", + "tree-kill": "1.2.2", + "webpack": "4.44.2", + "webpack-dev-middleware": "3.7.2", + "webpack-dev-server": "3.11.2", + "webpack-merge": "5.7.3", + "webpack-sources": "2.2.0", + "webpack-subresource-integrity": "1.5.2", + "worker-plugin": "5.0.0" + }, + "dependencies": { + "rxjs": { + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz", + "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", + "dev": true, + "requires": { + "tslib": "^1.9.0" + } + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "@angular-devkit/build-optimizer": { + "version": "0.1102.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-optimizer/-/build-optimizer-0.1102.6.tgz", + "integrity": "sha512-IFulN/QcuDTQ5U93aopvcjZtHuSHE0flqb42ixuUd6zhy7y8VzBWPDFUNApt/pW7pTcwg8eDqSZkBRywl3BxYw==", + "dev": true, + "requires": { + "loader-utils": "2.0.0", + "source-map": "0.7.3", + "tslib": "2.1.0", + "typescript": "4.1.5", + "webpack-sources": "2.2.0" + } + }, + "@angular-devkit/build-webpack": { + "version": "0.1102.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1102.6.tgz", + "integrity": "sha512-KjsmjyTy+zXs4u9VhSlJh2Ra9pt2WP4RI4O67+wgNKnZETdwnsbNggCWmpTnquBsb6Pg6ZViUmJQPa33NLMPsg==", + "dev": true, + "requires": { + "@angular-devkit/architect": "0.1102.6", + "@angular-devkit/core": "11.2.6", + "rxjs": "6.6.3" + }, + "dependencies": { + "rxjs": { + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz", + "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", + "dev": true, + "requires": { + "tslib": "^1.9.0" + } + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "@angular-devkit/core": { + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-11.2.6.tgz", + "integrity": "sha512-3dA0Z6sIIxCDjZS/DucgmIKti7EZ/LgHoHgCO72Q50H5ZXbUSNBz5wGl5hVq2+gzrnFgU/0u40MIs6eptk30ZA==", + "dev": true, + "requires": { + "ajv": "6.12.6", + "fast-json-stable-stringify": "2.1.0", + "magic-string": "0.25.7", + "rxjs": "6.6.3", + "source-map": "0.7.3" + }, + "dependencies": { + "rxjs": { + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz", + "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", + "dev": true, + "requires": { + "tslib": "^1.9.0" + } + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "@angular-devkit/schematics": { + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-11.2.6.tgz", + "integrity": "sha512-bhi2+5xtVAjtr3bsXKT8pnoBamQrArd/Y20ueA4Od7cd38YT97nzTA1wyHBFG0vWd0HMyg42ZS0aycNBuOebaA==", + "dev": true, + "requires": { + "@angular-devkit/core": "11.2.6", + "ora": "5.3.0", + "rxjs": "6.6.3" + }, + "dependencies": { + "rxjs": { + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz", + "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", + "dev": true, + "requires": { + "tslib": "^1.9.0" + } + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "@angular/animations": { + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.7.tgz", + "integrity": "sha512-i+H5vC2/NUqZwGeoDHpLDn81R3prQGwT1AajMqFw9D3U6VX6G5EfYmn1zLvu8nL2r4cYMsSQ/LKnKl2jnQX0sQ==", + "requires": { + "tslib": "^2.0.0" + } + }, + "@angular/cli": { + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-11.2.6.tgz", + "integrity": "sha512-67XH3wJgs1YuM4xW5PoouclT57AsfMhiOup2VPfGQn8GNINB4zauJfBotGyb3jQtRSFdwz+bXif6V9MSAw4oHA==", + "dev": true, + "requires": { + "@angular-devkit/architect": "0.1102.6", + "@angular-devkit/core": "11.2.6", + "@angular-devkit/schematics": "11.2.6", + "@schematics/angular": "11.2.6", + "@schematics/update": "0.1102.6", + "@yarnpkg/lockfile": "1.1.0", + "ansi-colors": "4.1.1", + "debug": "4.3.1", + "ini": "2.0.0", + "inquirer": "7.3.3", + "jsonc-parser": "3.0.0", + "npm-package-arg": "8.1.0", + "npm-pick-manifest": "6.1.0", + "open": "7.4.0", + "ora": "5.3.0", + "pacote": "11.2.4", + "resolve": "1.19.0", + "rimraf": "3.0.2", + "semver": "7.3.4", + "symbol-observable": "3.0.0", + "universal-analytics": "0.4.23", + "uuid": "8.3.2" + }, + "dependencies": { + "resolve": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz", + "integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==", + "dev": true, + "requires": { + "is-core-module": "^2.1.0", + "path-parse": "^1.0.6" + } + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true + } + } + }, + "@angular/common": { + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-11.2.7.tgz", + "integrity": "sha512-+bz/0TYzl/CiQCS1L2iwC7uiV+d+PnhvCs6scu66YKnBK2gSKxdypZZ3UZNbWDyYonAYmghEt+xHvKVpZgzhbw==", + "requires": { + "tslib": "^2.0.0" + } + }, + "@angular/compiler": { + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-11.2.7.tgz", + "integrity": "sha512-VikD6d33TjBYqLfECzVSbD/T7DFmNRx9rA4b2R2RNrQ3efW7zUJjJMsYwuQEWhYe0dFsBfMKCb/+yCjH9DYTFg==", + "requires": { + "tslib": "^2.0.0" + } + }, + "@angular/compiler-cli": { + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-11.2.7.tgz", + "integrity": "sha512-pKIL2uwmjWYMZekZCVE6swKOBuB37DkV+oB75AMeW1agWSp7HkAQotRI10UeoG9YNPWTs6GaTWKCsfWB6WVOxw==", + "dev": true, + "requires": { + "@babel/core": "^7.8.6", + "@babel/types": "^7.8.6", + "canonical-path": "1.0.0", + "chokidar": "^3.0.0", + "convert-source-map": "^1.5.1", + "dependency-graph": "^0.7.2", + "fs-extra": "4.0.2", + "magic-string": "^0.25.0", + "minimist": "^1.2.0", + "reflect-metadata": "^0.1.2", + "semver": "^6.3.0", + "source-map": "^0.6.1", + "sourcemap-codec": "^1.4.8", + "tslib": "^2.0.0", + "yargs": "^16.1.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "y18n": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.5.tgz", + "integrity": "sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg==", + "dev": true + }, + "yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.7", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.7.tgz", + "integrity": "sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==", + "dev": true + } + } + }, + "@angular/core": { + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.2.7.tgz", + "integrity": "sha512-d/d8mPh90eEs01eWzR2sNOD6aVsv69DCeYWDdNqABe+AnrE/xmNvggeAOMcREEwQB9e6liJgmHbMLktVaMhqyg==", + "requires": { + "tslib": "^2.0.0" + } + }, + "@angular/forms": { + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-11.2.7.tgz", + "integrity": "sha512-MhNRZ0Su0z9Lof5wxJbaslIdEbG1C39RJ/xyeIm6+vZ5eCXnC3DqPuD4UIoWCgDQXFZW2pjdIePpLLYZnRNGRg==", + "requires": { + "tslib": "^2.0.0" + } + }, + "@angular/platform-browser": { + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-11.2.7.tgz", + "integrity": "sha512-b2n8WX4CuNQg4L9t4URqXNoJCdvLqZlDjTW0ClngOGBUMIh2bD4ripJA+1RfkWzpEs+zQM0JKNTmVoXn/Zo1bg==", + "requires": { + "tslib": "^2.0.0" + } + }, + "@angular/platform-browser-dynamic": { + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-11.2.7.tgz", + "integrity": "sha512-gVYcqvoj4IIeiVSxv5+83tkYFRgVYtaLrMY9ClVVw3WZDb61qfv2FStYAJbzBfJOLtYoyTB0t30z3db9kwxzBA==", + "requires": { + "tslib": "^2.0.0" + } + }, + "@angular/router": { + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-11.2.7.tgz", + "integrity": "sha512-Uf+DYpusYo/TMRz9NK3LS1cVuFnbbbSQYwIJNY7v9YX1aFdDBKVVOQJGfs3CTVv44J1VVoJsLWfbIJw2pGUIuQ==", + "requires": { + "tslib": "^2.0.0" + } + }, + "@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "dev": true, + "requires": { + "@babel/highlight": "^7.12.13" + } + }, + "@babel/compat-data": { + "version": "7.13.12", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.13.12.tgz", + "integrity": "sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==", + "dev": true + }, + "@babel/core": { + "version": "7.12.10", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.10.tgz", + "integrity": "sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.12.10", + "@babel/helper-module-transforms": "^7.12.1", + "@babel/helpers": "^7.12.5", + "@babel/parser": "^7.12.10", + "@babel/template": "^7.12.7", + "@babel/traverse": "^7.12.10", + "@babel/types": "^7.12.10", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } + } + }, + "@babel/generator": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz", + "integrity": "sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==", + "dev": true, + "requires": { + "@babel/types": "^7.12.11", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } + } + }, + "@babel/helper-annotate-as-pure": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz", + "integrity": "sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==", + "dev": true, + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz", + "integrity": "sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA==", + "dev": true, + "requires": { + "@babel/helper-explode-assignable-expression": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.13.10", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz", + "integrity": "sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.13.8", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.14.5", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.13.11", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz", + "integrity": "sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==", + "dev": true, + "requires": { + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-member-expression-to-functions": "^7.13.0", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-replace-supers": "^7.13.0", + "@babel/helper-split-export-declaration": "^7.12.13" + } + }, + "@babel/helper-create-regexp-features-plugin": { + "version": "7.12.17", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz", + "integrity": "sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "regexpu-core": "^4.7.1" + } + }, + "@babel/helper-explode-assignable-expression": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz", + "integrity": "sha512-qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA==", + "dev": true, + "requires": { + "@babel/types": "^7.13.0" + } + }, + "@babel/helper-function-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz", + "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.12.13" + }, + "dependencies": { + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } + } + } + }, + "@babel/helper-get-function-arity": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", + "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==", + "dev": true, + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-hoist-variables": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz", + "integrity": "sha512-0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2g==", + "dev": true, + "requires": { + "@babel/traverse": "^7.13.0", + "@babel/types": "^7.13.0" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.13.12", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz", + "integrity": "sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==", + "dev": true, + "requires": { + "@babel/types": "^7.13.12" + } + }, + "@babel/helper-module-imports": { + "version": "7.13.12", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz", + "integrity": "sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==", + "dev": true, + "requires": { + "@babel/types": "^7.13.12" + } + }, + "@babel/helper-module-transforms": { + "version": "7.13.12", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz", + "integrity": "sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.12.11", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.13.0", + "@babel/types": "^7.13.12" + }, + "dependencies": { + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } + } + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz", + "integrity": "sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==", + "dev": true, + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz", + "integrity": "sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==", + "dev": true + }, + "@babel/helper-remap-async-to-generator": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.13.0.tgz", + "integrity": "sha512-pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-wrap-function": "^7.13.0", + "@babel/types": "^7.13.0" + } + }, + "@babel/helper-replace-supers": { + "version": "7.13.12", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz", + "integrity": "sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==", + "dev": true, + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.13.0", + "@babel/types": "^7.13.12" + } + }, + "@babel/helper-simple-access": { + "version": "7.13.12", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz", + "integrity": "sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==", + "dev": true, + "requires": { + "@babel/types": "^7.13.12" + } + }, + "@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz", + "integrity": "sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==", + "dev": true, + "requires": { + "@babel/types": "^7.12.1" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz", + "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==", + "dev": true, + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", + "dev": true + }, + "@babel/helper-validator-option": { + "version": "7.12.17", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz", + "integrity": "sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==", + "dev": true + }, + "@babel/helper-wrap-function": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.13.0.tgz", + "integrity": "sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA==", + "dev": true, + "requires": { + "@babel/helper-function-name": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.13.0", + "@babel/types": "^7.13.0" + }, + "dependencies": { + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } + } + } + }, + "@babel/helpers": { + "version": "7.13.10", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.13.10.tgz", + "integrity": "sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==", + "dev": true, + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.13.0", + "@babel/types": "^7.13.0" + }, + "dependencies": { + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } + } + } + }, + "@babel/highlight": { + "version": "7.13.10", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.10.tgz", + "integrity": "sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.13.12", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.12.tgz", + "integrity": "sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw==", + "dev": true + }, + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.13.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz", + "integrity": "sha512-rPBnhj+WgoSmgq+4gQUtXx/vOcU+UYtjy1AA/aeD61Hwj410fwYyqfUcRP3lR8ucgliVJL/G7sXcNUecC75IXA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-remap-async-to-generator": "^7.13.0", + "@babel/plugin-syntax-async-generators": "^7.8.4" + } + }, + "@babel/plugin-proposal-class-properties": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz", + "integrity": "sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.13.0", + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-proposal-dynamic-import": { + "version": "7.13.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz", + "integrity": "sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + } + }, + "@babel/plugin-proposal-export-namespace-from": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.13.tgz", + "integrity": "sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + } + }, + "@babel/plugin-proposal-json-strings": { + "version": "7.13.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.13.8.tgz", + "integrity": "sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-json-strings": "^7.8.3" + } + }, + "@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.13.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.13.8.tgz", + "integrity": "sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + } + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.13.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz", + "integrity": "sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.13.tgz", + "integrity": "sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.13.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.8.tgz", + "integrity": "sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.13.8", + "@babel/helper-compilation-targets": "^7.13.8", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.13.0" + } + }, + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.13.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.13.8.tgz", + "integrity": "sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.13.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz", + "integrity": "sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-proposal-private-methods": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.13.0.tgz", + "integrity": "sha512-MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.13.0", + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-proposal-unicode-property-regex": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz", + "integrity": "sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-top-level-await": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz", + "integrity": "sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-arrow-functions": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.13.0.tgz", + "integrity": "sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-async-to-generator": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.1.tgz", + "integrity": "sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.12.1", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-remap-async-to-generator": "^7.12.1" + } + }, + "@babel/plugin-transform-block-scoped-functions": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.13.tgz", + "integrity": "sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz", + "integrity": "sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-classes": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.13.0.tgz", + "integrity": "sha512-9BtHCPUARyVH1oXGcSJD3YpsqRLROJx5ZNP6tN5vnk17N0SVf9WCtf8Nuh1CFmgByKKAIMstitKduoCmsaDK5g==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-replace-supers": "^7.13.0", + "@babel/helper-split-export-declaration": "^7.12.13", + "globals": "^11.1.0" + } + }, + "@babel/plugin-transform-computed-properties": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.13.0.tgz", + "integrity": "sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-destructuring": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.0.tgz", + "integrity": "sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-dotall-regex": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.13.tgz", + "integrity": "sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-duplicate-keys": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.13.tgz", + "integrity": "sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-exponentiation-operator": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.13.tgz", + "integrity": "sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA==", + "dev": true, + "requires": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-for-of": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.13.0.tgz", + "integrity": "sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-function-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz", + "integrity": "sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ==", + "dev": true, + "requires": { + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-literals": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.13.tgz", + "integrity": "sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-member-expression-literals": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.13.tgz", + "integrity": "sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-modules-amd": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.13.0.tgz", + "integrity": "sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.13.0", + "@babel/helper-plugin-utils": "^7.13.0", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.13.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz", + "integrity": "sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.13.0", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-simple-access": "^7.12.13", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-systemjs": { + "version": "7.13.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.13.8.tgz", + "integrity": "sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A==", + "dev": true, + "requires": { + "@babel/helper-hoist-variables": "^7.13.0", + "@babel/helper-module-transforms": "^7.13.0", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-validator-identifier": "^7.12.11", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-umd": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.13.0.tgz", + "integrity": "sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.13.0", + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", + "integrity": "sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.12.13" + } + }, + "@babel/plugin-transform-new-target": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.13.tgz", + "integrity": "sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-object-super": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.13.tgz", + "integrity": "sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-replace-supers": "^7.12.13" + } + }, + "@babel/plugin-transform-parameters": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.13.0.tgz", + "integrity": "sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-property-literals": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.13.tgz", + "integrity": "sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-regenerator": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.13.tgz", + "integrity": "sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA==", + "dev": true, + "requires": { + "regenerator-transform": "^0.14.2" + } + }, + "@babel/plugin-transform-reserved-words": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz", + "integrity": "sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-runtime": { + "version": "7.12.10", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.10.tgz", + "integrity": "sha512-xOrUfzPxw7+WDm9igMgQCbO3cJKymX7dFdsgRr1eu9n3KjjyU4pptIXbXPseQDquw+W+RuJEJMHKHNsPNNm3CA==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.12.5", + "@babel/helper-plugin-utils": "^7.10.4", + "semver": "^5.5.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "@babel/plugin-transform-shorthand-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.13.tgz", + "integrity": "sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-spread": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.13.0.tgz", + "integrity": "sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" + } + }, + "@babel/plugin-transform-sticky-regex": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.13.tgz", + "integrity": "sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-template-literals": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.13.0.tgz", + "integrity": "sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-typeof-symbol": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.13.tgz", + "integrity": "sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-unicode-escapes": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.13.tgz", + "integrity": "sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-unicode-regex": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.13.tgz", + "integrity": "sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/preset-env": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.11.tgz", + "integrity": "sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.12.7", + "@babel/helper-compilation-targets": "^7.12.5", + "@babel/helper-module-imports": "^7.12.5", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-validator-option": "^7.12.11", + "@babel/plugin-proposal-async-generator-functions": "^7.12.1", + "@babel/plugin-proposal-class-properties": "^7.12.1", + "@babel/plugin-proposal-dynamic-import": "^7.12.1", + "@babel/plugin-proposal-export-namespace-from": "^7.12.1", + "@babel/plugin-proposal-json-strings": "^7.12.1", + "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", + "@babel/plugin-proposal-numeric-separator": "^7.12.7", + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", + "@babel/plugin-proposal-optional-catch-binding": "^7.12.1", + "@babel/plugin-proposal-optional-chaining": "^7.12.7", + "@babel/plugin-proposal-private-methods": "^7.12.1", + "@babel/plugin-proposal-unicode-property-regex": "^7.12.1", + "@babel/plugin-syntax-async-generators": "^7.8.0", + "@babel/plugin-syntax-class-properties": "^7.12.1", + "@babel/plugin-syntax-dynamic-import": "^7.8.0", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.0", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", + "@babel/plugin-syntax-optional-chaining": "^7.8.0", + "@babel/plugin-syntax-top-level-await": "^7.12.1", + "@babel/plugin-transform-arrow-functions": "^7.12.1", + "@babel/plugin-transform-async-to-generator": "^7.12.1", + "@babel/plugin-transform-block-scoped-functions": "^7.12.1", + "@babel/plugin-transform-block-scoping": "^7.12.11", + "@babel/plugin-transform-classes": "^7.12.1", + "@babel/plugin-transform-computed-properties": "^7.12.1", + "@babel/plugin-transform-destructuring": "^7.12.1", + "@babel/plugin-transform-dotall-regex": "^7.12.1", + "@babel/plugin-transform-duplicate-keys": "^7.12.1", + "@babel/plugin-transform-exponentiation-operator": "^7.12.1", + "@babel/plugin-transform-for-of": "^7.12.1", + "@babel/plugin-transform-function-name": "^7.12.1", + "@babel/plugin-transform-literals": "^7.12.1", + "@babel/plugin-transform-member-expression-literals": "^7.12.1", + "@babel/plugin-transform-modules-amd": "^7.12.1", + "@babel/plugin-transform-modules-commonjs": "^7.12.1", + "@babel/plugin-transform-modules-systemjs": "^7.12.1", + "@babel/plugin-transform-modules-umd": "^7.12.1", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.1", + "@babel/plugin-transform-new-target": "^7.12.1", + "@babel/plugin-transform-object-super": "^7.12.1", + "@babel/plugin-transform-parameters": "^7.12.1", + "@babel/plugin-transform-property-literals": "^7.12.1", + "@babel/plugin-transform-regenerator": "^7.12.1", + "@babel/plugin-transform-reserved-words": "^7.12.1", + "@babel/plugin-transform-shorthand-properties": "^7.12.1", + "@babel/plugin-transform-spread": "^7.12.1", + "@babel/plugin-transform-sticky-regex": "^7.12.7", + "@babel/plugin-transform-template-literals": "^7.12.1", + "@babel/plugin-transform-typeof-symbol": "^7.12.10", + "@babel/plugin-transform-unicode-escapes": "^7.12.1", + "@babel/plugin-transform-unicode-regex": "^7.12.1", + "@babel/preset-modules": "^0.1.3", + "@babel/types": "^7.12.11", + "core-js-compat": "^3.8.0", + "semver": "^5.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "@babel/preset-modules": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz", + "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + } + }, + "@babel/runtime": { + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/template": { + "version": "7.12.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.7.tgz", + "integrity": "sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.12.7", + "@babel/types": "^7.12.7" + } + }, + "@babel/traverse": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.13.0.tgz", + "integrity": "sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.13.0", + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.13.0", + "@babel/types": "^7.13.0", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.19" + }, + "dependencies": { + "@babel/generator": { + "version": "7.13.9", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.13.9.tgz", + "integrity": "sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==", + "dev": true, + "requires": { + "@babel/types": "^7.13.0", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } + } + }, + "@babel/types": { + "version": "7.13.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.12.tgz", + "integrity": "sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + }, + "@discoveryjs/json-ext": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.2.tgz", + "integrity": "sha512-HyYEUDeIj5rRQU2Hk5HTB2uHsbRQpF70nvMhVzi+VJR0X+xNEhjPui4/kBf3VeH/wqD28PT4sVOm8qqLjBrSZg==", + "dev": true + }, + "@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true + }, + "@jsdevtools/coverage-istanbul-loader": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@jsdevtools/coverage-istanbul-loader/-/coverage-istanbul-loader-3.0.5.tgz", + "integrity": "sha512-EUCPEkaRPvmHjWAAZkWMT7JDzpw7FKB00WTISaiXsbNOd5hCHg77XLA8sLYLFDo1zepYLo2w7GstN8YBqRXZfA==", + "dev": true, + "requires": { + "convert-source-map": "^1.7.0", + "istanbul-lib-instrument": "^4.0.3", + "loader-utils": "^2.0.0", + "merge-source-map": "^1.1.0", + "schema-utils": "^2.7.0" + } + }, + "@ngtools/webpack": { + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-11.2.6.tgz", + "integrity": "sha512-bT7r+Sjp6C/2iizJKJ8pFMma+OlfY7KZvxlWDZBNQuXRnnCdrkD0P3vXkQCVpM2aLiFueSxwBNjh64cjcnQkHw==", + "dev": true, + "requires": { + "@angular-devkit/core": "11.2.6", + "enhanced-resolve": "5.7.0", + "webpack-sources": "2.2.0" + } + }, + "@nodelib/fs.scandir": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", + "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "2.0.4", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz", + "integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz", + "integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==", + "dev": true, + "requires": { + "@nodelib/fs.scandir": "2.1.4", + "fastq": "^1.6.0" + } + }, + "@npmcli/ci-detect": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-1.3.0.tgz", + "integrity": "sha512-oN3y7FAROHhrAt7Rr7PnTSwrHrZVRTS2ZbyxeQwSSYD0ifwM3YNgQqbaRmjcWoPyq77MjchusjJDspbzMmip1Q==", + "dev": true + }, + "@npmcli/git": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.0.6.tgz", + "integrity": "sha512-a1MnTfeRPBaKbFY07fd+6HugY1WAkKJzdiJvlRub/9o5xz2F/JtPacZZapx5zRJUQFIzSL677vmTSxEcDMrDbg==", + "dev": true, + "requires": { + "@npmcli/promise-spawn": "^1.1.0", + "lru-cache": "^6.0.0", + "mkdirp": "^1.0.3", + "npm-pick-manifest": "^6.0.0", + "promise-inflight": "^1.0.1", + "promise-retry": "^2.0.1", + "semver": "^7.3.2", + "unique-filename": "^1.1.1", + "which": "^2.0.2" + }, + "dependencies": { + "promise-retry": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", + "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", + "dev": true, + "requires": { + "err-code": "^2.0.2", + "retry": "^0.12.0" + } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "@npmcli/installed-package-contents": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz", + "integrity": "sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==", + "dev": true, + "requires": { + "npm-bundled": "^1.1.1", + "npm-normalize-package-bin": "^1.0.1" + } + }, + "@npmcli/move-file": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", + "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", + "dev": true, + "requires": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + } + }, + "@npmcli/node-gyp": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-1.0.2.tgz", + "integrity": "sha512-yrJUe6reVMpktcvagumoqD9r08fH1iRo01gn1u0zoCApa9lnZGEigVKUd2hzsCId4gdtkZZIVscLhNxMECKgRg==", + "dev": true + }, + "@npmcli/promise-spawn": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-1.3.2.tgz", + "integrity": "sha512-QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg==", + "dev": true, + "requires": { + "infer-owner": "^1.0.4" + } + }, + "@npmcli/run-script": { + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.8.4.tgz", + "integrity": "sha512-Yd9HXTtF1JGDXZw0+SOn+mWLYS0e7bHBHVC/2C8yqs4wUrs/k8rwBSinD7rfk+3WG/MFGRZKxjyoD34Pch2E/A==", + "dev": true, + "requires": { + "@npmcli/node-gyp": "^1.0.2", + "@npmcli/promise-spawn": "^1.3.2", + "infer-owner": "^1.0.4", + "node-gyp": "^7.1.0", + "read-package-json-fast": "^2.0.1" + }, + "dependencies": { + "read-package-json-fast": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-2.0.2.tgz", + "integrity": "sha512-5fyFUyO9B799foVk4n6ylcoAktG/FbE3jwRKxvwaeSrIunaoMc0u81dzXxjeAFKOce7O5KncdfwpGvvs6r5PsQ==", + "dev": true, + "requires": { + "json-parse-even-better-errors": "^2.3.0", + "npm-normalize-package-bin": "^1.0.1" + } + } + } + }, + "@schematics/angular": { + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-11.2.6.tgz", + "integrity": "sha512-NUtoX6Dfo2mUWVHt2zXEtlBsz88mo9N9fIPFAEpSY6U9x/jGSs+4rZ6sGRpkqm5UgVtYHzRyQINH7608HuGUuA==", + "dev": true, + "requires": { + "@angular-devkit/core": "11.2.6", + "@angular-devkit/schematics": "11.2.6", + "jsonc-parser": "3.0.0" + } + }, + "@schematics/update": { + "version": "0.1102.6", + "resolved": "https://registry.npmjs.org/@schematics/update/-/update-0.1102.6.tgz", + "integrity": "sha512-JJ9pwGWI5NfwK7d09uQ6zHV63Ms+8r0NsvJHjZlHFlolY04J6yFe0X7TF7/mcjKsaVKCjYIpe5VuTeam/wk5QQ==", + "dev": true, + "requires": { + "@angular-devkit/core": "11.2.6", + "@angular-devkit/schematics": "11.2.6", + "@yarnpkg/lockfile": "1.1.0", + "ini": "2.0.0", + "npm-package-arg": "^8.0.0", + "pacote": "11.2.4", + "semver": "7.3.4", + "semver-intersect": "1.4.0" + } + }, + "@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "dev": true + }, + "@types/component-emitter": { + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.10.tgz", + "integrity": "sha512-bsjleuRKWmGqajMerkzox19aGbscQX5rmmvvXl3wlIp5gMG1HgkiwPxsN5p070fBDKTNSPgojVbuY1+HWMbFhg==", + "dev": true + }, + "@types/cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-y7mImlc/rNkvCRmg8gC3/lj87S7pTUIJ6QGjwHR9WQJcFs+ZMTOaoPrkdFA/YdbuqVEmEbb5RdhVxMkAcgOnpg==", + "dev": true + }, + "@types/cors": { + "version": "2.8.10", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.10.tgz", + "integrity": "sha512-C7srjHiVG3Ey1nR6d511dtDkCEjxuN9W1HWAEjGq8kpcwmNM6JJkpC0xvabM7BXTG2wDq8Eu33iH9aQKa7IvLQ==", + "dev": true + }, + "@types/glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==", + "dev": true, + "requires": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "@types/jasmine": { + "version": "3.6.8", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.6.8.tgz", + "integrity": "sha512-KTG8ONQC2qm679pJiuNzv7TlkMopSOUvGxZ9nz5M/QFrbWc/36A9mg7jQ76JgNWYogkHmTKaEPRP8MROvFZVwA==", + "dev": true + }, + "@types/json-schema": { + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz", + "integrity": "sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==", + "dev": true + }, + "@types/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==", + "dev": true + }, + "@types/node": { + "version": "12.20.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.6.tgz", + "integrity": "sha512-sRVq8d+ApGslmkE9e3i+D3gFGk7aZHAT+G4cIpIEdLJYPsWiSPwcAnJEjddLQQDqV3Ra2jOclX/Sv6YrvGYiWA==", + "dev": true + }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, + "@types/q": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz", + "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==", + "dev": true + }, + "@types/selenium-webdriver": { + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.17.tgz", + "integrity": "sha512-tGomyEuzSC1H28y2zlW6XPCaDaXFaD6soTdb4GNdmte2qfHtrKqhy0ZFs4r/1hpazCfEZqeTSRLvSasmEx89uw==", + "dev": true + }, + "@types/source-list-map": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz", + "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==", + "dev": true + }, + "@types/webpack-sources": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-0.1.8.tgz", + "integrity": "sha512-JHB2/xZlXOjzjBB6fMOpH1eQAfsrpqVVIbneE0Rok16WXwFaznaI5vfg75U5WgGJm7V9W1c4xeRQDjX/zwvghA==", + "dev": true, + "requires": { + "@types/node": "*", + "@types/source-list-map": "*", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "@webassemblyjs/ast": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "dev": true, + "requires": { + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0" + } + }, + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", + "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==", + "dev": true + }, + "@webassemblyjs/helper-api-error": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==", + "dev": true + }, + "@webassemblyjs/helper-buffer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", + "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==", + "dev": true + }, + "@webassemblyjs/helper-code-frame": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", + "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", + "dev": true, + "requires": { + "@webassemblyjs/wast-printer": "1.9.0" + } + }, + "@webassemblyjs/helper-fsm": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", + "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==", + "dev": true + }, + "@webassemblyjs/helper-module-context": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz", + "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.9.0" + } + }, + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", + "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==", + "dev": true + }, + "@webassemblyjs/helper-wasm-section": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", + "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0" + } + }, + "@webassemblyjs/ieee754": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", + "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", + "dev": true, + "requires": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "@webassemblyjs/leb128": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", + "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", + "dev": true, + "requires": { + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/utf8": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", + "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==", + "dev": true + }, + "@webassemblyjs/wasm-edit": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", + "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/helper-wasm-section": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-opt": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "@webassemblyjs/wast-printer": "1.9.0" + } + }, + "@webassemblyjs/wasm-gen": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", + "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" + } + }, + "@webassemblyjs/wasm-opt": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", + "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0" + } + }, + "@webassemblyjs/wasm-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", + "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" + } + }, + "@webassemblyjs/wast-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", + "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/floating-point-hex-parser": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-code-frame": "1.9.0", + "@webassemblyjs/helper-fsm": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/wast-printer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", + "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true + }, + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true + }, + "@yarnpkg/lockfile": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", + "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", + "dev": true + }, + "abab": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", + "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==", + "dev": true + }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true + }, + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "dev": true, + "requires": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + } + }, + "acorn": { + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", + "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", + "dev": true + }, + "adjust-sourcemap-loader": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz", + "integrity": "sha512-YBrGyT2/uVQ/c6Rr+t6ZJXniY03YtHGMJQYal368burRGYKqhx9qGTWqcBU5s1CwYY9E/ri63RYyG1IacMZtqw==", + "dev": true, + "requires": { + "loader-utils": "^2.0.0", + "regex-parser": "^2.2.11" + } + }, + "adm-zip": { + "version": "0.4.16", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.16.tgz", + "integrity": "sha512-TFi4HBKSGfIKsK5YCkKaaFG2m4PEDyViZmEwof3MTIgzimHLto6muaHVpbrljdIvIrFZzEq/p4nafOeLcYegrg==", + "dev": true + }, + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dev": true, + "requires": { + "debug": "4" + } + }, + "agentkeepalive": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.4.tgz", + "integrity": "sha512-+V/rGa3EuU74H6wR04plBb7Ks10FbtUQgRj/FQOG7uUIEuaINI+AiqJR1k6t3SVNs7o7ZjIdus6706qqzVq8jQ==", + "dev": true, + "requires": { + "debug": "^4.1.0", + "depd": "^1.1.2", + "humanize-ms": "^1.2.1" + } + }, + "aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "dev": true, + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + } + }, + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", + "dev": true + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true + }, + "alphanum-sort": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", + "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=", + "dev": true + }, + "ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "dev": true + }, + "ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "requires": { + "type-fest": "^0.21.3" + } + }, + "ansi-html": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", + "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=", + "dev": true + }, + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "dev": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "app-root-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-3.0.0.tgz", + "integrity": "sha512-qMcx+Gy2UZynHjOHOIXPNvpf+9cjvk3cWrBBK7zg4gH9+clobJRb9NGzcT7mQTcV/6Gm/1WelUtqxVXnNlrwcw==", + "dev": true + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true + }, + "are-we-there-yet": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", + "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", + "dev": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "aria-query": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz", + "integrity": "sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=", + "dev": true, + "requires": { + "ast-types-flow": "0.0.7", + "commander": "^2.11.0" + } + }, + "arity-n": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/arity-n/-/arity-n-1.0.4.tgz", + "integrity": "sha1-2edrEXM+CFacCEeuezmyhgswt0U=", + "dev": true + }, + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", + "dev": true + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "dev": true + }, + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", + "dev": true + }, + "array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", + "dev": true + }, + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true + }, + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", + "dev": true + }, + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", + "dev": true + }, + "arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", + "dev": true + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "dev": true, + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "asn1.js": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", + "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", + "dev": true, + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "safer-buffer": "^2.1.0" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } + } + }, + "assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", + "dev": true, + "requires": { + "object-assign": "^4.1.1", + "util": "0.10.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=", + "dev": true + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "dev": true, + "requires": { + "inherits": "2.0.1" + } + } + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + }, + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", + "dev": true + }, + "ast-types-flow": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", + "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=", + "dev": true + }, + "async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "dev": true, + "requires": { + "lodash": "^4.17.14" + } + }, + "async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", + "dev": true + }, + "async-limiter": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==", + "dev": true + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "dev": true + }, + "autoprefixer": { + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.2.4.tgz", + "integrity": "sha512-DCCdUQiMD+P/as8m3XkeTUkUKuuRqLGcwD0nll7wevhqoJfMRpJlkFd1+MQh1pvupjiQuip42lc/VFvfUTMSKw==", + "dev": true, + "requires": { + "browserslist": "^4.16.1", + "caniuse-lite": "^1.0.30001181", + "colorette": "^1.2.1", + "fraction.js": "^4.0.13", + "normalize-range": "^0.1.2", + "postcss-value-parser": "^4.1.0" + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "dev": true + }, + "aws4": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", + "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==", + "dev": true + }, + "axobject-query": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.0.2.tgz", + "integrity": "sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==", + "dev": true, + "requires": { + "ast-types-flow": "0.0.7" + } + }, + "babel-loader": { + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.2.tgz", + "integrity": "sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==", + "dev": true, + "requires": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^1.4.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + } + } + }, + "babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "dev": true, + "requires": { + "object.assign": "^4.1.0" + } + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "dev": true, + "requires": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dev": true, + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "base64-arraybuffer": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.4.tgz", + "integrity": "sha1-mBjHngWbE1X5fgQooBfIOOkLqBI=", + "dev": true + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true + }, + "base64id": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", + "dev": true + }, + "batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "dev": true, + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true + }, + "bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "requires": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "blocking-proxy": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/blocking-proxy/-/blocking-proxy-1.0.1.tgz", + "integrity": "sha512-KE8NFMZr3mN2E0HcvCgRtX7DjhiIQrwle+nSVJVC/yqFb9+xznHl2ZcoBp2L9qzkI4t4cBFJ1efXF8Dwi132RA==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true + }, + "bn.js": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz", + "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==", + "dev": true + }, + "body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "dev": true, + "requires": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + }, + "dependencies": { + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "bonjour": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", + "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", + "dev": true, + "requires": { + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=", + "dev": true + }, + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "dev": true, + "requires": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "dev": true, + "requires": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "dev": true, + "requires": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "browserify-rsa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", + "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", + "dev": true, + "requires": { + "bn.js": "^5.0.0", + "randombytes": "^2.0.1" + } + }, + "browserify-sign": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", + "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "dev": true, + "requires": { + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.3", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + } + } + }, + "browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "dev": true, + "requires": { + "pako": "~1.0.5" + } + }, + "browserslist": { + "version": "4.16.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.3.tgz", + "integrity": "sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw==", + "dev": true, + "requires": { + "caniuse-lite": "^1.0.30001181", + "colorette": "^1.2.1", + "electron-to-chromium": "^1.3.649", + "escalade": "^3.1.1", + "node-releases": "^1.1.70" + } + }, + "browserstack": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/browserstack/-/browserstack-1.6.1.tgz", + "integrity": "sha512-GxtFjpIaKdbAyzHfFDKixKO8IBT7wR3NjbzrGc78nNs/Ciys9wU3/nBtsqsWv5nDSrdI5tz0peKuzCPuNXNUiw==", + "dev": true, + "requires": { + "https-proxy-agent": "^2.2.1" + }, + "dependencies": { + "agent-base": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", + "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", + "dev": true, + "requires": { + "es6-promisify": "^5.0.0" + } + }, + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "https-proxy-agent": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", + "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", + "dev": true, + "requires": { + "agent-base": "^4.3.0", + "debug": "^3.1.0" + } + } + } + }, + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true + }, + "buffer-indexof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", + "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==", + "dev": true + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", + "dev": true + }, + "builtin-modules": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", + "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=", + "dev": true + }, + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=", + "dev": true + }, + "builtins": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz", + "integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og=", + "dev": true + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", + "dev": true + }, + "cacache": { + "version": "15.0.5", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.5.tgz", + "integrity": "sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==", + "dev": true, + "requires": { + "@npmcli/move-file": "^1.0.1", + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "infer-owner": "^1.0.4", + "lru-cache": "^6.0.0", + "minipass": "^3.1.1", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^1.0.3", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^8.0.0", + "tar": "^6.0.2", + "unique-filename": "^1.1.1" + } + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "dev": true, + "requires": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + } + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "caller-callsite": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", + "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", + "dev": true, + "requires": { + "callsites": "^2.0.0" + } + }, + "caller-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", + "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", + "dev": true, + "requires": { + "caller-callsite": "^2.0.0" + } + }, + "callsites": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", + "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", + "dev": true + }, + "camelcase": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", + "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==", + "dev": true + }, + "caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "caniuse-lite": { + "version": "1.0.30001204", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001204.tgz", + "integrity": "sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ==", + "dev": true + }, + "canonical-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/canonical-path/-/canonical-path-1.0.0.tgz", + "integrity": "sha512-feylzsbDxi1gPZ1IjystzIQZagYYLvfKrSuygUCgf7z6x790VEzze5QEkdSV1U58RA7Hi0+v6fv4K54atOzATg==", + "dev": true + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "dev": true + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true + }, + "chokidar": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", + "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", + "dev": true, + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.3.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.5.0" + } + }, + "chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "dev": true + }, + "chrome-trace-event": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", + "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", + "dev": true, + "requires": { + "tslib": "^1.9.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "circular-dependency-plugin": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.2.2.tgz", + "integrity": "sha512-g38K9Cm5WRwlaH6g03B9OEz/0qRizI+2I7n+Gz+L5DxXJAPAiWQvwlYNm1V1jkdpUv95bOe/ASm2vfi/G560jQ==", + "dev": true + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "dev": true, + "requires": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "dev": true + }, + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "requires": { + "restore-cursor": "^3.1.0" + } + }, + "cli-spinners": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.0.tgz", + "integrity": "sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q==", + "dev": true + }, + "cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", + "dev": true + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "dev": true, + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", + "dev": true + }, + "clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + } + }, + "coa": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", + "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", + "dev": true, + "requires": { + "@types/q": "^1.5.1", + "chalk": "^2.4.1", + "q": "^1.1.2" + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true + }, + "codelyzer": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-6.0.1.tgz", + "integrity": "sha512-cOyGQgMdhnRYtW2xrJUNrNYDjEgwQ+BrE2y93Bwz3h4DJ6vJRLfupemU5N3pbYsUlBHJf0u1j1UGk+NLW4d97g==", + "dev": true, + "requires": { + "@angular/compiler": "9.0.0", + "@angular/core": "9.0.0", + "app-root-path": "^3.0.0", + "aria-query": "^3.0.0", + "axobject-query": "2.0.2", + "css-selector-tokenizer": "^0.7.1", + "cssauron": "^1.4.0", + "damerau-levenshtein": "^1.0.4", + "rxjs": "^6.5.3", + "semver-dsl": "^1.0.1", + "source-map": "^0.5.7", + "sprintf-js": "^1.1.2", + "tslib": "^1.10.0", + "zone.js": "~0.10.3" + }, + "dependencies": { + "@angular/compiler": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-9.0.0.tgz", + "integrity": "sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ==", + "dev": true + }, + "@angular/core": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-9.0.0.tgz", + "integrity": "sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w==", + "dev": true + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + }, + "sprintf-js": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", + "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==", + "dev": true + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "zone.js": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.10.3.tgz", + "integrity": "sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg==", + "dev": true + } + } + }, + "collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "dev": true, + "requires": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + } + }, + "color": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/color/-/color-3.1.3.tgz", + "integrity": "sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==", + "dev": true, + "requires": { + "color-convert": "^1.9.1", + "color-string": "^1.5.4" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "color-string": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.5.tgz", + "integrity": "sha512-jgIoum0OfQfq9Whcfc2z/VhCNcmQjWbey6qBX0vqt7YICflUmBCh9E9CiQD5GSJ+Uehixm3NUwHVhqUAWRivZg==", + "dev": true, + "requires": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "colorette": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", + "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==", + "dev": true + }, + "colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "dev": true + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "dev": true + }, + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==", + "dev": true + }, + "compose-function": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/compose-function/-/compose-function-3.0.3.tgz", + "integrity": "sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8=", + "dev": true, + "requires": { + "arity-n": "^1.0.4" + } + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, + "requires": { + "mime-db": ">= 1.43.0 < 2" + } + }, + "compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dev": true, + "requires": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "connect": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", + "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", + "dev": true, + "requires": { + "debug": "2.6.9", + "finalhandler": "1.1.2", + "parseurl": "~1.3.3", + "utils-merge": "1.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", + "dev": true + }, + "console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==", + "dev": true + }, + "console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", + "dev": true + }, + "constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=", + "dev": true + }, + "content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "dev": true, + "requires": { + "safe-buffer": "5.1.2" + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "dev": true + }, + "convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", + "dev": true + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", + "dev": true + }, + "copy-anything": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.3.tgz", + "integrity": "sha512-GK6QUtisv4fNS+XcI7shX0Gx9ORg7QqIznyfho79JTnX1XhLiyZHfftvGiziqzRiEi/Bjhgpi+D2o7HxJFPnDQ==", + "dev": true, + "requires": { + "is-what": "^3.12.0" + } + }, + "copy-concurrently": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", + "dev": true, + "requires": { + "aproba": "^1.1.1", + "fs-write-stream-atomic": "^1.0.8", + "iferr": "^0.1.5", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.0" + }, + "dependencies": { + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + } + } + }, + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", + "dev": true + }, + "copy-webpack-plugin": { + "version": "6.3.2", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-6.3.2.tgz", + "integrity": "sha512-MgJ1uouLIbDg4ST1GzqrGQyKoXY5iPqi6fghFqarijam7FQcBa/r6Rg0VkoIuzx75Xq8iAMghyOueMkWUQ5OaA==", + "dev": true, + "requires": { + "cacache": "^15.0.5", + "fast-glob": "^3.2.4", + "find-cache-dir": "^3.3.1", + "glob-parent": "^5.1.1", + "globby": "^11.0.1", + "loader-utils": "^2.0.0", + "normalize-path": "^3.0.0", + "p-limit": "^3.0.2", + "schema-utils": "^3.0.0", + "serialize-javascript": "^5.0.1", + "webpack-sources": "^1.4.3" + }, + "dependencies": { + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "dev": true, + "requires": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + } + } + } + }, + "core-js": { + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.3.tgz", + "integrity": "sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q==", + "dev": true + }, + "core-js-compat": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.9.1.tgz", + "integrity": "sha512-jXAirMQxrkbiiLsCx9bQPJFA6llDadKMpYrBJQJ3/c4/vsPP/fAf29h24tviRlvwUL6AmY5CHLu2GvjuYviQqA==", + "dev": true, + "requires": { + "browserslist": "^4.16.3", + "semver": "7.0.0" + }, + "dependencies": { + "semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true + } + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "dev": true, + "requires": { + "object-assign": "^4", + "vary": "^1" + } + }, + "cosmiconfig": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", + "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", + "dev": true, + "requires": { + "import-fresh": "^2.0.0", + "is-directory": "^0.3.1", + "js-yaml": "^3.13.1", + "parse-json": "^4.0.0" + } + }, + "create-ecdh": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", + "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", + "dev": true, + "requires": { + "bn.js": "^4.1.0", + "elliptic": "^6.5.3" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } + } + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "dev": true, + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "dev": true, + "requires": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "critters": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/critters/-/critters-0.0.7.tgz", + "integrity": "sha512-qUF2SaAWFYjNPdCcPpu68p2DnHiosia84yx5mPTlUMQjkjChR+n6sO1/I7yn2U2qNDgSPTd2SoaTIDQcUL+EwQ==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "css": "^3.0.0", + "parse5": "^6.0.1", + "parse5-htmlparser2-tree-adapter": "^6.0.1", + "pretty-bytes": "^5.3.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "dev": true, + "requires": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + } + }, + "css": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz", + "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==", + "dev": true, + "requires": { + "inherits": "^2.0.4", + "source-map": "^0.6.1", + "source-map-resolve": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "css-color-names": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz", + "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=", + "dev": true + }, + "css-declaration-sorter": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz", + "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==", + "dev": true, + "requires": { + "postcss": "^7.0.1", + "timsort": "^0.3.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "css-loader": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.0.1.tgz", + "integrity": "sha512-cXc2ti9V234cq7rJzFKhirb2L2iPy8ZjALeVJAozXYz9te3r4eqLSixNAbMDJSgJEQywqXzs8gonxaboeKqwiw==", + "dev": true, + "requires": { + "camelcase": "^6.2.0", + "cssesc": "^3.0.0", + "icss-utils": "^5.0.0", + "loader-utils": "^2.0.0", + "postcss": "^8.1.4", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-scope": "^3.0.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.1.0", + "schema-utils": "^3.0.0", + "semver": "^7.3.2" + }, + "dependencies": { + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "css-parse": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-2.0.0.tgz", + "integrity": "sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q=", + "dev": true, + "requires": { + "css": "^2.0.0" + }, + "dependencies": { + "css": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz", + "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "source-map": "^0.6.1", + "source-map-resolve": "^0.5.2", + "urix": "^0.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "dev": true, + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + } + } + }, + "css-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", + "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", + "dev": true, + "requires": { + "boolbase": "^1.0.0", + "css-what": "^3.2.1", + "domutils": "^1.7.0", + "nth-check": "^1.0.2" + } + }, + "css-select-base-adapter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==", + "dev": true + }, + "css-selector-tokenizer": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.3.tgz", + "integrity": "sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg==", + "dev": true, + "requires": { + "cssesc": "^3.0.0", + "fastparse": "^1.1.2" + } + }, + "css-tree": { + "version": "1.0.0-alpha.37", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "dev": true, + "requires": { + "mdn-data": "2.0.4", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "css-what": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", + "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==", + "dev": true + }, + "cssauron": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/cssauron/-/cssauron-1.4.0.tgz", + "integrity": "sha1-pmAt/34EqDBtwNuaVR6S6LVmKtg=", + "dev": true, + "requires": { + "through": "X.X.X" + } + }, + "cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true + }, + "cssnano": { + "version": "4.1.10", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz", + "integrity": "sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ==", + "dev": true, + "requires": { + "cosmiconfig": "^5.0.0", + "cssnano-preset-default": "^4.0.7", + "is-resolvable": "^1.0.0", + "postcss": "^7.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "cssnano-preset-default": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz", + "integrity": "sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA==", + "dev": true, + "requires": { + "css-declaration-sorter": "^4.0.1", + "cssnano-util-raw-cache": "^4.0.1", + "postcss": "^7.0.0", + "postcss-calc": "^7.0.1", + "postcss-colormin": "^4.0.3", + "postcss-convert-values": "^4.0.1", + "postcss-discard-comments": "^4.0.2", + "postcss-discard-duplicates": "^4.0.2", + "postcss-discard-empty": "^4.0.1", + "postcss-discard-overridden": "^4.0.1", + "postcss-merge-longhand": "^4.0.11", + "postcss-merge-rules": "^4.0.3", + "postcss-minify-font-values": "^4.0.2", + "postcss-minify-gradients": "^4.0.2", + "postcss-minify-params": "^4.0.2", + "postcss-minify-selectors": "^4.0.2", + "postcss-normalize-charset": "^4.0.1", + "postcss-normalize-display-values": "^4.0.2", + "postcss-normalize-positions": "^4.0.2", + "postcss-normalize-repeat-style": "^4.0.2", + "postcss-normalize-string": "^4.0.2", + "postcss-normalize-timing-functions": "^4.0.2", + "postcss-normalize-unicode": "^4.0.1", + "postcss-normalize-url": "^4.0.1", + "postcss-normalize-whitespace": "^4.0.2", + "postcss-ordered-values": "^4.1.2", + "postcss-reduce-initial": "^4.0.3", + "postcss-reduce-transforms": "^4.0.2", + "postcss-svgo": "^4.0.2", + "postcss-unique-selectors": "^4.0.1" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "cssnano-util-get-arguments": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz", + "integrity": "sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=", + "dev": true + }, + "cssnano-util-get-match": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz", + "integrity": "sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=", + "dev": true + }, + "cssnano-util-raw-cache": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz", + "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==", + "dev": true, + "requires": { + "postcss": "^7.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "cssnano-util-same-parent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz", + "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==", + "dev": true + }, + "csso": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "dev": true, + "requires": { + "css-tree": "^1.1.2" + }, + "dependencies": { + "css-tree": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.2.tgz", + "integrity": "sha512-wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ==", + "dev": true, + "requires": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + } + }, + "mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "custom-event": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", + "integrity": "sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU=", + "dev": true + }, + "cyclist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", + "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=", + "dev": true + }, + "d": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "dev": true, + "requires": { + "es5-ext": "^0.10.50", + "type": "^1.0.1" + } + }, + "damerau-levenshtein": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz", + "integrity": "sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==", + "dev": true + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "date-format": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-3.0.0.tgz", + "integrity": "sha512-eyTcpKOcamdhWJXj56DpQMo1ylSQpcGtGKXcU0Tb97+K56/CF5amAqqqNj0+KvA0iw2ynxtHWFsPDSClCxe48w==", + "dev": true + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "dev": true + }, + "deep-equal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", + "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", + "dev": true, + "requires": { + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.1", + "is-regex": "^1.0.4", + "object-is": "^1.0.1", + "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.2.0" + } + }, + "default-gateway": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", + "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", + "dev": true, + "requires": { + "execa": "^1.0.0", + "ip-regex": "^2.1.0" + } + }, + "defaults": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", + "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "dev": true, + "requires": { + "clone": "^1.0.2" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "requires": { + "object-keys": "^1.0.12" + } + }, + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dev": true, + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "dependencies": { + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "del": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", + "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", + "dev": true, + "requires": { + "@types/glob": "^7.1.1", + "globby": "^6.1.0", + "is-path-cwd": "^2.0.0", + "is-path-in-cwd": "^2.0.0", + "p-map": "^2.0.0", + "pify": "^4.0.1", + "rimraf": "^2.6.3" + }, + "dependencies": { + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "dev": true, + "requires": { + "array-uniq": "^1.0.1" + } + }, + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "dev": true, + "requires": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + } + } + }, + "p-map": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", + "dev": true + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + } + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", + "dev": true + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "dev": true + }, + "dependency-graph": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.7.2.tgz", + "integrity": "sha512-KqtH4/EZdtdfWX0p6MGP9jljvxSY6msy/pRUD4jgNwVpv3v1QmNLlsB3LDSSUg79BRVSn7jI1QPRtArGABovAQ==", + "dev": true + }, + "des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", + "dev": true + }, + "detect-node": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.5.tgz", + "integrity": "sha512-qi86tE6hRcFHy8jI1m2VG+LaPUR1LhqDa5G8tVjuUXmOrpuAgqsA1pN0+ldgr3aKUH+QLI9hCY/OcRYisERejw==", + "dev": true + }, + "di": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz", + "integrity": "sha1-gGZJMmzqp8qjMG112YXqJ0i6kTw=", + "dev": true + }, + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true + }, + "diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "dev": true, + "requires": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } + } + }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "requires": { + "path-type": "^4.0.0" + } + }, + "dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=", + "dev": true + }, + "dns-packet": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz", + "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", + "dev": true, + "requires": { + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" + } + }, + "dns-txt": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", + "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", + "dev": true, + "requires": { + "buffer-indexof": "^1.0.0" + } + }, + "dom-serialize": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", + "integrity": "sha1-ViromZ9Evl6jB29UGdzVnrQ6yVs=", + "dev": true, + "requires": { + "custom-event": "~1.0.0", + "ent": "~2.2.0", + "extend": "^3.0.0", + "void-elements": "^2.0.0" + } + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + }, + "dependencies": { + "domelementtype": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz", + "integrity": "sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w==", + "dev": true + } + } + }, + "domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", + "dev": true + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "dev": true + }, + "domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "dev": true, + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "dev": true, + "requires": { + "is-obj": "^2.0.0" + } + }, + "duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "dev": true, + "requires": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "dev": true, + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", + "dev": true + }, + "electron-to-chromium": { + "version": "1.3.700", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.700.tgz", + "integrity": "sha512-wQtaxVZzpOeCjW1CGuC5W3bYjE2jglvk076LcTautBOB9UtHztty7wNzjVsndiMcSsdUsdMy5w76w5J1U7OPTQ==", + "dev": true + }, + "elliptic": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "dev": true, + "requires": { + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } + } + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "dev": true + }, + "encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "dev": true, + "optional": true, + "requires": { + "iconv-lite": "^0.6.2" + }, + "dependencies": { + "iconv-lite": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", + "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==", + "dev": true, + "optional": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + } + } + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "requires": { + "once": "^1.4.0" + } + }, + "engine.io": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-4.1.1.tgz", + "integrity": "sha512-t2E9wLlssQjGw0nluF6aYyfX8LwYU8Jj0xct+pAhfWfv/YrBn6TSNtEYsgxHIfaMqfrLx07czcMg9bMN6di+3w==", + "dev": true, + "requires": { + "accepts": "~1.3.4", + "base64id": "2.0.0", + "cookie": "~0.4.1", + "cors": "~2.8.5", + "debug": "~4.3.1", + "engine.io-parser": "~4.0.0", + "ws": "~7.4.2" + }, + "dependencies": { + "cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", + "dev": true + }, + "ws": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.4.tgz", + "integrity": "sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw==", + "dev": true + } + } + }, + "engine.io-parser": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-4.0.2.tgz", + "integrity": "sha512-sHfEQv6nmtJrq6TKuIz5kyEKH/qSdK56H/A+7DnAuUPWosnIZAS2NHNcPLmyjtY3cGS/MqJdZbUjW97JU72iYg==", + "dev": true, + "requires": { + "base64-arraybuffer": "0.1.4" + } + }, + "enhanced-resolve": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.7.0.tgz", + "integrity": "sha512-6njwt/NsZFUKhM6j9U8hzVyD4E4r0x7NQzhTCbcWOJ0IQjNSAoalWmb0AE51Wn+fwan5qVESWi7t2ToBxs9vrw==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + } + }, + "ent": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", + "integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=", + "dev": true + }, + "entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true + }, + "env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "dev": true + }, + "err-code": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", + "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", + "dev": true + }, + "errno": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "dev": true, + "requires": { + "prr": "~1.0.1" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es-abstract": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0.tgz", + "integrity": "sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.2", + "is-callable": "^1.2.3", + "is-negative-zero": "^2.0.1", + "is-regex": "^1.1.2", + "is-string": "^1.0.5", + "object-inspect": "^1.9.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.4", + "string.prototype.trimstart": "^1.0.4", + "unbox-primitive": "^1.0.0" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es5-ext": { + "version": "0.10.53", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz", + "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==", + "dev": true, + "requires": { + "es6-iterator": "~2.0.3", + "es6-symbol": "~3.1.3", + "next-tick": "~1.0.0" + } + }, + "es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", + "dev": true, + "requires": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } + }, + "es6-promise": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", + "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", + "dev": true + }, + "es6-promisify": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", + "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=", + "dev": true, + "requires": { + "es6-promise": "^4.0.3" + } + }, + "es6-symbol": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "dev": true, + "requires": { + "d": "^1.0.1", + "ext": "^1.1.2" + } + }, + "escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "eslint-scope": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", + "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", + "dev": true, + "requires": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "requires": { + "estraverse": "^5.2.0" + }, + "dependencies": { + "estraverse": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "dev": true + } + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "dev": true + }, + "eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true + }, + "events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true + }, + "eventsource": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.0.tgz", + "integrity": "sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==", + "dev": true, + "requires": { + "original": "^1.0.0" + } + }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "dev": true, + "requires": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", + "dev": true + }, + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "dev": true, + "requires": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "dev": true, + "requires": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "ext": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz", + "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==", + "dev": true, + "requires": { + "type": "^2.0.0" + }, + "dependencies": { + "type": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/type/-/type-2.5.0.tgz", + "integrity": "sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw==", + "dev": true + } + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "dev": true, + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dev": true, + "requires": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + } + }, + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "dev": true, + "requires": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dev": true, + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "dev": true + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "fast-glob": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.5.tgz", + "integrity": "sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.0", + "merge2": "^1.3.0", + "micromatch": "^4.0.2", + "picomatch": "^2.2.1" + } + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "fastparse": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz", + "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==", + "dev": true + }, + "fastq": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.0.tgz", + "integrity": "sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==", + "dev": true, + "requires": { + "reusify": "^1.0.4" + } + }, + "faye-websocket": { + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", + "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", + "dev": true, + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "figgy-pudding": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", + "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==", + "dev": true + }, + "figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "file-loader": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", + "dev": true, + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "dev": true, + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "find-cache-dir": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "flatted": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz", + "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==", + "dev": true + }, + "flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "follow-redirects": { + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz", + "integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==", + "dev": true + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", + "dev": true + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "dev": true + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=", + "dev": true + }, + "fraction.js": { + "version": "4.0.13", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.0.13.tgz", + "integrity": "sha512-E1fz2Xs9ltlUp+qbiyx9wmt2n9dRzPsS11Jtdb8D2o+cC7wr9xkkKsVKJuBX0ST+LVS+LhLO+SbLJNtfWcJvXA==", + "dev": true + }, + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "dev": true, + "requires": { + "map-cache": "^0.2.2" + } + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "dev": true + }, + "from2": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs-extra": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.2.tgz", + "integrity": "sha1-+RcExT0bRh+JNFKwwwfZmXZHq2s=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + } + }, + "fs-write-stream-atomic": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "iferr": "^0.1.5", + "imurmurhash": "^0.1.4", + "readable-stream": "1 || 2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "dev": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true + }, + "get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", + "dev": true + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "globby": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz", + "integrity": "sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.1.1", + "ignore": "^5.1.4", + "merge2": "^1.3.0", + "slash": "^3.0.0" + } + }, + "graceful-fs": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz", + "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==", + "dev": true + }, + "handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "dev": true + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "dev": true + }, + "har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "dev": true, + "requires": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + } + } + }, + "has-bigints": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", + "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", + "dev": true + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "has-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", + "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", + "dev": true + }, + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", + "dev": true + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "dev": true, + "requires": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + } + }, + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "dev": true, + "requires": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "dev": true, + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + } + } + }, + "hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "hex-color-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", + "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==", + "dev": true + }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "dev": true, + "requires": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "hosted-git-info": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.8.tgz", + "integrity": "sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "hsl-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz", + "integrity": "sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=", + "dev": true + }, + "hsla-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz", + "integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg=", + "dev": true + }, + "html-comment-regex": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz", + "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==", + "dev": true + }, + "html-entities": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz", + "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==", + "dev": true + }, + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true + }, + "http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "dev": true + }, + "http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=", + "dev": true + }, + "http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "dev": true, + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + } + } + }, + "http-parser-js": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.3.tgz", + "integrity": "sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==", + "dev": true + }, + "http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dev": true, + "requires": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + } + }, + "http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "dev": true, + "requires": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + } + }, + "http-proxy-middleware": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", + "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", + "dev": true, + "requires": { + "http-proxy": "^1.17.0", + "is-glob": "^4.0.0", + "lodash": "^4.17.11", + "micromatch": "^3.1.10" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "dev": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=", + "dev": true + }, + "https-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", + "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "dev": true, + "requires": { + "agent-base": "6", + "debug": "4" + } + }, + "humanize-ms": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", + "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", + "dev": true, + "requires": { + "ms": "^2.0.0" + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "dev": true + }, + "ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true + }, + "iferr": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=", + "dev": true + }, + "ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", + "dev": true + }, + "ignore-walk": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz", + "integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==", + "dev": true, + "requires": { + "minimatch": "^3.0.4" + } + }, + "image-size": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", + "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=", + "dev": true, + "optional": true + }, + "immediate": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", + "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=", + "dev": true + }, + "import-fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", + "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", + "dev": true, + "requires": { + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" + } + }, + "import-local": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", + "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", + "dev": true, + "requires": { + "pkg-dir": "^3.0.0", + "resolve-cwd": "^2.0.0" + }, + "dependencies": { + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "^3.0.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "^2.0.0" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, + "requires": { + "find-up": "^3.0.0" + } + } + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true + }, + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true + }, + "indexes-of": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", + "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=", + "dev": true + }, + "infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "ini": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", + "dev": true + }, + "inquirer": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz", + "integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==", + "dev": true, + "requires": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.19", + "mute-stream": "0.0.8", + "run-async": "^2.4.0", + "rxjs": "^6.6.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "internal-ip": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz", + "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", + "dev": true, + "requires": { + "default-gateway": "^4.2.0", + "ipaddr.js": "^1.9.0" + } + }, + "ip": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", + "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", + "dev": true + }, + "ip-regex": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", + "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=", + "dev": true + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "dev": true + }, + "is-absolute-url": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz", + "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=", + "dev": true + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-arguments": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.0.tgz", + "integrity": "sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==", + "dev": true, + "requires": { + "call-bind": "^1.0.0" + } + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "is-bigint": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.1.tgz", + "integrity": "sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg==", + "dev": true + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-boolean-object": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.0.tgz", + "integrity": "sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==", + "dev": true, + "requires": { + "call-bind": "^1.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "is-callable": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz", + "integrity": "sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==", + "dev": true + }, + "is-color-stop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz", + "integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=", + "dev": true, + "requires": { + "css-color-names": "^0.0.4", + "hex-color-regex": "^1.1.0", + "hsl-regex": "^1.0.0", + "hsla-regex": "^1.0.0", + "rgb-regex": "^1.0.1", + "rgba-regex": "^1.0.0" + } + }, + "is-core-module": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz", + "integrity": "sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==", + "dev": true + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "dev": true, + "requires": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "dev": true + } + } + }, + "is-directory": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", + "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=", + "dev": true + }, + "is-docker": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.1.1.tgz", + "integrity": "sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==", + "dev": true + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true + }, + "is-lambda": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", + "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=", + "dev": true + }, + "is-negative-zero": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz", + "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "is-number-object": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.4.tgz", + "integrity": "sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==", + "dev": true + }, + "is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "dev": true + }, + "is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", + "dev": true + }, + "is-path-in-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", + "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", + "dev": true, + "requires": { + "is-path-inside": "^2.1.0" + } + }, + "is-path-inside": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", + "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", + "dev": true, + "requires": { + "path-is-inside": "^1.0.2" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "requires": { + "isobject": "^3.0.1" + } + }, + "is-regex": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz", + "integrity": "sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-symbols": "^1.0.1" + } + }, + "is-resolvable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==", + "dev": true + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true + }, + "is-string": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz", + "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==", + "dev": true + }, + "is-svg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz", + "integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==", + "dev": true, + "requires": { + "html-comment-regex": "^1.1.0" + } + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "dev": true, + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true + }, + "is-what": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz", + "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", + "dev": true + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true + }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "requires": { + "is-docker": "^2.0.0" + } + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "isbinaryfile": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.6.tgz", + "integrity": "sha512-ORrEy+SNVqUhrCaal4hA4fBzhggQQ+BaLntyPOdoEiwlKZW9BZiJXjg3RMiruE4tPEI3pyVPpySHQF/dKWperg==", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "dev": true + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "dev": true + }, + "istanbul-lib-coverage": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", + "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==", + "dev": true + }, + "istanbul-lib-instrument": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", + "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", + "dev": true, + "requires": { + "@babel/core": "^7.7.5", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.0.0", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "dev": true, + "requires": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "istanbul-lib-source-maps": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz", + "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==", + "dev": true, + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "istanbul-reports": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz", + "integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==", + "dev": true, + "requires": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + } + }, + "jasmine": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-2.8.0.tgz", + "integrity": "sha1-awicChFXax8W3xG4AUbZHU6Lij4=", + "dev": true, + "requires": { + "exit": "^0.1.2", + "glob": "^7.0.6", + "jasmine-core": "~2.8.0" + }, + "dependencies": { + "jasmine-core": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.8.0.tgz", + "integrity": "sha1-vMl5rh+f0FcB5F5S5l06XWPxok4=", + "dev": true + } + } + }, + "jasmine-core": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.6.0.tgz", + "integrity": "sha512-8uQYa7zJN8hq9z+g8z1bqCfdC8eoDAeVnM5sfqs7KHv9/ifoJ500m018fpFc7RDaO6SWCLCXwo/wPSNcdYTgcw==", + "dev": true + }, + "jasmine-spec-reporter": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/jasmine-spec-reporter/-/jasmine-spec-reporter-5.0.2.tgz", + "integrity": "sha512-6gP1LbVgJ+d7PKksQBc2H0oDGNRQI3gKUsWlswKaQ2fif9X5gzhQcgM5+kiJGCQVurOG09jqNhk7payggyp5+g==", + "dev": true, + "requires": { + "colors": "1.4.0" + } + }, + "jasminewd2": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/jasminewd2/-/jasminewd2-2.2.0.tgz", + "integrity": "sha1-43zwsX8ZnM4jvqcbIDk5Uka07E4=", + "dev": true + }, + "jest-worker": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", + "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", + "dev": true, + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^7.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "dev": true + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "dev": true + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "json3": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", + "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==", + "dev": true + }, + "json5": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", + "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "jsonc-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz", + "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==", + "dev": true + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", + "dev": true + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "jszip": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.6.0.tgz", + "integrity": "sha512-jgnQoG9LKnWO3mnVNBnfhkh0QknICd1FGSrXcgrl67zioyJ4wgx25o9ZqwNtrROSflGBCGYnJfjrIyRIby1OoQ==", + "dev": true, + "requires": { + "lie": "~3.3.0", + "pako": "~1.0.2", + "readable-stream": "~2.3.6", + "set-immediate-shim": "~1.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "karma": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/karma/-/karma-6.1.2.tgz", + "integrity": "sha512-mKbxgsJrt3UHBPdKfCxC2eg3lpqyt6hQRFhNWJ2sk0wUnbnLPEiCpgIgiycuLSra0vC6TaK9OPJiMGATGzgH/A==", + "dev": true, + "requires": { + "body-parser": "^1.19.0", + "braces": "^3.0.2", + "chokidar": "^3.4.2", + "colors": "^1.4.0", + "connect": "^3.7.0", + "di": "^0.0.1", + "dom-serialize": "^2.2.1", + "glob": "^7.1.6", + "graceful-fs": "^4.2.4", + "http-proxy": "^1.18.1", + "isbinaryfile": "^4.0.6", + "lodash": "^4.17.19", + "log4js": "^6.2.1", + "mime": "^2.4.5", + "minimatch": "^3.0.4", + "qjobs": "^1.2.0", + "range-parser": "^1.2.1", + "rimraf": "^3.0.2", + "socket.io": "^3.1.0", + "source-map": "^0.6.1", + "tmp": "0.2.1", + "ua-parser-js": "^0.7.23", + "yargs": "^16.1.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "mime": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz", + "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "tmp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", + "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", + "dev": true, + "requires": { + "rimraf": "^3.0.0" + } + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "y18n": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.5.tgz", + "integrity": "sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg==", + "dev": true + }, + "yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.7", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.7.tgz", + "integrity": "sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==", + "dev": true + } + } + }, + "karma-chrome-launcher": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.1.0.tgz", + "integrity": "sha512-3dPs/n7vgz1rxxtynpzZTvb9y/GIaW8xjAwcIGttLbycqoFtI7yo1NGnQi6oFTherRE+GIhCAHZC4vEqWGhNvg==", + "dev": true, + "requires": { + "which": "^1.2.1" + } + }, + "karma-coverage": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.0.3.tgz", + "integrity": "sha512-atDvLQqvPcLxhED0cmXYdsPMCQuh6Asa9FMZW1bhNqlVEhJoB9qyZ2BY1gu7D/rr5GLGb5QzYO4siQskxaWP/g==", + "dev": true, + "requires": { + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^4.0.1", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.0.0", + "minimatch": "^3.0.4" + } + }, + "karma-jasmine": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-4.0.1.tgz", + "integrity": "sha512-h8XDAhTiZjJKzfkoO1laMH+zfNlra+dEQHUAjpn5JV1zCPtOIVWGQjLBrqhnzQa/hrU2XrZwSyBa6XjEBzfXzw==", + "dev": true, + "requires": { + "jasmine-core": "^3.6.0" + } + }, + "karma-jasmine-html-reporter": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-1.5.4.tgz", + "integrity": "sha512-PtilRLno5O6wH3lDihRnz0Ba8oSn0YUJqKjjux1peoYGwo0AQqrWRbdWk/RLzcGlb+onTyXAnHl6M+Hu3UxG/Q==", + "dev": true + }, + "karma-source-map-support": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", + "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", + "dev": true, + "requires": { + "source-map-support": "^0.5.5" + } + }, + "killable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", + "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==", + "dev": true + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true + }, + "klona": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.4.tgz", + "integrity": "sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==", + "dev": true + }, + "less": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/less/-/less-4.1.1.tgz", + "integrity": "sha512-w09o8tZFPThBscl5d0Ggp3RcrKIouBoQscnOMgFH3n5V3kN/CXGHNfCkRPtxJk6nKryDXaV9aHLK55RXuH4sAw==", + "dev": true, + "requires": { + "copy-anything": "^2.0.1", + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "make-dir": "^2.1.0", + "mime": "^1.4.1", + "needle": "^2.5.2", + "parse-node-version": "^1.0.1", + "source-map": "~0.6.0", + "tslib": "^1.10.0" + }, + "dependencies": { + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "optional": true, + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "optional": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "less-loader": { + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-7.3.0.tgz", + "integrity": "sha512-Mi8915g7NMaLlgi77mgTTQvK022xKRQBIVDSyfl3ErTuBhmZBQab0mjeJjNNqGbdR+qrfTleKXqbGI4uEFavxg==", + "dev": true, + "requires": { + "klona": "^2.0.4", + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "license-webpack-plugin": { + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.3.11.tgz", + "integrity": "sha512-0iVGoX5vx0WDy8dmwTTpOOMYiGqILyUbDeVMFH52AjgBlS58lHwOlFMSoqg5nY8Kxl6+FRKyUZY/UdlQaOyqDw==", + "dev": true, + "requires": { + "@types/webpack-sources": "^0.1.5", + "webpack-sources": "^1.2.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "dev": true, + "requires": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + } + } + } + }, + "lie": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", + "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", + "dev": true, + "requires": { + "immediate": "~3.0.5" + } + }, + "lines-and-columns": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", + "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", + "dev": true + }, + "loader-runner": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==", + "dev": true + }, + "loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", + "dev": true + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", + "dev": true + }, + "log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "log4js": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.3.0.tgz", + "integrity": "sha512-Mc8jNuSFImQUIateBFwdOQcmC6Q5maU0VVvdC2R6XMb66/VnT+7WS4D/0EeNMZu1YODmJe5NIn2XftCzEocUgw==", + "dev": true, + "requires": { + "date-format": "^3.0.0", + "debug": "^4.1.1", + "flatted": "^2.0.1", + "rfdc": "^1.1.4", + "streamroller": "^2.2.4" + } + }, + "loglevel": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.1.tgz", + "integrity": "sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==", + "dev": true + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "magic-string": { + "version": "0.25.7", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz", + "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==", + "dev": true, + "requires": { + "sourcemap-codec": "^1.4.4" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "requires": { + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, + "make-fetch-happen": { + "version": "8.0.14", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-8.0.14.tgz", + "integrity": "sha512-EsS89h6l4vbfJEtBZnENTOFk8mCRpY5ru36Xe5bcX1KYIli2mkSHqoFsp5O1wMDvTJJzxe/4THpCTtygjeeGWQ==", + "dev": true, + "requires": { + "agentkeepalive": "^4.1.3", + "cacache": "^15.0.5", + "http-cache-semantics": "^4.1.0", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^6.0.0", + "minipass": "^3.1.3", + "minipass-collect": "^1.0.2", + "minipass-fetch": "^1.3.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^5.0.0", + "ssri": "^8.0.0" + }, + "dependencies": { + "promise-retry": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", + "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", + "dev": true, + "requires": { + "err-code": "^2.0.2", + "retry": "^0.12.0" + } + } + } + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", + "dev": true + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "dev": true, + "requires": { + "object-visit": "^1.0.0" + } + }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "dev": true, + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "mdn-data": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==", + "dev": true + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "dev": true + }, + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "dev": true, + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", + "dev": true + }, + "merge-source-map": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.tgz", + "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==", + "dev": true, + "requires": { + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "dev": true + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "dev": true, + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "dev": true, + "requires": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true + }, + "mime-db": { + "version": "1.46.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.46.0.tgz", + "integrity": "sha512-svXaP8UQRZ5K7or+ZmfNhg2xX3yKDMUzqadsSqi4NCH/KomcH75MAMYAGVlvXn4+b/xOPhS3I2uHKRUzvjY7BQ==", + "dev": true + }, + "mime-types": { + "version": "2.1.29", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.29.tgz", + "integrity": "sha512-Y/jMt/S5sR9OaqteJtslsFZKWOIIqMACsJSiHghlCAyhf7jfVYjKBmLiX8OgpWeW+fjJ2b+Az69aPFPkUOY6xQ==", + "dev": true, + "requires": { + "mime-db": "1.46.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true + }, + "mini-css-extract-plugin": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.5.tgz", + "integrity": "sha512-tvmzcwqJJXau4OQE5vT72pRT18o2zF+tQJp8CWchqvfQnTlflkzS+dANYcRdyPRWUWRkfmeNTKltx0NZI/b5dQ==", + "dev": true, + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0", + "webpack-sources": "^1.1.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "dev": true, + "requires": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + } + } + } + }, + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "minipass": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", + "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "minipass-collect": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", + "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + } + }, + "minipass-fetch": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.3.3.tgz", + "integrity": "sha512-akCrLDWfbdAWkMLBxJEeWTdNsjML+dt5YgOI4gJ53vuO0vrmYQkUPxa6j6V65s9CcePIr2SSWqjT2EcrNseryQ==", + "dev": true, + "requires": { + "encoding": "^0.1.12", + "minipass": "^3.1.0", + "minipass-sized": "^1.0.3", + "minizlib": "^2.0.0" + } + }, + "minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + } + }, + "minipass-json-stream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz", + "integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==", + "dev": true, + "requires": { + "jsonparse": "^1.3.1", + "minipass": "^3.0.0" + } + }, + "minipass-pipeline": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + } + }, + "minipass-sized": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", + "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + } + }, + "minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dev": true, + "requires": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + } + }, + "mississippi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "dev": true, + "requires": { + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" + } + }, + "mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "dev": true, + "requires": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true + }, + "move-concurrently": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", + "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", + "dev": true, + "requires": { + "aproba": "^1.1.1", + "copy-concurrently": "^1.0.0", + "fs-write-stream-atomic": "^1.0.8", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.3" + }, + "dependencies": { + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + } + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "multicast-dns": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", + "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", + "dev": true, + "requires": { + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" + } + }, + "multicast-dns-service-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", + "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=", + "dev": true + }, + "mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dev": true + }, + "nanoid": { + "version": "3.1.22", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.22.tgz", + "integrity": "sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ==", + "dev": true + }, + "nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "dev": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + } + }, + "needle": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/needle/-/needle-2.6.0.tgz", + "integrity": "sha512-KKYdza4heMsEfSWD7VPUIz3zX2XDwOyX2d+geb4vrERZMT5RMU6ujjaD+I5Yr54uZxQ2w6XRTAhHBbSCyovZBg==", + "dev": true, + "optional": true, + "requires": { + "debug": "^3.2.6", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "optional": true, + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", + "dev": true + }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "next-tick": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", + "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=", + "dev": true + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "node-forge": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", + "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==", + "dev": true + }, + "node-gyp": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-7.1.2.tgz", + "integrity": "sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==", + "dev": true, + "requires": { + "env-paths": "^2.2.0", + "glob": "^7.1.4", + "graceful-fs": "^4.2.3", + "nopt": "^5.0.0", + "npmlog": "^4.1.2", + "request": "^2.88.2", + "rimraf": "^3.0.2", + "semver": "^7.3.2", + "tar": "^6.0.2", + "which": "^2.0.2" + }, + "dependencies": { + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "dev": true, + "requires": { + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" + }, + "dependencies": { + "buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "dev": true, + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + } + } + }, + "node-releases": { + "version": "1.1.71", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.71.tgz", + "integrity": "sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==", + "dev": true + }, + "nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "dev": true, + "requires": { + "abbrev": "1" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", + "dev": true + }, + "normalize-url": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", + "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==", + "dev": true + }, + "npm-bundled": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.1.tgz", + "integrity": "sha512-gqkfgGePhTpAEgUsGEgcq1rqPXA+tv/aVBlgEzfXwA1yiUJF7xtEt3CtVwOjNYQOVknDk0F20w58Fnm3EtG0fA==", + "dev": true, + "requires": { + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npm-install-checks": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-4.0.0.tgz", + "integrity": "sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==", + "dev": true, + "requires": { + "semver": "^7.1.1" + } + }, + "npm-normalize-package-bin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", + "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", + "dev": true + }, + "npm-package-arg": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.1.0.tgz", + "integrity": "sha512-/ep6QDxBkm9HvOhOg0heitSd7JHA1U7y1qhhlRlteYYAi9Pdb/ZV7FW5aHpkrpM8+P+4p/jjR8zCyKPBMBjSig==", + "dev": true, + "requires": { + "hosted-git-info": "^3.0.6", + "semver": "^7.0.0", + "validate-npm-package-name": "^3.0.0" + } + }, + "npm-packlist": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.1.5.tgz", + "integrity": "sha512-KCfK3Vi2F+PH1klYauoQzg81GQ8/GGjQRKYY6tRnpQUPKTs/1gBZSRWtTEd7jGdSn1LZL7gpAmJT+BcS55k2XQ==", + "dev": true, + "requires": { + "glob": "^7.1.6", + "ignore-walk": "^3.0.3", + "npm-bundled": "^1.1.1", + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npm-pick-manifest": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.0.tgz", + "integrity": "sha512-ygs4k6f54ZxJXrzT0x34NybRlLeZ4+6nECAIbr2i0foTnijtS1TJiyzpqtuUAJOps/hO0tNDr8fRV5g+BtRlTw==", + "dev": true, + "requires": { + "npm-install-checks": "^4.0.0", + "npm-package-arg": "^8.0.0", + "semver": "^7.0.0" + } + }, + "npm-registry-fetch": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-9.0.0.tgz", + "integrity": "sha512-PuFYYtnQ8IyVl6ib9d3PepeehcUeHN9IO5N/iCRhyg9tStQcqGQBRVHmfmMWPDERU3KwZoHFvbJ4FPXPspvzbA==", + "dev": true, + "requires": { + "@npmcli/ci-detect": "^1.0.0", + "lru-cache": "^6.0.0", + "make-fetch-happen": "^8.0.9", + "minipass": "^3.1.3", + "minipass-fetch": "^1.3.0", + "minipass-json-stream": "^1.0.1", + "minizlib": "^2.0.0", + "npm-package-arg": "^8.0.0" + } + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "dev": true, + "requires": { + "path-key": "^2.0.0" + } + }, + "npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "dev": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "nth-check": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "dev": true, + "requires": { + "boolbase": "~1.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "dev": true + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "dev": true, + "requires": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "object-inspect": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz", + "integrity": "sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==", + "dev": true + }, + "object-is": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + } + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, + "object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "dev": true, + "requires": { + "isobject": "^3.0.0" + } + }, + "object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz", + "integrity": "sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.2" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "dev": true, + "requires": { + "isobject": "^3.0.1" + } + }, + "object.values": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.3.tgz", + "integrity": "sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.2", + "has": "^1.0.3" + } + }, + "obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "dev": true, + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "open": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/open/-/open-7.4.0.tgz", + "integrity": "sha512-PGoBCX/lclIWlpS/R2PQuIR4NJoXh6X5AwVzE7WXnWRGvHg7+4TBCgsujUgiPpm0K1y4qvQeWnCWVTpTKZBtvA==", + "dev": true, + "requires": { + "is-docker": "^2.0.0", + "is-wsl": "^2.1.1" + } + }, + "opn": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", + "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", + "dev": true, + "requires": { + "is-wsl": "^1.1.0" + }, + "dependencies": { + "is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", + "dev": true + } + } + }, + "ora": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.3.0.tgz", + "integrity": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==", + "dev": true, + "requires": { + "bl": "^4.0.3", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "log-symbols": "^4.0.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "original": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", + "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", + "dev": true, + "requires": { + "url-parse": "^1.4.3" + } + }, + "os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=", + "dev": true + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "dev": true + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + }, + "p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "dev": true, + "requires": { + "aggregate-error": "^3.0.0" + } + }, + "p-retry": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz", + "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", + "dev": true, + "requires": { + "retry": "^0.12.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "pacote": { + "version": "11.2.4", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-11.2.4.tgz", + "integrity": "sha512-GfTeVQGJ6WyBQbQD4t3ocHbyOmTQLmWjkCKSZPmKiGFKYKNUaM5U2gbLzUW8WG1XmS9yQFnsTFA0k3o1+q4klQ==", + "dev": true, + "requires": { + "@npmcli/git": "^2.0.1", + "@npmcli/installed-package-contents": "^1.0.5", + "@npmcli/promise-spawn": "^1.2.0", + "@npmcli/run-script": "^1.3.0", + "cacache": "^15.0.5", + "chownr": "^2.0.0", + "fs-minipass": "^2.1.0", + "infer-owner": "^1.0.4", + "minipass": "^3.1.3", + "mkdirp": "^1.0.3", + "npm-package-arg": "^8.0.1", + "npm-packlist": "^2.1.4", + "npm-pick-manifest": "^6.0.0", + "npm-registry-fetch": "^9.0.0", + "promise-retry": "^1.1.1", + "read-package-json-fast": "^1.1.3", + "rimraf": "^3.0.2", + "ssri": "^8.0.0", + "tar": "^6.1.0" + } + }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", + "dev": true + }, + "parallel-transform": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", + "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "dev": true, + "requires": { + "cyclist": "^1.0.1", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "requires": { + "callsites": "^3.0.0" + }, + "dependencies": { + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + } + } + }, + "parse-asn1": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", + "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", + "dev": true, + "requires": { + "asn1.js": "^5.2.0", + "browserify-aes": "^1.0.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "dev": true, + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "parse-node-version": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz", + "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", + "dev": true + }, + "parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + }, + "parse5-html-rewriting-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-6.0.1.tgz", + "integrity": "sha512-vwLQzynJVEfUlURxgnf51yAJDQTtVpNyGD8tKi2Za7m+akukNHxCcUQMAa/mUGLhCeicFdpy7Tlvj8ZNKadprg==", + "dev": true, + "requires": { + "parse5": "^6.0.1", + "parse5-sax-parser": "^6.0.1" + } + }, + "parse5-htmlparser2-tree-adapter": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz", + "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==", + "dev": true, + "requires": { + "parse5": "^6.0.1" + } + }, + "parse5-sax-parser": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-6.0.1.tgz", + "integrity": "sha512-kXX+5S81lgESA0LsDuGjAlBybImAChYRMT+/uKCEXFBFOeEhS52qUCydGhU3qLRD8D9DVjaUo821WK7DM4iCeg==", + "dev": true, + "requires": { + "parse5": "^6.0.1" + } + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "dev": true + }, + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", + "dev": true + }, + "path-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==", + "dev": true + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", + "dev": true + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", + "dev": true + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "dev": true + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", + "dev": true + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + }, + "pbkdf2": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz", + "integrity": "sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg==", + "dev": true, + "requires": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "dev": true + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", + "dev": true + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "dev": true + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dev": true, + "requires": { + "pinkie": "^2.0.0" + } + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "requires": { + "find-up": "^4.0.0" + } + }, + "pnp-webpack-plugin": { + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz", + "integrity": "sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==", + "dev": true, + "requires": { + "ts-pnp": "^1.1.6" + } + }, + "portfinder": { + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", + "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", + "dev": true, + "requires": { + "async": "^2.6.2", + "debug": "^3.1.1", + "mkdirp": "^0.5.5" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + } + } + }, + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", + "dev": true + }, + "postcss": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz", + "integrity": "sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg==", + "dev": true, + "requires": { + "colorette": "^1.2.1", + "nanoid": "^3.1.20", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "postcss-calc": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.5.tgz", + "integrity": "sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==", + "dev": true, + "requires": { + "postcss": "^7.0.27", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.0.2" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-colormin": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-4.0.3.tgz", + "integrity": "sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "color": "^3.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-convert-values": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz", + "integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==", + "dev": true, + "requires": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-discard-comments": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz", + "integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==", + "dev": true, + "requires": { + "postcss": "^7.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-discard-duplicates": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz", + "integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==", + "dev": true, + "requires": { + "postcss": "^7.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-discard-empty": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz", + "integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==", + "dev": true, + "requires": { + "postcss": "^7.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-discard-overridden": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz", + "integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==", + "dev": true, + "requires": { + "postcss": "^7.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-import": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.0.tgz", + "integrity": "sha512-gFDDzXhqr9ELmnLHgCC3TbGfA6Dm/YMb/UN8/f7Uuq4fL7VTk2vOIj6hwINEwbokEmp123bLD7a5m+E+KIetRg==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.0.0", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" + } + }, + "postcss-loader": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.2.0.tgz", + "integrity": "sha512-mqgScxHqbiz1yxbnNcPdKYo/6aVt+XExURmEbQlviFVWogDbM4AJ0A/B+ZBpYsJrTRxKw7HyRazg9x0Q9SWwLA==", + "dev": true, + "requires": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.4", + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0", + "semver": "^7.3.4" + }, + "dependencies": { + "cosmiconfig": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz", + "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==", + "dev": true, + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + } + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + } + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + }, + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "postcss-merge-longhand": { + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz", + "integrity": "sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==", + "dev": true, + "requires": { + "css-color-names": "0.0.4", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "stylehacks": "^4.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-merge-rules": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz", + "integrity": "sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "caniuse-api": "^3.0.0", + "cssnano-util-same-parent": "^4.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0", + "vendors": "^1.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "dev": true, + "requires": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-minify-font-values": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz", + "integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==", + "dev": true, + "requires": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-minify-gradients": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz", + "integrity": "sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==", + "dev": true, + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "is-color-stop": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-minify-params": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz", + "integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==", + "dev": true, + "requires": { + "alphanum-sort": "^1.0.0", + "browserslist": "^4.0.0", + "cssnano-util-get-arguments": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "uniqs": "^2.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-minify-selectors": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz", + "integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==", + "dev": true, + "requires": { + "alphanum-sort": "^1.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "dev": true, + "requires": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-modules-extract-imports": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + "dev": true + }, + "postcss-modules-local-by-default": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", + "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", + "dev": true, + "requires": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + } + }, + "postcss-modules-scope": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", + "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.4" + } + }, + "postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "dev": true, + "requires": { + "icss-utils": "^5.0.0" + } + }, + "postcss-normalize-charset": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz", + "integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==", + "dev": true, + "requires": { + "postcss": "^7.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-normalize-display-values": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz", + "integrity": "sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==", + "dev": true, + "requires": { + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-normalize-positions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz", + "integrity": "sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==", + "dev": true, + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-normalize-repeat-style": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz", + "integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==", + "dev": true, + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-normalize-string": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz", + "integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==", + "dev": true, + "requires": { + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-normalize-timing-functions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz", + "integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==", + "dev": true, + "requires": { + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-normalize-unicode": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz", + "integrity": "sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-normalize-url": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz", + "integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==", + "dev": true, + "requires": { + "is-absolute-url": "^2.0.0", + "normalize-url": "^3.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-normalize-whitespace": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz", + "integrity": "sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==", + "dev": true, + "requires": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-ordered-values": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz", + "integrity": "sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==", + "dev": true, + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-reduce-initial": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz", + "integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "caniuse-api": "^3.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-reduce-transforms": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz", + "integrity": "sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==", + "dev": true, + "requires": { + "cssnano-util-get-match": "^4.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-selector-parser": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz", + "integrity": "sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==", + "dev": true, + "requires": { + "cssesc": "^3.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1", + "util-deprecate": "^1.0.2" + } + }, + "postcss-svgo": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.2.tgz", + "integrity": "sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==", + "dev": true, + "requires": { + "is-svg": "^3.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "svgo": "^1.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-unique-selectors": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz", + "integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==", + "dev": true, + "requires": { + "alphanum-sort": "^1.0.0", + "postcss": "^7.0.0", + "uniqs": "^2.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-value-parser": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", + "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", + "dev": true + }, + "pretty-bytes": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", + "dev": true + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=", + "dev": true + }, + "promise-retry": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz", + "integrity": "sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0=", + "dev": true, + "requires": { + "err-code": "^1.0.0", + "retry": "^0.10.0" + }, + "dependencies": { + "err-code": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz", + "integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=", + "dev": true + }, + "retry": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz", + "integrity": "sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=", + "dev": true + } + } + }, + "protractor": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/protractor/-/protractor-7.0.0.tgz", + "integrity": "sha512-UqkFjivi4GcvUQYzqGYNe0mLzfn5jiLmO8w9nMhQoJRLhy2grJonpga2IWhI6yJO30LibWXJJtA4MOIZD2GgZw==", + "dev": true, + "requires": { + "@types/q": "^0.0.32", + "@types/selenium-webdriver": "^3.0.0", + "blocking-proxy": "^1.0.0", + "browserstack": "^1.5.1", + "chalk": "^1.1.3", + "glob": "^7.0.3", + "jasmine": "2.8.0", + "jasminewd2": "^2.1.0", + "q": "1.4.1", + "saucelabs": "^1.5.0", + "selenium-webdriver": "3.6.0", + "source-map-support": "~0.4.0", + "webdriver-js-extender": "2.1.0", + "webdriver-manager": "^12.1.7", + "yargs": "^15.3.1" + }, + "dependencies": { + "@types/q": { + "version": "0.0.32", + "resolved": "https://registry.npmjs.org/@types/q/-/q-0.0.32.tgz", + "integrity": "sha1-vShOV8hPEyXacCur/IKlMoGQwMU=", + "dev": true + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "dev": true, + "requires": { + "array-uniq": "^1.0.1" + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } + } + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "del": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz", + "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=", + "dev": true, + "requires": { + "globby": "^5.0.0", + "is-path-cwd": "^1.0.0", + "is-path-in-cwd": "^1.0.0", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "rimraf": "^2.2.8" + } + }, + "globby": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", + "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=", + "dev": true, + "requires": { + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "is-path-cwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", + "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=", + "dev": true + }, + "is-path-in-cwd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", + "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", + "dev": true, + "requires": { + "is-path-inside": "^1.0.0" + } + }, + "is-path-inside": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", + "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", + "dev": true, + "requires": { + "path-is-inside": "^1.0.1" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + }, + "q": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz", + "integrity": "sha1-VXBbzZPF82c1MMLCy8DCs63cKG4=", + "dev": true + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + }, + "source-map-support": { + "version": "0.4.18", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", + "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", + "dev": true, + "requires": { + "source-map": "^0.5.6" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + }, + "webdriver-manager": { + "version": "12.1.8", + "resolved": "https://registry.npmjs.org/webdriver-manager/-/webdriver-manager-12.1.8.tgz", + "integrity": "sha512-qJR36SXG2VwKugPcdwhaqcLQOD7r8P2Xiv9sfNbfZrKBnX243iAkOueX1yAmeNgIKhJ3YAT/F2gq6IiEZzahsg==", + "dev": true, + "requires": { + "adm-zip": "^0.4.9", + "chalk": "^1.1.1", + "del": "^2.2.0", + "glob": "^7.0.3", + "ini": "^1.3.4", + "minimist": "^1.2.0", + "q": "^1.4.1", + "request": "^2.87.0", + "rimraf": "^2.5.2", + "semver": "^5.3.0", + "xml2js": "^0.4.17" + } + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } + } + } + }, + "yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "dev": true, + "requires": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + } + }, + "yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "dev": true, + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } + } + }, + "proxy-addr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", + "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", + "dev": true, + "requires": { + "forwarded": "~0.1.2", + "ipaddr.js": "1.9.1" + } + }, + "prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=", + "dev": true + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", + "dev": true + }, + "public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "dev": true, + "requires": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } + } + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "dev": true, + "requires": { + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" + }, + "dependencies": { + "pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + } + } + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true + }, + "q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", + "dev": true + }, + "qjobs": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz", + "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==", + "dev": true + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", + "dev": true + }, + "querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", + "dev": true + }, + "querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=", + "dev": true + }, + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "dev": true + }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true + }, + "randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "requires": { + "safe-buffer": "^5.1.0" + } + }, + "randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "dev": true, + "requires": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "dev": true + }, + "raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "dev": true, + "requires": { + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "dependencies": { + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", + "dev": true + } + } + }, + "raw-loader": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/raw-loader/-/raw-loader-4.0.2.tgz", + "integrity": "sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==", + "dev": true, + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "read-cache": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=", + "dev": true, + "requires": { + "pify": "^2.3.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + } + } + }, + "read-package-json-fast": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-1.2.2.tgz", + "integrity": "sha512-39DbPJjkltEzfXJXB6D8/Ir3GFOU2YbSKa2HaB/Y3nKrc/zY+0XrALpID6/13ezWyzqvOHrBbR4t4cjQuTdBVQ==", + "dev": true, + "requires": { + "json-parse-even-better-errors": "^2.3.0", + "npm-normalize-package-bin": "^1.0.1" + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readdirp": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", + "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", + "dev": true, + "requires": { + "picomatch": "^2.2.1" + } + }, + "reflect-metadata": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz", + "integrity": "sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==", + "dev": true + }, + "regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "regenerate-unicode-properties": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz", + "integrity": "sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==", + "dev": true, + "requires": { + "regenerate": "^1.4.0" + } + }, + "regenerator-runtime": { + "version": "0.13.7", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", + "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==", + "dev": true + }, + "regenerator-transform": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz", + "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==", + "dev": true, + "requires": { + "@babel/runtime": "^7.8.4" + } + }, + "regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "dev": true, + "requires": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + } + }, + "regex-parser": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz", + "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==", + "dev": true + }, + "regexp.prototype.flags": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz", + "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + } + }, + "regexpu-core": { + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz", + "integrity": "sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==", + "dev": true, + "requires": { + "regenerate": "^1.4.0", + "regenerate-unicode-properties": "^8.2.0", + "regjsgen": "^0.5.1", + "regjsparser": "^0.6.4", + "unicode-match-property-ecmascript": "^1.0.4", + "unicode-match-property-value-ecmascript": "^1.2.0" + } + }, + "regjsgen": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz", + "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==", + "dev": true + }, + "regjsparser": { + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.9.tgz", + "integrity": "sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ==", + "dev": true, + "requires": { + "jsesc": "~0.5.0" + }, + "dependencies": { + "jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", + "dev": true + } + } + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", + "dev": true + }, + "repeat-element": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", + "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==", + "dev": true + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "dev": true + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "dev": true, + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "dev": true + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "dev": true + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", + "dev": true + }, + "resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "requires": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + } + }, + "resolve-cwd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz", + "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", + "dev": true, + "requires": { + "resolve-from": "^3.0.0" + } + }, + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", + "dev": true + }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", + "dev": true + }, + "resolve-url-loader": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz", + "integrity": "sha512-QEb4A76c8Mi7I3xNKXlRKQSlLBwjUV/ULFMP+G7n3/7tJZ8MG5wsZ3ucxP1Jz8Vevn6fnJsxDx9cIls+utGzPQ==", + "dev": true, + "requires": { + "adjust-sourcemap-loader": "3.0.0", + "camelcase": "5.3.1", + "compose-function": "3.0.3", + "convert-source-map": "1.7.0", + "es6-iterator": "2.0.3", + "loader-utils": "1.2.3", + "postcss": "7.0.21", + "rework": "1.0.1", + "rework-visit": "1.0.0", + "source-map": "0.6.1" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + }, + "emojis-list": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", + "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=", + "dev": true + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", + "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^2.0.0", + "json5": "^1.0.1" + } + }, + "postcss": { + "version": "7.0.21", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz", + "integrity": "sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "requires": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + } + }, + "ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", + "dev": true + }, + "retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", + "dev": true + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true + }, + "rework": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rework/-/rework-1.0.1.tgz", + "integrity": "sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc=", + "dev": true, + "requires": { + "convert-source-map": "^0.3.3", + "css": "^2.0.0" + }, + "dependencies": { + "convert-source-map": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz", + "integrity": "sha1-8dgClQr33SYxof6+BZZVDIarMZA=", + "dev": true + }, + "css": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz", + "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "source-map": "^0.6.1", + "source-map-resolve": "^0.5.2", + "urix": "^0.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "dev": true, + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + } + } + }, + "rework-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rework-visit/-/rework-visit-1.0.0.tgz", + "integrity": "sha1-mUWygD8hni96ygCtuLyfZA+ELJo=", + "dev": true + }, + "rfdc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", + "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", + "dev": true + }, + "rgb-regex": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz", + "integrity": "sha1-wODWiC3w4jviVKR16O3UGRX+rrE=", + "dev": true + }, + "rgba-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz", + "integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=", + "dev": true + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "dev": true, + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "rollup": { + "version": "2.38.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.4.tgz", + "integrity": "sha512-B0LcJhjiwKkTl79aGVF/u5KdzsH8IylVfV56Ut6c9ouWLJcUK17T83aZBetNYSnZtXf2OHD4+2PbmRW+Fp5ulg==", + "dev": true, + "requires": { + "fsevents": "~2.3.1" + } + }, + "run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "run-queue": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", + "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", + "dev": true, + "requires": { + "aproba": "^1.1.1" + } + }, + "rxjs": { + "version": "6.6.6", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.6.tgz", + "integrity": "sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==", + "requires": { + "tslib": "^1.9.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "dev": true, + "requires": { + "ret": "~0.1.10" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "sass": { + "version": "1.32.6", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.6.tgz", + "integrity": "sha512-1bcDHDcSqeFtMr0JXI3xc/CXX6c4p0wHHivJdru8W7waM7a1WjKMm4m/Z5sY7CbVw4Whi2Chpcw6DFfSWwGLzQ==", + "dev": true, + "requires": { + "chokidar": ">=2.0.0 <4.0.0" + } + }, + "sass-loader": { + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.1.1.tgz", + "integrity": "sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==", + "dev": true, + "requires": { + "klona": "^2.0.4", + "loader-utils": "^2.0.0", + "neo-async": "^2.6.2", + "schema-utils": "^3.0.0", + "semver": "^7.3.2" + }, + "dependencies": { + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "saucelabs": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/saucelabs/-/saucelabs-1.5.0.tgz", + "integrity": "sha512-jlX3FGdWvYf4Q3LFfFWS1QvPg3IGCGWxIc8QBFdPTbpTJnt/v17FHXYVAn7C8sHf1yUXo2c7yIM0isDryfYtHQ==", + "dev": true, + "requires": { + "https-proxy-agent": "^2.2.1" + }, + "dependencies": { + "agent-base": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", + "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", + "dev": true, + "requires": { + "es6-promisify": "^5.0.0" + } + }, + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "https-proxy-agent": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", + "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", + "dev": true, + "requires": { + "agent-base": "^4.3.0", + "debug": "^3.1.0" + } + } + } + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "dev": true + }, + "schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + } + }, + "select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=", + "dev": true + }, + "selenium-webdriver": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-3.6.0.tgz", + "integrity": "sha512-WH7Aldse+2P5bbFBO4Gle/nuQOdVwpHMTL6raL3uuBj/vPG07k6uzt3aiahu352ONBr5xXh0hDlM3LhtXPOC4Q==", + "dev": true, + "requires": { + "jszip": "^3.1.3", + "rimraf": "^2.5.4", + "tmp": "0.0.30", + "xml2js": "^0.4.17" + }, + "dependencies": { + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "tmp": { + "version": "0.0.30", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.30.tgz", + "integrity": "sha1-ckGdSovn1s51FI/YsyTlk6cRwu0=", + "dev": true, + "requires": { + "os-tmpdir": "~1.0.1" + } + } + } + }, + "selfsigned": { + "version": "1.10.8", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.8.tgz", + "integrity": "sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w==", + "dev": true, + "requires": { + "node-forge": "^0.10.0" + } + }, + "semver": { + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", + "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "semver-dsl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/semver-dsl/-/semver-dsl-1.0.1.tgz", + "integrity": "sha1-02eN5VVeimH2Ke7QJTZq5fJzQKA=", + "dev": true, + "requires": { + "semver": "^5.3.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "semver-intersect": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/semver-intersect/-/semver-intersect-1.4.0.tgz", + "integrity": "sha512-d8fvGg5ycKAq0+I6nfWeCx6ffaWJCsBYU0H2Rq56+/zFePYfT8mXkB3tWBSjR5BerkHNZ5eTPIk1/LBYas35xQ==", + "dev": true, + "requires": { + "semver": "^5.0.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "send": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", + "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "dev": true, + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.7.2", + "mime": "1.6.0", + "ms": "2.1.1", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", + "dev": true + } + } + }, + "serialize-javascript": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-5.0.1.tgz", + "integrity": "sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==", + "dev": true, + "requires": { + "randombytes": "^2.1.0" + } + }, + "serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", + "dev": true, + "requires": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "dev": true, + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true + } + } + }, + "serve-static": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "dev": true, + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "set-immediate-shim": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz", + "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=", + "dev": true + }, + "set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=", + "dev": true + }, + "setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==", + "dev": true + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "requires": { + "kind-of": "^6.0.2" + } + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", + "dev": true + }, + "simple-swizzle": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", + "dev": true, + "requires": { + "is-arrayish": "^0.3.1" + }, + "dependencies": { + "is-arrayish": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", + "dev": true + } + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "smart-buffer": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.1.0.tgz", + "integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==", + "dev": true + }, + "snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "dev": true, + "requires": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + }, + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "dev": true, + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + } + } + }, + "snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "dev": true, + "requires": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dev": true, + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "dev": true, + "requires": { + "kind-of": "^3.2.0" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "socket.io": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-3.1.2.tgz", + "integrity": "sha512-JubKZnTQ4Z8G4IZWtaAZSiRP3I/inpy8c/Bsx2jrwGrTbKeVU5xd6qkKMHpChYeM3dWZSO0QACiGK+obhBNwYw==", + "dev": true, + "requires": { + "@types/cookie": "^0.4.0", + "@types/cors": "^2.8.8", + "@types/node": ">=10.0.0", + "accepts": "~1.3.4", + "base64id": "~2.0.0", + "debug": "~4.3.1", + "engine.io": "~4.1.0", + "socket.io-adapter": "~2.1.0", + "socket.io-parser": "~4.0.3" + } + }, + "socket.io-adapter": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.1.0.tgz", + "integrity": "sha512-+vDov/aTsLjViYTwS9fPy5pEtTkrbEKsw2M+oVSoFGw6OD1IpvlV1VPhUzNbofCQ8oyMbdYJqDtGdmHQK6TdPg==", + "dev": true + }, + "socket.io-parser": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.4.tgz", + "integrity": "sha512-t+b0SS+IxG7Rxzda2EVvyBZbvFPBCjJoyHuE0P//7OAsN23GItzDRdWa6ALxZI/8R5ygK7jAR6t028/z+7295g==", + "dev": true, + "requires": { + "@types/component-emitter": "^1.2.10", + "component-emitter": "~1.3.0", + "debug": "~4.3.1" + } + }, + "sockjs": { + "version": "0.3.21", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.21.tgz", + "integrity": "sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==", + "dev": true, + "requires": { + "faye-websocket": "^0.11.3", + "uuid": "^3.4.0", + "websocket-driver": "^0.7.4" + } + }, + "sockjs-client": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.5.1.tgz", + "integrity": "sha512-VnVAb663fosipI/m6pqRXakEOw7nvd7TUgdr3PlR/8V2I95QIdwT8L4nMxhyU8SmDBHYXU1TOElaKOmKLfYzeQ==", + "dev": true, + "requires": { + "debug": "^3.2.6", + "eventsource": "^1.0.7", + "faye-websocket": "^0.11.3", + "inherits": "^2.0.4", + "json3": "^3.3.3", + "url-parse": "^1.5.1" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "socks": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.6.0.tgz", + "integrity": "sha512-mNmr9owlinMplev0Wd7UHFlqI4ofnBnNzFuzrm63PPaHgbkqCFe4T5LzwKmtQ/f2tX0NTpcdVLyD/FHxFBstYw==", + "dev": true, + "requires": { + "ip": "^1.1.5", + "smart-buffer": "^4.1.0" + } + }, + "socks-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-5.0.0.tgz", + "integrity": "sha512-lEpa1zsWCChxiynk+lCycKuC502RxDWLKJZoIhnxrWNjLSDGYRFflHA1/228VkRcnv9TIb8w98derGbpKxJRgA==", + "dev": true, + "requires": { + "agent-base": "6", + "debug": "4", + "socks": "^2.3.3" + } + }, + "source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", + "dev": true + }, + "source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", + "dev": true + }, + "source-map-loader": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-1.1.3.tgz", + "integrity": "sha512-6YHeF+XzDOrT/ycFJNI53cgEsp/tHTMl37hi7uVyqFAlTXW109JazaQCkbc+jjoL2637qkH1amLi+JzrIpt5lA==", + "dev": true, + "requires": { + "abab": "^2.0.5", + "iconv-lite": "^0.6.2", + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0", + "source-map": "^0.6.1", + "whatwg-mimetype": "^2.3.0" + }, + "dependencies": { + "iconv-lite": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", + "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + }, + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "source-map-resolve": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz", + "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==", + "dev": true, + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0" + } + }, + "source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "source-map-url": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", + "dev": true + }, + "sourcemap-codec": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", + "dev": true + }, + "spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dev": true, + "requires": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + } + }, + "spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dev": true, + "requires": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "speed-measure-webpack-plugin": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/speed-measure-webpack-plugin/-/speed-measure-webpack-plugin-1.4.2.tgz", + "integrity": "sha512-AtVzD0bnIy2/B0fWqJpJgmhcrfWFhBlduzSo0uwplr/QvB33ZNZj2NEth3NONgdnZJqicK0W0mSxnLSbsVCDbw==", + "dev": true, + "requires": { + "chalk": "^4.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "dev": true, + "requires": { + "extend-shallow": "^3.0.0" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "dev": true, + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "ssri": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "dev": true, + "requires": { + "minipass": "^3.1.1" + } + }, + "stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "dev": true + }, + "static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "dev": true, + "requires": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "dev": true + }, + "stream-browserify": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "dev": true, + "requires": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-each": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", + "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "stream-shift": "^1.0.0" + } + }, + "stream-http": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "dev": true, + "requires": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==", + "dev": true + }, + "streamroller": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-2.2.4.tgz", + "integrity": "sha512-OG79qm3AujAM9ImoqgWEY1xG4HX+Lw+yY6qZj9R1K2mhF5bEmQ849wvrb+4vt4jLMLzwXttJlQbOdPOQVRv7DQ==", + "dev": true, + "requires": { + "date-format": "^2.1.0", + "debug": "^4.1.1", + "fs-extra": "^8.1.0" + }, + "dependencies": { + "date-format": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-2.1.0.tgz", + "integrity": "sha512-bYQuGLeFxhkxNOF3rcMtiZxvCBAquGzZm6oWA1oZ0g2THUzivaRhv8uOhdr19LmoobSOLoIAxeUK2RdbM8IFTA==", + "dev": true + }, + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + } + } + }, + "string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "string.prototype.trimend": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", + "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + } + }, + "string.prototype.trimstart": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", + "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "requires": { + "safe-buffer": "~5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + } + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", + "dev": true + }, + "style-loader": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-2.0.0.tgz", + "integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==", + "dev": true, + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "stylehacks": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz", + "integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0" + }, + "dependencies": { + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "dev": true, + "requires": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "stylus": { + "version": "0.54.8", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.8.tgz", + "integrity": "sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==", + "dev": true, + "requires": { + "css-parse": "~2.0.0", + "debug": "~3.1.0", + "glob": "^7.1.6", + "mkdirp": "~1.0.4", + "safer-buffer": "^2.1.2", + "sax": "~1.2.4", + "semver": "^6.3.0", + "source-map": "^0.7.3" + }, + "dependencies": { + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "stylus-loader": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-4.3.3.tgz", + "integrity": "sha512-PpWB5PnCXUzW4WMYhCvNzAHJBjIBPMXwsdfkkKuA9W7k8OQFMl/19/AQvaWsxz2IptxUlCseyJ6TY/eEKJ4+UQ==", + "dev": true, + "requires": { + "fast-glob": "^3.2.4", + "klona": "^2.0.4", + "loader-utils": "^2.0.0", + "normalize-path": "^3.0.0", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "svgo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", + "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", + "dev": true, + "requires": { + "chalk": "^2.4.1", + "coa": "^2.0.2", + "css-select": "^2.0.0", + "css-select-base-adapter": "^0.1.1", + "css-tree": "1.0.0-alpha.37", + "csso": "^4.0.2", + "js-yaml": "^3.13.1", + "mkdirp": "~0.5.1", + "object.values": "^1.1.0", + "sax": "~1.2.4", + "stable": "^0.1.8", + "unquote": "~1.1.1", + "util.promisify": "~1.0.0" + }, + "dependencies": { + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + } + } + }, + "symbol-observable": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-3.0.0.tgz", + "integrity": "sha512-6tDOXSHiVjuCaasQSWTmHUWn4PuG7qa3+1WT031yTc/swT7+rLiw3GOrFxaH1E3lLP09dH3bVuVDf2gK5rxG3Q==", + "dev": true + }, + "tapable": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.0.tgz", + "integrity": "sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==", + "dev": true + }, + "tar": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz", + "integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==", + "dev": true, + "requires": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^3.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + } + }, + "terser": { + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.5.1.tgz", + "integrity": "sha512-6VGWZNVP2KTUcltUQJ25TtNjx/XgdDsBDKGt8nN0MpydU36LmbPPcMBd2kmtZNNGVVDLg44k7GKeHHj+4zPIBQ==", + "dev": true, + "requires": { + "commander": "^2.20.0", + "source-map": "~0.7.2", + "source-map-support": "~0.5.19" + } + }, + "terser-webpack-plugin": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz", + "integrity": "sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==", + "dev": true, + "requires": { + "cacache": "^15.0.5", + "find-cache-dir": "^3.3.1", + "jest-worker": "^26.5.0", + "p-limit": "^3.0.2", + "schema-utils": "^3.0.0", + "serialize-javascript": "^5.0.1", + "source-map": "^0.6.1", + "terser": "^5.3.4", + "webpack-sources": "^1.4.3" + }, + "dependencies": { + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "dev": true, + "requires": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + } + } + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, + "requires": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "dev": true + }, + "timers-browserify": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", + "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", + "dev": true, + "requires": { + "setimmediate": "^1.0.4" + } + }, + "timsort": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", + "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=", + "dev": true + }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "requires": { + "os-tmpdir": "~1.0.2" + } + }, + "to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=", + "dev": true + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true + }, + "to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "dev": true, + "requires": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + }, + "toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", + "dev": true + }, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dev": true, + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "dev": true + }, + "ts-node": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.3.0.tgz", + "integrity": "sha512-dyNS/RqyVTDcmNM4NIBAeDMpsAdaQ+ojdf0GOLqE6nwJOgzEkdRNzJywhDfwnuvB10oa6NLVG1rUJQCpRN7qoQ==", + "dev": true, + "requires": { + "arg": "^4.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.6", + "yn": "^3.0.0" + } + }, + "ts-pnp": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz", + "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==", + "dev": true + }, + "tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + }, + "tslint": { + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/tslint/-/tslint-6.1.3.tgz", + "integrity": "sha512-IbR4nkT96EQOvKE2PW/djGz8iGNeJ4rF2mBfiYaR/nvUWYKJhLwimoJKgjIFEIDibBtOevj7BqCRL4oHeWWUCg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "builtin-modules": "^1.1.1", + "chalk": "^2.3.0", + "commander": "^2.12.1", + "diff": "^4.0.1", + "glob": "^7.1.1", + "js-yaml": "^3.13.1", + "minimatch": "^3.0.4", + "mkdirp": "^0.5.3", + "resolve": "^1.3.2", + "semver": "^5.3.0", + "tslib": "^1.13.0", + "tsutils": "^2.29.0" + }, + "dependencies": { + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "tsutils": { + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz", + "integrity": "sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==", + "dev": true, + "requires": { + "tslib": "^1.8.1" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=", + "dev": true + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "dev": true + }, + "type": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==", + "dev": true + }, + "type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dev": true, + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "dev": true + }, + "typescript": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", + "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==", + "dev": true + }, + "ua-parser-js": { + "version": "0.7.25", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.25.tgz", + "integrity": "sha512-8NFExdfI24Ny8R3Vc6+uUytP/I7dpqk3JERlvxPWlrtx5YboqCgxAXYKPAifbPLV2zKbgmmPL53ufW7mUC/VOQ==", + "dev": true + }, + "unbox-primitive": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", + "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has-bigints": "^1.0.1", + "has-symbols": "^1.0.2", + "which-boxed-primitive": "^1.0.2" + } + }, + "unicode-canonical-property-names-ecmascript": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz", + "integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==", + "dev": true + }, + "unicode-match-property-ecmascript": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz", + "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==", + "dev": true, + "requires": { + "unicode-canonical-property-names-ecmascript": "^1.0.4", + "unicode-property-aliases-ecmascript": "^1.0.4" + } + }, + "unicode-match-property-value-ecmascript": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz", + "integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==", + "dev": true + }, + "unicode-property-aliases-ecmascript": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz", + "integrity": "sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==", + "dev": true + }, + "union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "dev": true, + "requires": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + } + }, + "uniq": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", + "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=", + "dev": true + }, + "uniqs": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz", + "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=", + "dev": true + }, + "unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "dev": true, + "requires": { + "unique-slug": "^2.0.0" + } + }, + "unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "dev": true, + "requires": { + "imurmurhash": "^0.1.4" + } + }, + "universal-analytics": { + "version": "0.4.23", + "resolved": "https://registry.npmjs.org/universal-analytics/-/universal-analytics-0.4.23.tgz", + "integrity": "sha512-lgMIH7XBI6OgYn1woDEmxhGdj8yDefMKg7GkWdeATAlQZFrMrNyxSkpDzY57iY0/6fdlzTbBV03OawvvzG+q7A==", + "dev": true, + "requires": { + "debug": "^4.1.1", + "request": "^2.88.2", + "uuid": "^3.0.0" + } + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", + "dev": true + }, + "unquote": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=", + "dev": true + }, + "unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "dev": true, + "requires": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "dependencies": { + "has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "dev": true, + "requires": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "dev": true, + "requires": { + "isarray": "1.0.0" + } + } + } + }, + "has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", + "dev": true + } + } + }, + "upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "dev": true + }, + "uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + } + }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", + "dev": true + }, + "url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "dev": true, + "requires": { + "punycode": "1.3.2", + "querystring": "0.2.0" + }, + "dependencies": { + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=", + "dev": true + } + } + }, + "url-parse": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz", + "integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==", + "dev": true, + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", + "dev": true + }, + "util": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "dev": true, + "requires": { + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + } + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "util.promisify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", + "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", + "dev": true, + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.2", + "has-symbols": "^1.0.1", + "object.getownpropertydescriptors": "^2.1.0" + } + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "dev": true + }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "dev": true + }, + "validate-npm-package-name": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz", + "integrity": "sha1-X6kS2B630MdK/BQN5zF/DKffQ34=", + "dev": true, + "requires": { + "builtins": "^1.0.3" + } + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", + "dev": true + }, + "vendors": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz", + "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==", + "dev": true + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", + "dev": true + }, + "void-elements": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", + "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=", + "dev": true + }, + "watchpack": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", + "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", + "dev": true, + "requires": { + "chokidar": "^3.4.1", + "graceful-fs": "^4.1.2", + "neo-async": "^2.5.0", + "watchpack-chokidar2": "^2.0.1" + } + }, + "watchpack-chokidar2": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz", + "integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==", + "dev": true, + "optional": true, + "requires": { + "chokidar": "^2.1.8" + }, + "dependencies": { + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "dev": true, + "optional": true, + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "dev": true, + "optional": true, + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "dev": true, + "optional": true + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "optional": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "optional": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "dev": true, + "optional": true, + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "dev": true, + "optional": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "optional": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "dev": true, + "optional": true + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "dev": true, + "optional": true, + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "dev": true, + "optional": true, + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "dev": true, + "optional": true, + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dev": true, + "optional": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "optional": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, + "optional": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "dev": true, + "optional": true, + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "dev": true, + "optional": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "dev": true, + "requires": { + "minimalistic-assert": "^1.0.0" + } + }, + "wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", + "dev": true, + "requires": { + "defaults": "^1.0.3" + } + }, + "webdriver-js-extender": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/webdriver-js-extender/-/webdriver-js-extender-2.1.0.tgz", + "integrity": "sha512-lcUKrjbBfCK6MNsh7xaY2UAUmZwe+/ib03AjVOpFobX4O7+83BUveSrLfU0Qsyb1DaKJdQRbuU+kM9aZ6QUhiQ==", + "dev": true, + "requires": { + "@types/selenium-webdriver": "^3.0.0", + "selenium-webdriver": "^3.0.1" + } + }, + "webpack": { + "version": "4.44.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz", + "integrity": "sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/wasm-edit": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "acorn": "^6.4.1", + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^4.3.0", + "eslint-scope": "^4.0.3", + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^2.4.0", + "loader-utils": "^1.2.3", + "memory-fs": "^0.4.1", + "micromatch": "^3.1.10", + "mkdirp": "^0.5.3", + "neo-async": "^2.6.1", + "node-libs-browser": "^2.2.1", + "schema-utils": "^1.0.0", + "tapable": "^1.1.3", + "terser-webpack-plugin": "^1.4.3", + "watchpack": "^1.7.4", + "webpack-sources": "^1.4.1" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "cacache": { + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", + "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", + "dev": true, + "requires": { + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "infer-owner": "^1.0.3", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" + } + }, + "chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "dev": true + }, + "enhanced-resolve": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", + "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + }, + "dependencies": { + "memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "dev": true, + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "^3.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", + "dev": true + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + } + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "^2.0.0" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, + "requires": { + "find-up": "^3.0.0" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "serialize-javascript": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "dev": true, + "requires": { + "randombytes": "^2.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "ssri": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", + "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", + "dev": true, + "requires": { + "figgy-pudding": "^3.5.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "dev": true + }, + "terser": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", + "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", + "dev": true, + "requires": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + } + }, + "terser-webpack-plugin": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", + "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", + "dev": true, + "requires": { + "cacache": "^12.0.2", + "find-cache-dir": "^2.1.0", + "is-wsl": "^1.1.0", + "schema-utils": "^1.0.0", + "serialize-javascript": "^4.0.0", + "source-map": "^0.6.1", + "terser": "^4.1.2", + "webpack-sources": "^1.4.0", + "worker-farm": "^1.7.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "dev": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + }, + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "dev": true, + "requires": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + } + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + } + } + }, + "webpack-dev-middleware": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz", + "integrity": "sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw==", + "dev": true, + "requires": { + "memory-fs": "^0.4.1", + "mime": "^2.4.4", + "mkdirp": "^0.5.1", + "range-parser": "^1.2.1", + "webpack-log": "^2.0.0" + }, + "dependencies": { + "mime": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz", + "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==", + "dev": true + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + } + } + }, + "webpack-dev-server": { + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz", + "integrity": "sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==", + "dev": true, + "requires": { + "ansi-html": "0.0.7", + "bonjour": "^3.5.0", + "chokidar": "^2.1.8", + "compression": "^1.7.4", + "connect-history-api-fallback": "^1.6.0", + "debug": "^4.1.1", + "del": "^4.1.1", + "express": "^4.17.1", + "html-entities": "^1.3.1", + "http-proxy-middleware": "0.19.1", + "import-local": "^2.0.0", + "internal-ip": "^4.3.0", + "ip": "^1.1.5", + "is-absolute-url": "^3.0.3", + "killable": "^1.0.1", + "loglevel": "^1.6.8", + "opn": "^5.5.0", + "p-retry": "^3.0.1", + "portfinder": "^1.0.26", + "schema-utils": "^1.0.0", + "selfsigned": "^1.10.8", + "semver": "^6.3.0", + "serve-index": "^1.9.1", + "sockjs": "^0.3.21", + "sockjs-client": "^1.5.0", + "spdy": "^4.0.2", + "strip-ansi": "^3.0.1", + "supports-color": "^6.1.0", + "url": "^0.11.0", + "webpack-dev-middleware": "^3.7.2", + "webpack-log": "^2.0.0", + "ws": "^6.2.1", + "yargs": "^13.3.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "dev": true, + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "dev": true, + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "dev": true + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "dev": true, + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "dev": true, + "optional": true + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "dev": true, + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "dev": true, + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-absolute-url": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==", + "dev": true + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "dev": true, + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "dev": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "webpack-log": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", + "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", + "dev": true, + "requires": { + "ansi-colors": "^3.0.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "ansi-colors": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==", + "dev": true + } + } + }, + "webpack-merge": { + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz", + "integrity": "sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA==", + "dev": true, + "requires": { + "clone-deep": "^4.0.1", + "wildcard": "^2.0.0" + } + }, + "webpack-sources": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.2.0.tgz", + "integrity": "sha512-bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w==", + "dev": true, + "requires": { + "source-list-map": "^2.0.1", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "webpack-subresource-integrity": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.5.2.tgz", + "integrity": "sha512-GBWYBoyalbo5YClwWop9qe6Zclp8CIXYGIz12OPclJhIrSplDxs1Ls1JDMH8xBPPrg1T6ISaTW9Y6zOrwEiAzw==", + "dev": true, + "requires": { + "webpack-sources": "^1.3.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "dev": true, + "requires": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + } + } + } + }, + "websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dev": true, + "requires": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + } + }, + "websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "dev": true + }, + "whatwg-mimetype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", + "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", + "dev": true + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "requires": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "dev": true + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "dev": true, + "requires": { + "string-width": "^1.0.2 || 2" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "wildcard": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", + "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", + "dev": true + }, + "worker-farm": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", + "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", + "dev": true, + "requires": { + "errno": "~0.1.7" + } + }, + "worker-plugin": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/worker-plugin/-/worker-plugin-5.0.0.tgz", + "integrity": "sha512-AXMUstURCxDD6yGam2r4E34aJg6kW85IiaeX72hi+I1cxyaMUtrvVY6sbfpGKAj5e7f68Acl62BjQF5aOOx2IQ==", + "dev": true, + "requires": { + "loader-utils": "^1.1.0" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + } + } + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "ws": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", + "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "dev": true, + "requires": { + "async-limiter": "~1.0.0" + } + }, + "xml2js": { + "version": "0.4.23", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", + "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", + "dev": true, + "requires": { + "sax": ">=0.6.0", + "xmlbuilder": "~11.0.0" + } + }, + "xmlbuilder": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", + "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", + "dev": true + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true + }, + "y18n": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", + "dev": true + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true + }, + "yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "dev": true, + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "^3.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "^2.0.0" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "dev": true, + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + } + } + }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true + }, + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true + }, + "zone.js": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.4.tgz", + "integrity": "sha512-DDh2Ab+A/B+9mJyajPjHFPWfYU1H+pdun4wnnk0OcQTNjem1XQSZ2CDW+rfZEUDjv5M19SBqAkjZi0x5wuB5Qw==", + "requires": { + "tslib": "^2.0.0" + } + } + } +} diff --git a/AngularPokedex/package.json b/AngularPokedex/package.json new file mode 100644 index 000000000..2f3f84007 --- /dev/null +++ b/AngularPokedex/package.json @@ -0,0 +1,45 @@ +{ + "name": "angular-pokedex", + "version": "0.0.0", + "scripts": { + "ng": "ng", + "start": "ng serve", + "build": "ng build", + "test": "ng test", + "lint": "ng lint", + "e2e": "ng e2e" + }, + "private": true, + "dependencies": { + "@angular/animations": "~11.2.5", + "@angular/common": "~11.2.5", + "@angular/compiler": "~11.2.5", + "@angular/core": "~11.2.5", + "@angular/forms": "~11.2.5", + "@angular/platform-browser": "~11.2.5", + "@angular/platform-browser-dynamic": "~11.2.5", + "@angular/router": "~11.2.5", + "rxjs": "~6.6.0", + "tslib": "^2.0.0", + "zone.js": "~0.11.3" + }, + "devDependencies": { + "@angular-devkit/build-angular": "~0.1102.3", + "@angular/cli": "~11.2.4", + "@angular/compiler-cli": "~11.2.5", + "@types/jasmine": "~3.6.0", + "@types/node": "^12.11.1", + "codelyzer": "^6.0.0", + "jasmine-core": "~3.6.0", + "jasmine-spec-reporter": "~5.0.0", + "karma": "~6.1.0", + "karma-chrome-launcher": "~3.1.0", + "karma-coverage": "~2.0.3", + "karma-jasmine": "~4.0.0", + "karma-jasmine-html-reporter": "^1.5.0", + "protractor": "~7.0.0", + "ts-node": "~8.3.0", + "tslint": "~6.1.0", + "typescript": "~4.1.5" + } +} diff --git a/AngularPokedex/src/app/app-routing.module.ts b/AngularPokedex/src/app/app-routing.module.ts new file mode 100644 index 000000000..02972627f --- /dev/null +++ b/AngularPokedex/src/app/app-routing.module.ts @@ -0,0 +1,10 @@ +import { NgModule } from '@angular/core'; +import { RouterModule, Routes } from '@angular/router'; + +const routes: Routes = []; + +@NgModule({ + imports: [RouterModule.forRoot(routes)], + exports: [RouterModule] +}) +export class AppRoutingModule { } diff --git a/AngularPokedex/src/app/app.component.css b/AngularPokedex/src/app/app.component.css new file mode 100644 index 000000000..e69de29bb diff --git a/AngularPokedex/src/app/app.component.html b/AngularPokedex/src/app/app.component.html new file mode 100644 index 000000000..4b22920d1 --- /dev/null +++ b/AngularPokedex/src/app/app.component.html @@ -0,0 +1,515 @@ + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + {{ title }} app is running! + + + + + +
+ + +

Resources

+

Here are some links to help you get started:

+ + + + +

Next Steps

+

What do you want to do next with your app?

+ + + +
+
+ + + New Component +
+ +
+ + + Angular Material +
+ +
+ + + Add PWA Support +
+ +
+ + + Add Dependency +
+ +
+ + + Run and Watch Tests +
+ +
+ + + Build for Production +
+
+ + +
+
ng generate component xyz
+
ng add @angular/material
+
ng add @angular/pwa
+
ng add _____
+
ng test
+
ng build --prod
+
+ + + + + + + + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/AngularPokedex/src/app/app.component.spec.ts b/AngularPokedex/src/app/app.component.spec.ts new file mode 100644 index 000000000..ae8c32521 --- /dev/null +++ b/AngularPokedex/src/app/app.component.spec.ts @@ -0,0 +1,35 @@ +import { TestBed } from '@angular/core/testing'; +import { RouterTestingModule } from '@angular/router/testing'; +import { AppComponent } from './app.component'; + +describe('AppComponent', () => { + beforeEach(async () => { + await TestBed.configureTestingModule({ + imports: [ + RouterTestingModule + ], + declarations: [ + AppComponent + ], + }).compileComponents(); + }); + + it('should create the app', () => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.componentInstance; + expect(app).toBeTruthy(); + }); + + it(`should have as title 'AngularPokedex'`, () => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.componentInstance; + expect(app.title).toEqual('AngularPokedex'); + }); + + it('should render title', () => { + const fixture = TestBed.createComponent(AppComponent); + fixture.detectChanges(); + const compiled = fixture.nativeElement; + expect(compiled.querySelector('.content span').textContent).toContain('AngularPokedex app is running!'); + }); +}); diff --git a/AngularPokedex/src/app/app.component.ts b/AngularPokedex/src/app/app.component.ts new file mode 100644 index 000000000..26f680a1d --- /dev/null +++ b/AngularPokedex/src/app/app.component.ts @@ -0,0 +1,10 @@ +import { Component } from '@angular/core'; + +@Component({ + selector: 'app-root', + templateUrl: './app.component.html', + styleUrls: ['./app.component.css'] +}) +export class AppComponent { + title = 'AngularPokedex'; +} diff --git a/AngularPokedex/src/app/app.module.ts b/AngularPokedex/src/app/app.module.ts new file mode 100644 index 000000000..b1c6c96a9 --- /dev/null +++ b/AngularPokedex/src/app/app.module.ts @@ -0,0 +1,18 @@ +import { NgModule } from '@angular/core'; +import { BrowserModule } from '@angular/platform-browser'; + +import { AppRoutingModule } from './app-routing.module'; +import { AppComponent } from './app.component'; + +@NgModule({ + declarations: [ + AppComponent + ], + imports: [ + BrowserModule, + AppRoutingModule + ], + providers: [], + bootstrap: [AppComponent] +}) +export class AppModule { } diff --git a/AngularPokedex/src/assets/.gitkeep b/AngularPokedex/src/assets/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/AngularPokedex/src/environments/environment.prod.ts b/AngularPokedex/src/environments/environment.prod.ts new file mode 100644 index 000000000..3612073bc --- /dev/null +++ b/AngularPokedex/src/environments/environment.prod.ts @@ -0,0 +1,3 @@ +export const environment = { + production: true +}; diff --git a/AngularPokedex/src/environments/environment.ts b/AngularPokedex/src/environments/environment.ts new file mode 100644 index 000000000..7b4f817ad --- /dev/null +++ b/AngularPokedex/src/environments/environment.ts @@ -0,0 +1,16 @@ +// This file can be replaced during build by using the `fileReplacements` array. +// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`. +// The list of file replacements can be found in `angular.json`. + +export const environment = { + production: false +}; + +/* + * For easier debugging in development mode, you can import the following file + * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`. + * + * This import should be commented out in production mode because it will have a negative impact + * on performance if an error is thrown. + */ +// import 'zone.js/dist/zone-error'; // Included with Angular CLI. diff --git a/AngularPokedex/src/favicon.ico b/AngularPokedex/src/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..997406ad22c29aae95893fb3d666c30258a09537 GIT binary patch literal 948 zcmV;l155mgP)CBYU7IjCFmI-B}4sMJt3^s9NVg!P0 z6hDQy(L`XWMkB@zOLgN$4KYz;j0zZxq9KKdpZE#5@k0crP^5f9KO};h)ZDQ%ybhht z%t9#h|nu0K(bJ ztIkhEr!*UyrZWQ1k2+YkGqDi8Z<|mIN&$kzpKl{cNP=OQzXHz>vn+c)F)zO|Bou>E z2|-d_=qY#Y+yOu1a}XI?cU}%04)zz%anD(XZC{#~WreV!a$7k2Ug`?&CUEc0EtrkZ zL49MB)h!_K{H(*l_93D5tO0;BUnvYlo+;yss%n^&qjt6fZOa+}+FDO(~2>G z2dx@=JZ?DHP^;b7*Y1as5^uphBsh*s*z&MBd?e@I>-9kU>63PjP&^#5YTOb&x^6Cf z?674rmSHB5Fk!{Gv7rv!?qX#ei_L(XtwVqLX3L}$MI|kJ*w(rhx~tc&L&xP#?cQow zX_|gx$wMr3pRZIIr_;;O|8fAjd;1`nOeu5K(pCu7>^3E&D2OBBq?sYa(%S?GwG&_0-s%_v$L@R!5H_fc)lOb9ZoOO#p`Nn`KU z3LTTBtjwo`7(HA6 z7gmO$yTR!5L>Bsg!X8616{JUngg_@&85%>W=mChTR;x4`P=?PJ~oPuy5 zU-L`C@_!34D21{fD~Y8NVnR3t;aqZI3fIhmgmx}$oc-dKDC6Ap$Gy>a!`A*x2L1v0 WcZ@i?LyX}70000 + + + + AngularPokedex + + + + + + + + diff --git a/AngularPokedex/src/main.ts b/AngularPokedex/src/main.ts new file mode 100644 index 000000000..c7b673cf4 --- /dev/null +++ b/AngularPokedex/src/main.ts @@ -0,0 +1,12 @@ +import { enableProdMode } from '@angular/core'; +import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; + +import { AppModule } from './app/app.module'; +import { environment } from './environments/environment'; + +if (environment.production) { + enableProdMode(); +} + +platformBrowserDynamic().bootstrapModule(AppModule) + .catch(err => console.error(err)); diff --git a/AngularPokedex/src/polyfills.ts b/AngularPokedex/src/polyfills.ts new file mode 100644 index 000000000..d5f67bd91 --- /dev/null +++ b/AngularPokedex/src/polyfills.ts @@ -0,0 +1,65 @@ +/** + * This file includes polyfills needed by Angular and is loaded before the app. + * You can add your own extra polyfills to this file. + * + * This file is divided into 2 sections: + * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers. + * 2. Application imports. Files imported after ZoneJS that should be loaded before your main + * file. + * + * The current setup is for so-called "evergreen" browsers; the last versions of browsers that + * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera), + * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile. + * + * Learn more in https://angular.io/guide/browser-support + */ + +/*************************************************************************************************** + * BROWSER POLYFILLS + */ + +/** + * IE11 requires the following for NgClass support on SVG elements + */ +// import 'classlist.js'; // Run `npm install --save classlist.js`. + +/** + * Web Animations `@angular/platform-browser/animations` + * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari. + * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0). + */ +// import 'web-animations-js'; // Run `npm install --save web-animations-js`. + +/** + * By default, zone.js will patch all possible macroTask and DomEvents + * user can disable parts of macroTask/DomEvents patch by setting following flags + * because those flags need to be set before `zone.js` being loaded, and webpack + * will put import in the top of bundle, so user need to create a separate file + * in this directory (for example: zone-flags.ts), and put the following flags + * into that file, and then add the following code before importing zone.js. + * import './zone-flags'; + * + * The flags allowed in zone-flags.ts are listed here. + * + * The following flags will work for all browsers. + * + * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame + * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick + * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames + * + * in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js + * with the following flag, it will bypass `zone.js` patch for IE/Edge + * + * (window as any).__Zone_enable_cross_context_check = true; + * + */ + +/*************************************************************************************************** + * Zone JS is required by default for Angular itself. + */ +import 'zone.js/dist/zone'; // Included with Angular CLI. + + +/*************************************************************************************************** + * APPLICATION IMPORTS + */ diff --git a/AngularPokedex/src/styles.css b/AngularPokedex/src/styles.css new file mode 100644 index 000000000..90d4ee007 --- /dev/null +++ b/AngularPokedex/src/styles.css @@ -0,0 +1 @@ +/* You can add global styles to this file, and also import other style files */ diff --git a/AngularPokedex/src/test.ts b/AngularPokedex/src/test.ts new file mode 100644 index 000000000..50193eb0f --- /dev/null +++ b/AngularPokedex/src/test.ts @@ -0,0 +1,25 @@ +// This file is required by karma.conf.js and loads recursively all the .spec and framework files + +import 'zone.js/dist/zone-testing'; +import { getTestBed } from '@angular/core/testing'; +import { + BrowserDynamicTestingModule, + platformBrowserDynamicTesting +} from '@angular/platform-browser-dynamic/testing'; + +declare const require: { + context(path: string, deep?: boolean, filter?: RegExp): { + keys(): string[]; + (id: string): T; + }; +}; + +// First, initialize the Angular testing environment. +getTestBed().initTestEnvironment( + BrowserDynamicTestingModule, + platformBrowserDynamicTesting() +); +// Then we find all the tests. +const context = require.context('./', true, /\.spec\.ts$/); +// And load the modules. +context.keys().map(context); diff --git a/AngularPokedex/tsconfig.app.json b/AngularPokedex/tsconfig.app.json new file mode 100644 index 000000000..82d91dc4a --- /dev/null +++ b/AngularPokedex/tsconfig.app.json @@ -0,0 +1,15 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./out-tsc/app", + "types": [] + }, + "files": [ + "src/main.ts", + "src/polyfills.ts" + ], + "include": [ + "src/**/*.d.ts" + ] +} diff --git a/AngularPokedex/tsconfig.json b/AngularPokedex/tsconfig.json new file mode 100644 index 000000000..4a4dc6288 --- /dev/null +++ b/AngularPokedex/tsconfig.json @@ -0,0 +1,23 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ +{ + "compileOnSave": false, + "compilerOptions": { + "baseUrl": "./", + "outDir": "./dist/out-tsc", + "sourceMap": true, + "declaration": false, + "downlevelIteration": true, + "experimentalDecorators": true, + "moduleResolution": "node", + "importHelpers": true, + "target": "es2015", + "module": "es2020", + "lib": [ + "es2018", + "dom" + ] + }, + "angularCompilerOptions": { + "enableI18nLegacyMessageIdFormat": false + } +} diff --git a/AngularPokedex/tsconfig.spec.json b/AngularPokedex/tsconfig.spec.json new file mode 100644 index 000000000..092345b02 --- /dev/null +++ b/AngularPokedex/tsconfig.spec.json @@ -0,0 +1,18 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./out-tsc/spec", + "types": [ + "jasmine" + ] + }, + "files": [ + "src/test.ts", + "src/polyfills.ts" + ], + "include": [ + "src/**/*.spec.ts", + "src/**/*.d.ts" + ] +} diff --git a/AngularPokedex/tslint.json b/AngularPokedex/tslint.json new file mode 100644 index 000000000..277c8eba0 --- /dev/null +++ b/AngularPokedex/tslint.json @@ -0,0 +1,152 @@ +{ + "extends": "tslint:recommended", + "rulesDirectory": [ + "codelyzer" + ], + "rules": { + "align": { + "options": [ + "parameters", + "statements" + ] + }, + "array-type": false, + "arrow-return-shorthand": true, + "curly": true, + "deprecation": { + "severity": "warning" + }, + "eofline": true, + "import-blacklist": [ + true, + "rxjs/Rx" + ], + "import-spacing": true, + "indent": { + "options": [ + "spaces" + ] + }, + "max-classes-per-file": false, + "max-line-length": [ + true, + 140 + ], + "member-ordering": [ + true, + { + "order": [ + "static-field", + "instance-field", + "static-method", + "instance-method" + ] + } + ], + "no-console": [ + true, + "debug", + "info", + "time", + "timeEnd", + "trace" + ], + "no-empty": false, + "no-inferrable-types": [ + true, + "ignore-params" + ], + "no-non-null-assertion": true, + "no-redundant-jsdoc": true, + "no-switch-case-fall-through": true, + "no-var-requires": false, + "object-literal-key-quotes": [ + true, + "as-needed" + ], + "quotemark": [ + true, + "single" + ], + "semicolon": { + "options": [ + "always" + ] + }, + "space-before-function-paren": { + "options": { + "anonymous": "never", + "asyncArrow": "always", + "constructor": "never", + "method": "never", + "named": "never" + } + }, + "typedef": [ + true, + "call-signature" + ], + "typedef-whitespace": { + "options": [ + { + "call-signature": "nospace", + "index-signature": "nospace", + "parameter": "nospace", + "property-declaration": "nospace", + "variable-declaration": "nospace" + }, + { + "call-signature": "onespace", + "index-signature": "onespace", + "parameter": "onespace", + "property-declaration": "onespace", + "variable-declaration": "onespace" + } + ] + }, + "variable-name": { + "options": [ + "ban-keywords", + "check-format", + "allow-pascal-case" + ] + }, + "whitespace": { + "options": [ + "check-branch", + "check-decl", + "check-operator", + "check-separator", + "check-type", + "check-typecast" + ] + }, + "component-class-suffix": true, + "contextual-lifecycle": true, + "directive-class-suffix": true, + "no-conflicting-lifecycle": true, + "no-host-metadata-property": true, + "no-input-rename": true, + "no-inputs-metadata-property": true, + "no-output-native": true, + "no-output-on-prefix": true, + "no-output-rename": true, + "no-outputs-metadata-property": true, + "template-banana-in-box": true, + "template-no-negated-async": true, + "use-lifecycle-interface": true, + "use-pipe-transform-interface": true, + "directive-selector": [ + true, + "attribute", + "app", + "camelCase" + ], + "component-selector": [ + true, + "element", + "app", + "kebab-case" + ] + } +} diff --git a/PokeAPI/app.js b/PokeAPI/app.js new file mode 100644 index 000000000..662bcc927 --- /dev/null +++ b/PokeAPI/app.js @@ -0,0 +1,41 @@ +var createError = require('http-errors'); +var express = require('express'); +var path = require('path'); +var cookieParser = require('cookie-parser'); +var logger = require('morgan'); + +var indexRouter = require('./routes/index'); +var usersRouter = require('./routes/users'); + +var app = express(); + +// view engine setup +app.set('views', path.join(__dirname, 'views')); +app.set('view engine', 'jade'); + +app.use(logger('dev')); +app.use(express.json()); +app.use(express.urlencoded({ extended: false })); +app.use(cookieParser()); +app.use(express.static(path.join(__dirname, 'public'))); + +app.use('/', indexRouter); +app.use('/users', usersRouter); + +// catch 404 and forward to error handler +app.use(function(req, res, next) { + next(createError(404)); +}); + +// error handler +app.use(function(err, req, res, next) { + // set locals, only providing error in development + res.locals.message = err.message; + res.locals.error = req.app.get('env') === 'development' ? err : {}; + + // render the error page + res.status(err.status || 500); + res.render('error'); +}); + +module.exports = app; diff --git a/PokeAPI/bin/www b/PokeAPI/bin/www new file mode 100644 index 000000000..b77e41f07 --- /dev/null +++ b/PokeAPI/bin/www @@ -0,0 +1,90 @@ +#!/usr/bin/env node + +/** + * Module dependencies. + */ + +var app = require('../app'); +var debug = require('debug')('pokeapi:server'); +var http = require('http'); + +/** + * Get port from environment and store in Express. + */ + +var port = normalizePort(process.env.PORT || '3000'); +app.set('port', port); + +/** + * Create HTTP server. + */ + +var server = http.createServer(app); + +/** + * Listen on provided port, on all network interfaces. + */ + +server.listen(port); +server.on('error', onError); +server.on('listening', onListening); + +/** + * Normalize a port into a number, string, or false. + */ + +function normalizePort(val) { + var port = parseInt(val, 10); + + if (isNaN(port)) { + // named pipe + return val; + } + + if (port >= 0) { + // port number + return port; + } + + return false; +} + +/** + * Event listener for HTTP server "error" event. + */ + +function onError(error) { + if (error.syscall !== 'listen') { + throw error; + } + + var bind = typeof port === 'string' + ? 'Pipe ' + port + : 'Port ' + port; + + // handle specific listen errors with friendly messages + switch (error.code) { + case 'EACCES': + console.error(bind + ' requires elevated privileges'); + process.exit(1); + break; + case 'EADDRINUSE': + console.error(bind + ' is already in use'); + process.exit(1); + break; + default: + throw error; + } +} + +/** + * Event listener for HTTP server "listening" event. + */ + +function onListening() { + var addr = server.address(); + var bind = typeof addr === 'string' + ? 'pipe ' + addr + : 'port ' + addr.port; + debug('Listening on ' + bind); +} diff --git a/PokeAPI/package.json b/PokeAPI/package.json new file mode 100644 index 000000000..f8c62707f --- /dev/null +++ b/PokeAPI/package.json @@ -0,0 +1,16 @@ +{ + "name": "pokeapi", + "version": "0.0.0", + "private": true, + "scripts": { + "start": "node ./bin/www" + }, + "dependencies": { + "cookie-parser": "~1.4.4", + "debug": "~2.6.9", + "express": "~4.16.1", + "http-errors": "~1.6.3", + "jade": "~1.11.0", + "morgan": "~1.9.1" + } +} diff --git a/PokeAPI/public/stylesheets/style.css b/PokeAPI/public/stylesheets/style.css new file mode 100644 index 000000000..9453385b9 --- /dev/null +++ b/PokeAPI/public/stylesheets/style.css @@ -0,0 +1,8 @@ +body { + padding: 50px; + font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; +} + +a { + color: #00B7FF; +} diff --git a/PokeAPI/routes/index.js b/PokeAPI/routes/index.js new file mode 100644 index 000000000..ecca96a56 --- /dev/null +++ b/PokeAPI/routes/index.js @@ -0,0 +1,9 @@ +var express = require('express'); +var router = express.Router(); + +/* GET home page. */ +router.get('/', function(req, res, next) { + res.render('index', { title: 'Express' }); +}); + +module.exports = router; diff --git a/PokeAPI/routes/users.js b/PokeAPI/routes/users.js new file mode 100644 index 000000000..623e4302b --- /dev/null +++ b/PokeAPI/routes/users.js @@ -0,0 +1,9 @@ +var express = require('express'); +var router = express.Router(); + +/* GET users listing. */ +router.get('/', function(req, res, next) { + res.send('respond with a resource'); +}); + +module.exports = router; diff --git a/PokeAPI/views/error.jade b/PokeAPI/views/error.jade new file mode 100644 index 000000000..51ec12c6a --- /dev/null +++ b/PokeAPI/views/error.jade @@ -0,0 +1,6 @@ +extends layout + +block content + h1= message + h2= error.status + pre #{error.stack} diff --git a/PokeAPI/views/index.jade b/PokeAPI/views/index.jade new file mode 100644 index 000000000..3d63b9a04 --- /dev/null +++ b/PokeAPI/views/index.jade @@ -0,0 +1,5 @@ +extends layout + +block content + h1= title + p Welcome to #{title} diff --git a/PokeAPI/views/layout.jade b/PokeAPI/views/layout.jade new file mode 100644 index 000000000..15af079bf --- /dev/null +++ b/PokeAPI/views/layout.jade @@ -0,0 +1,7 @@ +doctype html +html + head + title= title + link(rel='stylesheet', href='/stylesheets/style.css') + body + block content From 13d25206bf6f13fb84ee96e8cd1c0897a282cc77 Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Thu, 25 Mar 2021 20:08:18 -0300 Subject: [PATCH 03/17] deletado exemplo do angular --- AngularPokedex/src/app/app.component.html | 515 ---------------------- 1 file changed, 515 deletions(-) diff --git a/AngularPokedex/src/app/app.component.html b/AngularPokedex/src/app/app.component.html index 4b22920d1..e69de29bb 100644 --- a/AngularPokedex/src/app/app.component.html +++ b/AngularPokedex/src/app/app.component.html @@ -1,515 +0,0 @@ - - - - - - - - - - - - - - -
- - -
- - - - - - - - - - - - {{ title }} app is running! - - - - - -
- - -

Resources

-

Here are some links to help you get started:

- - - - -

Next Steps

-

What do you want to do next with your app?

- - - -
-
- - - New Component -
- -
- - - Angular Material -
- -
- - - Add PWA Support -
- -
- - - Add Dependency -
- -
- - - Run and Watch Tests -
- -
- - - Build for Production -
-
- - -
-
ng generate component xyz
-
ng add @angular/material
-
ng add @angular/pwa
-
ng add _____
-
ng test
-
ng build --prod
-
- - - - - - - - - - - -
- - - - - - - - - - - - \ No newline at end of file From 14dc151643b63aae9a5c1b8a28e074605285735b Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Thu, 25 Mar 2021 20:13:08 -0300 Subject: [PATCH 04/17] adicionado json com feito a partir do xlsx --- PokeAPI/pokemondata.json | 825 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 825 insertions(+) create mode 100644 PokeAPI/pokemondata.json diff --git a/PokeAPI/pokemondata.json b/PokeAPI/pokemondata.json new file mode 100644 index 000000000..0812e9546 --- /dev/null +++ b/PokeAPI/pokemondata.json @@ -0,0 +1,825 @@ +[ +{"Row":"1","Name":"Bulbasaur","Pokedex Number":"1","Img name":"1","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"1","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"326","ATK":"118","DEF":"118","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"981","100% CP @ 39":"967"}, +{"Row":"2","Name":"Ivysaur","Pokedex Number":"2","Img name":"2","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"1","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"422","ATK":"151","DEF":"151","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1552","100% CP @ 39":"1529"}, +{"Row":"3","Name":"Venusaur","Pokedex Number":"3","Img name":"3","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"1","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"556","ATK":"198","DEF":"198","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2568","100% CP @ 39":"2531"}, +{"Row":"4","Name":"Charmander","Pokedex Number":"4","Img name":"4","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"2","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"290","ATK":"116","DEF":"96","STA":"78","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"831","100% CP @ 39":"819"}, +{"Row":"5","Name":"Charmeleon","Pokedex Number":"5","Img name":"5","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"2","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"403","ATK":"158","DEF":"129","STA":"116","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1484","100% CP @ 39":"1462"}, +{"Row":"6","Name":"Charizard","Pokedex Number":"6","Img name":"6","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"2","Cross Gen":"0","Type 1":"fire","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"555","ATK":"223","DEF":"176","STA":"156","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2686","100% CP @ 39":"2648"}, +{"Row":"7","Name":"Squirtle","Pokedex Number":"7","Img name":"7","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"3","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"304","ATK":"94","DEF":"122","STA":"88","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"808","100% CP @ 39":"797"}, +{"Row":"8","Name":"Wartortle","Pokedex Number":"8","Img name":"8","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"3","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"399","ATK":"126","DEF":"155","STA":"118","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1324","100% CP @ 39":"1305"}, +{"Row":"9","Name":"Blastoise","Pokedex Number":"9","Img name":"9","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"3","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"539","ATK":"171","DEF":"210","STA":"158","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2291","100% CP @ 39":"2259"}, +{"Row":"10","Name":"Caterpie","Pokedex Number":"10","Img name":"10","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"4","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"207","ATK":"55","DEF":"62","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"393","100% CP @ 39":"387"}, +{"Row":"11","Name":"Metapod","Pokedex Number":"11","Img name":"11","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"4","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"239","ATK":"45","DEF":"94","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"419","100% CP @ 39":"413"}, +{"Row":"12","Name":"Butterfree","Pokedex Number":"12","Img name":"12","Generation":"1","Evolution Stage":"3","Evolved":"0","FamilyID":"4","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"438","ATK":"167","DEF":"151","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1701","100% CP @ 39":"1677"}, +{"Row":"13","Name":"Weedle","Pokedex Number":"13","Img name":"13","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"5","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"198","ATK":"63","DEF":"55","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"397","100% CP @ 39":"391"}, +{"Row":"14","Name":"Kakuna","Pokedex Number":"14","Img name":"14","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"5","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"222","ATK":"46","DEF":"86","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"392","100% CP @ 39":"386"}, +{"Row":"15","Name":"Beedrill","Pokedex Number":"15","Img name":"15","Generation":"1","Evolution Stage":"3","Evolved":"0","FamilyID":"5","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"449","ATK":"169","DEF":"150","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1777","100% CP @ 39":"1752"}, +{"Row":"16","Name":"Pidgey","Pokedex Number":"16","Img name":"16","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"6","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"241","ATK":"85","DEF":"76","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"580","100% CP @ 39":"572"}, +{"Row":"17","Name":"Pidgeotto","Pokedex Number":"17","Img name":"17","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"6","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"351","ATK":"117","DEF":"108","STA":"126","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1085","100% CP @ 39":"1070"}, +{"Row":"18","Name":"Pidgeot","Pokedex Number":"18","Img name":"18","Generation":"1","Evolution Stage":"3","Evolved":"0","FamilyID":"6","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"489","ATK":"166","DEF":"157","STA":"166","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1994","100% CP @ 39":"1966"}, +{"Row":"19","Name":"Rattata","Pokedex Number":"19","Img name":"19","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"7","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"233","ATK":"103","DEF":"70","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"588","100% CP @ 39":"580"}, +{"Row":"20","Name":"Raticate","Pokedex Number":"20","Img name":"20","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"7","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"415","ATK":"161","DEF":"144","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1549","100% CP @ 39":"1527"}, +{"Row":"21","Name":"Spearow","Pokedex Number":"21","Img name":"21","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"8","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"253","ATK":"112","DEF":"61","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"673","100% CP @ 39":"664"}, +{"Row":"22","Name":"Fearow","Pokedex Number":"22","Img name":"22","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"8","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"447","ATK":"182","DEF":"135","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1814","100% CP @ 39":"1788"}, +{"Row":"23","Name":"Ekans","Pokedex Number":"23","Img name":"23","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"9","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"282","ATK":"110","DEF":"102","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"778","100% CP @ 39":"767"}, +{"Row":"24","Name":"Arbok","Pokedex Number":"24","Img name":"24","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"9","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"445","ATK":"167","DEF":"158","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1737","100% CP @ 39":"1712"}, +{"Row":"25","Name":"Pikachu","Pokedex Number":"25","Img name":"25","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"10","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"283","ATK":"112","DEF":"101","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"787","100% CP @ 39":"776"}, +{"Row":"26","Name":"Raichu","Pokedex Number":"26","Img name":"26","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"10","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"478","ATK":"193","DEF":"165","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2025","100% CP @ 39":"1996"}, +{"Row":"27","Name":"Sandshrew","Pokedex Number":"27","Img name":"27","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"11","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"371","ATK":"126","DEF":"145","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1194","100% CP @ 39":"1177"}, +{"Row":"28","Name":"Sandslash","Pokedex Number":"28","Img name":"28","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"11","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"534","ATK":"182","DEF":"202","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2328","100% CP @ 39":"2294"}, +{"Row":"29","Name":"Nidoran F","Pokedex Number":"29","Img name":"29","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"12","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"290","ATK":"86","DEF":"94","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"736","100% CP @ 39":"725"}, +{"Row":"30","Name":"Nidorina","Pokedex Number":"30","Img name":"30","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"12","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"383","ATK":"117","DEF":"126","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1218","100% CP @ 39":"1201"}, +{"Row":"31","Name":"Nidoqueen","Pokedex Number":"31","Img name":"31","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"12","Cross Gen":"0","Type 1":"poison","Type 2":"ground","Weather 1":"Cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"534","ATK":"180","DEF":"174","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2338","100% CP @ 39":"2304"}, +{"Row":"32","Name":"Nidoran M","Pokedex Number":"32","Img name":"32","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"13","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"273","ATK":"105","DEF":"76","STA":"92","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"739","100% CP @ 39":"729"}, +{"Row":"33","Name":"Nidorino","Pokedex Number":"33","Img name":"33","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"13","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"371","ATK":"137","DEF":"112","STA":"122","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1252","100% CP @ 39":"1234"}, +{"Row":"34","Name":"Nidoking","Pokedex Number":"34","Img name":"34","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"13","Cross Gen":"0","Type 1":"poison","Type 2":"ground","Weather 1":"Cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"523","ATK":"204","DEF":"157","STA":"162","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2386","100% CP @ 39":"2352"}, +{"Row":"35","Name":"Clefairy","Pokedex Number":"35","Img name":"35","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"14","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"363","ATK":"107","DEF":"116","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1085","100% CP @ 39":"1070"}, +{"Row":"36","Name":"Clefable","Pokedex Number":"36","Img name":"36","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"14","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"539","ATK":"178","DEF":"171","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2353","100% CP @ 39":"2320"}, +{"Row":"37","Name":"Vulpix","Pokedex Number":"37","Img name":"37","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"15","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"294","ATK":"96","DEF":"122","STA":"76","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"774","100% CP @ 39":"763"}, +{"Row":"38","Name":"Ninetales","Pokedex Number":"38","Img name":"38","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"15","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"519","ATK":"169","DEF":"204","STA":"146","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2157","100% CP @ 39":"2127"}, +{"Row":"39","Name":"Jigglypuff","Pokedex Number":"39","Img name":"39","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"16","Cross Gen":"0","Type 1":"normal","Type 2":"fairy","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"354","ATK":"80","DEF":"44","STA":"230","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"713","100% CP @ 39":"703"}, +{"Row":"40","Name":"Wigglytuff","Pokedex Number":"40","Img name":"40","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"16","Cross Gen":"0","Type 1":"normal","Type 2":"fairy","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"529","ATK":"156","DEF":"93","STA":"280","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1906","100% CP @ 39":"1879"}, +{"Row":"41","Name":"Zubat","Pokedex Number":"41","Img name":"41","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"17","Cross Gen":"0","Type 1":"poison","Type 2":"flying","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"239","ATK":"83","DEF":"76","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"569","100% CP @ 39":"560"}, +{"Row":"42","Name":"Golbat","Pokedex Number":"42","Img name":"42","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"17","Cross Gen":"0","Type 1":"poison","Type 2":"flying","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"464","ATK":"161","DEF":"153","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1830","100% CP @ 39":"1804"}, +{"Row":"43","Name":"Oddish","Pokedex Number":"43","Img name":"43","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"18","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"337","ATK":"131","DEF":"116","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1069","100% CP @ 39":"1054"}, +{"Row":"44","Name":"Gloom","Pokedex Number":"44","Img name":"44","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"18","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"412","ATK":"153","DEF":"139","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1512","100% CP @ 39":"1491"}, +{"Row":"45","Name":"Vileplume","Pokedex Number":"45","Img name":"45","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"18","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"522","ATK":"202","DEF":"170","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2367","100% CP @ 39":"2334"}, +{"Row":"46","Name":"Paras","Pokedex Number":"46","Img name":"46","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"19","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"290","ATK":"121","DEF":"99","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"836","100% CP @ 39":"824"}, +{"Row":"47","Name":"Parasect","Pokedex Number":"47","Img name":"47","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"19","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"431","ATK":"165","DEF":"146","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1657","100% CP @ 39":"1633"}, +{"Row":"48","Name":"Venonat","Pokedex Number":"48","Img name":"48","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"20","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"322","ATK":"100","DEF":"102","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"902","100% CP @ 39":"889"}, +{"Row":"49","Name":"Venomoth","Pokedex Number":"49","Img name":"49","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"20","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"469","ATK":"179","DEF":"150","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1937","100% CP @ 39":"1910"}, +{"Row":"50","Name":"Diglett","Pokedex Number":"50","Img name":"50","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"21","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"217","ATK":"109","DEF":"88","STA":"20","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"465","100% CP @ 39":"458"}, +{"Row":"51","Name":"Dugtrio","Pokedex Number":"51","Img name":"51","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"21","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"384","ATK":"167","DEF":"147","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1333","100% CP @ 39":"1314"}, +{"Row":"52","Name":"Meowth","Pokedex Number":"52","Img name":"52","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"23","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"253","ATK":"92","DEF":"81","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"638","100% CP @ 39":"629"}, +{"Row":"53","Name":"Persian","Pokedex Number":"53","Img name":"53","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"23","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"419","ATK":"150","DEF":"139","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1539","100% CP @ 39":"1517"}, +{"Row":"54","Name":"Psyduck","Pokedex Number":"54","Img name":"54","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"24","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"318","ATK":"122","DEF":"96","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"966","100% CP @ 39":"952"}, +{"Row":"55","Name":"Golduck","Pokedex Number":"55","Img name":"55","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"24","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"514","ATK":"191","DEF":"163","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2270","100% CP @ 39":"2238"}, +{"Row":"56","Name":"Mankey","Pokedex Number":"56","Img name":"56","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"25","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"315","ATK":"148","DEF":"87","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1002","100% CP @ 39":"987"}, +{"Row":"57","Name":"Primeape","Pokedex Number":"57","Img name":"57","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"25","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"481","ATK":"207","DEF":"144","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2105","100% CP @ 39":"2075"}, +{"Row":"58","Name":"Growlithe","Pokedex Number":"58","Img name":"58","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"26","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"342","ATK":"136","DEF":"96","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1110","100% CP @ 39":"1095"}, +{"Row":"59","Name":"Arcanine","Pokedex Number":"59","Img name":"59","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"26","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"573","ATK":"227","DEF":"166","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2839","100% CP @ 39":"2799"}, +{"Row":"60","Name":"Poliwag","Pokedex Number":"60","Img name":"60","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"27","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"263","ATK":"101","DEF":"82","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"695","100% CP @ 39":"685"}, +{"Row":"61","Name":"Poliwhirl","Pokedex Number":"61","Img name":"61","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"27","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"390","ATK":"130","DEF":"130","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1313","100% CP @ 39":"1294"}, +{"Row":"62","Name":"Poliwrath","Pokedex Number":"62","Img name":"62","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"27","Cross Gen":"0","Type 1":"water","Type 2":"fighting","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"549","ATK":"182","DEF":"187","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2441","100% CP @ 39":"2407"}, +{"Row":"63","Name":"Abra","Pokedex Number":"63","Img name":"63","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"28","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"348","ATK":"195","DEF":"103","STA":"50","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1148","100% CP @ 39":"1132"}, +{"Row":"64","Name":"Kadabra","Pokedex Number":"64","Img name":"64","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"28","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"450","ATK":"232","DEF":"138","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1859","100% CP @ 39":"1833"}, +{"Row":"65","Name":"Alakazam","Pokedex Number":"65","Img name":"65","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"28","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"575","ATK":"271","DEF":"194","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2887","100% CP @ 39":"2845"}, +{"Row":"66","Name":"Machop","Pokedex Number":"66","Img name":"66","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"29","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"365","ATK":"137","DEF":"88","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1199","100% CP @ 39":"1182"}, +{"Row":"67","Name":"Machoke","Pokedex Number":"67","Img name":"67","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"29","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"467","ATK":"177","DEF":"130","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1910","100% CP @ 39":"1882"}, +{"Row":"68","Name":"Machamp","Pokedex Number":"68","Img name":"68","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"29","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"576","ATK":"234","DEF":"162","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"3","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2889","100% CP @ 39":"2848"}, +{"Row":"69","Name":"Bellsprout","Pokedex Number":"69","Img name":"69","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"30","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"303","ATK":"139","DEF":"64","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"916","100% CP @ 39":"903"}, +{"Row":"70","Name":"Weepinbell","Pokedex Number":"70","Img name":"70","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"30","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"397","ATK":"172","DEF":"95","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1475","100% CP @ 39":"1453"}, +{"Row":"71","Name":"Victreebel","Pokedex Number":"71","Img name":"71","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"30","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"505","ATK":"207","DEF":"138","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2268","100% CP @ 39":"2236"}, +{"Row":"72","Name":"Tentacool","Pokedex Number":"72","Img name":"72","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"31","Cross Gen":"0","Type 1":"water","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"359","ATK":"97","DEF":"182","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"956","100% CP @ 39":"943"}, +{"Row":"73","Name":"Tentacruel","Pokedex Number":"73","Img name":"73","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"31","Cross Gen":"0","Type 1":"water","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"563","ATK":"166","DEF":"237","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2374","100% CP @ 39":"2340"}, +{"Row":"74","Name":"Geodude","Pokedex Number":"74","Img name":"74","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"32","Cross Gen":"0","Type 1":"rock","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"375","ATK":"132","DEF":"163","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1193","100% CP @ 39":"1176"}, +{"Row":"75","Name":"Graveler","Pokedex Number":"75","Img name":"75","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"32","Cross Gen":"0","Type 1":"rock","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"470","ATK":"164","DEF":"196","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1815","100% CP @ 39":"1789"}, +{"Row":"76","Name":"Golem","Pokedex Number":"76","Img name":"76","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"32","Cross Gen":"0","Type 1":"rock","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"600","ATK":"211","DEF":"229","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"4","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2916","100% CP @ 39":"2875"}, +{"Row":"77","Name":"Ponyta","Pokedex Number":"77","Img name":"77","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"33","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"402","ATK":"170","DEF":"132","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1502","100% CP @ 39":"1480"}, +{"Row":"78","Name":"Rapidash","Pokedex Number":"78","Img name":"78","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"33","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"504","ATK":"207","DEF":"167","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2252","100% CP @ 39":"2220"}, +{"Row":"79","Name":"Slowpoke","Pokedex Number":"79","Img name":"79","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"34","Cross Gen":"0","Type 1":"water","Type 2":"psychic","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"398","ATK":"109","DEF":"109","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1204","100% CP @ 39":"1187"}, +{"Row":"80","Name":"Slowbro","Pokedex Number":"80","Img name":"80","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"34","Cross Gen":"0","Type 1":"water","Type 2":"psychic","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"561","ATK":"177","DEF":"194","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2482","100% CP @ 39":"2446"}, +{"Row":"81","Name":"Magnemite","Pokedex Number":"81","Img name":"81","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"35","Cross Gen":"0","Type 1":"electric","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"343","ATK":"165","DEF":"128","STA":"50","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1083","100% CP @ 39":"1068"}, +{"Row":"82","Name":"Magneton","Pokedex Number":"82","Img name":"82","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"35","Cross Gen":"0","Type 1":"electric","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"505","ATK":"223","DEF":"182","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"2237","100% CP @ 39":"2205"}, +{"Row":"83","Name":"Farfetchd","Pokedex Number":"83","Img name":"83","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"36","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"346","ATK":"124","DEF":"118","STA":"104","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1092","100% CP @ 39":"1076"}, +{"Row":"84","Name":"Doduo","Pokedex Number":"84","Img name":"84","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"37","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"316","ATK":"158","DEF":"88","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1011","100% CP @ 39":"996"}, +{"Row":"85","Name":"Dodrio","Pokedex Number":"85","Img name":"85","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"37","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"483","ATK":"218","DEF":"145","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2138","100% CP @ 39":"2108"}, +{"Row":"86","Name":"Seel","Pokedex Number":"86","Img name":"86","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"38","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"343","ATK":"85","DEF":"128","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"899","100% CP @ 39":"886"}, +{"Row":"87","Name":"Dewgong","Pokedex Number":"87","Img name":"87","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"38","Cross Gen":"0","Type 1":"water","Type 2":"ice","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"503","ATK":"139","DEF":"184","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1894","100% CP @ 39":"1867"}, +{"Row":"88","Name":"Grimer","Pokedex Number":"88","Img name":"88","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"39","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"385","ATK":"135","DEF":"90","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1269","100% CP @ 39":"1251"}, +{"Row":"89","Name":"Muk","Pokedex Number":"89","Img name":"89","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"39","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"584","ATK":"190","DEF":"184","STA":"210","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2709","100% CP @ 39":"2670"}, +{"Row":"90","Name":"Shellder","Pokedex Number":"90","Img name":"90","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"40","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"344","ATK":"116","DEF":"168","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"958","100% CP @ 39":"944"}, +{"Row":"91","Name":"Cloyster","Pokedex Number":"91","Img name":"91","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"40","Cross Gen":"0","Type 1":"water","Type 2":"ice","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"609","ATK":"186","DEF":"323","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2475","100% CP @ 39":"2439"}, +{"Row":"92","Name":"Gastly","Pokedex Number":"92","Img name":"92","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"41","Cross Gen":"0","Type 1":"ghost","Type 2":"poison","Weather 1":"Fog","Weather 2":"Cloudy","STAT TOTAL":"316","ATK":"186","DEF":"70","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1002","100% CP @ 39":"988"}, +{"Row":"93","Name":"Haunter","Pokedex Number":"93","Img name":"93","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"41","Cross Gen":"0","Type 1":"ghost","Type 2":"poison","Weather 1":"Fog","Weather 2":"Cloudy","STAT TOTAL":"425","ATK":"223","DEF":"112","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1716","100% CP @ 39":"1692"}, +{"Row":"94","Name":"Gengar","Pokedex Number":"94","Img name":"94","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"41","Cross Gen":"0","Type 1":"ghost","Type 2":"poison","Weather 1":"Fog","Weather 2":"Cloudy","STAT TOTAL":"537","ATK":"261","DEF":"156","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"3","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2619","100% CP @ 39":"2581"}, +{"Row":"95","Name":"Onix","Pokedex Number":"95","Img name":"95","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"42","Cross Gen":"0","Type 1":"rock","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"443","ATK":"85","DEF":"288","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1002","100% CP @ 39":"988"}, +{"Row":"96","Name":"Drowzee","Pokedex Number":"96","Img name":"96","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"43","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"367","ATK":"89","DEF":"158","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"992","100% CP @ 39":"978"}, +{"Row":"97","Name":"Hypno","Pokedex Number":"97","Img name":"97","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"43","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"529","ATK":"144","DEF":"215","STA":"170","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2048","100% CP @ 39":"2019"}, +{"Row":"98","Name":"Krabby","Pokedex Number":"98","Img name":"98","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"44","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"397","ATK":"181","DEF":"156","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1386","100% CP @ 39":"1366"}, +{"Row":"99","Name":"Kingler","Pokedex Number":"99","Img name":"99","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"44","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"564","ATK":"240","DEF":"214","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2694","100% CP @ 39":"2656"}, +{"Row":"100","Name":"Voltorb","Pokedex Number":"100","Img name":"100","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"45","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"303","ATK":"109","DEF":"114","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"857","100% CP @ 39":"845"}, +{"Row":"101","Name":"Electrode","Pokedex Number":"101","Img name":"101","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"45","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"472","ATK":"173","DEF":"179","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1900","100% CP @ 39":"1873"}, +{"Row":"102","Name":"Exeggcute","Pokedex Number":"102","Img name":"102","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"46","Cross Gen":"0","Type 1":"grass","Type 2":"psychic","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"367","ATK":"107","DEF":"140","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1102","100% CP @ 39":"1086"}, +{"Row":"103","Name":"Exeggutor","Pokedex Number":"103","Img name":"103","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"46","Cross Gen":"0","Type 1":"grass","Type 2":"psychic","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"581","ATK":"233","DEF":"158","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"2","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2916","100% CP @ 39":"2875"}, +{"Row":"104","Name":"Cubone","Pokedex Number":"104","Img name":"104","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"47","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"355","ATK":"90","DEF":"165","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"943","100% CP @ 39":"930"}, +{"Row":"105","Name":"Marowak","Pokedex Number":"105","Img name":"105","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"47","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"464","ATK":"144","DEF":"200","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1691","100% CP @ 39":"1667"}, +{"Row":"106","Name":"Hitmonlee","Pokedex Number":"106","Img name":"106","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"48","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"535","ATK":"224","DEF":"211","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2406","100% CP @ 39":"2372"}, +{"Row":"107","Name":"Hitmonchan","Pokedex Number":"107","Img name":"107","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"48","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"505","ATK":"193","DEF":"212","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2098","100% CP @ 39":"2069"}, +{"Row":"108","Name":"Lickitung","Pokedex Number":"108","Img name":"108","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"49","Cross Gen":"1","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"425","ATK":"108","DEF":"137","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1322","100% CP @ 39":"1303"}, +{"Row":"109","Name":"Koffing","Pokedex Number":"109","Img name":"109","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"50","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"363","ATK":"119","DEF":"164","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1091","100% CP @ 39":"1075"}, +{"Row":"110","Name":"Weezing","Pokedex Number":"110","Img name":"110","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"50","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"525","ATK":"174","DEF":"221","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2183","100% CP @ 39":"2152"}, +{"Row":"111","Name":"Rhyhorn","Pokedex Number":"111","Img name":"111","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"51","Cross Gen":"0","Type 1":"ground","Type 2":"rock","Weather 1":"Sunny/clear","Weather 2":"Partly cloudy","STAT TOTAL":"457","ATK":"140","DEF":"157","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1679","100% CP @ 39":"1655"}, +{"Row":"112","Name":"Rhydon","Pokedex Number":"112","Img name":"112","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"51","Cross Gen":"0","Type 1":"ground","Type 2":"rock","Weather 1":"Sunny/clear","Weather 2":"Partly cloudy","STAT TOTAL":"638","ATK":"222","DEF":"206","STA":"210","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"3300","100% CP @ 39":"3253"}, +{"Row":"113","Name":"Chansey","Pokedex Number":"113","Img name":"113","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"52","Cross Gen":"1","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"736","ATK":"60","DEF":"176","STA":"500","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1469","100% CP @ 39":"1448"}, +{"Row":"114","Name":"Tangela","Pokedex Number":"114","Img name":"114","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"53","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"518","ATK":"183","DEF":"205","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"2208","100% CP @ 39":"2177"}, +{"Row":"115","Name":"Kangaskhan","Pokedex Number":"115","Img name":"115","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"54","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"556","ATK":"181","DEF":"165","STA":"210","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2463","100% CP @ 39":"2428"}, +{"Row":"116","Name":"Horsea","Pokedex Number":"116","Img name":"116","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"55","Cross Gen":"1","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"314","ATK":"129","DEF":"125","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"921","100% CP @ 39":"908"}, +{"Row":"117","Name":"Seadra","Pokedex Number":"117","Img name":"117","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"55","Cross Gen":"1","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"479","ATK":"187","DEF":"182","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1979","100% CP @ 39":"1951"}, +{"Row":"118","Name":"Goldeen","Pokedex Number":"118","Img name":"118","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"56","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"328","ATK":"123","DEF":"115","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1006","100% CP @ 39":"992"}, +{"Row":"119","Name":"Seaking","Pokedex Number":"119","Img name":"119","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"56","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"489","ATK":"175","DEF":"154","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2040","100% CP @ 39":"2011"}, +{"Row":"120","Name":"Staryu","Pokedex Number":"120","Img name":"120","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"57","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"309","ATK":"137","DEF":"112","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"926","100% CP @ 39":"913"}, +{"Row":"121","Name":"Starmie","Pokedex Number":"121","Img name":"121","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"57","Cross Gen":"0","Type 1":"water","Type 2":"psychic","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"514","ATK":"210","DEF":"184","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2303","100% CP @ 39":"2270"}, +{"Row":"122","Name":"Mr Mime","Pokedex Number":"122","Img name":"122","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"58","Cross Gen":"0","Type 1":"psychic","Type 2":"fairy","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"505","ATK":"192","DEF":"233","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1984","100% CP @ 39":"1956"}, +{"Row":"123","Name":"Scyther","Pokedex Number":"123","Img name":"123","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"59","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"528","ATK":"218","DEF":"170","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2464","100% CP @ 39":"2429"}, +{"Row":"124","Name":"Jynx","Pokedex Number":"124","Img name":"124","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"60","Cross Gen":"0","Type 1":"ice","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"535","ATK":"223","DEF":"182","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"3","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2512","100% CP @ 39":"2476"}, +{"Row":"125","Name":"Electabuzz","Pokedex Number":"125","Img name":"125","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"61","Cross Gen":"1","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"501","ATK":"198","DEF":"173","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"2","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"2196","100% CP @ 39":"2165"}, +{"Row":"126","Name":"Magmar","Pokedex Number":"126","Img name":"126","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"62","Cross Gen":"1","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"505","ATK":"206","DEF":"169","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"2254","100% CP @ 39":"2222"}, +{"Row":"127","Name":"Pinsir","Pokedex Number":"127","Img name":"127","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"63","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"565","ATK":"238","DEF":"197","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2770","100% CP @ 39":"2730"}, +{"Row":"128","Name":"Tauros","Pokedex Number":"128","Img name":"128","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"64","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"545","ATK":"198","DEF":"197","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2488","100% CP @ 39":"2452"}, +{"Row":"129","Name":"Magikarp","Pokedex Number":"129","Img name":"129","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"65","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"171","ATK":"29","DEF":"102","STA":"40","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"1","Hatchable":"0","Shiny":"1","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"220","100% CP @ 39":"217"}, +{"Row":"130","Name":"Gyarados","Pokedex Number":"130","Img name":"130","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"65","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"624","ATK":"237","DEF":"197","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3281","100% CP @ 39":"3234"}, +{"Row":"131","Name":"Lapras","Pokedex Number":"131","Img name":"131","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"66","Cross Gen":"0","Type 1":"water","Type 2":"ice","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"605","ATK":"165","DEF":"180","STA":"260","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2603","100% CP @ 39":"2566"}, +{"Row":"132","Name":"Ditto","Pokedex Number":"132","Img name":"132","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"67","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"278","ATK":"91","DEF":"91","STA":"96","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"718","100% CP @ 39":"707"}, +{"Row":"133","Name":"Eevee","Pokedex Number":"133","Img name":"133","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"68","Cross Gen":"1","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"335","ATK":"104","DEF":"121","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"969","100% CP @ 39":"955"}, +{"Row":"134","Name":"Vaporeon","Pokedex Number":"134","Img name":"134","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"68","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"642","ATK":"205","DEF":"177","STA":"260","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3157","100% CP @ 39":"3112"}, +{"Row":"135","Name":"Jolteon","Pokedex Number":"135","Img name":"135","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"68","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"563","ATK":"232","DEF":"201","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"3","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2730","100% CP @ 39":"2691"}, +{"Row":"136","Name":"Flareon","Pokedex Number":"136","Img name":"136","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"68","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"580","ATK":"246","DEF":"204","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2904","100% CP @ 39":"2863"}, +{"Row":"137","Name":"Porygon","Pokedex Number":"137","Img name":"137","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"69","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"422","ATK":"153","DEF":"139","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1567","100% CP @ 39":"1545"}, +{"Row":"138","Name":"Omanyte","Pokedex Number":"138","Img name":"138","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"70","Cross Gen":"0","Type 1":"rock","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"399","ATK":"155","DEF":"174","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1345","100% CP @ 39":"1326"}, +{"Row":"139","Name":"Omastar","Pokedex Number":"139","Img name":"139","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"70","Cross Gen":"0","Type 1":"rock","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"574","ATK":"207","DEF":"227","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2685","100% CP @ 39":"2647"}, +{"Row":"140","Name":"Kabuto","Pokedex Number":"140","Img name":"140","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"71","Cross Gen":"0","Type 1":"rock","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"370","ATK":"148","DEF":"162","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1172","100% CP @ 39":"1156"}, +{"Row":"141","Name":"Kabutops","Pokedex Number":"141","Img name":"141","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"71","Cross Gen":"0","Type 1":"rock","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"543","ATK":"220","DEF":"203","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2517","100% CP @ 39":"2481"}, +{"Row":"142","Name":"Aerodactyl","Pokedex Number":"142","Img name":"142","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"72","Cross Gen":"0","Type 1":"rock","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"545","ATK":"221","DEF":"164","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2608","100% CP @ 39":"2571"}, +{"Row":"143","Name":"Snorlax","Pokedex Number":"143","Img name":"143","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"73","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"700","ATK":"190","DEF":"190","STA":"320","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3355","100% CP @ 39":"3307"}, +{"Row":"144","Name":"Articuno","Pokedex Number":"144","Img name":"144","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"74","Cross Gen":"0","Type 1":"ice","Type 2":"flying","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"621","ATK":"192","DEF":"249","STA":"180","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"2933","100% CP @ 39":"2891"}, +{"Row":"145","Name":"Zapdos","Pokedex Number":"145","Img name":"145","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"75","Cross Gen":"0","Type 1":"electric","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"621","ATK":"253","DEF":"188","STA":"180","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"3330","100% CP @ 39":"3282"}, +{"Row":"146","Name":"Moltres","Pokedex Number":"146","Img name":"146","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"76","Cross Gen":"0","Type 1":"fire","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"615","ATK":"251","DEF":"184","STA":"180","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"3272","100% CP @ 39":"3225"}, +{"Row":"147","Name":"Dratini","Pokedex Number":"147","Img name":"147","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"77","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"295","ATK":"119","DEF":"94","STA":"82","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"860","100% CP @ 39":"848"}, +{"Row":"148","Name":"Dragonair","Pokedex Number":"148","Img name":"148","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"77","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"423","ATK":"163","DEF":"138","STA":"122","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1609","100% CP @ 39":"1586"}, +{"Row":"149","Name":"Dragonite","Pokedex Number":"149","Img name":"149","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"77","Cross Gen":"0","Type 1":"dragon","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"646","ATK":"263","DEF":"201","STA":"182","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3581","100% CP @ 39":"3530"}, +{"Row":"150","Name":"Mewtwo","Pokedex Number":"150","Img name":"150","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"78","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"675","ATK":"300","DEF":"182","STA":"193","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3982","100% CP @ 39":"3925"}, +{"Row":"151","Name":"Mew","Pokedex Number":"151","Img name":"151","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"79","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, +{"Row":"152","Name":"Chikorita","Pokedex Number":"152","Img name":"152","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"80","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"304","ATK":"92","DEF":"122","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"801","100% CP @ 39":"790"}, +{"Row":"153","Name":"Bayleef","Pokedex Number":"153","Img name":"153","Generation":"2","Evolution Stage":"2","Evolved":"0","FamilyID":"80","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"397","ATK":"122","DEF":"155","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1296","100% CP @ 39":"1277"}, +{"Row":"154","Name":"Meganium","Pokedex Number":"154","Img name":"154","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"80","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"530","ATK":"168","DEF":"202","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2227","100% CP @ 39":"2195"}, +{"Row":"155","Name":"Cyndaquil","Pokedex Number":"155","Img name":"155","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"81","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"290","ATK":"116","DEF":"96","STA":"78","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"831","100% CP @ 39":"819"}, +{"Row":"156","Name":"Quilava","Pokedex Number":"156","Img name":"156","Generation":"2","Evolution Stage":"2","Evolved":"0","FamilyID":"81","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"403","ATK":"158","DEF":"129","STA":"116","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1484","100% CP @ 39":"1462"}, +{"Row":"157","Name":"Typhlosion","Pokedex Number":"157","Img name":"157","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"81","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"555","ATK":"223","DEF":"176","STA":"156","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2686","100% CP @ 39":"2648"}, +{"Row":"158","Name":"Totodile","Pokedex Number":"158","Img name":"158","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"82","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"333","ATK":"117","DEF":"116","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1011","100% CP @ 39":"997"}, +{"Row":"159","Name":"Croconaw","Pokedex Number":"159","Img name":"159","Generation":"2","Evolution Stage":"2","Evolved":"0","FamilyID":"82","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"431","ATK":"150","DEF":"151","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1598","100% CP @ 39":"1576"}, +{"Row":"160","Name":"Feraligatr","Pokedex Number":"160","Img name":"160","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"82","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"572","ATK":"205","DEF":"197","STA":"170","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2721","100% CP @ 39":"2682"}, +{"Row":"161","Name":"Sentret","Pokedex Number":"161","Img name":"161","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"83","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"226","ATK":"79","DEF":"77","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"519","100% CP @ 39":"511"}, +{"Row":"162","Name":"Furret","Pokedex Number":"162","Img name":"162","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"83","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"448","ATK":"148","DEF":"130","STA":"170","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1667","100% CP @ 39":"1643"}, +{"Row":"163","Name":"Hoothoot","Pokedex Number":"163","Img name":"163","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"84","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"288","ATK":"67","DEF":"101","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"640","100% CP @ 39":"631"}, +{"Row":"164","Name":"Noctowl","Pokedex Number":"164","Img name":"164","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"84","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"524","ATK":"145","DEF":"179","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2040","100% CP @ 39":"2011"}, +{"Row":"165","Name":"Ledyba","Pokedex Number":"165","Img name":"165","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"85","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"294","ATK":"72","DEF":"142","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"663","100% CP @ 39":"654"}, +{"Row":"166","Name":"Ledian","Pokedex Number":"166","Img name":"166","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"85","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"426","ATK":"107","DEF":"209","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1275","100% CP @ 39":"1256"}, +{"Row":"167","Name":"Spinarak","Pokedex Number":"167","Img name":"167","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"86","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"258","ATK":"105","DEF":"73","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"685","100% CP @ 39":"675"}, +{"Row":"168","Name":"Ariados","Pokedex Number":"168","Img name":"168","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"86","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"429","ATK":"161","DEF":"128","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1636","100% CP @ 39":"1613"}, +{"Row":"169","Name":"Crobat","Pokedex Number":"169","Img name":"169","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"17","Cross Gen":"0","Type 1":"poison","Type 2":"flying","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"542","ATK":"194","DEF":"178","STA":"170","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2466","100% CP @ 39":"2431"}, +{"Row":"170","Name":"Chinchou","Pokedex Number":"170","Img name":"170","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"87","Cross Gen":"0","Type 1":"water","Type 2":"electric","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"362","ATK":"106","DEF":"106","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1067","100% CP @ 39":"1052"}, +{"Row":"171","Name":"Lanturn","Pokedex Number":"171","Img name":"171","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"87","Cross Gen":"0","Type 1":"water","Type 2":"electric","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"542","ATK":"146","DEF":"146","STA":"250","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2077","100% CP @ 39":"2047"}, +{"Row":"172","Name":"Pichu","Pokedex Number":"172","Img name":"172","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"10","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"180","ATK":"77","DEF":"63","STA":"40","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"376","100% CP @ 39":"370"}, +{"Row":"173","Name":"Cleffa","Pokedex Number":"173","Img name":"173","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"14","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"266","ATK":"75","DEF":"91","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"620","100% CP @ 39":"611"}, +{"Row":"174","Name":"Igglybuff","Pokedex Number":"174","Img name":"174","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"16","Cross Gen":"0","Type 1":"normal","Type 2":"fairy","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"283","ATK":"69","DEF":"34","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"512","100% CP @ 39":"505"}, +{"Row":"175","Name":"Togepi","Pokedex Number":"175","Img name":"175","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"88","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"253","ATK":"67","DEF":"116","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"540","100% CP @ 39":"532"}, +{"Row":"176","Name":"Togetic","Pokedex Number":"176","Img name":"176","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"88","Cross Gen":"0","Type 1":"fairy","Type 2":"flying","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"440","ATK":"139","DEF":"191","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1543","100% CP @ 39":"1521"}, +{"Row":"177","Name":"Natu","Pokedex Number":"177","Img name":"177","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"89","Cross Gen":"0","Type 1":"psychic","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"303","ATK":"134","DEF":"89","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"925","100% CP @ 39":"911"}, +{"Row":"178","Name":"Xatu","Pokedex Number":"178","Img name":"178","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"89","Cross Gen":"0","Type 1":"psychic","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"468","ATK":"192","DEF":"146","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1975","100% CP @ 39":"1947"}, +{"Row":"179","Name":"Mareep","Pokedex Number":"179","Img name":"179","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"90","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"306","ATK":"114","DEF":"82","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"887","100% CP @ 39":"874"}, +{"Row":"180","Name":"Flaaffy","Pokedex Number":"180","Img name":"180","Generation":"2","Evolution Stage":"2","Evolved":"0","FamilyID":"90","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"397","ATK":"145","DEF":"112","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1402","100% CP @ 39":"1382"}, +{"Row":"181","Name":"Ampharos","Pokedex Number":"181","Img name":"181","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"90","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"563","ATK":"211","DEF":"172","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2695","100% CP @ 39":"2656"}, +{"Row":"182","Name":"Bellossom","Pokedex Number":"182","Img name":"182","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"18","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"508","ATK":"169","DEF":"189","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2108","100% CP @ 39":"2078"}, +{"Row":"183","Name":"Marill","Pokedex Number":"183","Img name":"183","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"91","Cross Gen":"0","Type 1":"water","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"270","ATK":"37","DEF":"93","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"420","100% CP @ 39":"414"}, +{"Row":"184","Name":"Azumarill","Pokedex Number":"184","Img name":"184","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"91","Cross Gen":"0","Type 1":"water","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"464","ATK":"112","DEF":"152","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1503","100% CP @ 39":"1481"}, +{"Row":"185","Name":"Sudowoodo","Pokedex Number":"185","Img name":"185","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"92","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"505","ATK":"167","DEF":"198","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2065","100% CP @ 39":"2035"}, +{"Row":"186","Name":"Politoed","Pokedex Number":"186","Img name":"186","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"27","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"546","ATK":"174","DEF":"192","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2371","100% CP @ 39":"2337"}, +{"Row":"187","Name":"Hoppip","Pokedex Number":"187","Img name":"187","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"93","Cross Gen":"0","Type 1":"grass","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"238","ATK":"67","DEF":"101","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"508","100% CP @ 39":"501"}, +{"Row":"188","Name":"Skiploom","Pokedex Number":"188","Img name":"188","Generation":"2","Evolution Stage":"2","Evolved":"0","FamilyID":"93","Cross Gen":"0","Type 1":"grass","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"328","ATK":"91","DEF":"127","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"882","100% CP @ 39":"869"}, +{"Row":"189","Name":"Jumpluff","Pokedex Number":"189","Img name":"189","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"93","Cross Gen":"0","Type 1":"grass","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"465","ATK":"118","DEF":"197","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1553","100% CP @ 39":"1531"}, +{"Row":"190","Name":"Aipom","Pokedex Number":"190","Img name":"190","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"94","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"358","ATK":"136","DEF":"112","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1188","100% CP @ 39":"1171"}, +{"Row":"191","Name":"Sunkern","Pokedex Number":"191","Img name":"191","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"95","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"170","ATK":"55","DEF":"55","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"316","100% CP @ 39":"312"}, +{"Row":"192","Name":"Sunflora","Pokedex Number":"192","Img name":"192","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"95","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"483","ATK":"185","DEF":"148","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2048","100% CP @ 39":"2019"}, +{"Row":"193","Name":"Yanma","Pokedex Number":"193","Img name":"193","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"96","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"378","ATK":"154","DEF":"94","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1326","100% CP @ 39":"1308"}, +{"Row":"194","Name":"Wooper","Pokedex Number":"194","Img name":"194","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"97","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"260","ATK":"75","DEF":"75","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"596","100% CP @ 39":"587"}, +{"Row":"195","Name":"Quagsire","Pokedex Number":"195","Img name":"195","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"97","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"494","ATK":"152","DEF":"152","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1929","100% CP @ 39":"1902"}, +{"Row":"196","Name":"Espeon","Pokedex Number":"196","Img name":"196","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"68","Cross Gen":"1","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"585","ATK":"261","DEF":"194","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3000","100% CP @ 39":"2958"}, +{"Row":"197","Name":"Umbreon","Pokedex Number":"197","Img name":"197","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"68","Cross Gen":"1","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"566","ATK":"126","DEF":"250","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2052","100% CP @ 39":"2023"}, +{"Row":"198","Name":"Murkrow","Pokedex Number":"198","Img name":"198","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"98","Cross Gen":"0","Type 1":"dark","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"382","ATK":"175","DEF":"87","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1392","100% CP @ 39":"1372"}, +{"Row":"199","Name":"Slowking","Pokedex Number":"199","Img name":"199","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"34","Cross Gen":"0","Type 1":"water","Type 2":"psychic","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"561","ATK":"177","DEF":"194","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2482","100% CP @ 39":"2446"}, +{"Row":"200","Name":"Misdreavus","Pokedex Number":"200","Img name":"200","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"99","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"454","ATK":"167","DEF":"167","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1781","100% CP @ 39":"1756"}, +{"Row":"201","Name":"Unown","Pokedex Number":"201","Img name":"201","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"100","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"323","ATK":"136","DEF":"91","STA":"96","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1022","100% CP @ 39":"1008"}, +{"Row":"202","Name":"Wobbuffet","Pokedex Number":"202","Img name":"202","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"101","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"546","ATK":"60","DEF":"106","STA":"380","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1024","100% CP @ 39":"1009"}, +{"Row":"203","Name":"Girafarig","Pokedex Number":"203","Img name":"203","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"102","Cross Gen":"0","Type 1":"normal","Type 2":"psychic","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"455","ATK":"182","DEF":"133","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1863","100% CP @ 39":"1836"}, +{"Row":"204","Name":"Pineco","Pokedex Number":"204","Img name":"204","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"103","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"354","ATK":"108","DEF":"146","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1045","100% CP @ 39":"1030"}, +{"Row":"205","Name":"Forretress","Pokedex Number":"205","Img name":"205","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"103","Cross Gen":"0","Type 1":"bug","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"553","ATK":"161","DEF":"242","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2263","100% CP @ 39":"2231"}, +{"Row":"206","Name":"Dunsparce","Pokedex Number":"206","Img name":"206","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"104","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"462","ATK":"131","DEF":"131","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1615","100% CP @ 39":"1592"}, +{"Row":"207","Name":"Gligar","Pokedex Number":"207","Img name":"207","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"105","Cross Gen":"0","Type 1":"ground","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"477","ATK":"143","DEF":"204","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1758","100% CP @ 39":"1733"}, +{"Row":"208","Name":"Steelix","Pokedex Number":"208","Img name":"208","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"42","Cross Gen":"0","Type 1":"steel","Type 2":"ground","Weather 1":"Snow","Weather 2":"Sunny/clear","STAT TOTAL":"631","ATK":"148","DEF":"333","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2439","100% CP @ 39":"2404"}, +{"Row":"209","Name":"Snubbull","Pokedex Number":"209","Img name":"209","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"106","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"346","ATK":"137","DEF":"89","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1124","100% CP @ 39":"1108"}, +{"Row":"210","Name":"Granbull","Pokedex Number":"210","Img name":"210","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"106","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"529","ATK":"212","DEF":"137","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2440","100% CP @ 39":"2406"}, +{"Row":"211","Name":"Qwilfish","Pokedex Number":"211","Img name":"211","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"107","Cross Gen":"0","Type 1":"water","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"462","ATK":"184","DEF":"148","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1910","100% CP @ 39":"1883"}, +{"Row":"212","Name":"Scizor","Pokedex Number":"212","Img name":"212","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"59","Cross Gen":"0","Type 1":"bug","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"567","ATK":"236","DEF":"191","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2801","100% CP @ 39":"2761"}, +{"Row":"213","Name":"Shuckle","Pokedex Number":"213","Img name":"213","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"108","Cross Gen":"0","Type 1":"bug","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"453","ATK":"17","DEF":"396","STA":"40","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"300","100% CP @ 39":"296"}, +{"Row":"214","Name":"Heracross","Pokedex Number":"214","Img name":"214","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"109","Cross Gen":"0","Type 1":"bug","Type 2":"fighting","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"583","ATK":"234","DEF":"189","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2938","100% CP @ 39":"2896"}, +{"Row":"215","Name":"Sneasel","Pokedex Number":"215","Img name":"215","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"110","Cross Gen":"0","Type 1":"dark","Type 2":"ice","Weather 1":"Fog","Weather 2":"Snow","STAT TOTAL":"456","ATK":"189","DEF":"157","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1868","100% CP @ 39":"1841"}, +{"Row":"216","Name":"Teddiursa","Pokedex Number":"216","Img name":"216","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"111","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"355","ATK":"142","DEF":"93","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1184","100% CP @ 39":"1167"}, +{"Row":"217","Name":"Ursaring","Pokedex Number":"217","Img name":"217","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"111","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"560","ATK":"236","DEF":"144","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2760","100% CP @ 39":"2720"}, +{"Row":"218","Name":"Slugma","Pokedex Number":"218","Img name":"218","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"112","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"269","ATK":"118","DEF":"71","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"750","100% CP @ 39":"740"}, +{"Row":"219","Name":"Magcargo","Pokedex Number":"219","Img name":"219","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"112","Cross Gen":"0","Type 1":"fire","Type 2":"rock","Weather 1":"Sunny/clear","Weather 2":"Partly cloudy","STAT TOTAL":"448","ATK":"139","DEF":"209","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1543","100% CP @ 39":"1521"}, +{"Row":"220","Name":"Swinub","Pokedex Number":"220","Img name":"220","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"113","Cross Gen":"0","Type 1":"ice","Type 2":"ground","Weather 1":"Snow","Weather 2":"Sunny/clear","STAT TOTAL":"264","ATK":"90","DEF":"74","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"663","100% CP @ 39":"653"}, +{"Row":"221","Name":"Piloswine","Pokedex Number":"221","Img name":"221","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"113","Cross Gen":"0","Type 1":"ice","Type 2":"ground","Weather 1":"Snow","Weather 2":"Sunny/clear","STAT TOTAL":"528","ATK":"181","DEF":"147","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"2","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"2284","100% CP @ 39":"2252"}, +{"Row":"222","Name":"Corsola","Pokedex Number":"222","Img name":"222","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"114","Cross Gen":"0","Type 1":"water","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"384","ATK":"118","DEF":"156","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1214","100% CP @ 39":"1197"}, +{"Row":"223","Name":"Remoraid","Pokedex Number":"223","Img name":"223","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"115","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"266","ATK":"127","DEF":"69","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"749","100% CP @ 39":"738"}, +{"Row":"224","Name":"Octillery","Pokedex Number":"224","Img name":"224","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"115","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"488","ATK":"197","DEF":"141","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2124","100% CP @ 39":"2094"}, +{"Row":"225","Name":"Delibird","Pokedex Number":"225","Img name":"225","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"116","Cross Gen":"0","Type 1":"ice","Type 2":"flying","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"308","ATK":"128","DEF":"90","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"937","100% CP @ 39":"924"}, +{"Row":"226","Name":"Mantine","Pokedex Number":"226","Img name":"226","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"117","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"538","ATK":"148","DEF":"260","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2032","100% CP @ 39":"2003"}, +{"Row":"227","Name":"Skarmory","Pokedex Number":"227","Img name":"227","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"118","Cross Gen":"0","Type 1":"steel","Type 2":"flying","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"538","ATK":"148","DEF":"260","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2032","100% CP @ 39":"2003"}, +{"Row":"228","Name":"Houndour","Pokedex Number":"228","Img name":"228","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"119","Cross Gen":"0","Type 1":"dark","Type 2":"fire","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"335","ATK":"152","DEF":"93","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1110","100% CP @ 39":"1094"}, +{"Row":"229","Name":"Houndoom","Pokedex Number":"229","Img name":"229","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"119","Cross Gen":"0","Type 1":"dark","Type 2":"fire","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"533","ATK":"224","DEF":"159","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2529","100% CP @ 39":"2493"}, +{"Row":"230","Name":"Kingdra","Pokedex Number":"230","Img name":"230","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"55","Cross Gen":"1","Type 1":"water","Type 2":"dragon","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"538","ATK":"194","DEF":"194","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2424","100% CP @ 39":"2389"}, +{"Row":"231","Name":"Phanpy","Pokedex Number":"231","Img name":"231","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"120","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"394","ATK":"107","DEF":"107","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1175","100% CP @ 39":"1158"}, +{"Row":"232","Name":"Donphan","Pokedex Number":"232","Img name":"232","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"120","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"608","ATK":"214","DEF":"214","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3022","100% CP @ 39":"2979"}, +{"Row":"233","Name":"Porygon2","Pokedex Number":"233","Img name":"233","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"69","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"551","ATK":"198","DEF":"183","STA":"170","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"2546","100% CP @ 39":"2509"}, +{"Row":"234","Name":"Stantler","Pokedex Number":"234","Img name":"234","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"121","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"470","ATK":"192","DEF":"132","STA":"146","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1988","100% CP @ 39":"1960"}, +{"Row":"235","Name":"Smeargle","Pokedex Number":"235","Img name":"235","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"122","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"238","ATK":"40","DEF":"88","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"389","100% CP @ 39":"384"}, +{"Row":"236","Name":"Tyrogue","Pokedex Number":"236","Img name":"236","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"48","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"198","ATK":"64","DEF":"64","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"404","100% CP @ 39":"398"}, +{"Row":"237","Name":"Hitmontop","Pokedex Number":"237","Img name":"237","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"48","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"487","ATK":"173","DEF":"214","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1905","100% CP @ 39":"1878"}, +{"Row":"238","Name":"Smoochum","Pokedex Number":"238","Img name":"238","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"359","ATK":"153","DEF":"116","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1230","100% CP @ 39":"1213"}, +{"Row":"239","Name":"Elekid","Pokedex Number":"239","Img name":"239","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"335","ATK":"135","DEF":"110","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1073","100% CP @ 39":"1057"}, +{"Row":"240","Name":"Magby","Pokedex Number":"240","Img name":"240","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"349","ATK":"151","DEF":"108","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1178","100% CP @ 39":"1161"}, +{"Row":"241","Name":"Miltank","Pokedex Number":"241","Img name":"241","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"123","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"558","ATK":"157","DEF":"211","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2312","100% CP @ 39":"2279"}, +{"Row":"242","Name":"Blissey","Pokedex Number":"242","Img name":"242","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"","Cross Gen":"1","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"868","ATK":"129","DEF":"229","STA":"510","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3219","100% CP @ 39":"3173"}, +{"Row":"243","Name":"Raikou","Pokedex Number":"243","Img name":"243","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"124","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"631","ATK":"241","DEF":"210","STA":"180","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"3349","100% CP @ 39":"3301"}, +{"Row":"244","Name":"Entei","Pokedex Number":"244","Img name":"244","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"125","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"641","ATK":"235","DEF":"176","STA":"230","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"3377","100% CP @ 39":"3329"}, +{"Row":"245","Name":"Suicune","Pokedex Number":"245","Img name":"245","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"126","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"615","ATK":"180","DEF":"235","STA":"200","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"2823","100% CP @ 39":"2783"}, +{"Row":"246","Name":"Larvitar","Pokedex Number":"246","Img name":"246","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"127","Cross Gen":"0","Type 1":"rock","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"308","ATK":"115","DEF":"93","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"904","100% CP @ 39":"891"}, +{"Row":"247","Name":"Pupitar","Pokedex Number":"247","Img name":"247","Generation":"2","Evolution Stage":"2","Evolved":"0","FamilyID":"127","Cross Gen":"0","Type 1":"rock","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"428","ATK":"155","DEF":"133","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1608","100% CP @ 39":"1585"}, +{"Row":"248","Name":"Tyranitar","Pokedex Number":"248","Img name":"248","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"127","Cross Gen":"0","Type 1":"rock","Type 2":"dark","Weather 1":"Partly cloudy","Weather 2":"Fog","STAT TOTAL":"663","ATK":"251","DEF":"212","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"4","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3670","100% CP @ 39":"3617"}, +{"Row":"249","Name":"Lugia","Pokedex Number":"249","Img name":"249","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"128","Cross Gen":"0","Type 1":"psychic","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"728","ATK":"193","DEF":"323","STA":"212","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"5","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"3598","100% CP @ 39":"3547"}, +{"Row":"250","Name":"Ho Oh","Pokedex Number":"250","Img name":"250","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"129","Cross Gen":"0","Type 1":"fire","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"706","ATK":"239","DEF":"274","STA":"193","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"3889","100% CP @ 39":"3833"}, +{"Row":"251","Name":"Celebi","Pokedex Number":"251","Img name":"251","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"130","Cross Gen":"0","Type 1":"psychic","Type 2":"grass","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, +{"Row":"252","Name":"Treecko","Pokedex Number":"252","Img name":"252","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"131","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"308","ATK":"124","DEF":"104","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"923","100% CP @ 39":"909"}, +{"Row":"253","Name":"Grovyle","Pokedex Number":"253","Img name":"253","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"131","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"402","ATK":"172","DEF":"130","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1508","100% CP @ 39":"1486"}, +{"Row":"254","Name":"Sceptile","Pokedex Number":"254","Img name":"254","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"131","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"543","ATK":"223","DEF":"180","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2584","100% CP @ 39":"2547"}, +{"Row":"255","Name":"Torchic","Pokedex Number":"255","Img name":"255","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"132","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"312","ATK":"130","DEF":"92","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"959","100% CP @ 39":"946"}, +{"Row":"256","Name":"Combusken","Pokedex Number":"256","Img name":"256","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"132","Cross Gen":"0","Type 1":"fire","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"398","ATK":"163","DEF":"115","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1472","100% CP @ 39":"1451"}, +{"Row":"257","Name":"Blaziken","Pokedex Number":"257","Img name":"257","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"132","Cross Gen":"0","Type 1":"fire","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"541","ATK":"240","DEF":"141","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2631","100% CP @ 39":"2593"}, +{"Row":"258","Name":"Mudkip","Pokedex Number":"258","Img name":"258","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"133","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"319","ATK":"126","DEF":"93","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"981","100% CP @ 39":"967"}, +{"Row":"259","Name":"Marshtomp","Pokedex Number":"259","Img name":"259","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"133","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"429","ATK":"156","DEF":"133","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1617","100% CP @ 39":"1594"}, +{"Row":"260","Name":"Swampert","Pokedex Number":"260","Img name":"260","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"133","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"583","ATK":"208","DEF":"175","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2815","100% CP @ 39":"2774"}, +{"Row":"261","Name":"Poochyena","Pokedex Number":"261","Img name":"261","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"134","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"229","ATK":"96","DEF":"63","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"1","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"564","100% CP @ 39":"556"}, +{"Row":"262","Name":"Mightyena","Pokedex Number":"262","Img name":"262","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"134","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"448","ATK":"171","DEF":"137","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1783","100% CP @ 39":"1757"}, +{"Row":"263","Name":"Zigzagoon","Pokedex Number":"263","Img name":"263","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"135","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"214","ATK":"58","DEF":"80","STA":"76","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"423","100% CP @ 39":"417"}, +{"Row":"264","Name":"Linoone","Pokedex Number":"264","Img name":"264","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"135","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"426","ATK":"142","DEF":"128","STA":"156","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1533","100% CP @ 39":"1511"}, +{"Row":"265","Name":"Wurmple","Pokedex Number":"265","Img name":"265","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"136","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"226","ATK":"75","DEF":"61","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"502","100% CP @ 39":"494"}, +{"Row":"266","Name":"Silcoon","Pokedex Number":"266","Img name":"266","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"136","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"251","ATK":"60","DEF":"91","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"517","100% CP @ 39":"509"}, +{"Row":"267","Name":"Beautifly","Pokedex Number":"267","Img name":"267","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"136","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"407","ATK":"189","DEF":"98","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1573","100% CP @ 39":"1551"}, +{"Row":"268","Name":"Cascoon","Pokedex Number":"268","Img name":"268","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"137","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"251","ATK":"60","DEF":"91","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"517","100% CP @ 39":"509"}, +{"Row":"269","Name":"Dustox","Pokedex Number":"269","Img name":"269","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"137","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"390","ATK":"98","DEF":"172","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1121","100% CP @ 39":"1105"}, +{"Row":"270","Name":"Lotad","Pokedex Number":"270","Img name":"270","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"138","Cross Gen":"0","Type 1":"water","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"237","ATK":"71","DEF":"86","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"526","100% CP @ 39":"518"}, +{"Row":"271","Name":"Lombre","Pokedex Number":"271","Img name":"271","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"138","Cross Gen":"0","Type 1":"water","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"360","ATK":"112","DEF":"128","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1102","100% CP @ 39":"1086"}, +{"Row":"272","Name":"Ludicolo","Pokedex Number":"272","Img name":"272","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"138","Cross Gen":"0","Type 1":"water","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"524","ATK":"173","DEF":"191","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2229","100% CP @ 39":"2197"}, +{"Row":"273","Name":"Seedot","Pokedex Number":"273","Img name":"273","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"139","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"237","ATK":"71","DEF":"86","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"526","100% CP @ 39":"518"}, +{"Row":"274","Name":"Nuzleaf","Pokedex Number":"274","Img name":"274","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"139","Cross Gen":"0","Type 1":"grass","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"352","ATK":"134","DEF":"78","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1117","100% CP @ 39":"1101"}, +{"Row":"275","Name":"Shiftry","Pokedex Number":"275","Img name":"275","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"139","Cross Gen":"0","Type 1":"grass","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"501","ATK":"200","DEF":"121","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2186","100% CP @ 39":"2155"}, +{"Row":"276","Name":"Taillow","Pokedex Number":"276","Img name":"276","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"140","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"247","ATK":"106","DEF":"61","STA":"80","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"642","100% CP @ 39":"632"}, +{"Row":"277","Name":"Swellow","Pokedex Number":"277","Img name":"277","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"140","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"435","ATK":"185","DEF":"130","STA":"120","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1747","100% CP @ 39":"1722"}, +{"Row":"278","Name":"Wingull","Pokedex Number":"278","Img name":"278","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"141","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"247","ATK":"106","DEF":"61","STA":"80","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"642","100% CP @ 39":"632"}, +{"Row":"279","Name":"Pelipper","Pokedex Number":"279","Img name":"279","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"141","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"484","ATK":"175","DEF":"189","STA":"120","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1969","100% CP @ 39":"1941"}, +{"Row":"280","Name":"Ralts","Pokedex Number":"280","Img name":"280","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"142","Cross Gen":"0","Type 1":"psychic","Type 2":"fairy","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"198","ATK":"79","DEF":"63","STA":"56","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"436","100% CP @ 39":"430"}, +{"Row":"281","Name":"Kirlia","Pokedex Number":"281","Img name":"281","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"142","Cross Gen":"0","Type 1":"psychic","Type 2":"fairy","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"293","ATK":"117","DEF":"100","STA":"76","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"843","100% CP @ 39":"831"}, +{"Row":"282","Name":"Gardevoir","Pokedex Number":"282","Img name":"282","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"142","Cross Gen":"0","Type 1":"psychic","Type 2":"fairy","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"593","ATK":"237","DEF":"220","STA":"136","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2964","100% CP @ 39":"2922"}, +{"Row":"283","Name":"Surskit","Pokedex Number":"283","Img name":"283","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"143","Cross Gen":"0","Type 1":"bug","Type 2":"water","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"270","ATK":"93","DEF":"97","STA":"80","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"695","100% CP @ 39":"685"}, +{"Row":"284","Name":"Masquerain","Pokedex Number":"284","Img name":"284","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"143","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"493","ATK":"192","DEF":"161","STA":"140","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2135","100% CP @ 39":"2104"}, +{"Row":"285","Name":"Shroomish","Pokedex Number":"285","Img name":"285","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"144","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"304","ATK":"74","DEF":"110","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"722","100% CP @ 39":"711"}, +{"Row":"286","Name":"Breloom","Pokedex Number":"286","Img name":"286","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"144","Cross Gen":"0","Type 1":"grass","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"514","ATK":"241","DEF":"153","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2407","100% CP @ 39":"2373"}, +{"Row":"287","Name":"Slakoth","Pokedex Number":"287","Img name":"287","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"145","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"328","ATK":"104","DEF":"104","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"942","100% CP @ 39":"928"}, +{"Row":"288","Name":"Vigoroth","Pokedex Number":"288","Img name":"288","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"145","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"478","ATK":"159","DEF":"159","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1896","100% CP @ 39":"1869"}, +{"Row":"289","Name":"Slaking","Pokedex Number":"289","Img name":"289","Generation":"3","Evolution Stage":"3","Evolved":"0","FamilyID":"145","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"746","ATK":"290","DEF":"183","STA":"273","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4548","100% CP @ 39":"4484"}, +{"Row":"290","Name":"Nincada","Pokedex Number":"290","Img name":"290","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"146","Cross Gen":"0","Type 1":"bug","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"295","ATK":"80","DEF":"153","STA":"62","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"674","100% CP @ 39":"665"}, +{"Row":"291","Name":"Ninjask","Pokedex Number":"291","Img name":"291","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"146","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"437","ATK":"199","DEF":"116","STA":"122","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1790","100% CP @ 39":"1765"}, +{"Row":"292","Name":"Shedinja","Pokedex Number":"292","Img name":"292","Generation":"3","Evolution Stage":"3","Evolved":"0","FamilyID":"146","Cross Gen":"0","Type 1":"bug","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"235","ATK":"153","DEF":"80","STA":"2","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"421","100% CP @ 39":"415"}, +{"Row":"293","Name":"Whismur","Pokedex Number":"293","Img name":"293","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"147","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"262","ATK":"92","DEF":"42","STA":"128","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"603","100% CP @ 39":"594"}, +{"Row":"294","Name":"Loudred","Pokedex Number":"294","Img name":"294","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"147","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"383","ATK":"134","DEF":"81","STA":"168","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1233","100% CP @ 39":"1215"}, +{"Row":"295","Name":"Exploud","Pokedex Number":"295","Img name":"295","Generation":"3","Evolution Stage":"3","Evolved":"0","FamilyID":"147","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"529","ATK":"179","DEF":"142","STA":"208","Legendary":"0","Aquireable":"2","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2267","100% CP @ 39":"2234"}, +{"Row":"296","Name":"Makuhita","Pokedex Number":"296","Img name":"296","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"148","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"297","ATK":"99","DEF":"54","STA":"144","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"745","100% CP @ 39":"735"}, +{"Row":"297","Name":"Hariyama","Pokedex Number":"297","Img name":"297","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"148","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"611","ATK":"209","DEF":"114","STA":"288","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2765","100% CP @ 39":"2726"}, +{"Row":"298","Name":"Azurill","Pokedex Number":"298","Img name":"298","Generation":"3","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"fairy","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"207","ATK":"36","DEF":"71","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"316","100% CP @ 39":"312"}, +{"Row":"299","Name":"Nosepass","Pokedex Number":"299","Img name":"299","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"149","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"378","ATK":"82","DEF":"236","STA":"60","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"831","100% CP @ 39":"819"}, +{"Row":"300","Name":"Skitty","Pokedex Number":"300","Img name":"300","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"150","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"268","ATK":"84","DEF":"84","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"659","100% CP @ 39":"650"}, +{"Row":"301","Name":"Delcatty","Pokedex Number":"301","Img name":"301","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"151","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"404","ATK":"132","DEF":"132","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1385","100% CP @ 39":"1366"}, +{"Row":"302","Name":"Sableye","Pokedex Number":"302","Img name":"302","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"152","Cross Gen":"0","Type 1":"dark","Type 2":"ghost","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"382","ATK":"141","DEF":"141","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"2","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1305","100% CP @ 39":"1286"}, +{"Row":"303","Name":"Mawile","Pokedex Number":"303","Img name":"303","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"153","Cross Gen":"0","Type 1":"steel","Type 2":"fairy","Weather 1":"Snow","Weather 2":"Cloudy","STAT TOTAL":"410","ATK":"155","DEF":"155","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"2","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1484","100% CP @ 39":"1463"}, +{"Row":"304","Name":"Aron","Pokedex Number":"304","Img name":"304","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"154","Cross Gen":"0","Type 1":"steel","Type 2":"rock","Weather 1":"Snow","Weather 2":"Partly cloudy","STAT TOTAL":"389","ATK":"121","DEF":"168","STA":"100","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"1","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1232","100% CP @ 39":"1214"}, +{"Row":"305","Name":"Lairon","Pokedex Number":"305","Img name":"305","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"154","Cross Gen":"0","Type 1":"steel","Type 2":"rock","Weather 1":"Snow","Weather 2":"Partly cloudy","STAT TOTAL":"518","ATK":"158","DEF":"240","STA":"120","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2004","100% CP @ 39":"1976"}, +{"Row":"306","Name":"Aggron","Pokedex Number":"306","Img name":"306","Generation":"3","Evolution Stage":"3","Evolved":"0","FamilyID":"154","Cross Gen":"0","Type 1":"steel","Type 2":"rock","Weather 1":"Snow","Weather 2":"Partly cloudy","STAT TOTAL":"652","ATK":"198","DEF":"314","STA":"140","Legendary":"0","Aquireable":"2","Spawns":"0","Regional":"0","Raidable":"4","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3004","100% CP @ 39":"2961"}, +{"Row":"307","Name":"Meditite","Pokedex Number":"307","Img name":"307","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"155","Cross Gen":"0","Type 1":"fighting","Type 2":"psychic","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"245","ATK":"78","DEF":"107","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"555","100% CP @ 39":"547"}, +{"Row":"308","Name":"Medicham","Pokedex Number":"308","Img name":"308","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"155","Cross Gen":"0","Type 1":"fighting","Type 2":"psychic","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"393","ATK":"121","DEF":"152","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1275","100% CP @ 39":"1257"}, +{"Row":"309","Name":"Electrike","Pokedex Number":"309","Img name":"309","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"156","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"281","ATK":"123","DEF":"78","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"810","100% CP @ 39":"798"}, +{"Row":"310","Name":"Manectric","Pokedex Number":"310","Img name":"310","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"156","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"482","ATK":"215","DEF":"127","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"2","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2131","100% CP @ 39":"2100"}, +{"Row":"311","Name":"Plusle","Pokedex Number":"311","Img name":"311","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"157","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"434","ATK":"167","DEF":"147","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1681","100% CP @ 39":"1657"}, +{"Row":"312","Name":"Minun","Pokedex Number":"312","Img name":"312","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"158","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"434","ATK":"147","DEF":"167","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1585","100% CP @ 39":"1563"}, +{"Row":"313","Name":"Volbeat","Pokedex Number":"313","Img name":"313","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"159","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"444","ATK":"143","DEF":"171","STA":"130","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1620","100% CP @ 39":"1597"}, +{"Row":"314","Name":"Illumise","Pokedex Number":"314","Img name":"314","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"159","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"444","ATK":"143","DEF":"171","STA":"130","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1620","100% CP @ 39":"1597"}, +{"Row":"315","Name":"Roselia","Pokedex Number":"315","Img name":"315","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"160","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"434","ATK":"186","DEF":"148","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1718","100% CP @ 39":"1694"}, +{"Row":"316","Name":"Gulpin","Pokedex Number":"316","Img name":"316","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"161","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"319","ATK":"80","DEF":"99","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"788","100% CP @ 39":"777"}, +{"Row":"317","Name":"Swalot","Pokedex Number":"317","Img name":"317","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"161","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"499","ATK":"140","DEF":"159","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1872","100% CP @ 39":"1845"}, +{"Row":"318","Name":"Carvanha","Pokedex Number":"318","Img name":"318","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"162","Cross Gen":"0","Type 1":"water","Type 2":"dark","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"300","ATK":"171","DEF":"39","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"874","100% CP @ 39":"862"}, +{"Row":"319","Name":"Sharpedo","Pokedex Number":"319","Img name":"319","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"163","Cross Gen":"0","Type 1":"water","Type 2":"dark","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"466","ATK":"243","DEF":"83","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1986","100% CP @ 39":"1957"}, +{"Row":"320","Name":"Wailmer","Pokedex Number":"320","Img name":"320","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"164","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"464","ATK":"136","DEF":"68","STA":"260","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"1","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1424","100% CP @ 39":"1404"}, +{"Row":"321","Name":"Wailord","Pokedex Number":"321","Img name":"321","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"164","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"602","ATK":"175","DEF":"87","STA":"340","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2258","100% CP @ 39":"2225"}, +{"Row":"322","Name":"Numel","Pokedex Number":"322","Img name":"322","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"165","Cross Gen":"0","Type 1":"fire","Type 2":"ground","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"321","ATK":"119","DEF":"82","STA":"120","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"957","100% CP @ 39":"944"}, +{"Row":"323","Name":"Camerupt","Pokedex Number":"323","Img name":"323","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"165","Cross Gen":"0","Type 1":"fire","Type 2":"ground","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"473","ATK":"194","DEF":"139","STA":"140","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2016","100% CP @ 39":"1987"}, +{"Row":"324","Name":"Torkoal","Pokedex Number":"324","Img name":"324","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"166","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"525","ATK":"151","DEF":"234","STA":"140","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2036","100% CP @ 39":"2007"}, +{"Row":"325","Name":"Spoink","Pokedex Number":"325","Img name":"325","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"167","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"390","ATK":"125","DEF":"145","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1285","100% CP @ 39":"1266"}, +{"Row":"326","Name":"Grumpig","Pokedex Number":"326","Img name":"326","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"167","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"542","ATK":"171","DEF":"211","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2310","100% CP @ 39":"2277"}, +{"Row":"327","Name":"Spinda","Pokedex Number":"327","Img name":"327","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"168","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"352","ATK":"116","DEF":"116","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1088","100% CP @ 39":"1072"}, +{"Row":"328","Name":"Trapinch","Pokedex Number":"328","Img name":"328","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"169","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"330","ATK":"162","DEF":"78","STA":"90","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1092","100% CP @ 39":"1076"}, +{"Row":"329","Name":"Vibrava","Pokedex Number":"329","Img name":"329","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"169","Cross Gen":"0","Type 1":"ground","Type 2":"dragon","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"333","ATK":"134","DEF":"99","STA":"100","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1065","100% CP @ 39":"1050"}, +{"Row":"330","Name":"Flygon","Pokedex Number":"330","Img name":"330","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"169","Cross Gen":"0","Type 1":"ground","Type 2":"dragon","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"533","ATK":"205","DEF":"168","STA":"160","Legendary":"0","Aquireable":"2","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2458","100% CP @ 39":"2423"}, +{"Row":"331","Name":"Cacnea","Pokedex Number":"331","Img name":"331","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"170","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"330","ATK":"156","DEF":"74","STA":"100","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1080","100% CP @ 39":"1065"}, +{"Row":"332","Name":"Cacturne","Pokedex Number":"332","Img name":"332","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"170","Cross Gen":"0","Type 1":"grass","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"476","ATK":"221","DEF":"115","STA":"140","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2092","100% CP @ 39":"2062"}, +{"Row":"333","Name":"Swablu","Pokedex Number":"333","Img name":"333","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"171","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"305","ATK":"76","DEF":"139","STA":"90","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"1","Hatchable":"0","Shiny":"1","Nest":"1","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"722","100% CP @ 39":"712"}, +{"Row":"334","Name":"Altaria","Pokedex Number":"334","Img name":"334","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"171","Cross Gen":"0","Type 1":"dragon","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"499","ATK":"141","DEF":"208","STA":"150","Legendary":"0","Aquireable":"3","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1868","100% CP @ 39":"1842"}, +{"Row":"335","Name":"Zangoose","Pokedex Number":"335","Img name":"335","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"172","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"492","ATK":"222","DEF":"124","STA":"146","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2214","100% CP @ 39":"2182"}, +{"Row":"336","Name":"Seviper","Pokedex Number":"336","Img name":"336","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"178","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"460","ATK":"196","DEF":"118","STA":"146","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1928","100% CP @ 39":"1900"}, +{"Row":"337","Name":"Lunatone","Pokedex Number":"337","Img name":"337","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"179","Cross Gen":"0","Type 1":"rock","Type 2":"psychic","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"521","ATK":"178","DEF":"163","STA":"180","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2245","100% CP @ 39":"2213"}, +{"Row":"338","Name":"Solrock","Pokedex Number":"338","Img name":"338","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"180","Cross Gen":"0","Type 1":"rock","Type 2":"psychic","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"521","ATK":"178","DEF":"163","STA":"180","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2245","100% CP @ 39":"2213"}, +{"Row":"339","Name":"Barboach","Pokedex Number":"339","Img name":"339","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"181","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"276","ATK":"93","DEF":"83","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"716","100% CP @ 39":"705"}, +{"Row":"340","Name":"Whiscash","Pokedex Number":"340","Img name":"340","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"181","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"513","ATK":"151","DEF":"142","STA":"220","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1991","100% CP @ 39":"1963"}, +{"Row":"341","Name":"Corphish","Pokedex Number":"341","Img name":"341","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"182","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"340","ATK":"141","DEF":"113","STA":"86","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1107","100% CP @ 39":"1092"}, +{"Row":"342","Name":"Crawdaunt","Pokedex Number":"342","Img name":"342","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"182","Cross Gen":"0","Type 1":"water","Type 2":"dark","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"506","ATK":"224","DEF":"156","STA":"126","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2317","100% CP @ 39":"2284"}, +{"Row":"343","Name":"Baltoy","Pokedex Number":"343","Img name":"343","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"183","Cross Gen":"0","Type 1":"ground","Type 2":"psychic","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"288","ATK":"77","DEF":"131","STA":"80","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"676","100% CP @ 39":"667"}, +{"Row":"344","Name":"Claydol","Pokedex Number":"344","Img name":"344","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"183","Cross Gen":"0","Type 1":"ground","Type 2":"psychic","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"496","ATK":"140","DEF":"236","STA":"120","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1782","100% CP @ 39":"1756"}, +{"Row":"345","Name":"Lileep","Pokedex Number":"345","Img name":"345","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"184","Cross Gen":"0","Type 1":"rock","Type 2":"grass","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"391","ATK":"105","DEF":"154","STA":"132","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1181","100% CP @ 39":"1164"}, +{"Row":"346","Name":"Cradily","Pokedex Number":"346","Img name":"346","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"184","Cross Gen":"0","Type 1":"rock","Type 2":"grass","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"522","ATK":"152","DEF":"198","STA":"172","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2081","100% CP @ 39":"2051"}, +{"Row":"347","Name":"Anorith","Pokedex Number":"347","Img name":"347","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"185","Cross Gen":"0","Type 1":"rock","Type 2":"bug","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"366","ATK":"176","DEF":"100","STA":"90","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1310","100% CP @ 39":"1292"}, +{"Row":"348","Name":"Armaldo","Pokedex Number":"348","Img name":"348","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"185","Cross Gen":"0","Type 1":"rock","Type 2":"bug","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"555","ATK":"222","DEF":"183","STA":"150","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2675","100% CP @ 39":"2637"}, +{"Row":"349","Name":"Feebas","Pokedex Number":"349","Img name":"349","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"186","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"171","ATK":"29","DEF":"102","STA":"40","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"220","100% CP @ 39":"217"}, +{"Row":"350","Name":"Milotic","Pokedex Number":"350","Img name":"350","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"186","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"624","ATK":"192","DEF":"242","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2967","100% CP @ 39":"2925"}, +{"Row":"351","Name":"Castform","Pokedex Number":"351","Img name":"351","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"187","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"418","ATK":"139","DEF":"139","STA":"140","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1486","100% CP @ 39":"1464"}, +{"Row":"352","Name":"Kecleon","Pokedex Number":"352","Img name":"352","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"188","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"493","ATK":"161","DEF":"212","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1924","100% CP @ 39":"1896"}, +{"Row":"353","Name":"Shuppet","Pokedex Number":"353","Img name":"353","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"189","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"292","ATK":"138","DEF":"66","STA":"88","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"1","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"872","100% CP @ 39":"860"}, +{"Row":"354","Name":"Banette","Pokedex Number":"354","Img name":"354","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"189","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"473","ATK":"218","DEF":"127","STA":"128","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2073","100% CP @ 39":"2044"}, +{"Row":"355","Name":"Duskull","Pokedex Number":"355","Img name":"355","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"190","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"272","ATK":"70","DEF":"162","STA":"40","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"1","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"523","100% CP @ 39":"516"}, +{"Row":"356","Name":"Dusclops","Pokedex Number":"356","Img name":"356","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"190","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"438","ATK":"124","DEF":"234","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1335","100% CP @ 39":"1316"}, +{"Row":"357","Name":"Tropius","Pokedex Number":"357","Img name":"357","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"191","Cross Gen":"0","Type 1":"grass","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"499","ATK":"136","DEF":"165","STA":"198","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1846","100% CP @ 39":"1820"}, +{"Row":"358","Name":"Chimecho","Pokedex Number":"358","Img name":"358","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"192","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"499","ATK":"175","DEF":"174","STA":"150","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2095","100% CP @ 39":"2065"}, +{"Row":"359","Name":"Absol","Pokedex Number":"359","Img name":"359","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"193","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"496","ATK":"246","DEF":"120","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"4","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2280","100% CP @ 39":"2248"}, +{"Row":"360","Name":"Wynaut","Pokedex Number":"360","Img name":"360","Generation":"3","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"317","ATK":"41","DEF":"86","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"503","100% CP @ 39":"496"}, +{"Row":"361","Name":"Snorunt","Pokedex Number":"361","Img name":"361","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"194","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"290","ATK":"95","DEF":"95","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"1","Hatchable":"5","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"772","100% CP @ 39":"761"}, +{"Row":"362","Name":"Glalie","Pokedex Number":"362","Img name":"362","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"484","ATK":"162","DEF":"162","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1945","100% CP @ 39":"1917"}, +{"Row":"363","Name":"Spheal","Pokedex Number":"363","Img name":"363","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"water","Weather 1":"Snow","Weather 2":"Rainy","STAT TOTAL":"325","ATK":"95","DEF":"90","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"876","100% CP @ 39":"863"}, +{"Row":"364","Name":"Sealeo","Pokedex Number":"364","Img name":"364","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"water","Weather 1":"Snow","Weather 2":"Rainy","STAT TOTAL":"449","ATK":"137","DEF":"132","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1607","100% CP @ 39":"1584"}, +{"Row":"365","Name":"Walrein","Pokedex Number":"365","Img name":"365","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"water","Weather 1":"Snow","Weather 2":"Rainy","STAT TOTAL":"578","ATK":"182","DEF":"176","STA":"220","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2606","100% CP @ 39":"2569"}, +{"Row":"366","Name":"Clamperl","Pokedex Number":"366","Img name":"366","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"352","ATK":"133","DEF":"149","STA":"70","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1091","100% CP @ 39":"1075"}, +{"Row":"367","Name":"Huntail","Pokedex Number":"367","Img name":"367","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"501","ATK":"197","DEF":"194","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2140","100% CP @ 39":"2109"}, +{"Row":"368","Name":"Gorebyss","Pokedex Number":"368","Img name":"368","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"515","ATK":"211","DEF":"194","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2281","100% CP @ 39":"2248"}, +{"Row":"369","Name":"Relicanth","Pokedex Number":"369","Img name":"369","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"596","ATK":"162","DEF":"234","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2557","100% CP @ 39":"2521"}, +{"Row":"370","Name":"Luvdisc","Pokedex Number":"370","Img name":"370","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"301","ATK":"81","DEF":"134","STA":"86","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"735","100% CP @ 39":"725"}, +{"Row":"371","Name":"Bagon","Pokedex Number":"371","Img name":"371","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"331","ATK":"134","DEF":"107","STA":"90","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1053","100% CP @ 39":"1038"}, +{"Row":"372","Name":"Shelgon","Pokedex Number":"372","Img name":"372","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"481","ATK":"172","DEF":"179","STA":"130","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1958","100% CP @ 39":"1930"}, +{"Row":"373","Name":"Salamence","Pokedex Number":"373","Img name":"373","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"635","ATK":"277","DEF":"168","STA":"190","Legendary":"0","Aquireable":"3","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3532","100% CP @ 39":"3481"}, +{"Row":"374","Name":"Beldum","Pokedex Number":"374","Img name":"374","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"317","ATK":"96","DEF":"141","STA":"80","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"843","100% CP @ 39":"831"}, +{"Row":"375","Name":"Metang","Pokedex Number":"375","Img name":"375","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"443","ATK":"138","DEF":"185","STA":"120","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1570","100% CP @ 39":"1547"}, +{"Row":"376","Name":"Metagross","Pokedex Number":"376","Img name":"376","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"665","ATK":"257","DEF":"248","STA":"160","Legendary":"0","Aquireable":"3","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3644","100% CP @ 39":"3592"}, +{"Row":"377","Name":"Regirock","Pokedex Number":"377","Img name":"377","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"695","ATK":"179","DEF":"356","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3087","100% CP @ 39":"3043"}, +{"Row":"378","Name":"Regice","Pokedex Number":"378","Img name":"378","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"695","ATK":"179","DEF":"356","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3087","100% CP @ 39":"3043"}, +{"Row":"379","Name":"Registeel","Pokedex Number":"379","Img name":"379","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"588","ATK":"143","DEF":"285","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2261","100% CP @ 39":"2228"}, +{"Row":"380","Name":"Latias","Pokedex Number":"380","Img name":"380","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"psychic","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"656","ATK":"228","DEF":"268","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3377","100% CP @ 39":"3329"}, +{"Row":"381","Name":"Latios","Pokedex Number":"381","Img name":"381","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"psychic","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"656","ATK":"268","DEF":"228","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3644","100% CP @ 39":"3592"}, +{"Row":"382","Name":"Kyogre","Pokedex Number":"382","Img name":"382","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"703","ATK":"270","DEF":"251","STA":"182","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4074","100% CP @ 39":"4016"}, +{"Row":"383","Name":"Groudon","Pokedex Number":"383","Img name":"383","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"703","ATK":"270","DEF":"251","STA":"182","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"4074","100% CP @ 39":"4016"}, +{"Row":"384","Name":"Rayquaza","Pokedex Number":"384","Img name":"384","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"645","ATK":"284","DEF":"170","STA":"191","Legendary":"1","Aquireable":"3","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3645","100% CP @ 39":"3593"}, +{"Row":"385","Name":"Jirachi","Pokedex Number":"385","Img name":"385","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, +{"Row":"386","Name":"Deoxys Defense","Pokedex Number":"386","Img name":"386-defense","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"574","ATK":"144","DEF":"330","STA":"100","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1978","100% CP @ 39":"1949"}, +{"Row":"387","Name":"Deoxys Normal","Pokedex Number":"386","Img name":"386","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"560","ATK":"345","DEF":"115","STA":"100","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2749","100% CP @ 39":"2709"}, +{"Row":"388","Name":"Deoxys Attack","Pokedex Number":"386","Img name":"386-attack","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"560","ATK":"414","DEF":"46","STA":"100","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2244","100% CP @ 39":"2212"}, +{"Row":"389","Name":"Deoxys Speed","Pokedex Number":"386","Img name":"386-speed","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"548","ATK":"230","DEF":"218","STA":"100","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2504","100% CP @ 39":"2469"}, +{"Row":"390","Name":"Turtwig","Pokedex Number":"387","Img name":"387","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"344","ATK":"119","DEF":"115","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1066","100% CP @ 39":"1051"}, +{"Row":"391","Name":"Grotle","Pokedex Number":"388","Img name":"388","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"459","ATK":"157","DEF":"152","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1783","100% CP @ 39":"1757"}, +{"Row":"392","Name":"Torterra","Pokedex Number":"389","Img name":"389","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"ground","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"589","ATK":"202","DEF":"197","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2825","100% CP @ 39":"2785"}, +{"Row":"393","Name":"Chimchar","Pokedex Number":"390","Img name":"390","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"287","ATK":"113","DEF":"86","STA":"88","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"815","100% CP @ 39":"803"}, +{"Row":"394","Name":"Monferno","Pokedex Number":"391","Img name":"391","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"391","ATK":"158","DEF":"105","STA":"128","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1415","100% CP @ 39":"1395"}, +{"Row":"395","Name":"Infernape","Pokedex Number":"392","Img name":"392","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"525","ATK":"222","DEF":"151","STA":"152","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2464","100% CP @ 39":"2429"}, +{"Row":"396","Name":"Piplup","Pokedex Number":"393","Img name":"393","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"321","ATK":"112","DEF":"103","STA":"106","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"947","100% CP @ 39":"934"}, +{"Row":"397","Name":"Prinplup","Pokedex Number":"394","Img name":"394","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"421","ATK":"150","DEF":"143","STA":"128","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1549","100% CP @ 39":"1526"}, +{"Row":"398","Name":"Empoleon","Pokedex Number":"395","Img name":"395","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"571","ATK":"210","DEF":"193","STA":"168","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2741","100% CP @ 39":"2702"}, +{"Row":"399","Name":"Starly","Pokedex Number":"396","Img name":"396","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"239","ATK":"101","DEF":"58","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"603","100% CP @ 39":"594"}, +{"Row":"400","Name":"Staravia","Pokedex Number":"397","Img name":"397","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"351","ATK":"142","DEF":"99","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1170","100% CP @ 39":"1153"}, +{"Row":"401","Name":"Staraptor","Pokedex Number":"398","Img name":"398","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"549","ATK":"234","DEF":"145","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2675","100% CP @ 39":"2637"}, +{"Row":"402","Name":"Bidoof","Pokedex Number":"399","Img name":"399","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"271","ATK":"80","DEF":"73","STA":"118","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"641","100% CP @ 39":"632"}, +{"Row":"403","Name":"Bibarel","Pokedex Number":"400","Img name":"400","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"439","ATK":"162","DEF":"119","STA":"158","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1683","100% CP @ 39":"1659"}, +{"Row":"404","Name":"Kricketot","Pokedex Number":"401","Img name":"401","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"193","ATK":"45","DEF":"74","STA":"74","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"333","100% CP @ 39":"328"}, +{"Row":"405","Name":"Kricketune","Pokedex Number":"402","Img name":"402","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"414","ATK":"160","DEF":"100","STA":"154","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1523","100% CP @ 39":"1501"}, +{"Row":"406","Name":"Shinx","Pokedex Number":"403","Img name":"403","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"271","ATK":"117","DEF":"64","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"750","100% CP @ 39":"740"}, +{"Row":"407","Name":"Luxio","Pokedex Number":"404","Img name":"404","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"374","ATK":"159","DEF":"95","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1324","100% CP @ 39":"1305"}, +{"Row":"408","Name":"Luxray","Pokedex Number":"405","Img name":"405","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"548","ATK":"232","DEF":"156","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2668","100% CP @ 39":"2630"}, +{"Row":"409","Name":"Budew","Pokedex Number":"406","Img name":"406","Generation":"4","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"297","ATK":"91","DEF":"126","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"766","100% CP @ 39":"755"}, +{"Row":"410","Name":"Roserade","Pokedex Number":"407","Img name":"407","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"569","ATK":"243","DEF":"206","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2783","100% CP @ 39":"2743"}, +{"Row":"411","Name":"Cranidos","Pokedex Number":"408","Img name":"408","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"427","ATK":"218","DEF":"75","STA":"134","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1685","100% CP @ 39":"1661"}, +{"Row":"412","Name":"Rampardos","Pokedex Number":"409","Img name":"409","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"603","ATK":"295","DEF":"114","STA":"194","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3179","100% CP @ 39":"3133"}, +{"Row":"413","Name":"Shieldon","Pokedex Number":"410","Img name":"410","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"steel","Weather 1":"Partly cloudy","Weather 2":"Snow","STAT TOTAL":"344","ATK":"76","DEF":"208","STA":"60","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"735","100% CP @ 39":"724"}, +{"Row":"414","Name":"Bastiodon","Pokedex Number":"411","Img name":"411","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"steel","Weather 1":"Partly cloudy","Weather 2":"Snow","STAT TOTAL":"513","ATK":"94","DEF":"299","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1401","100% CP @ 39":"1381"}, +{"Row":"415","Name":"Burmy (Plant Cloak)","Pokedex Number":"412","Img name":"412","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"216","ATK":"53","DEF":"83","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"409","100% CP @ 39":"403"}, +{"Row":"415","Name":"Burmy (Trash Cloak)","Pokedex Number":"412","Img name":"412-trash","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"216","ATK":"53","DEF":"83","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"409","100% CP @ 39":"403"}, +{"Row":"415","Name":"Burmy (Sandy Cloak)","Pokedex Number":"412","Img name":"412-sandy","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"216","ATK":"53","DEF":"83","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"409","100% CP @ 39":"403"}, +{"Row":"418","Name":"Wormadam (Plant Cloak)","Pokedex Number":"413","Img name":"413","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"450","ATK":"141","DEF":"189","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1616","100% CP @ 39":"1593"}, +{"Row":"419","Name":"Wormadam (Trash Cloak)","Pokedex Number":"413","Img name":"413-trash","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"450","ATK":"141","DEF":"189","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1616","100% CP @ 39":"1593"}, +{"Row":"420","Name":"Wormadam (Sandy Cloak)","Pokedex Number":"413","Img name":"413-sandy","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"450","ATK":"141","DEF":"189","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1616","100% CP @ 39":"1593"}, +{"Row":"421","Name":"Mothim","Pokedex Number":"414","Img name":"414","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"423","ATK":"185","DEF":"98","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1653","100% CP @ 39":"1629"}, +{"Row":"422","Name":"Combee","Pokedex Number":"415","Img name":"415","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"202","ATK":"59","DEF":"83","STA":"60","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"396","100% CP @ 39":"390"}, +{"Row":"423","Name":"Vespiquen","Pokedex Number":"416","Img name":"416","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"479","ATK":"149","DEF":"190","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1825","100% CP @ 39":"1799"}, +{"Row":"424","Name":"Pachirisu","Pokedex Number":"417","Img name":"417","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"396","ATK":"94","DEF":"182","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1110","100% CP @ 39":"1094"}, +{"Row":"425","Name":"Buizel","Pokedex Number":"418","Img name":"418","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"312","ATK":"132","DEF":"70","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"946","100% CP @ 39":"932"}, +{"Row":"426","Name":"Floatzel","Pokedex Number":"419","Img name":"419","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"509","ATK":"221","DEF":"118","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2312","100% CP @ 39":"2279"}, +{"Row":"427","Name":"Cherubi","Pokedex Number":"420","Img name":"420","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"294","ATK":"108","DEF":"96","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"829","100% CP @ 39":"817"}, +{"Row":"428","Name":"Cherrim","Pokedex Number":"421","Img name":"421","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"467","ATK":"170","DEF":"157","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1886","100% CP @ 39":"1859"}, +{"Row":"429","Name":"Shellos","Pokedex Number":"422","Img name":"422","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"366","ATK":"103","DEF":"111","STA":"152","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1069","100% CP @ 39":"1053"}, +{"Row":"430","Name":"Gastrodon","Pokedex Number":"423","Img name":"423","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"540","ATK":"169","DEF":"149","STA":"222","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2265","100% CP @ 39":"2233"}, +{"Row":"431","Name":"Ambipom","Pokedex Number":"424","Img name":"424","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"498","ATK":"205","DEF":"143","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2218","100% CP @ 39":"2186"}, +{"Row":"432","Name":"Drifloon","Pokedex Number":"425","Img name":"425","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"382","ATK":"117","DEF":"85","STA":"180","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1151","100% CP @ 39":"1134"}, +{"Row":"433","Name":"Drifblim","Pokedex Number":"426","Img name":"426","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"587","ATK":"180","DEF":"107","STA":"300","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2387","100% CP @ 39":"2353"}, +{"Row":"434","Name":"Buneary","Pokedex Number":"427","Img name":"427","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"351","ATK":"130","DEF":"111","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1136","100% CP @ 39":"1120"}, +{"Row":"435","Name":"Lopunny","Pokedex Number":"428","Img name":"428","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"486","ATK":"156","DEF":"200","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1885","100% CP @ 39":"1858"}, +{"Row":"436","Name":"Mismagius","Pokedex Number":"429","Img name":"429","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"542","ATK":"211","DEF":"211","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2465","100% CP @ 39":"2430"}, +{"Row":"437","Name":"Honchkrow","Pokedex Number":"430","Img name":"430","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"546","ATK":"243","DEF":"103","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2566","100% CP @ 39":"2529"}, +{"Row":"438","Name":"Glameow","Pokedex Number":"431","Img name":"431","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"292","ATK":"109","DEF":"85","STA":"98","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"823","100% CP @ 39":"811"}, +{"Row":"439","Name":"Purugly","Pokedex Number":"432","Img name":"432","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"450","ATK":"172","DEF":"136","STA":"142","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1798","100% CP @ 39":"1772"}, +{"Row":"440","Name":"Chingling","Pokedex Number":"433","Img name":"433","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"298","ATK":"114","DEF":"94","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"861","100% CP @ 39":"849"}, +{"Row":"441","Name":"Stunky","Pokedex Number":"434","Img name":"434","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"dark","Weather 1":"Cloudy","Weather 2":"Fog","STAT TOTAL":"340","ATK":"121","DEF":"93","STA":"126","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1048","100% CP @ 39":"1033"}, +{"Row":"442","Name":"Skuntank","Pokedex Number":"435","Img name":"435","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"dark","Weather 1":"Cloudy","Weather 2":"Fog","STAT TOTAL":"525","ATK":"184","DEF":"135","STA":"206","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2262","100% CP @ 39":"2230"}, +{"Row":"443","Name":"Bronzor","Pokedex Number":"436","Img name":"436","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"311","ATK":"43","DEF":"154","STA":"114","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"534","100% CP @ 39":"527"}, +{"Row":"444","Name":"Bronzong","Pokedex Number":"437","Img name":"437","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"508","ATK":"161","DEF":"213","STA":"134","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2026","100% CP @ 39":"1997"}, +{"Row":"445","Name":"Bonsly","Pokedex Number":"438","Img name":"438","Generation":"4","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"379","ATK":"124","DEF":"155","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1213","100% CP @ 39":"1196"}, +{"Row":"446","Name":"Mime Jr.","Pokedex Number":"439","Img name":"439","Generation":"4","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"fairy","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"329","ATK":"125","DEF":"164","STA":"40","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"867","100% CP @ 39":"855"}, +{"Row":"447","Name":"Happiny","Pokedex Number":"440","Img name":"440","Generation":"4","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"330","ATK":"25","DEF":"105","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"401","100% CP @ 39":"395"}, +{"Row":"448","Name":"Chatot","Pokedex Number":"441","Img name":"441","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"427","ATK":"183","DEF":"92","STA":"152","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1653","100% CP @ 39":"1629"}, +{"Row":"449","Name":"Spiritomb","Pokedex Number":"442","Img name":"442","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"dark","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"468","ATK":"169","DEF":"199","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1802","100% CP @ 39":"1777"}, +{"Row":"450","Name":"Gible","Pokedex Number":"443","Img name":"443","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ground","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"324","ATK":"124","DEF":"84","STA":"116","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"988","100% CP @ 39":"974"}, +{"Row":"451","Name":"Gabite","Pokedex Number":"444","Img name":"444","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ground","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"438","ATK":"172","DEF":"130","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1728","100% CP @ 39":"1703"}, +{"Row":"452","Name":"Garchomp","Pokedex Number":"445","Img name":"445","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ground","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"675","ATK":"261","DEF":"198","STA":"216","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3823","100% CP @ 39":"3769"}, +{"Row":"453","Name":"Munchlax","Pokedex Number":"446","Img name":"446","Generation":"4","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"544","ATK":"137","DEF":"137","STA":"270","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1975","100% CP @ 39":"1947"}, +{"Row":"454","Name":"Riolu","Pokedex Number":"447","Img name":"447","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"285","ATK":"127","DEF":"78","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"833","100% CP @ 39":"821"}, +{"Row":"455","Name":"Lucario","Pokedex Number":"448","Img name":"448","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"steel","Weather 1":"Cloudy","Weather 2":"Snow","STAT TOTAL":"520","ATK":"236","DEF":"144","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2461","100% CP @ 39":"2425"}, +{"Row":"456","Name":"Hippopotas","Pokedex Number":"449","Img name":"449","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"394","ATK":"124","DEF":"134","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1302","100% CP @ 39":"1283"}, +{"Row":"457","Name":"Hippowdon","Pokedex Number":"450","Img name":"450","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"629","ATK":"201","DEF":"212","STA":"216","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3089","100% CP @ 39":"3045"}, +{"Row":"458","Name":"Skorupi","Pokedex Number":"451","Img name":"451","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"bug","Weather 1":"Cloudy","Weather 2":"Rainy","STAT TOTAL":"341","ATK":"93","DEF":"168","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"889","100% CP @ 39":"876"}, +{"Row":"459","Name":"Drapion","Pokedex Number":"452","Img name":"452","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"dark","Weather 1":"Cloudy","Weather 2":"Fog","STAT TOTAL":"539","ATK":"180","DEF":"219","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2319","100% CP @ 39":"2286"}, +{"Row":"460","Name":"Croagunk","Pokedex Number":"453","Img name":"453","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"fighting","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"288","ATK":"116","DEF":"76","STA":"96","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"822","100% CP @ 39":"810"}, +{"Row":"461","Name":"Toxicroak","Pokedex Number":"454","Img name":"454","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"fighting","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"510","ATK":"211","DEF":"133","STA":"166","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2310","100% CP @ 39":"2277"}, +{"Row":"462","Name":"Carnivine","Pokedex Number":"455","Img name":"455","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"471","ATK":"187","DEF":"136","STA":"148","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1979","100% CP @ 39":"1951"}, +{"Row":"463","Name":"Finneon","Pokedex Number":"456","Img name":"456","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"313","ATK":"96","DEF":"119","STA":"98","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"853","100% CP @ 39":"840"}, +{"Row":"464","Name":"Lumineon","Pokedex Number":"457","Img name":"457","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"455","ATK":"142","DEF":"175","STA":"138","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1671","100% CP @ 39":"1648"}, +{"Row":"465","Name":"Mantyke","Pokedex Number":"458","Img name":"458","Generation":"4","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"407","ATK":"105","DEF":"212","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1157","100% CP @ 39":"1140"}, +{"Row":"466","Name":"Snover","Pokedex Number":"459","Img name":"459","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"ice","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"345","ATK":"115","DEF":"110","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1054","100% CP @ 39":"1039"}, +{"Row":"467","Name":"Abomasnow","Pokedex Number":"460","Img name":"460","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"ice","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"521","ATK":"178","DEF":"163","STA":"180","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2245","100% CP @ 39":"2213"}, +{"Row":"468","Name":"Weavile","Pokedex Number":"461","Img name":"461","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"ice","Weather 1":"Fog","Weather 2":"Snow","STAT TOTAL":"565","ATK":"243","DEF":"182","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2815","100% CP @ 39":"2775"}, +{"Row":"469","Name":"Magnezone","Pokedex Number":"462","Img name":"462","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"595","ATK":"238","DEF":"217","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2996","100% CP @ 39":"2953"}, +{"Row":"470","Name":"Lickilicky","Pokedex Number":"463","Img name":"463","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"1","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"562","ATK":"161","DEF":"181","STA":"220","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2359","100% CP @ 39":"2325"}, +{"Row":"471","Name":"Rhyperior","Pokedex Number":"464","Img name":"464","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"rock","Weather 1":"Sunny/clear","Weather 2":"Partly cloudy","STAT TOTAL":"695","ATK":"241","DEF":"224","STA":"230","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3869","100% CP @ 39":"3813"}, +{"Row":"472","Name":"Tangrowth","Pokedex Number":"465","Img name":"465","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"626","ATK":"207","DEF":"219","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3110","100% CP @ 39":"3065"}, +{"Row":"473","Name":"Electivire","Pokedex Number":"466","Img name":"466","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"1","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"572","ATK":"249","DEF":"173","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2904","100% CP @ 39":"2862"}, +{"Row":"474","Name":"Magmortar","Pokedex Number":"467","Img name":"467","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"62","Cross Gen":"1","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"583","ATK":"247","DEF":"186","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2980","100% CP @ 39":"2937"}, +{"Row":"475","Name":"Togekiss","Pokedex Number":"468","Img name":"468","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"flying","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"622","ATK":"225","DEF":"227","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3171","100% CP @ 39":"3126"}, +{"Row":"476","Name":"Yanmega","Pokedex Number":"469","Img name":"469","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"575","ATK":"231","DEF":"172","STA":"172","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2873","100% CP @ 39":"2832"}, +{"Row":"477","Name":"Leafeon","Pokedex Number":"470","Img name":"470","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"1","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"600","ATK":"216","DEF":"254","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2849","100% CP @ 39":"2808"}, +{"Row":"478","Name":"Glaceon","Pokedex Number":"471","Img name":"471","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"1","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"580","ATK":"238","DEF":"212","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2866","100% CP @ 39":"2825"}, +{"Row":"479","Name":"Gliscor","Pokedex Number":"472","Img name":"472","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"583","ATK":"185","DEF":"248","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2602","100% CP @ 39":"2565"}, +{"Row":"480","Name":"Mamoswine","Pokedex Number":"473","Img name":"473","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"ground","Weather 1":"Snow","Weather 2":"Sunny/clear","STAT TOTAL":"624","ATK":"247","DEF":"157","STA":"220","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3289","100% CP @ 39":"3242"}, +{"Row":"481","Name":"Porygon-Z","Pokedex Number":"474","Img name":"474","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"587","ATK":"264","DEF":"153","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3072","100% CP @ 39":"3028"}, +{"Row":"482","Name":"Gallade","Pokedex Number":"475","Img name":"475","Generation":"4","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"fighting","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"593","ATK":"237","DEF":"220","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2964","100% CP @ 39":"2922"}, +{"Row":"483","Name":"Probopass","Pokedex Number":"476","Img name":"476","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"steel","Weather 1":"Partly cloudy","Weather 2":"Snow","STAT TOTAL":"533","ATK":"135","DEF":"278","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1863","100% CP @ 39":"1836"}, +{"Row":"484","Name":"Dusknoir","Pokedex Number":"477","Img name":"477","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"524","ATK":"180","DEF":"254","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2046","100% CP @ 39":"2017"}, +{"Row":"485","Name":"Froslass","Pokedex Number":"478","Img name":"478","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"ghost","Weather 1":"Snow","Weather 2":"Fog","STAT TOTAL":"461","ATK":"171","DEF":"150","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1857","100% CP @ 39":"1831"}, +{"Row":"486","Name":"Rotom (Heat Rotom)","Pokedex Number":"479","Img name":"479-heat","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"444","ATK":"185","DEF":"159","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1767","100% CP @ 39":"1741"}, +{"Row":"487","Name":"Rotom (Wash Rotom)","Pokedex Number":"479","Img name":"479-wash","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"444","ATK":"185","DEF":"159","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1767","100% CP @ 39":"1741"}, +{"Row":"488","Name":"Rotom (Frost Rotom)","Pokedex Number":"479","Img name":"479-frost","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"444","ATK":"185","DEF":"159","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1767","100% CP @ 39":"1741"}, +{"Row":"489","Name":"Rotom (Fan Rotom)","Pokedex Number":"479","Img name":"479-spin","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"444","ATK":"185","DEF":"159","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1767","100% CP @ 39":"1741"}, +{"Row":"490","Name":"Rotom (Mow Rotom)","Pokedex Number":"479","Img name":"479-mow","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"444","ATK":"185","DEF":"159","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1767","100% CP @ 39":"1741"}, +{"Row":"491","Name":"Rotom (Normal Rotom)","Pokedex Number":"479","Img name":"479","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"444","ATK":"185","DEF":"159","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1767","100% CP @ 39":"1741"}, +{"Row":"492","Name":"Uxie","Pokedex Number":"480","Img name":"480","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"576","ATK":"156","DEF":"270","STA":"150","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2316","100% CP @ 39":"2282"}, +{"Row":"493","Name":"Mesprit","Pokedex Number":"481","Img name":"481","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"584","ATK":"212","DEF":"212","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2825","100% CP @ 39":"2785"}, +{"Row":"494","Name":"Azelf","Pokedex Number":"482","Img name":"482","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"571","ATK":"270","DEF":"151","STA":"150","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2945","100% CP @ 39":"2903"}, +{"Row":"495","Name":"Dialga","Pokedex Number":"483","Img name":"483","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"dragon","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"744","ATK":"302","DEF":"242","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4654","100% CP @ 39":"4587"}, +{"Row":"496","Name":"Palkia","Pokedex Number":"484","Img name":"484","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"dragon","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"735","ATK":"308","DEF":"247","STA":"180","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4559","100% CP @ 39":"4494"}, +{"Row":"497","Name":"Heatran","Pokedex Number":"485","Img name":"485","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"steel","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"646","ATK":"251","DEF":"213","STA":"182","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3521","100% CP @ 39":"3470"}, +{"Row":"498","Name":"Regigigas","Pokedex Number":"486","Img name":"486","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"766","ATK":"315","DEF":"231","STA":"220","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4955","100% CP @ 39":"4884"}, +{"Row":"499","Name":"Giratina (Altered Forme)","Pokedex Number":"487","Img name":"487","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"dragon","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"753","ATK":"206","DEF":"247","STA":"300","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3965","100% CP @ 39":"3908"}, +{"Row":"500","Name":"Giratina (Origin Forme)","Pokedex Number":"487","Img name":"487-origin","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"dragon","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"753","ATK":"206","DEF":"247","STA":"300","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3965","100% CP @ 39":"3908"}, +{"Row":"501","Name":"Cresselia","Pokedex Number":"488","Img name":"488","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"655","ATK":"152","DEF":"263","STA":"240","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2777","100% CP @ 39":"2737"}, +{"Row":"502","Name":"Phione","Pokedex Number":"489","Img name":"489","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"484","ATK":"162","DEF":"162","STA":"160","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1945","100% CP @ 39":"1917"}, +{"Row":"503","Name":"Manaphy","Pokedex Number":"490","Img name":"490","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, +{"Row":"504","Name":"Darkrai","Pokedex Number":"491","Img name":"491","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"623","ATK":"285","DEF":"198","STA":"140","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3404","100% CP @ 39":"3355"}, +{"Row":"505","Name":"Shaymin (Land Forme)","Pokedex Number":"492","Img name":"492","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, +{"Row":"506","Name":"Shaymin (Sky Forme)","Pokedex Number":"492","Img name":"492-sky","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, +{"Row":"507","Name":"Arceus","Pokedex Number":"493","Img name":"493","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"764","ATK":"262","DEF":"262","STA":"240","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4598","100% CP @ 39":"4532"}, +{"Row":"508","Name":"Victini","Pokedex Number":"494","Img name":"494","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"fire","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, +{"Row":"509","Name":"Snivy","Pokedex Number":"495","Img name":"495","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"285","ATK":"88","DEF":"107","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"728","100% CP @ 39":"717"}, +{"Row":"510","Name":"Servine","Pokedex Number":"496","Img name":"496","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"394","ATK":"122","DEF":"152","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1284","100% CP @ 39":"1266"}, +{"Row":"511","Name":"Serperior","Pokedex Number":"497","Img name":"497","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"515","ATK":"161","DEF":"204","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2089","100% CP @ 39":"2059"}, +{"Row":"512","Name":"Tepig","Pokedex Number":"498","Img name":"498","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"330","ATK":"115","DEF":"85","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"977","100% CP @ 39":"963"}, +{"Row":"513","Name":"Pignite","Pokedex Number":"499","Img name":"499","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"459","ATK":"173","DEF":"106","STA":"180","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1803","100% CP @ 39":"1777"}, +{"Row":"514","Name":"Emboar","Pokedex Number":"500","Img name":"500","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"582","ATK":"235","DEF":"127","STA":"220","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2852","100% CP @ 39":"2811"}, +{"Row":"515","Name":"Oshawott","Pokedex Number":"501","Img name":"501","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"312","ATK":"117","DEF":"85","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"921","100% CP @ 39":"908"}, +{"Row":"516","Name":"Dewott","Pokedex Number":"502","Img name":"502","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"425","ATK":"159","DEF":"116","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1597","100% CP @ 39":"1574"}, +{"Row":"517","Name":"Samurott","Pokedex Number":"503","Img name":"503","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"566","ATK":"212","DEF":"164","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2715","100% CP @ 39":"2677"}, +{"Row":"518","Name":"Patrat","Pokedex Number":"504","Img name":"504","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"261","ATK":"98","DEF":"73","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"678","100% CP @ 39":"668"}, +{"Row":"519","Name":"Watchog","Pokedex Number":"505","Img name":"505","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"424","ATK":"165","DEF":"139","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1621","100% CP @ 39":"1597"}, +{"Row":"520","Name":"Lillipup","Pokedex Number":"506","Img name":"506","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"283","ATK":"107","DEF":"86","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"784","100% CP @ 39":"773"}, +{"Row":"521","Name":"Herdier","Pokedex Number":"507","Img name":"507","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"401","ATK":"145","DEF":"126","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1428","100% CP @ 39":"1408"}, +{"Row":"522","Name":"Stoutland","Pokedex Number":"508","Img name":"508","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"558","ATK":"206","DEF":"182","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2635","100% CP @ 39":"2597"}, +{"Row":"523","Name":"Purrloin","Pokedex Number":"509","Img name":"509","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"253","ATK":"98","DEF":"73","STA":"82","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"652","100% CP @ 39":"642"}, +{"Row":"524","Name":"Liepard","Pokedex Number":"510","Img name":"510","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"421","ATK":"187","DEF":"106","STA":"128","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1659","100% CP @ 39":"1635"}, +{"Row":"525","Name":"Pansage","Pokedex Number":"511","Img name":"511","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"298","ATK":"104","DEF":"94","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"832","100% CP @ 39":"820"}, +{"Row":"526","Name":"Simisage","Pokedex Number":"512","Img name":"512","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"489","ATK":"206","DEF":"133","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2156","100% CP @ 39":"2126"}, +{"Row":"527","Name":"Pansear","Pokedex Number":"513","Img name":"513","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"298","ATK":"104","DEF":"94","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"832","100% CP @ 39":"820"}, +{"Row":"528","Name":"Simisear","Pokedex Number":"514","Img name":"514","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"489","ATK":"206","DEF":"133","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2156","100% CP @ 39":"2126"}, +{"Row":"529","Name":"Panpour","Pokedex Number":"515","Img name":"515","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"298","ATK":"104","DEF":"94","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"832","100% CP @ 39":"820"}, +{"Row":"530","Name":"Simipour","Pokedex Number":"516","Img name":"516","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"489","ATK":"206","DEF":"133","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2156","100% CP @ 39":"2126"}, +{"Row":"531","Name":"Munna","Pokedex Number":"517","Img name":"517","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"360","ATK":"111","DEF":"97","STA":"152","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1076","100% CP @ 39":"1060"}, +{"Row":"532","Name":"Musharna","Pokedex Number":"518","Img name":"518","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"586","ATK":"183","DEF":"171","STA":"232","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2650","100% CP @ 39":"2612"}, +{"Row":"533","Name":"Pidove","Pokedex Number":"519","Img name":"519","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"287","ATK":"98","DEF":"89","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"771","100% CP @ 39":"760"}, +{"Row":"534","Name":"Tranquill","Pokedex Number":"520","Img name":"520","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"385","ATK":"144","DEF":"117","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1345","100% CP @ 39":"1325"}, +{"Row":"535","Name":"Unfezant","Pokedex Number":"521","Img name":"521","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"546","ATK":"226","DEF":"160","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2634","100% CP @ 39":"2596"}, +{"Row":"536","Name":"Blitzle","Pokedex Number":"522","Img name":"522","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"272","ATK":"118","DEF":"64","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"756","100% CP @ 39":"745"}, +{"Row":"537","Name":"Zebstrika","Pokedex Number":"523","Img name":"523","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"497","ATK":"211","DEF":"136","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2228","100% CP @ 39":"2196"}, +{"Row":"538","Name":"Roggenrola","Pokedex Number":"524","Img name":"524","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"367","ATK":"121","DEF":"136","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1166","100% CP @ 39":"1150"}, +{"Row":"539","Name":"Boldore","Pokedex Number":"525","Img name":"525","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"487","ATK":"174","DEF":"173","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2015","100% CP @ 39":"1986"}, +{"Row":"540","Name":"Gigalith","Pokedex Number":"526","Img name":"526","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"619","ATK":"226","DEF":"223","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3158","100% CP @ 39":"3113"}, +{"Row":"541","Name":"Woobat","Pokedex Number":"527","Img name":"527","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"322","ATK":"107","DEF":"85","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"917","100% CP @ 39":"904"}, +{"Row":"542","Name":"Swoobat","Pokedex Number":"528","Img name":"528","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"414","ATK":"161","DEF":"119","STA":"134","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1553","100% CP @ 39":"1531"}, +{"Row":"543","Name":"Drilbur","Pokedex Number":"529","Img name":"529","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"362","ATK":"154","DEF":"88","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1244","100% CP @ 39":"1226"}, +{"Row":"544","Name":"Excadrill","Pokedex Number":"530","Img name":"530","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"steel","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"607","ATK":"255","DEF":"132","STA":"220","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3134","100% CP @ 39":"3089"}, +{"Row":"545","Name":"Audino","Pokedex Number":"531","Img name":"531","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"483","ATK":"114","DEF":"163","STA":"206","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1598","100% CP @ 39":"1575"}, +{"Row":"546","Name":"Timburr","Pokedex Number":"532","Img name":"532","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"381","ATK":"134","DEF":"97","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1265","100% CP @ 39":"1247"}, +{"Row":"547","Name":"Gurdurr","Pokedex Number":"533","Img name":"533","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"500","ATK":"180","DEF":"150","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2127","100% CP @ 39":"2097"}, +{"Row":"548","Name":"Conkeldurr","Pokedex Number":"534","Img name":"534","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"625","ATK":"243","DEF":"172","STA":"210","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3305","100% CP @ 39":"3258"}, +{"Row":"549","Name":"Tympole","Pokedex Number":"535","Img name":"535","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"276","ATK":"98","DEF":"78","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"729","100% CP @ 39":"719"}, +{"Row":"550","Name":"Palpitoad","Pokedex Number":"536","Img name":"536","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"387","ATK":"128","DEF":"109","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1277","100% CP @ 39":"1259"}, +{"Row":"551","Name":"Seismitoad","Pokedex Number":"537","Img name":"537","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"548","ATK":"188","DEF":"150","STA":"210","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2442","100% CP @ 39":"2408"}, +{"Row":"552","Name":"Throh","Pokedex Number":"538","Img name":"538","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"572","ATK":"172","DEF":"160","STA":"240","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2467","100% CP @ 39":"2432"}, +{"Row":"553","Name":"Sawk","Pokedex Number":"539","Img name":"539","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"534","ATK":"231","DEF":"153","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2558","100% CP @ 39":"2521"}, +{"Row":"554","Name":"Sewaddle","Pokedex Number":"540","Img name":"540","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"315","ATK":"96","DEF":"129","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"852","100% CP @ 39":"840"}, +{"Row":"555","Name":"Swadloon","Pokedex Number":"541","Img name":"541","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"391","ATK":"115","DEF":"166","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1221","100% CP @ 39":"1203"}, +{"Row":"556","Name":"Leavanny","Pokedex Number":"542","Img name":"542","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"520","ATK":"205","DEF":"165","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2368","100% CP @ 39":"2334"}, +{"Row":"557","Name":"Venipede","Pokedex Number":"543","Img name":"543","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"252","ATK":"83","DEF":"109","STA":"60","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"590","100% CP @ 39":"581"}, +{"Row":"558","Name":"Whirlipede","Pokedex Number":"544","Img name":"544","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"362","ATK":"100","DEF":"182","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"982","100% CP @ 39":"968"}, +{"Row":"559","Name":"Scolipede","Pokedex Number":"545","Img name":"545","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"509","ATK":"203","DEF":"186","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2242","100% CP @ 39":"2210"}, +{"Row":"560","Name":"Cottonee","Pokedex Number":"546","Img name":"546","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fairy","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"267","ATK":"71","DEF":"116","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"599","100% CP @ 39":"590"}, +{"Row":"561","Name":"Whimsicott","Pokedex Number":"547","Img name":"547","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fairy","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"466","ATK":"164","DEF":"182","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1823","100% CP @ 39":"1797"}, +{"Row":"562","Name":"Petilil","Pokedex Number":"548","Img name":"548","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"300","ATK":"119","DEF":"91","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"882","100% CP @ 39":"870"}, +{"Row":"563","Name":"Lilligant","Pokedex Number":"549","Img name":"549","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"509","ATK":"214","DEF":"155","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2321","100% CP @ 39":"2288"}, +{"Row":"564","Name":"Basculin","Pokedex Number":"550","Img name":"550","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"463","ATK":"189","DEF":"134","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1936","100% CP @ 39":"1908"}, +{"Row":"565","Name":"Sandile","Pokedex Number":"551","Img name":"551","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"301","ATK":"132","DEF":"69","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"902","100% CP @ 39":"889"}, +{"Row":"566","Name":"Krokorok","Pokedex Number":"552","Img name":"552","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"365","ATK":"155","DEF":"90","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1264","100% CP @ 39":"1246"}, +{"Row":"567","Name":"Krookodile","Pokedex Number":"553","Img name":"553","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"582","ATK":"229","DEF":"163","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2911","100% CP @ 39":"2869"}, +{"Row":"568","Name":"Darumaka","Pokedex Number":"554","Img name":"554","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"379","ATK":"153","DEF":"86","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1312","100% CP @ 39":"1294"}, +{"Row":"569","Name":"Darmanitan (Zen Mode)","Pokedex Number":"555","Img name":"555","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"587","ATK":"263","DEF":"114","STA":"210","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2958","100% CP @ 39":"2915"}, +{"Row":"570","Name":"Darmanitan (Standard Mode)","Pokedex Number":"555","Img name":"555","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"587","ATK":"263","DEF":"114","STA":"210","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2958","100% CP @ 39":"2915"}, +{"Row":"571","Name":"Maractus","Pokedex Number":"556","Img name":"556","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"481","ATK":"201","DEF":"130","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2086","100% CP @ 39":"2056"}, +{"Row":"572","Name":"Dwebble","Pokedex Number":"557","Img name":"557","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"370","ATK":"118","DEF":"152","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1151","100% CP @ 39":"1134"}, +{"Row":"573","Name":"Crustle","Pokedex Number":"558","Img name":"558","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"552","ATK":"188","DEF":"224","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2440","100% CP @ 39":"2405"}, +{"Row":"574","Name":"Scraggy","Pokedex Number":"559","Img name":"559","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"fighting","Weather 1":"Fog","Weather 2":"Cloudy","STAT TOTAL":"364","ATK":"132","DEF":"132","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1193","100% CP @ 39":"1176"}, +{"Row":"575","Name":"Scrafty","Pokedex Number":"560","Img name":"560","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"fighting","Weather 1":"Fog","Weather 2":"Cloudy","STAT TOTAL":"515","ATK":"163","DEF":"222","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2060","100% CP @ 39":"2031"}, +{"Row":"576","Name":"Sigilyph","Pokedex Number":"561","Img name":"561","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"515","ATK":"204","DEF":"167","STA":"144","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2326","100% CP @ 39":"2293"}, +{"Row":"577","Name":"Yamask","Pokedex Number":"562","Img name":"562","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"321","ATK":"95","DEF":"150","STA":"76","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"841","100% CP @ 39":"829"}, +{"Row":"578","Name":"Cofagrigus","Pokedex Number":"563","Img name":"563","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"534","ATK":"163","DEF":"255","STA":"116","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2090","100% CP @ 39":"2060"}, +{"Row":"579","Name":"Tirtouga","Pokedex Number":"564","Img name":"564","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"414","ATK":"134","DEF":"172","STA":"108","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1411","100% CP @ 39":"1391"}, +{"Row":"580","Name":"Carracosta","Pokedex Number":"565","Img name":"565","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"568","ATK":"192","DEF":"228","STA":"148","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2573","100% CP @ 39":"2536"}, +{"Row":"581","Name":"Archen","Pokedex Number":"566","Img name":"566","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"412","ATK":"213","DEF":"89","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1623","100% CP @ 39":"1600"}, +{"Row":"582","Name":"Archeops","Pokedex Number":"567","Img name":"567","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"581","ATK":"292","DEF":"139","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3056","100% CP @ 39":"3012"}, +{"Row":"583","Name":"Trubbish","Pokedex Number":"568","Img name":"568","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"318","ATK":"96","DEF":"122","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"870","100% CP @ 39":"857"}, +{"Row":"584","Name":"Garbodor","Pokedex Number":"569","Img name":"569","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"505","ATK":"181","DEF":"164","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2166","100% CP @ 39":"2135"}, +{"Row":"585","Name":"Zorua","Pokedex Number":"570","Img name":"570","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"311","ATK":"153","DEF":"78","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"986","100% CP @ 39":"972"}, +{"Row":"586","Name":"Zoroark","Pokedex Number":"571","Img name":"571","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"497","ATK":"250","DEF":"127","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2291","100% CP @ 39":"2258"}, +{"Row":"587","Name":"Minccino","Pokedex Number":"572","Img name":"572","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"288","ATK":"98","DEF":"80","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"769","100% CP @ 39":"758"}, +{"Row":"588","Name":"Cinccino","Pokedex Number":"573","Img name":"573","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"478","ATK":"198","DEF":"130","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2057","100% CP @ 39":"2028"}, +{"Row":"589","Name":"Gothita","Pokedex Number":"574","Img name":"574","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"306","ATK":"98","DEF":"118","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"834","100% CP @ 39":"822"}, +{"Row":"590","Name":"Gothorita","Pokedex Number":"575","Img name":"575","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"416","ATK":"137","DEF":"159","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1455","100% CP @ 39":"1434"}, +{"Row":"591","Name":"Gothitelle","Pokedex Number":"576","Img name":"576","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"528","ATK":"176","DEF":"212","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2237","100% CP @ 39":"2205"}, +{"Row":"592","Name":"Solosis","Pokedex Number":"577","Img name":"577","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"347","ATK":"170","DEF":"87","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1195","100% CP @ 39":"1178"}, +{"Row":"593","Name":"Duosion","Pokedex Number":"578","Img name":"578","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"445","ATK":"208","DEF":"107","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1852","100% CP @ 39":"1826"}, +{"Row":"594","Name":"Reuniclus","Pokedex Number":"579","Img name":"579","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"587","ATK":"214","DEF":"153","STA":"220","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2841","100% CP @ 39":"2801"}, +{"Row":"595","Name":"Ducklett","Pokedex Number":"580","Img name":"580","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"304","ATK":"84","DEF":"96","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"768","100% CP @ 39":"757"}, +{"Row":"596","Name":"Swanna","Pokedex Number":"581","Img name":"581","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"464","ATK":"182","DEF":"132","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1916","100% CP @ 39":"1888"}, +{"Row":"597","Name":"Vanillite","Pokedex Number":"582","Img name":"582","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"301","ATK":"118","DEF":"111","STA":"72","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"869","100% CP @ 39":"857"}, +{"Row":"598","Name":"Vanillish","Pokedex Number":"583","Img name":"583","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"396","ATK":"151","DEF":"143","STA":"102","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1409","100% CP @ 39":"1389"}, +{"Row":"599","Name":"Vanilluxe","Pokedex Number":"584","Img name":"584","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"550","ATK":"218","DEF":"190","STA":"142","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2610","100% CP @ 39":"2573"}, +{"Row":"600","Name":"Deerling","Pokedex Number":"585","Img name":"585","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"grass","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"335","ATK":"115","DEF":"100","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1011","100% CP @ 39":"997"}, +{"Row":"601","Name":"Sawsbuck","Pokedex Number":"586","Img name":"586","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"grass","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"504","ATK":"198","DEF":"146","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2233","100% CP @ 39":"2201"}, +{"Row":"602","Name":"Emolga","Pokedex Number":"587","Img name":"587","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"395","ATK":"158","DEF":"127","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1439","100% CP @ 39":"1419"}, +{"Row":"603","Name":"Karrablast","Pokedex Number":"588","Img name":"588","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"324","ATK":"137","DEF":"87","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1028","100% CP @ 39":"1013"}, +{"Row":"604","Name":"Escavalier","Pokedex Number":"589","Img name":"589","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"550","ATK":"223","DEF":"187","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2630","100% CP @ 39":"2592"}, +{"Row":"605","Name":"Foongus","Pokedex Number":"590","Img name":"590","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"330","ATK":"97","DEF":"95","STA":"138","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"907","100% CP @ 39":"894"}, +{"Row":"606","Name":"Amoonguss","Pokedex Number":"591","Img name":"591","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"527","ATK":"155","DEF":"144","STA":"228","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2087","100% CP @ 39":"2057"}, +{"Row":"607","Name":"Frillish","Pokedex Number":"592","Img name":"592","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"375","ATK":"115","DEF":"150","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1166","100% CP @ 39":"1149"}, +{"Row":"608","Name":"Jellicent","Pokedex Number":"593","Img name":"593","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"554","ATK":"159","DEF":"195","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2309","100% CP @ 39":"2276"}, +{"Row":"609","Name":"Alomomola","Pokedex Number":"594","Img name":"594","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"616","ATK":"138","DEF":"148","STA":"330","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2266","100% CP @ 39":"2233"}, +{"Row":"610","Name":"Joltik","Pokedex Number":"595","Img name":"595","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"electric","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"308","ATK":"110","DEF":"98","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"889","100% CP @ 39":"877"}, +{"Row":"611","Name":"Galvantula","Pokedex Number":"596","Img name":"596","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"electric","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"469","ATK":"201","DEF":"128","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2008","100% CP @ 39":"1979"}, +{"Row":"612","Name":"Ferroseed","Pokedex Number":"597","Img name":"597","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"steel","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"327","ATK":"82","DEF":"157","STA":"88","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"806","100% CP @ 39":"794"}, +{"Row":"613","Name":"Ferrothorn","Pokedex Number":"598","Img name":"598","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"steel","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"536","ATK":"158","DEF":"230","STA":"148","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2159","100% CP @ 39":"2128"}, +{"Row":"614","Name":"Klink","Pokedex Number":"599","Img name":"599","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"304","ATK":"98","DEF":"126","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"816","100% CP @ 39":"805"}, +{"Row":"615","Name":"Klang","Pokedex Number":"600","Img name":"600","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"449","ATK":"150","DEF":"179","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1667","100% CP @ 39":"1643"}, +{"Row":"616","Name":"Klinklang","Pokedex Number":"601","Img name":"601","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"549","ATK":"199","DEF":"230","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2430","100% CP @ 39":"2396"}, +{"Row":"617","Name":"Tynamo","Pokedex Number":"602","Img name":"602","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"253","ATK":"105","DEF":"78","STA":"70","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"666","100% CP @ 39":"656"}, +{"Row":"618","Name":"Eelektrik","Pokedex Number":"603","Img name":"603","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"416","ATK":"156","DEF":"130","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1548","100% CP @ 39":"1526"}, +{"Row":"619","Name":"Eelektross","Pokedex Number":"604","Img name":"604","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"539","ATK":"217","DEF":"152","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2546","100% CP @ 39":"2510"}, +{"Row":"620","Name":"Elgyem","Pokedex Number":"605","Img name":"605","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"358","ATK":"148","DEF":"100","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1220","100% CP @ 39":"1203"}, +{"Row":"621","Name":"Beheeyem","Pokedex Number":"606","Img name":"606","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"543","ATK":"221","DEF":"172","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2589","100% CP @ 39":"2552"}, +{"Row":"622","Name":"Litwick","Pokedex Number":"607","Img name":"607","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"fire","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"306","ATK":"108","DEF":"98","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"875","100% CP @ 39":"863"}, +{"Row":"623","Name":"Lampent","Pokedex Number":"608","Img name":"608","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"fire","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"404","ATK":"169","DEF":"115","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1522","100% CP @ 39":"1500"}, +{"Row":"624","Name":"Chandelure","Pokedex Number":"609","Img name":"609","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"fire","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"573","ATK":"271","DEF":"182","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2913","100% CP @ 39":"2871"}, +{"Row":"625","Name":"Axew","Pokedex Number":"610","Img name":"610","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"357","ATK":"154","DEF":"111","STA":"92","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1225","100% CP @ 39":"1208"}, +{"Row":"626","Name":"Fraxure","Pokedex Number":"611","Img name":"611","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"477","ATK":"212","DEF":"133","STA":"132","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2091","100% CP @ 39":"2061"}, +{"Row":"627","Name":"Haxorus","Pokedex Number":"612","Img name":"612","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"619","ATK":"284","DEF":"183","STA":"152","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3395","100% CP @ 39":"3347"}, +{"Row":"628","Name":"Cubchoo","Pokedex Number":"613","Img name":"613","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"312","ATK":"128","DEF":"74","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"942","100% CP @ 39":"928"}, +{"Row":"629","Name":"Beartic","Pokedex Number":"614","Img name":"614","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"575","ATK":"233","DEF":"152","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2865","100% CP @ 39":"2825"}, +{"Row":"630","Name":"Cryogonal","Pokedex Number":"615","Img name":"615","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"614","ATK":"190","DEF":"264","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2829","100% CP @ 39":"2788"}, +{"Row":"631","Name":"Shelmet","Pokedex Number":"616","Img name":"616","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"321","ATK":"72","DEF":"149","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"746","100% CP @ 39":"735"}, +{"Row":"632","Name":"Accelgor","Pokedex Number":"617","Img name":"617","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"511","ATK":"220","DEF":"131","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2346","100% CP @ 39":"2312"}, +{"Row":"633","Name":"Stunfisk","Pokedex Number":"618","Img name":"618","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"electric","Weather 1":"Sunny/clear","Weather 2":"Rainy","STAT TOTAL":"539","ATK":"144","DEF":"177","STA":"218","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2100","100% CP @ 39":"2070"}, +{"Row":"634","Name":"Mienfoo","Pokedex Number":"619","Img name":"619","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"348","ATK":"160","DEF":"98","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1190","100% CP @ 39":"1173"}, +{"Row":"635","Name":"Mienshao","Pokedex Number":"620","Img name":"620","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"515","ATK":"258","DEF":"127","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2446","100% CP @ 39":"2411"}, +{"Row":"636","Name":"Druddigon","Pokedex Number":"621","Img name":"621","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"537","ATK":"213","DEF":"170","STA":"154","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2517","100% CP @ 39":"2481"}, +{"Row":"637","Name":"Golett","Pokedex Number":"622","Img name":"622","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"ghost","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"337","ATK":"127","DEF":"92","STA":"118","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1058","100% CP @ 39":"1042"}, +{"Row":"638","Name":"Golurk","Pokedex Number":"623","Img name":"623","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"ghost","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"554","ATK":"222","DEF":"154","STA":"178","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2673","100% CP @ 39":"2635"}, +{"Row":"639","Name":"Pawniard","Pokedex Number":"624","Img name":"624","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"steel","Weather 1":"Fog","Weather 2":"Snow","STAT TOTAL":"373","ATK":"154","DEF":"129","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1297","100% CP @ 39":"1279"}, +{"Row":"640","Name":"Bisharp","Pokedex Number":"625","Img name":"625","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"steel","Weather 1":"Fog","Weather 2":"Snow","STAT TOTAL":"553","ATK":"232","DEF":"191","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2666","100% CP @ 39":"2628"}, +{"Row":"641","Name":"Bouffalant","Pokedex Number":"626","Img name":"626","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"567","ATK":"195","DEF":"182","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2635","100% CP @ 39":"2598"}, +{"Row":"642","Name":"Rufflet","Pokedex Number":"627","Img name":"627","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"387","ATK":"150","DEF":"97","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1357","100% CP @ 39":"1338"}, +{"Row":"643","Name":"Braviary","Pokedex Number":"628","Img name":"628","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"584","ATK":"232","DEF":"152","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2923","100% CP @ 39":"2881"}, +{"Row":"644","Name":"Vullaby","Pokedex Number":"629","Img name":"629","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"389","ATK":"105","DEF":"144","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1176","100% CP @ 39":"1159"}, +{"Row":"645","Name":"Mandibuzz","Pokedex Number":"630","Img name":"630","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"559","ATK":"129","DEF":"210","STA":"220","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2068","100% CP @ 39":"2038"}, +{"Row":"646","Name":"Heatmor","Pokedex Number":"631","Img name":"631","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"503","ATK":"204","DEF":"129","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2232","100% CP @ 39":"2200"}, +{"Row":"647","Name":"Durant","Pokedex Number":"632","Img name":"632","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"555","ATK":"217","DEF":"222","STA":"116","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2553","100% CP @ 39":"2516"}, +{"Row":"648","Name":"Deino","Pokedex Number":"633","Img name":"633","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"dragon","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"313","ATK":"116","DEF":"93","STA":"104","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"927","100% CP @ 39":"914"}, +{"Row":"649","Name":"Zweilous","Pokedex Number":"634","Img name":"634","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"dragon","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"438","ATK":"159","DEF":"135","STA":"144","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1678","100% CP @ 39":"1654"}, +{"Row":"650","Name":"Hydreigon","Pokedex Number":"635","Img name":"635","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"dragon","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"628","ATK":"256","DEF":"188","STA":"184","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3401","100% CP @ 39":"3353"}, +{"Row":"651","Name":"Larvesta","Pokedex Number":"636","Img name":"636","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"fire","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"373","ATK":"156","DEF":"107","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1318","100% CP @ 39":"1300"}, +{"Row":"652","Name":"Volcarona","Pokedex Number":"637","Img name":"637","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"fire","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"644","ATK":"264","DEF":"210","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3555","100% CP @ 39":"3504"}, +{"Row":"653","Name":"Cobalion","Pokedex Number":"638","Img name":"638","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"fighting","Weather 1":"Snow","Weather 2":"Cloudy","STAT TOTAL":"634","ATK":"192","DEF":"260","STA":"182","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3009","100% CP @ 39":"2966"}, +{"Row":"654","Name":"Terrakion","Pokedex Number":"639","Img name":"639","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"fighting","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"634","ATK":"260","DEF":"192","STA":"182","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3468","100% CP @ 39":"3418"}, +{"Row":"655","Name":"Virizion","Pokedex Number":"640","Img name":"640","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"634","ATK":"192","DEF":"260","STA":"182","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3009","100% CP @ 39":"2966"}, +{"Row":"656","Name":"Tornadus (Therian Forme)","Pokedex Number":"641","Img name":"641","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"flying","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"593","ATK":"266","DEF":"169","STA":"158","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3131","100% CP @ 39":"3086"}, +{"Row":"657","Name":"Tornadus (Incarnate Forme)","Pokedex Number":"641","Img name":"641","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"flying","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"593","ATK":"266","DEF":"169","STA":"158","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3131","100% CP @ 39":"3086"}, +{"Row":"658","Name":"Thundurus (Incarnate Forme)","Pokedex Number":"642","Img name":"642","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"593","ATK":"266","DEF":"169","STA":"158","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3131","100% CP @ 39":"3086"}, +{"Row":"659","Name":"Thundurus (Therian Forme)","Pokedex Number":"642","Img name":"642","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"593","ATK":"266","DEF":"169","STA":"158","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3131","100% CP @ 39":"3086"}, +{"Row":"660","Name":"Reshiram","Pokedex Number":"643","Img name":"643","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"fire","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"744","ATK":"302","DEF":"242","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4654","100% CP @ 39":"4587"}, +{"Row":"661","Name":"Zekrom","Pokedex Number":"644","Img name":"644","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"electric","Weather 1":"Windy","Weather 2":"Rainy","STAT TOTAL":"744","ATK":"302","DEF":"242","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4654","100% CP @ 39":"4587"}, +{"Row":"662","Name":"Landorus (Incarnate Forme)","Pokedex Number":"645","Img name":"645","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"626","ATK":"261","DEF":"187","STA":"178","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3403","100% CP @ 39":"3355"}, +{"Row":"663","Name":"Landorus (Therian Forme)","Pokedex Number":"645","Img name":"645","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"626","ATK":"261","DEF":"187","STA":"178","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3403","100% CP @ 39":"3355"}, +{"Row":"664","Name":"Kyurem (Black Kyurem)","Pokedex Number":"646","Img name":"646","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ice","Weather 1":"Windy","Weather 2":"Snow","STAT TOTAL":"707","ATK":"270","DEF":"187","STA":"250","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4118","100% CP @ 39":"4059"}, +{"Row":"665","Name":"Kyurem (Normal Kyurem)","Pokedex Number":"646","Img name":"646","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ice","Weather 1":"Windy","Weather 2":"Snow","STAT TOTAL":"707","ATK":"270","DEF":"187","STA":"250","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4118","100% CP @ 39":"4059"}, +{"Row":"666","Name":"Kyurem (White Kyurem)","Pokedex Number":"646","Img name":"646","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ice","Weather 1":"Windy","Weather 2":"Snow","STAT TOTAL":"707","ATK":"270","DEF":"187","STA":"250","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4118","100% CP @ 39":"4059"}, +{"Row":"667","Name":"Keldeo","Pokedex Number":"647","Img name":"647","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"fighting","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"634","ATK":"260","DEF":"192","STA":"182","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3468","100% CP @ 39":"3418"}, +{"Row":"668","Name":"Meloetta (Pirouette Forme)","Pokedex Number":"648","Img name":"648","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"psychic","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"700","ATK":"250","DEF":"250","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3950","100% CP @ 39":"3894"}, +{"Row":"669","Name":"Meloetta (Aria Forme)","Pokedex Number":"648","Img name":"648","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"psychic","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"700","ATK":"250","DEF":"250","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3950","100% CP @ 39":"3894"}, +{"Row":"670","Name":"Genesect","Pokedex Number":"649","Img name":"649","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"593","ATK":"252","DEF":"199","STA":"142","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3056","100% CP @ 39":"3013"}, +{"Row":"671","Name":"Chespin","Pokedex Number":"650","Img name":"650","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"338","ATK":"110","DEF":"116","STA":"112","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1007","100% CP @ 39":"992"}, +{"Row":"672","Name":"Quilladin","Pokedex Number":"651","Img name":"651","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"442","ATK":"146","DEF":"174","STA":"122","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1618","100% CP @ 39":"1594"}, +{"Row":"673","Name":"Chesnaught","Pokedex Number":"652","Img name":"652","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"604","ATK":"201","DEF":"227","STA":"176","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2900","100% CP @ 39":"2859"}, +{"Row":"674","Name":"Fennekin","Pokedex Number":"653","Img name":"653","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"308","ATK":"116","DEF":"112","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"898","100% CP @ 39":"885"}, +{"Row":"675","Name":"Braixen","Pokedex Number":"654","Img name":"654","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"425","ATK":"171","DEF":"136","STA":"118","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1646","100% CP @ 39":"1622"}, +{"Row":"676","Name":"Delphox","Pokedex Number":"655","Img name":"655","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"psychic","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"584","ATK":"230","DEF":"204","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2908","100% CP @ 39":"2867"}, +{"Row":"677","Name":"Froakie","Pokedex Number":"656","Img name":"656","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"290","ATK":"122","DEF":"86","STA":"82","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"846","100% CP @ 39":"834"}, +{"Row":"678","Name":"Frogadier","Pokedex Number":"657","Img name":"657","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"392","ATK":"168","DEF":"116","STA":"108","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1450","100% CP @ 39":"1430"}, +{"Row":"679","Name":"Greninja","Pokedex Number":"658","Img name":"658","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"dark","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"521","ATK":"223","DEF":"154","STA":"144","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2436","100% CP @ 39":"2401"}, +{"Row":"680","Name":"Bunnelby","Pokedex Number":"659","Img name":"659","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"217","ATK":"68","DEF":"73","STA":"76","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"463","100% CP @ 39":"457"}, +{"Row":"681","Name":"Diggersby","Pokedex Number":"660","Img name":"660","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"437","ATK":"112","DEF":"155","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1406","100% CP @ 39":"1386"}, +{"Row":"682","Name":"Fletchling","Pokedex Number":"661","Img name":"661","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"268","ATK":"95","DEF":"83","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"696","100% CP @ 39":"686"}, +{"Row":"683","Name":"Fletchinder","Pokedex Number":"662","Img name":"662","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"380","ATK":"145","DEF":"111","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1322","100% CP @ 39":"1303"}, +{"Row":"684","Name":"Talonflame","Pokedex Number":"663","Img name":"663","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"488","ATK":"176","DEF":"156","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2039","100% CP @ 39":"2010"}, +{"Row":"685","Name":"Scatterbug","Pokedex Number":"664","Img name":"664","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"209","ATK":"63","DEF":"70","STA":"76","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"428","100% CP @ 39":"422"}, +{"Row":"686","Name":"Spewpa","Pokedex Number":"665","Img name":"665","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"241","ATK":"48","DEF":"103","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"437","100% CP @ 39":"431"}, +{"Row":"687","Name":"Vivillon","Pokedex Number":"666","Img name":"666","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"439","ATK":"176","DEF":"103","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1714","100% CP @ 39":"1689"}, +{"Row":"688","Name":"Litleo","Pokedex Number":"667","Img name":"667","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"normal","Weather 1":"Sunny/clear","Weather 2":"Partly cloudy","STAT TOTAL":"377","ATK":"139","DEF":"114","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1287","100% CP @ 39":"1269"}, +{"Row":"689","Name":"Pyroar","Pokedex Number":"668","Img name":"668","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"normal","Weather 1":"Sunny/clear","Weather 2":"Partly cloudy","STAT TOTAL":"545","ATK":"221","DEF":"152","STA":"172","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2604","100% CP @ 39":"2567"}, +{"Row":"690","Name":"Flab��B��","Pokedex Number":"669","Img name":"669","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"334","ATK":"108","DEF":"138","STA":"88","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"964","100% CP @ 39":"950"} +, +{"Row":"691","Name":"Floette","Pokedex Number":"670","Img name":"670","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"419","ATK":"136","DEF":"175","STA":"108","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1441","100% CP @ 39":"1421"}, +{"Row":"692","Name":"Florges","Pokedex Number":"671","Img name":"671","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"655","ATK":"212","DEF":"287","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3221","100% CP @ 39":"3175"}, +{"Row":"693","Name":"Skiddo","Pokedex Number":"672","Img name":"672","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"362","ATK":"123","DEF":"107","STA":"132","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1154","100% CP @ 39":"1137"}, +{"Row":"694","Name":"Gogoat","Pokedex Number":"673","Img name":"673","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"597","ATK":"196","DEF":"155","STA":"246","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2775","100% CP @ 39":"2736"}, +{"Row":"695","Name":"Pancham","Pokedex Number":"674","Img name":"674","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"392","ATK":"145","DEF":"113","STA":"134","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1380","100% CP @ 39":"1360"}, +{"Row":"696","Name":"Pangoro","Pokedex Number":"675","Img name":"675","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"dark","Weather 1":"Cloudy","Weather 2":"Fog","STAT TOTAL":"565","ATK":"226","DEF":"149","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2759","100% CP @ 39":"2720"}, +{"Row":"697","Name":"Furfrou","Pokedex Number":"676","Img name":"676","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"496","ATK":"164","DEF":"182","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2015","100% CP @ 39":"1986"}, +{"Row":"698","Name":"Espurr","Pokedex Number":"677","Img name":"677","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"361","ATK":"120","DEF":"117","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1142","100% CP @ 39":"1125"}, +{"Row":"699","Name":"Meowstic","Pokedex Number":"678","Img name":"678","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"484","ATK":"166","DEF":"170","STA":"148","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1963","100% CP @ 39":"1935"}, +{"Row":"700","Name":"Honedge","Pokedex Number":"679","Img name":"679","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"ghost","Weather 1":"Snow","Weather 2":"Fog","STAT TOTAL":"392","ATK":"135","DEF":"167","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1295","100% CP @ 39":"1276"}, +{"Row":"701","Name":"Doublade","Pokedex Number":"680","Img name":"680","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"ghost","Weather 1":"Snow","Weather 2":"Fog","STAT TOTAL":"559","ATK":"188","DEF":"253","STA":"118","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2393","100% CP @ 39":"2359"}, +{"Row":"702","Name":"Aegislash","Pokedex Number":"681","Img name":"681","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"ghost","Weather 1":"Snow","Weather 2":"Fog","STAT TOTAL":"508","ATK":"97","DEF":"291","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1421","100% CP @ 39":"1401"}, +{"Row":"703","Name":"Spritzee","Pokedex Number":"682","Img name":"682","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"382","ATK":"110","DEF":"116","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1168","100% CP @ 39":"1151"}, +{"Row":"704","Name":"Aromatisse","Pokedex Number":"683","Img name":"683","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"533","ATK":"173","DEF":"158","STA":"202","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2275","100% CP @ 39":"2242"}, +{"Row":"705","Name":"Swirlix","Pokedex Number":"684","Img name":"684","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"356","ATK":"109","DEF":"123","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1072","100% CP @ 39":"1057"}, +{"Row":"706","Name":"Slurpuff","Pokedex Number":"685","Img name":"685","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"500","ATK":"168","DEF":"168","STA":"164","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2068","100% CP @ 39":"2039"}, +{"Row":"707","Name":"Inkay","Pokedex Number":"686","Img name":"686","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"psychic","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"302","ATK":"98","DEF":"98","STA":"106","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"825","100% CP @ 39":"813"}, +{"Row":"708","Name":"Malamar","Pokedex Number":"687","Img name":"687","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"psychic","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"521","ATK":"177","DEF":"172","STA":"172","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2242","100% CP @ 39":"2210"}, +{"Row":"709","Name":"Binacle","Pokedex Number":"688","Img name":"688","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"304","ATK":"96","DEF":"124","STA":"84","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"813","100% CP @ 39":"801"}, +{"Row":"710","Name":"Barbaracle","Pokedex Number":"689","Img name":"689","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"558","ATK":"194","DEF":"220","STA":"144","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2523","100% CP @ 39":"2487"}, +{"Row":"711","Name":"Skrelp","Pokedex Number":"690","Img name":"690","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"water","Weather 1":"Cloudy","Weather 2":"Rainy","STAT TOTAL":"318","ATK":"109","DEF":"109","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"924","100% CP @ 39":"911"}, +{"Row":"712","Name":"Dragalge","Pokedex Number":"691","Img name":"691","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"dragon","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"530","ATK":"177","DEF":"223","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2227","100% CP @ 39":"2195"}, +{"Row":"713","Name":"Clauncher","Pokedex Number":"692","Img name":"692","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"326","ATK":"108","DEF":"118","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"950","100% CP @ 39":"936"}, +{"Row":"714","Name":"Clawitzer","Pokedex Number":"693","Img name":"693","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"535","ATK":"221","DEF":"172","STA":"142","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2525","100% CP @ 39":"2489"}, +{"Row":"715","Name":"Helioptile","Pokedex Number":"694","Img name":"694","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"normal","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"286","ATK":"115","DEF":"83","STA":"88","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"815","100% CP @ 39":"804"}, +{"Row":"716","Name":"Heliolisk","Pokedex Number":"695","Img name":"695","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"normal","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"533","ATK":"219","DEF":"190","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2467","100% CP @ 39":"2431"}, +{"Row":"717","Name":"Tyrunt","Pokedex Number":"696","Img name":"696","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"dragon","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"412","ATK":"158","DEF":"138","STA":"116","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1529","100% CP @ 39":"1507"}, +{"Row":"718","Name":"Tyrantrum","Pokedex Number":"697","Img name":"697","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"dragon","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"612","ATK":"227","DEF":"221","STA":"164","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3106","100% CP @ 39":"3062"}, +{"Row":"719","Name":"Amaura","Pokedex Number":"698","Img name":"698","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"ice","Weather 1":"Partly cloudy","Weather 2":"Snow","STAT TOTAL":"394","ATK":"124","DEF":"116","STA":"154","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1291","100% CP @ 39":"1273"}, +{"Row":"720","Name":"Aurorus","Pokedex Number":"699","Img name":"699","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"ice","Weather 1":"Partly cloudy","Weather 2":"Snow","STAT TOTAL":"605","ATK":"186","DEF":"173","STA":"246","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2780","100% CP @ 39":"2741"}, +{"Row":"721","Name":"Sylveon","Pokedex Number":"700","Img name":"700","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"1","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"630","ATK":"203","DEF":"237","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3094","100% CP @ 39":"3050"}, +{"Row":"722","Name":"Hawlucha","Pokedex Number":"701","Img name":"701","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"flying","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"511","ATK":"195","DEF":"160","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2268","100% CP @ 39":"2236"}, +{"Row":"723","Name":"Dedenne","Pokedex Number":"702","Img name":"702","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"437","ATK":"164","DEF":"139","STA":"134","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1693","100% CP @ 39":"1669"}, +{"Row":"724","Name":"Carbink","Pokedex Number":"703","Img name":"703","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"fairy","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"480","ATK":"95","DEF":"285","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1276","100% CP @ 39":"1257"}, +{"Row":"725","Name":"Goomy","Pokedex Number":"704","Img name":"704","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"321","ATK":"101","DEF":"130","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"893","100% CP @ 39":"881"}, +{"Row":"726","Name":"Sliggoo","Pokedex Number":"705","Img name":"705","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"500","ATK":"159","DEF":"205","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1980","100% CP @ 39":"1952"}, +{"Row":"727","Name":"Goodra","Pokedex Number":"706","Img name":"706","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"683","ATK":"220","DEF":"283","STA":"180","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3538","100% CP @ 39":"3487"}, +{"Row":"728","Name":"Klefki","Pokedex Number":"707","Img name":"707","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"fairy","Weather 1":"Snow","Weather 2":"Cloudy","STAT TOTAL":"455","ATK":"160","DEF":"181","STA":"114","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1737","100% CP @ 39":"1713"}, +{"Row":"729","Name":"Phantump","Pokedex Number":"708","Img name":"708","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"grass","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"319","ATK":"125","DEF":"108","STA":"86","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"974","100% CP @ 39":"960"}, +{"Row":"730","Name":"Trevenant","Pokedex Number":"709","Img name":"709","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"grass","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"528","ATK":"201","DEF":"157","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2406","100% CP @ 39":"2372"}, +{"Row":"731","Name":"Pumpkaboo","Pokedex Number":"710","Img name":"710","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"grass","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"348","ATK":"121","DEF":"129","STA":"98","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1083","100% CP @ 39":"1068"}, +{"Row":"732","Name":"Gourgeist","Pokedex Number":"711","Img name":"711","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"grass","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"541","ATK":"175","DEF":"236","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2263","100% CP @ 39":"2231"}, +{"Row":"733","Name":"Bergmite","Pokedex Number":"712","Img name":"712","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"370","ATK":"117","DEF":"143","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1158","100% CP @ 39":"1142"}, +{"Row":"734","Name":"Avalugg","Pokedex Number":"713","Img name":"713","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"689","ATK":"196","DEF":"303","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3364","100% CP @ 39":"3316"}, +{"Row":"735","Name":"Noibat","Pokedex Number":"714","Img name":"714","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"flying","Type 2":"dragon","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"239","ATK":"83","DEF":"76","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"569","100% CP @ 39":"560"}, +{"Row":"736","Name":"Noivern","Pokedex Number":"715","Img name":"715","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"flying","Type 2":"dragon","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"550","ATK":"205","DEF":"175","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2576","100% CP @ 39":"2539"}, +{"Row":"737","Name":"Xerneas","Pokedex Number":"716","Img name":"716","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"731","ATK":"275","DEF":"204","STA":"252","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4379","100% CP @ 39":"4317"}, +{"Row":"738","Name":"Yveltal","Pokedex Number":"717","Img name":"717","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"731","ATK":"275","DEF":"204","STA":"252","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4379","100% CP @ 39":"4317"}, +{"Row":"739","Name":"Zygarde","Pokedex Number":"718","Img name":"718","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ground","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"664","ATK":"203","DEF":"245","STA":"216","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3336","100% CP @ 39":"3289"}, +{"Row":"740","Name":"Diancie","Pokedex Number":"719","Img name":"719","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"fairy","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"575","ATK":"190","DEF":"285","STA":"100","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2378","100% CP @ 39":"2344"}, +{"Row":"741","Name":"Hoopa","Pokedex Number":"720","Img name":"720","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"ghost","Weather 1":"Windy","Weather 2":"Fog","STAT TOTAL":"688","ATK":"287","DEF":"241","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3992","100% CP @ 39":"3935"}, +{"Row":"742","Name":"Volcanion","Pokedex Number":"721","Img name":"721","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"water","Weather 1":"Sunny/clear","Weather 2":"Rainy","STAT TOTAL":"643","ATK":"252","DEF":"231","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3460","100% CP @ 39":"3410"}, +{"Row":"743","Name":"Rowlet","Pokedex Number":"722","Img name":"722","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"340","ATK":"102","DEF":"102","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"971","100% CP @ 39":"957"}, +{"Row":"744","Name":"Dartrix","Pokedex Number":"723","Img name":"723","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"440","ATK":"142","DEF":"142","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1606","100% CP @ 39":"1583"}, +{"Row":"745","Name":"Decidueye","Pokedex Number":"724","Img name":"724","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"ghost","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"558","ATK":"210","DEF":"192","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2643","100% CP @ 39":"2606"}, +{"Row":"746","Name":"Litten","Pokedex Number":"725","Img name":"725","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"297","ATK":"128","DEF":"79","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"887","100% CP @ 39":"874"}, +{"Row":"747","Name":"Torracat","Pokedex Number":"726","Img name":"726","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"407","ATK":"174","DEF":"103","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1544","100% CP @ 39":"1522"}, +{"Row":"748","Name":"Incineroar","Pokedex Number":"727","Img name":"727","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"579","ATK":"214","DEF":"175","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2822","100% CP @ 39":"2782"}, +{"Row":"749","Name":"Popplio","Pokedex Number":"728","Img name":"728","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"324","ATK":"120","DEF":"104","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"986","100% CP @ 39":"972"}, +{"Row":"750","Name":"Brionne","Pokedex Number":"729","Img name":"729","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"439","ATK":"168","DEF":"151","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1711","100% CP @ 39":"1686"}, +{"Row":"751","Name":"Primarina","Pokedex Number":"730","Img name":"730","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"607","ATK":"232","DEF":"215","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3095","100% CP @ 39":"3050"}, +{"Row":"752","Name":"Pikipek","Pokedex Number":"731","Img name":"731","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"265","ATK":"136","DEF":"59","STA":"70","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"747","100% CP @ 39":"737"}, +{"Row":"753","Name":"Trumbeak","Pokedex Number":"732","Img name":"732","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"369","ATK":"159","DEF":"100","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1302","100% CP @ 39":"1284"}, +{"Row":"754","Name":"Toucannon","Pokedex Number":"733","Img name":"733","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"528","ATK":"222","DEF":"146","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2484","100% CP @ 39":"2449"}, +{"Row":"755","Name":"Yungoos","Pokedex Number":"734","Img name":"734","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"274","ATK":"122","DEF":"56","STA":"96","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"759","100% CP @ 39":"748"}, +{"Row":"756","Name":"Gumshoos","Pokedex Number":"735","Img name":"735","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"483","ATK":"194","DEF":"113","STA":"176","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2041","100% CP @ 39":"2011"}, +{"Row":"757","Name":"Grubbin","Pokedex Number":"736","Img name":"736","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"294","ATK":"115","DEF":"85","STA":"94","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"847","100% CP @ 39":"835"}, +{"Row":"758","Name":"Charjabug","Pokedex Number":"737","Img name":"737","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"electric","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"430","ATK":"145","DEF":"171","STA":"114","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1547","100% CP @ 39":"1525"}, +{"Row":"759","Name":"Vikavolt","Pokedex Number":"738","Img name":"738","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"electric","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"573","ATK":"254","DEF":"165","STA":"154","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2930","100% CP @ 39":"2888"}, +{"Row":"760","Name":"Crabrawler","Pokedex Number":"739","Img name":"739","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"353","ATK":"150","DEF":"109","STA":"94","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1198","100% CP @ 39":"1180"}, +{"Row":"761","Name":"Crabominable","Pokedex Number":"740","Img name":"740","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"ice","Weather 1":"Cloudy","Weather 2":"Snow","STAT TOTAL":"567","ATK":"231","DEF":"142","STA":"194","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2783","100% CP @ 39":"2743"}, +{"Row":"762","Name":"Oricorio","Pokedex Number":"741","Img name":"741","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"491","ATK":"196","DEF":"145","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2141","100% CP @ 39":"2110"}, +{"Row":"763","Name":"Cutiefly","Pokedex Number":"742","Img name":"742","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"271","ATK":"110","DEF":"81","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"745","100% CP @ 39":"734"}, +{"Row":"764","Name":"Ribombee","Pokedex Number":"743","Img name":"743","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"470","ATK":"198","DEF":"152","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1997","100% CP @ 39":"1968"}, +{"Row":"765","Name":"Rockruff","Pokedex Number":"744","Img name":"744","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"285","ATK":"117","DEF":"78","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"814","100% CP @ 39":"803"}, +{"Row":"766","Name":"Lycanroc","Pokedex Number":"745","Img name":"745","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"521","ATK":"231","DEF":"140","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2457","100% CP @ 39":"2422"}, +{"Row":"767","Name":"Wishiwashi","Pokedex Number":"746","Img name":"746","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"182","ATK":"46","DEF":"46","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"304","100% CP @ 39":"300"}, +{"Row":"768","Name":"Mareanie","Pokedex Number":"747","Img name":"747","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"water","Weather 1":"Cloudy","Weather 2":"Rainy","STAT TOTAL":"313","ATK":"98","DEF":"115","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"862","100% CP @ 39":"850"}, +{"Row":"769","Name":"Toxapex","Pokedex Number":"748","Img name":"748","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"water","Weather 1":"Cloudy","Weather 2":"Rainy","STAT TOTAL":"492","ATK":"114","DEF":"278","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1478","100% CP @ 39":"1457"}, +{"Row":"770","Name":"Mudbray","Pokedex Number":"749","Img name":"749","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"443","ATK":"175","DEF":"128","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1766","100% CP @ 39":"1741"}, +{"Row":"771","Name":"Mudsdale","Pokedex Number":"750","Img name":"750","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"594","ATK":"214","DEF":"180","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2928","100% CP @ 39":"2886"}, +{"Row":"772","Name":"Dewpider","Pokedex Number":"751","Img name":"751","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"bug","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"274","ATK":"72","DEF":"126","STA":"76","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"615","100% CP @ 39":"606"}, +{"Row":"773","Name":"Araquanid","Pokedex Number":"752","Img name":"752","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"bug","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"499","ATK":"126","DEF":"237","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1717","100% CP @ 39":"1693"}, +{"Row":"774","Name":"Fomantis","Pokedex Number":"753","Img name":"753","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"244","ATK":"100","DEF":"64","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"622","100% CP @ 39":"613"}, +{"Row":"775","Name":"Lurantis","Pokedex Number":"754","Img name":"754","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"501","ATK":"192","DEF":"169","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2183","100% CP @ 39":"2152"}, +{"Row":"776","Name":"Morelull","Pokedex Number":"755","Img name":"755","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fairy","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"316","ATK":"108","DEF":"128","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"895","100% CP @ 39":"882"}, +{"Row":"777","Name":"Shiinotic","Pokedex Number":"756","Img name":"756","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fairy","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"451","ATK":"154","DEF":"177","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1699","100% CP @ 39":"1675"}, +{"Row":"778","Name":"Salandit","Pokedex Number":"757","Img name":"757","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"fire","Weather 1":"Cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"312","ATK":"136","DEF":"80","STA":"96","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"968","100% CP @ 39":"954"}, +{"Row":"779","Name":"Salazzle","Pokedex Number":"758","Img name":"758","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"fire","Weather 1":"Cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"494","ATK":"228","DEF":"130","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2245","100% CP @ 39":"2213"}, +{"Row":"780","Name":"Stufful","Pokedex Number":"759","Img name":"759","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"fighting","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"371","ATK":"136","DEF":"95","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1231","100% CP @ 39":"1213"}, +{"Row":"781","Name":"Bewear","Pokedex Number":"760","Img name":"760","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"fighting","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"616","ATK":"226","DEF":"150","STA":"240","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3087","100% CP @ 39":"3043"}, +{"Row":"782","Name":"Bounsweet","Pokedex Number":"761","Img name":"761","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"208","ATK":"55","DEF":"69","STA":"84","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"398","100% CP @ 39":"393"}, +{"Row":"783","Name":"Steenee","Pokedex Number":"762","Img name":"762","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"276","ATK":"78","DEF":"94","STA":"104","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"661","100% CP @ 39":"652"}, +{"Row":"784","Name":"Tsareena","Pokedex Number":"763","Img name":"763","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"561","ATK":"222","DEF":"195","STA":"144","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2704","100% CP @ 39":"2666"}, +{"Row":"785","Name":"Comfey","Pokedex Number":"764","Img name":"764","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"493","ATK":"165","DEF":"226","STA":"102","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1887","100% CP @ 39":"1860"}, +{"Row":"786","Name":"Oranguru","Pokedex Number":"765","Img name":"765","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"psychic","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"555","ATK":"168","DEF":"207","STA":"180","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2378","100% CP @ 39":"2344"}, +{"Row":"787","Name":"Passimian","Pokedex Number":"766","Img name":"766","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"597","ATK":"222","DEF":"175","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2991","100% CP @ 39":"2949"}, +{"Row":"788","Name":"Wimpod","Pokedex Number":"767","Img name":"767","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"water","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"196","ATK":"67","DEF":"79","STA":"50","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"400","100% CP @ 39":"394"}, +{"Row":"789","Name":"Golisopod","Pokedex Number":"768","Img name":"768","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"water","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"617","ATK":"218","DEF":"249","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3037","100% CP @ 39":"2993"}, +{"Row":"790","Name":"Sandygast","Pokedex Number":"769","Img name":"769","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"ground","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"363","ATK":"120","DEF":"133","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1146","100% CP @ 39":"1130"}, +{"Row":"791","Name":"Palossand","Pokedex Number":"770","Img name":"770","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"ground","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"542","ATK":"178","DEF":"194","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2370","100% CP @ 39":"2336"}, +{"Row":"792","Name":"Pyukumuku","Pokedex Number":"771","Img name":"771","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"431","ATK":"97","DEF":"224","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1209","100% CP @ 39":"1191"}, +{"Row":"793","Name":"Type: Null","Pokedex Number":"772","Img name":"772","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"558","ATK":"184","DEF":"184","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2510","100% CP @ 39":"2474"}, +{"Row":"794","Name":"Silvally","Pokedex Number":"773","Img name":"773","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"586","ATK":"198","DEF":"198","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2779","100% CP @ 39":"2740"}, +{"Row":"795","Name":"Minior","Pokedex Number":"774","Img name":"774","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"430","ATK":"116","DEF":"194","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1374","100% CP @ 39":"1354"}, +{"Row":"796","Name":"Komala","Pokedex Number":"775","Img name":"775","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"525","ATK":"216","DEF":"179","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2419","100% CP @ 39":"2385"}, +{"Row":"797","Name":"Turtonator","Pokedex Number":"776","Img name":"776","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"dragon","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"523","ATK":"165","DEF":"238","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2077","100% CP @ 39":"2048"}, +{"Row":"798","Name":"Togedemaru","Pokedex Number":"777","Img name":"777","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"470","ATK":"190","DEF":"150","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1980","100% CP @ 39":"1952"}, +{"Row":"799","Name":"Mimikyu","Pokedex Number":"778","Img name":"778","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"fairy","Weather 1":"Fog","Weather 2":"Cloudy","STAT TOTAL":"500","ATK":"177","DEF":"213","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2024","100% CP @ 39":"1995"}, +{"Row":"800","Name":"Bruxish","Pokedex Number":"779","Img name":"779","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"psychic","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"489","ATK":"208","DEF":"145","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2164","100% CP @ 39":"2133"}, +{"Row":"801","Name":"Drampa","Pokedex Number":"780","Img name":"780","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"dragon","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"554","ATK":"231","DEF":"167","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2710","100% CP @ 39":"2671"}, +{"Row":"802","Name":"Dhelmise","Pokedex Number":"781","Img name":"781","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"grass","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"557","ATK":"233","DEF":"184","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2720","100% CP @ 39":"2681"}, +{"Row":"803","Name":"Jangmo-O","Pokedex Number":"782","Img name":"782","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"310","ATK":"102","DEF":"118","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"863","100% CP @ 39":"851"}, +{"Row":"804","Name":"Hakamo-O","Pokedex Number":"783","Img name":"783","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"fighting","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"427","ATK":"145","DEF":"172","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1527","100% CP @ 39":"1506"}, +{"Row":"805","Name":"Kommo-O","Pokedex Number":"784","Img name":"784","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"fighting","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"622","ATK":"222","DEF":"250","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3095","100% CP @ 39":"3051"}, +{"Row":"806","Name":"Tapu Koko","Pokedex Number":"785","Img name":"785","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"576","ATK":"250","DEF":"186","STA":"140","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2921","100% CP @ 39":"2879"}, +{"Row":"807","Name":"Tapu Lele","Pokedex Number":"786","Img name":"786","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"fairy","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"628","ATK":"259","DEF":"229","STA":"140","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3328","100% CP @ 39":"3280"}, +{"Row":"808","Name":"Tapu Bulu","Pokedex Number":"787","Img name":"787","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fairy","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"614","ATK":"249","DEF":"225","STA":"140","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3180","100% CP @ 39":"3134"}, +{"Row":"809","Name":"Tapu Fini","Pokedex Number":"788","Img name":"788","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"590","ATK":"189","DEF":"261","STA":"140","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2635","100% CP @ 39":"2597"}, +{"Row":"810","Name":"Cosmog","Pokedex Number":"789","Img name":"789","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"197","ATK":"54","DEF":"57","STA":"86","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"367","100% CP @ 39":"362"}, +{"Row":"811","Name":"Cosmoem","Pokedex Number":"790","Img name":"790","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"382","ATK":"54","DEF":"242","STA":"86","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"694","100% CP @ 39":"684"}, +{"Row":"812","Name":"Solgaleo","Pokedex Number":"791","Img name":"791","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"steel","Weather 1":"Windy","Weather 2":"Snow","STAT TOTAL":"773","ATK":"280","DEF":"219","STA":"274","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4791","100% CP @ 39":"4722"}, +{"Row":"813","Name":"Lunala","Pokedex Number":"792","Img name":"792","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"ghost","Weather 1":"Windy","Weather 2":"Fog","STAT TOTAL":"773","ATK":"280","DEF":"219","STA":"274","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4791","100% CP @ 39":"4722"}, +{"Row":"814","Name":"Nihilego","Pokedex Number":"793","Img name":"793","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"poison","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"721","ATK":"249","DEF":"254","STA":"218","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4128","100% CP @ 39":"4069"}, +{"Row":"815","Name":"Buzzwole","Pokedex Number":"794","Img name":"794","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"fighting","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"732","ATK":"259","DEF":"259","STA":"214","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4286","100% CP @ 39":"4225"}, +{"Row":"816","Name":"Pheromosa","Pokedex Number":"795","Img name":"795","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"fighting","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"543","ATK":"316","DEF":"85","STA":"142","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2590","100% CP @ 39":"2553"}, +{"Row":"817","Name":"Xurkitree","Pokedex Number":"796","Img name":"796","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"640","ATK":"330","DEF":"144","STA":"166","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3655","100% CP @ 39":"3603"}, +{"Row":"818","Name":"Celesteela","Pokedex Number":"797","Img name":"797","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"flying","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"601","ATK":"207","DEF":"200","STA":"194","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2939","100% CP @ 39":"2897"}, +{"Row":"819","Name":"Kartana","Pokedex Number":"798","Img name":"798","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"steel","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"726","ATK":"355","DEF":"253","STA":"118","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4362","100% CP @ 39":"4300"}, +{"Row":"820","Name":"Guzzlord","Pokedex Number":"799","Img name":"799","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"dragon","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"733","ATK":"188","DEF":"99","STA":"446","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2906","100% CP @ 39":"2865"}, +{"Row":"821","Name":"Necrozma","Pokedex Number":"800","Img name":"800","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"646","ATK":"251","DEF":"201","STA":"194","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3529","100% CP @ 39":"3479"}, +{"Row":"822","Name":"Magearna","Pokedex Number":"801","Img name":"801","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"fairy","Weather 1":"Snow","Weather 2":"Cloudy","STAT TOTAL":"631","ATK":"246","DEF":"225","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3340","100% CP @ 39":"3293"} +] From f00035a44e52dc308f4092edb599384341e145bc Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Thu, 25 Mar 2021 20:27:21 -0300 Subject: [PATCH 05/17] add angular material/bootstrap e formatado JSON --- AngularPokedex/angular.json | 4 + AngularPokedex/package-lock.json | 25 + AngularPokedex/package.json | 2 + AngularPokedex/src/app/app-routing.module.ts | 8 +- AngularPokedex/src/app/app.component.html | 1 + AngularPokedex/src/app/app.module.ts | 4 +- .../src/app/shared/models/pokemon.ts | 3 + AngularPokedex/src/custom-theme.scss | 35 + AngularPokedex/src/index.html | 6 + AngularPokedex/src/styles.css | 3 + PokeAPI/pokemondata.json | 27129 +++++++++++++++- 11 files changed, 26394 insertions(+), 826 deletions(-) create mode 100644 AngularPokedex/src/app/shared/models/pokemon.ts create mode 100644 AngularPokedex/src/custom-theme.scss diff --git a/AngularPokedex/angular.json b/AngularPokedex/angular.json index 35c5ac39c..bb3ece006 100644 --- a/AngularPokedex/angular.json +++ b/AngularPokedex/angular.json @@ -1,5 +1,8 @@ { "$schema": "./node_modules/@angular/cli/lib/config/schema.json", + "cli": { + "analytics": false + }, "version": 1, "newProjectRoot": "projects", "projects": { @@ -24,6 +27,7 @@ "src/assets" ], "styles": [ + "src/custom-theme.scss", "src/styles.css" ], "scripts": [] diff --git a/AngularPokedex/package-lock.json b/AngularPokedex/package-lock.json index becfba779..52dc52891 100644 --- a/AngularPokedex/package-lock.json +++ b/AngularPokedex/package-lock.json @@ -236,6 +236,23 @@ "tslib": "^2.0.0" } }, + "@angular/cdk": { + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-11.2.6.tgz", + "integrity": "sha512-cVR+F6oIIxOTHXQOPUF6owWEPqqmK9vih/MFlgG0PrkVd8KkuCkjfet9xPVLaTLK/kGY+EWsqGX84crFS/XyYg==", + "requires": { + "parse5": "^5.0.0", + "tslib": "^2.0.0" + }, + "dependencies": { + "parse5": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", + "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==", + "optional": true + } + } + }, "@angular/cli": { "version": "11.2.6", "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-11.2.6.tgz", @@ -426,6 +443,14 @@ "tslib": "^2.0.0" } }, + "@angular/material": { + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-11.2.6.tgz", + "integrity": "sha512-e/wHn875tvgUu6n3LhSC3h/F2aQ2rEo6cwgFMYNxCNyBcpu6TBx3WfR7nbwsyQIWjnpn0g1KvtRwzJtRp6Nimw==", + "requires": { + "tslib": "^2.0.0" + } + }, "@angular/platform-browser": { "version": "11.2.7", "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-11.2.7.tgz", diff --git a/AngularPokedex/package.json b/AngularPokedex/package.json index 2f3f84007..7b746b627 100644 --- a/AngularPokedex/package.json +++ b/AngularPokedex/package.json @@ -12,10 +12,12 @@ "private": true, "dependencies": { "@angular/animations": "~11.2.5", + "@angular/cdk": "^11.2.6", "@angular/common": "~11.2.5", "@angular/compiler": "~11.2.5", "@angular/core": "~11.2.5", "@angular/forms": "~11.2.5", + "@angular/material": "^11.2.6", "@angular/platform-browser": "~11.2.5", "@angular/platform-browser-dynamic": "~11.2.5", "@angular/router": "~11.2.5", diff --git a/AngularPokedex/src/app/app-routing.module.ts b/AngularPokedex/src/app/app-routing.module.ts index 02972627f..587208540 100644 --- a/AngularPokedex/src/app/app-routing.module.ts +++ b/AngularPokedex/src/app/app-routing.module.ts @@ -1,7 +1,13 @@ import { NgModule } from '@angular/core'; import { RouterModule, Routes } from '@angular/router'; -const routes: Routes = []; +const routes: Routes = [ + + { + + } + +]; @NgModule({ imports: [RouterModule.forRoot(routes)], diff --git a/AngularPokedex/src/app/app.component.html b/AngularPokedex/src/app/app.component.html index e69de29bb..90c6b6463 100644 --- a/AngularPokedex/src/app/app.component.html +++ b/AngularPokedex/src/app/app.component.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/AngularPokedex/src/app/app.module.ts b/AngularPokedex/src/app/app.module.ts index b1c6c96a9..5c20967cf 100644 --- a/AngularPokedex/src/app/app.module.ts +++ b/AngularPokedex/src/app/app.module.ts @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; +import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; @NgModule({ declarations: [ @@ -10,7 +11,8 @@ import { AppComponent } from './app.component'; ], imports: [ BrowserModule, - AppRoutingModule + AppRoutingModule, + BrowserAnimationsModule ], providers: [], bootstrap: [AppComponent] diff --git a/AngularPokedex/src/app/shared/models/pokemon.ts b/AngularPokedex/src/app/shared/models/pokemon.ts new file mode 100644 index 000000000..4606fbb9b --- /dev/null +++ b/AngularPokedex/src/app/shared/models/pokemon.ts @@ -0,0 +1,3 @@ +export interface Pokemon{ + +} \ No newline at end of file diff --git a/AngularPokedex/src/custom-theme.scss b/AngularPokedex/src/custom-theme.scss new file mode 100644 index 000000000..6fba13f1e --- /dev/null +++ b/AngularPokedex/src/custom-theme.scss @@ -0,0 +1,35 @@ + +// Custom Theming for Angular Material +// For more information: https://material.angular.io/guide/theming +@import '~@angular/material/theming'; +// Plus imports for other components in your app. + +// Include the common styles for Angular Material. We include this here so that you only +// have to load a single css file for Angular Material in your app. +// Be sure that you only ever include this mixin once! +@include mat-core(); + +// Define the palettes for your theme using the Material Design palettes available in palette.scss +// (imported above). For each palette, you can optionally specify a default, lighter, and darker +// hue. Available color palettes: https://material.io/design/color/ +$AngularPokedex-primary: mat-palette($mat-indigo); +$AngularPokedex-accent: mat-palette($mat-pink, A200, A100, A400); + +// The warn palette is optional (defaults to red). +$AngularPokedex-warn: mat-palette($mat-red); + +// Create the theme object. A theme consists of configurations for individual +// theming systems such as "color" or "typography". +$AngularPokedex-theme: mat-light-theme(( + color: ( + primary: $AngularPokedex-primary, + accent: $AngularPokedex-accent, + warn: $AngularPokedex-warn, + ) +)); + +// Include theme styles for core and each component used in your app. +// Alternatively, you can import and @include the theme mixins for each component +// that you are using. +@include angular-material-theme($AngularPokedex-theme); + diff --git a/AngularPokedex/src/index.html b/AngularPokedex/src/index.html index 91b7f5032..fe9597333 100644 --- a/AngularPokedex/src/index.html +++ b/AngularPokedex/src/index.html @@ -6,8 +6,14 @@ + + + + + + diff --git a/AngularPokedex/src/styles.css b/AngularPokedex/src/styles.css index 90d4ee007..7e7239a2e 100644 --- a/AngularPokedex/src/styles.css +++ b/AngularPokedex/src/styles.css @@ -1 +1,4 @@ /* You can add global styles to this file, and also import other style files */ + +html, body { height: 100%; } +body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } diff --git a/PokeAPI/pokemondata.json b/PokeAPI/pokemondata.json index 0812e9546..747086eb4 100644 --- a/PokeAPI/pokemondata.json +++ b/PokeAPI/pokemondata.json @@ -1,825 +1,26306 @@ [ -{"Row":"1","Name":"Bulbasaur","Pokedex Number":"1","Img name":"1","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"1","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"326","ATK":"118","DEF":"118","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"981","100% CP @ 39":"967"}, -{"Row":"2","Name":"Ivysaur","Pokedex Number":"2","Img name":"2","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"1","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"422","ATK":"151","DEF":"151","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1552","100% CP @ 39":"1529"}, -{"Row":"3","Name":"Venusaur","Pokedex Number":"3","Img name":"3","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"1","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"556","ATK":"198","DEF":"198","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2568","100% CP @ 39":"2531"}, -{"Row":"4","Name":"Charmander","Pokedex Number":"4","Img name":"4","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"2","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"290","ATK":"116","DEF":"96","STA":"78","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"831","100% CP @ 39":"819"}, -{"Row":"5","Name":"Charmeleon","Pokedex Number":"5","Img name":"5","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"2","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"403","ATK":"158","DEF":"129","STA":"116","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1484","100% CP @ 39":"1462"}, -{"Row":"6","Name":"Charizard","Pokedex Number":"6","Img name":"6","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"2","Cross Gen":"0","Type 1":"fire","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"555","ATK":"223","DEF":"176","STA":"156","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2686","100% CP @ 39":"2648"}, -{"Row":"7","Name":"Squirtle","Pokedex Number":"7","Img name":"7","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"3","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"304","ATK":"94","DEF":"122","STA":"88","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"808","100% CP @ 39":"797"}, -{"Row":"8","Name":"Wartortle","Pokedex Number":"8","Img name":"8","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"3","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"399","ATK":"126","DEF":"155","STA":"118","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1324","100% CP @ 39":"1305"}, -{"Row":"9","Name":"Blastoise","Pokedex Number":"9","Img name":"9","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"3","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"539","ATK":"171","DEF":"210","STA":"158","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2291","100% CP @ 39":"2259"}, -{"Row":"10","Name":"Caterpie","Pokedex Number":"10","Img name":"10","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"4","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"207","ATK":"55","DEF":"62","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"393","100% CP @ 39":"387"}, -{"Row":"11","Name":"Metapod","Pokedex Number":"11","Img name":"11","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"4","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"239","ATK":"45","DEF":"94","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"419","100% CP @ 39":"413"}, -{"Row":"12","Name":"Butterfree","Pokedex Number":"12","Img name":"12","Generation":"1","Evolution Stage":"3","Evolved":"0","FamilyID":"4","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"438","ATK":"167","DEF":"151","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1701","100% CP @ 39":"1677"}, -{"Row":"13","Name":"Weedle","Pokedex Number":"13","Img name":"13","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"5","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"198","ATK":"63","DEF":"55","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"397","100% CP @ 39":"391"}, -{"Row":"14","Name":"Kakuna","Pokedex Number":"14","Img name":"14","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"5","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"222","ATK":"46","DEF":"86","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"392","100% CP @ 39":"386"}, -{"Row":"15","Name":"Beedrill","Pokedex Number":"15","Img name":"15","Generation":"1","Evolution Stage":"3","Evolved":"0","FamilyID":"5","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"449","ATK":"169","DEF":"150","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1777","100% CP @ 39":"1752"}, -{"Row":"16","Name":"Pidgey","Pokedex Number":"16","Img name":"16","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"6","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"241","ATK":"85","DEF":"76","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"580","100% CP @ 39":"572"}, -{"Row":"17","Name":"Pidgeotto","Pokedex Number":"17","Img name":"17","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"6","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"351","ATK":"117","DEF":"108","STA":"126","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1085","100% CP @ 39":"1070"}, -{"Row":"18","Name":"Pidgeot","Pokedex Number":"18","Img name":"18","Generation":"1","Evolution Stage":"3","Evolved":"0","FamilyID":"6","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"489","ATK":"166","DEF":"157","STA":"166","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1994","100% CP @ 39":"1966"}, -{"Row":"19","Name":"Rattata","Pokedex Number":"19","Img name":"19","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"7","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"233","ATK":"103","DEF":"70","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"588","100% CP @ 39":"580"}, -{"Row":"20","Name":"Raticate","Pokedex Number":"20","Img name":"20","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"7","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"415","ATK":"161","DEF":"144","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1549","100% CP @ 39":"1527"}, -{"Row":"21","Name":"Spearow","Pokedex Number":"21","Img name":"21","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"8","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"253","ATK":"112","DEF":"61","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"673","100% CP @ 39":"664"}, -{"Row":"22","Name":"Fearow","Pokedex Number":"22","Img name":"22","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"8","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"447","ATK":"182","DEF":"135","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1814","100% CP @ 39":"1788"}, -{"Row":"23","Name":"Ekans","Pokedex Number":"23","Img name":"23","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"9","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"282","ATK":"110","DEF":"102","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"778","100% CP @ 39":"767"}, -{"Row":"24","Name":"Arbok","Pokedex Number":"24","Img name":"24","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"9","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"445","ATK":"167","DEF":"158","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1737","100% CP @ 39":"1712"}, -{"Row":"25","Name":"Pikachu","Pokedex Number":"25","Img name":"25","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"10","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"283","ATK":"112","DEF":"101","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"787","100% CP @ 39":"776"}, -{"Row":"26","Name":"Raichu","Pokedex Number":"26","Img name":"26","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"10","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"478","ATK":"193","DEF":"165","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2025","100% CP @ 39":"1996"}, -{"Row":"27","Name":"Sandshrew","Pokedex Number":"27","Img name":"27","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"11","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"371","ATK":"126","DEF":"145","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1194","100% CP @ 39":"1177"}, -{"Row":"28","Name":"Sandslash","Pokedex Number":"28","Img name":"28","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"11","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"534","ATK":"182","DEF":"202","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2328","100% CP @ 39":"2294"}, -{"Row":"29","Name":"Nidoran F","Pokedex Number":"29","Img name":"29","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"12","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"290","ATK":"86","DEF":"94","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"736","100% CP @ 39":"725"}, -{"Row":"30","Name":"Nidorina","Pokedex Number":"30","Img name":"30","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"12","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"383","ATK":"117","DEF":"126","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1218","100% CP @ 39":"1201"}, -{"Row":"31","Name":"Nidoqueen","Pokedex Number":"31","Img name":"31","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"12","Cross Gen":"0","Type 1":"poison","Type 2":"ground","Weather 1":"Cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"534","ATK":"180","DEF":"174","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2338","100% CP @ 39":"2304"}, -{"Row":"32","Name":"Nidoran M","Pokedex Number":"32","Img name":"32","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"13","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"273","ATK":"105","DEF":"76","STA":"92","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"739","100% CP @ 39":"729"}, -{"Row":"33","Name":"Nidorino","Pokedex Number":"33","Img name":"33","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"13","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"371","ATK":"137","DEF":"112","STA":"122","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1252","100% CP @ 39":"1234"}, -{"Row":"34","Name":"Nidoking","Pokedex Number":"34","Img name":"34","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"13","Cross Gen":"0","Type 1":"poison","Type 2":"ground","Weather 1":"Cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"523","ATK":"204","DEF":"157","STA":"162","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2386","100% CP @ 39":"2352"}, -{"Row":"35","Name":"Clefairy","Pokedex Number":"35","Img name":"35","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"14","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"363","ATK":"107","DEF":"116","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1085","100% CP @ 39":"1070"}, -{"Row":"36","Name":"Clefable","Pokedex Number":"36","Img name":"36","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"14","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"539","ATK":"178","DEF":"171","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2353","100% CP @ 39":"2320"}, -{"Row":"37","Name":"Vulpix","Pokedex Number":"37","Img name":"37","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"15","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"294","ATK":"96","DEF":"122","STA":"76","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"774","100% CP @ 39":"763"}, -{"Row":"38","Name":"Ninetales","Pokedex Number":"38","Img name":"38","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"15","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"519","ATK":"169","DEF":"204","STA":"146","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2157","100% CP @ 39":"2127"}, -{"Row":"39","Name":"Jigglypuff","Pokedex Number":"39","Img name":"39","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"16","Cross Gen":"0","Type 1":"normal","Type 2":"fairy","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"354","ATK":"80","DEF":"44","STA":"230","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"713","100% CP @ 39":"703"}, -{"Row":"40","Name":"Wigglytuff","Pokedex Number":"40","Img name":"40","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"16","Cross Gen":"0","Type 1":"normal","Type 2":"fairy","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"529","ATK":"156","DEF":"93","STA":"280","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1906","100% CP @ 39":"1879"}, -{"Row":"41","Name":"Zubat","Pokedex Number":"41","Img name":"41","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"17","Cross Gen":"0","Type 1":"poison","Type 2":"flying","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"239","ATK":"83","DEF":"76","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"569","100% CP @ 39":"560"}, -{"Row":"42","Name":"Golbat","Pokedex Number":"42","Img name":"42","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"17","Cross Gen":"0","Type 1":"poison","Type 2":"flying","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"464","ATK":"161","DEF":"153","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1830","100% CP @ 39":"1804"}, -{"Row":"43","Name":"Oddish","Pokedex Number":"43","Img name":"43","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"18","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"337","ATK":"131","DEF":"116","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1069","100% CP @ 39":"1054"}, -{"Row":"44","Name":"Gloom","Pokedex Number":"44","Img name":"44","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"18","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"412","ATK":"153","DEF":"139","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1512","100% CP @ 39":"1491"}, -{"Row":"45","Name":"Vileplume","Pokedex Number":"45","Img name":"45","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"18","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"522","ATK":"202","DEF":"170","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2367","100% CP @ 39":"2334"}, -{"Row":"46","Name":"Paras","Pokedex Number":"46","Img name":"46","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"19","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"290","ATK":"121","DEF":"99","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"836","100% CP @ 39":"824"}, -{"Row":"47","Name":"Parasect","Pokedex Number":"47","Img name":"47","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"19","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"431","ATK":"165","DEF":"146","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1657","100% CP @ 39":"1633"}, -{"Row":"48","Name":"Venonat","Pokedex Number":"48","Img name":"48","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"20","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"322","ATK":"100","DEF":"102","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"902","100% CP @ 39":"889"}, -{"Row":"49","Name":"Venomoth","Pokedex Number":"49","Img name":"49","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"20","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"469","ATK":"179","DEF":"150","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1937","100% CP @ 39":"1910"}, -{"Row":"50","Name":"Diglett","Pokedex Number":"50","Img name":"50","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"21","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"217","ATK":"109","DEF":"88","STA":"20","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"465","100% CP @ 39":"458"}, -{"Row":"51","Name":"Dugtrio","Pokedex Number":"51","Img name":"51","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"21","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"384","ATK":"167","DEF":"147","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1333","100% CP @ 39":"1314"}, -{"Row":"52","Name":"Meowth","Pokedex Number":"52","Img name":"52","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"23","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"253","ATK":"92","DEF":"81","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"638","100% CP @ 39":"629"}, -{"Row":"53","Name":"Persian","Pokedex Number":"53","Img name":"53","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"23","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"419","ATK":"150","DEF":"139","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1539","100% CP @ 39":"1517"}, -{"Row":"54","Name":"Psyduck","Pokedex Number":"54","Img name":"54","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"24","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"318","ATK":"122","DEF":"96","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"966","100% CP @ 39":"952"}, -{"Row":"55","Name":"Golduck","Pokedex Number":"55","Img name":"55","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"24","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"514","ATK":"191","DEF":"163","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2270","100% CP @ 39":"2238"}, -{"Row":"56","Name":"Mankey","Pokedex Number":"56","Img name":"56","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"25","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"315","ATK":"148","DEF":"87","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1002","100% CP @ 39":"987"}, -{"Row":"57","Name":"Primeape","Pokedex Number":"57","Img name":"57","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"25","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"481","ATK":"207","DEF":"144","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2105","100% CP @ 39":"2075"}, -{"Row":"58","Name":"Growlithe","Pokedex Number":"58","Img name":"58","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"26","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"342","ATK":"136","DEF":"96","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1110","100% CP @ 39":"1095"}, -{"Row":"59","Name":"Arcanine","Pokedex Number":"59","Img name":"59","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"26","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"573","ATK":"227","DEF":"166","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2839","100% CP @ 39":"2799"}, -{"Row":"60","Name":"Poliwag","Pokedex Number":"60","Img name":"60","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"27","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"263","ATK":"101","DEF":"82","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"695","100% CP @ 39":"685"}, -{"Row":"61","Name":"Poliwhirl","Pokedex Number":"61","Img name":"61","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"27","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"390","ATK":"130","DEF":"130","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1313","100% CP @ 39":"1294"}, -{"Row":"62","Name":"Poliwrath","Pokedex Number":"62","Img name":"62","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"27","Cross Gen":"0","Type 1":"water","Type 2":"fighting","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"549","ATK":"182","DEF":"187","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2441","100% CP @ 39":"2407"}, -{"Row":"63","Name":"Abra","Pokedex Number":"63","Img name":"63","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"28","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"348","ATK":"195","DEF":"103","STA":"50","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1148","100% CP @ 39":"1132"}, -{"Row":"64","Name":"Kadabra","Pokedex Number":"64","Img name":"64","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"28","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"450","ATK":"232","DEF":"138","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1859","100% CP @ 39":"1833"}, -{"Row":"65","Name":"Alakazam","Pokedex Number":"65","Img name":"65","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"28","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"575","ATK":"271","DEF":"194","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2887","100% CP @ 39":"2845"}, -{"Row":"66","Name":"Machop","Pokedex Number":"66","Img name":"66","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"29","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"365","ATK":"137","DEF":"88","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1199","100% CP @ 39":"1182"}, -{"Row":"67","Name":"Machoke","Pokedex Number":"67","Img name":"67","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"29","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"467","ATK":"177","DEF":"130","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1910","100% CP @ 39":"1882"}, -{"Row":"68","Name":"Machamp","Pokedex Number":"68","Img name":"68","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"29","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"576","ATK":"234","DEF":"162","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"3","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2889","100% CP @ 39":"2848"}, -{"Row":"69","Name":"Bellsprout","Pokedex Number":"69","Img name":"69","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"30","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"303","ATK":"139","DEF":"64","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"916","100% CP @ 39":"903"}, -{"Row":"70","Name":"Weepinbell","Pokedex Number":"70","Img name":"70","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"30","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"397","ATK":"172","DEF":"95","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1475","100% CP @ 39":"1453"}, -{"Row":"71","Name":"Victreebel","Pokedex Number":"71","Img name":"71","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"30","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"505","ATK":"207","DEF":"138","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2268","100% CP @ 39":"2236"}, -{"Row":"72","Name":"Tentacool","Pokedex Number":"72","Img name":"72","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"31","Cross Gen":"0","Type 1":"water","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"359","ATK":"97","DEF":"182","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"956","100% CP @ 39":"943"}, -{"Row":"73","Name":"Tentacruel","Pokedex Number":"73","Img name":"73","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"31","Cross Gen":"0","Type 1":"water","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"563","ATK":"166","DEF":"237","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2374","100% CP @ 39":"2340"}, -{"Row":"74","Name":"Geodude","Pokedex Number":"74","Img name":"74","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"32","Cross Gen":"0","Type 1":"rock","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"375","ATK":"132","DEF":"163","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1193","100% CP @ 39":"1176"}, -{"Row":"75","Name":"Graveler","Pokedex Number":"75","Img name":"75","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"32","Cross Gen":"0","Type 1":"rock","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"470","ATK":"164","DEF":"196","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1815","100% CP @ 39":"1789"}, -{"Row":"76","Name":"Golem","Pokedex Number":"76","Img name":"76","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"32","Cross Gen":"0","Type 1":"rock","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"600","ATK":"211","DEF":"229","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"4","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2916","100% CP @ 39":"2875"}, -{"Row":"77","Name":"Ponyta","Pokedex Number":"77","Img name":"77","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"33","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"402","ATK":"170","DEF":"132","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1502","100% CP @ 39":"1480"}, -{"Row":"78","Name":"Rapidash","Pokedex Number":"78","Img name":"78","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"33","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"504","ATK":"207","DEF":"167","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2252","100% CP @ 39":"2220"}, -{"Row":"79","Name":"Slowpoke","Pokedex Number":"79","Img name":"79","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"34","Cross Gen":"0","Type 1":"water","Type 2":"psychic","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"398","ATK":"109","DEF":"109","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1204","100% CP @ 39":"1187"}, -{"Row":"80","Name":"Slowbro","Pokedex Number":"80","Img name":"80","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"34","Cross Gen":"0","Type 1":"water","Type 2":"psychic","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"561","ATK":"177","DEF":"194","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2482","100% CP @ 39":"2446"}, -{"Row":"81","Name":"Magnemite","Pokedex Number":"81","Img name":"81","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"35","Cross Gen":"0","Type 1":"electric","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"343","ATK":"165","DEF":"128","STA":"50","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1083","100% CP @ 39":"1068"}, -{"Row":"82","Name":"Magneton","Pokedex Number":"82","Img name":"82","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"35","Cross Gen":"0","Type 1":"electric","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"505","ATK":"223","DEF":"182","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"2237","100% CP @ 39":"2205"}, -{"Row":"83","Name":"Farfetchd","Pokedex Number":"83","Img name":"83","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"36","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"346","ATK":"124","DEF":"118","STA":"104","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1092","100% CP @ 39":"1076"}, -{"Row":"84","Name":"Doduo","Pokedex Number":"84","Img name":"84","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"37","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"316","ATK":"158","DEF":"88","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1011","100% CP @ 39":"996"}, -{"Row":"85","Name":"Dodrio","Pokedex Number":"85","Img name":"85","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"37","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"483","ATK":"218","DEF":"145","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2138","100% CP @ 39":"2108"}, -{"Row":"86","Name":"Seel","Pokedex Number":"86","Img name":"86","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"38","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"343","ATK":"85","DEF":"128","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"899","100% CP @ 39":"886"}, -{"Row":"87","Name":"Dewgong","Pokedex Number":"87","Img name":"87","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"38","Cross Gen":"0","Type 1":"water","Type 2":"ice","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"503","ATK":"139","DEF":"184","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1894","100% CP @ 39":"1867"}, -{"Row":"88","Name":"Grimer","Pokedex Number":"88","Img name":"88","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"39","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"385","ATK":"135","DEF":"90","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1269","100% CP @ 39":"1251"}, -{"Row":"89","Name":"Muk","Pokedex Number":"89","Img name":"89","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"39","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"584","ATK":"190","DEF":"184","STA":"210","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2709","100% CP @ 39":"2670"}, -{"Row":"90","Name":"Shellder","Pokedex Number":"90","Img name":"90","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"40","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"344","ATK":"116","DEF":"168","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"958","100% CP @ 39":"944"}, -{"Row":"91","Name":"Cloyster","Pokedex Number":"91","Img name":"91","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"40","Cross Gen":"0","Type 1":"water","Type 2":"ice","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"609","ATK":"186","DEF":"323","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2475","100% CP @ 39":"2439"}, -{"Row":"92","Name":"Gastly","Pokedex Number":"92","Img name":"92","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"41","Cross Gen":"0","Type 1":"ghost","Type 2":"poison","Weather 1":"Fog","Weather 2":"Cloudy","STAT TOTAL":"316","ATK":"186","DEF":"70","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1002","100% CP @ 39":"988"}, -{"Row":"93","Name":"Haunter","Pokedex Number":"93","Img name":"93","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"41","Cross Gen":"0","Type 1":"ghost","Type 2":"poison","Weather 1":"Fog","Weather 2":"Cloudy","STAT TOTAL":"425","ATK":"223","DEF":"112","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1716","100% CP @ 39":"1692"}, -{"Row":"94","Name":"Gengar","Pokedex Number":"94","Img name":"94","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"41","Cross Gen":"0","Type 1":"ghost","Type 2":"poison","Weather 1":"Fog","Weather 2":"Cloudy","STAT TOTAL":"537","ATK":"261","DEF":"156","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"3","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2619","100% CP @ 39":"2581"}, -{"Row":"95","Name":"Onix","Pokedex Number":"95","Img name":"95","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"42","Cross Gen":"0","Type 1":"rock","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"443","ATK":"85","DEF":"288","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1002","100% CP @ 39":"988"}, -{"Row":"96","Name":"Drowzee","Pokedex Number":"96","Img name":"96","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"43","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"367","ATK":"89","DEF":"158","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"992","100% CP @ 39":"978"}, -{"Row":"97","Name":"Hypno","Pokedex Number":"97","Img name":"97","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"43","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"529","ATK":"144","DEF":"215","STA":"170","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2048","100% CP @ 39":"2019"}, -{"Row":"98","Name":"Krabby","Pokedex Number":"98","Img name":"98","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"44","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"397","ATK":"181","DEF":"156","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1386","100% CP @ 39":"1366"}, -{"Row":"99","Name":"Kingler","Pokedex Number":"99","Img name":"99","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"44","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"564","ATK":"240","DEF":"214","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2694","100% CP @ 39":"2656"}, -{"Row":"100","Name":"Voltorb","Pokedex Number":"100","Img name":"100","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"45","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"303","ATK":"109","DEF":"114","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"857","100% CP @ 39":"845"}, -{"Row":"101","Name":"Electrode","Pokedex Number":"101","Img name":"101","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"45","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"472","ATK":"173","DEF":"179","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1900","100% CP @ 39":"1873"}, -{"Row":"102","Name":"Exeggcute","Pokedex Number":"102","Img name":"102","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"46","Cross Gen":"0","Type 1":"grass","Type 2":"psychic","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"367","ATK":"107","DEF":"140","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1102","100% CP @ 39":"1086"}, -{"Row":"103","Name":"Exeggutor","Pokedex Number":"103","Img name":"103","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"46","Cross Gen":"0","Type 1":"grass","Type 2":"psychic","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"581","ATK":"233","DEF":"158","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"2","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2916","100% CP @ 39":"2875"}, -{"Row":"104","Name":"Cubone","Pokedex Number":"104","Img name":"104","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"47","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"355","ATK":"90","DEF":"165","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"943","100% CP @ 39":"930"}, -{"Row":"105","Name":"Marowak","Pokedex Number":"105","Img name":"105","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"47","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"464","ATK":"144","DEF":"200","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1691","100% CP @ 39":"1667"}, -{"Row":"106","Name":"Hitmonlee","Pokedex Number":"106","Img name":"106","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"48","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"535","ATK":"224","DEF":"211","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2406","100% CP @ 39":"2372"}, -{"Row":"107","Name":"Hitmonchan","Pokedex Number":"107","Img name":"107","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"48","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"505","ATK":"193","DEF":"212","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2098","100% CP @ 39":"2069"}, -{"Row":"108","Name":"Lickitung","Pokedex Number":"108","Img name":"108","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"49","Cross Gen":"1","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"425","ATK":"108","DEF":"137","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1322","100% CP @ 39":"1303"}, -{"Row":"109","Name":"Koffing","Pokedex Number":"109","Img name":"109","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"50","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"363","ATK":"119","DEF":"164","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1091","100% CP @ 39":"1075"}, -{"Row":"110","Name":"Weezing","Pokedex Number":"110","Img name":"110","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"50","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"525","ATK":"174","DEF":"221","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2183","100% CP @ 39":"2152"}, -{"Row":"111","Name":"Rhyhorn","Pokedex Number":"111","Img name":"111","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"51","Cross Gen":"0","Type 1":"ground","Type 2":"rock","Weather 1":"Sunny/clear","Weather 2":"Partly cloudy","STAT TOTAL":"457","ATK":"140","DEF":"157","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1679","100% CP @ 39":"1655"}, -{"Row":"112","Name":"Rhydon","Pokedex Number":"112","Img name":"112","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"51","Cross Gen":"0","Type 1":"ground","Type 2":"rock","Weather 1":"Sunny/clear","Weather 2":"Partly cloudy","STAT TOTAL":"638","ATK":"222","DEF":"206","STA":"210","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"3300","100% CP @ 39":"3253"}, -{"Row":"113","Name":"Chansey","Pokedex Number":"113","Img name":"113","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"52","Cross Gen":"1","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"736","ATK":"60","DEF":"176","STA":"500","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1469","100% CP @ 39":"1448"}, -{"Row":"114","Name":"Tangela","Pokedex Number":"114","Img name":"114","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"53","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"518","ATK":"183","DEF":"205","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"2208","100% CP @ 39":"2177"}, -{"Row":"115","Name":"Kangaskhan","Pokedex Number":"115","Img name":"115","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"54","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"556","ATK":"181","DEF":"165","STA":"210","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2463","100% CP @ 39":"2428"}, -{"Row":"116","Name":"Horsea","Pokedex Number":"116","Img name":"116","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"55","Cross Gen":"1","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"314","ATK":"129","DEF":"125","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"921","100% CP @ 39":"908"}, -{"Row":"117","Name":"Seadra","Pokedex Number":"117","Img name":"117","Generation":"1","Evolution Stage":"2","Evolved":"0","FamilyID":"55","Cross Gen":"1","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"479","ATK":"187","DEF":"182","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1979","100% CP @ 39":"1951"}, -{"Row":"118","Name":"Goldeen","Pokedex Number":"118","Img name":"118","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"56","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"328","ATK":"123","DEF":"115","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1006","100% CP @ 39":"992"}, -{"Row":"119","Name":"Seaking","Pokedex Number":"119","Img name":"119","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"56","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"489","ATK":"175","DEF":"154","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2040","100% CP @ 39":"2011"}, -{"Row":"120","Name":"Staryu","Pokedex Number":"120","Img name":"120","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"57","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"309","ATK":"137","DEF":"112","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"926","100% CP @ 39":"913"}, -{"Row":"121","Name":"Starmie","Pokedex Number":"121","Img name":"121","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"57","Cross Gen":"0","Type 1":"water","Type 2":"psychic","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"514","ATK":"210","DEF":"184","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2303","100% CP @ 39":"2270"}, -{"Row":"122","Name":"Mr Mime","Pokedex Number":"122","Img name":"122","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"58","Cross Gen":"0","Type 1":"psychic","Type 2":"fairy","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"505","ATK":"192","DEF":"233","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1984","100% CP @ 39":"1956"}, -{"Row":"123","Name":"Scyther","Pokedex Number":"123","Img name":"123","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"59","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"528","ATK":"218","DEF":"170","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2464","100% CP @ 39":"2429"}, -{"Row":"124","Name":"Jynx","Pokedex Number":"124","Img name":"124","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"60","Cross Gen":"0","Type 1":"ice","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"535","ATK":"223","DEF":"182","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"3","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2512","100% CP @ 39":"2476"}, -{"Row":"125","Name":"Electabuzz","Pokedex Number":"125","Img name":"125","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"61","Cross Gen":"1","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"501","ATK":"198","DEF":"173","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"2","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"2196","100% CP @ 39":"2165"}, -{"Row":"126","Name":"Magmar","Pokedex Number":"126","Img name":"126","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"62","Cross Gen":"1","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"505","ATK":"206","DEF":"169","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"2254","100% CP @ 39":"2222"}, -{"Row":"127","Name":"Pinsir","Pokedex Number":"127","Img name":"127","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"63","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"565","ATK":"238","DEF":"197","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2770","100% CP @ 39":"2730"}, -{"Row":"128","Name":"Tauros","Pokedex Number":"128","Img name":"128","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"64","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"545","ATK":"198","DEF":"197","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2488","100% CP @ 39":"2452"}, -{"Row":"129","Name":"Magikarp","Pokedex Number":"129","Img name":"129","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"65","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"171","ATK":"29","DEF":"102","STA":"40","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"1","Hatchable":"0","Shiny":"1","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"220","100% CP @ 39":"217"}, -{"Row":"130","Name":"Gyarados","Pokedex Number":"130","Img name":"130","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"65","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"624","ATK":"237","DEF":"197","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3281","100% CP @ 39":"3234"}, -{"Row":"131","Name":"Lapras","Pokedex Number":"131","Img name":"131","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"66","Cross Gen":"0","Type 1":"water","Type 2":"ice","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"605","ATK":"165","DEF":"180","STA":"260","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2603","100% CP @ 39":"2566"}, -{"Row":"132","Name":"Ditto","Pokedex Number":"132","Img name":"132","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"67","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"278","ATK":"91","DEF":"91","STA":"96","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"718","100% CP @ 39":"707"}, -{"Row":"133","Name":"Eevee","Pokedex Number":"133","Img name":"133","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"68","Cross Gen":"1","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"335","ATK":"104","DEF":"121","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"969","100% CP @ 39":"955"}, -{"Row":"134","Name":"Vaporeon","Pokedex Number":"134","Img name":"134","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"68","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"642","ATK":"205","DEF":"177","STA":"260","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3157","100% CP @ 39":"3112"}, -{"Row":"135","Name":"Jolteon","Pokedex Number":"135","Img name":"135","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"68","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"563","ATK":"232","DEF":"201","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"3","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2730","100% CP @ 39":"2691"}, -{"Row":"136","Name":"Flareon","Pokedex Number":"136","Img name":"136","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"68","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"580","ATK":"246","DEF":"204","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2904","100% CP @ 39":"2863"}, -{"Row":"137","Name":"Porygon","Pokedex Number":"137","Img name":"137","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"69","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"422","ATK":"153","DEF":"139","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1567","100% CP @ 39":"1545"}, -{"Row":"138","Name":"Omanyte","Pokedex Number":"138","Img name":"138","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"70","Cross Gen":"0","Type 1":"rock","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"399","ATK":"155","DEF":"174","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1345","100% CP @ 39":"1326"}, -{"Row":"139","Name":"Omastar","Pokedex Number":"139","Img name":"139","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"70","Cross Gen":"0","Type 1":"rock","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"574","ATK":"207","DEF":"227","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2685","100% CP @ 39":"2647"}, -{"Row":"140","Name":"Kabuto","Pokedex Number":"140","Img name":"140","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"71","Cross Gen":"0","Type 1":"rock","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"370","ATK":"148","DEF":"162","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1172","100% CP @ 39":"1156"}, -{"Row":"141","Name":"Kabutops","Pokedex Number":"141","Img name":"141","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"71","Cross Gen":"0","Type 1":"rock","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"543","ATK":"220","DEF":"203","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2517","100% CP @ 39":"2481"}, -{"Row":"142","Name":"Aerodactyl","Pokedex Number":"142","Img name":"142","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"72","Cross Gen":"0","Type 1":"rock","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"545","ATK":"221","DEF":"164","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2608","100% CP @ 39":"2571"}, -{"Row":"143","Name":"Snorlax","Pokedex Number":"143","Img name":"143","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"73","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"700","ATK":"190","DEF":"190","STA":"320","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3355","100% CP @ 39":"3307"}, -{"Row":"144","Name":"Articuno","Pokedex Number":"144","Img name":"144","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"74","Cross Gen":"0","Type 1":"ice","Type 2":"flying","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"621","ATK":"192","DEF":"249","STA":"180","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"2933","100% CP @ 39":"2891"}, -{"Row":"145","Name":"Zapdos","Pokedex Number":"145","Img name":"145","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"75","Cross Gen":"0","Type 1":"electric","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"621","ATK":"253","DEF":"188","STA":"180","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"3330","100% CP @ 39":"3282"}, -{"Row":"146","Name":"Moltres","Pokedex Number":"146","Img name":"146","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"76","Cross Gen":"0","Type 1":"fire","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"615","ATK":"251","DEF":"184","STA":"180","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"3272","100% CP @ 39":"3225"}, -{"Row":"147","Name":"Dratini","Pokedex Number":"147","Img name":"147","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"77","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"295","ATK":"119","DEF":"94","STA":"82","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"860","100% CP @ 39":"848"}, -{"Row":"148","Name":"Dragonair","Pokedex Number":"148","Img name":"148","Generation":"1","Evolution Stage":"2","Evolved":"1","FamilyID":"77","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"423","ATK":"163","DEF":"138","STA":"122","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1609","100% CP @ 39":"1586"}, -{"Row":"149","Name":"Dragonite","Pokedex Number":"149","Img name":"149","Generation":"1","Evolution Stage":"3","Evolved":"1","FamilyID":"77","Cross Gen":"0","Type 1":"dragon","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"646","ATK":"263","DEF":"201","STA":"182","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3581","100% CP @ 39":"3530"}, -{"Row":"150","Name":"Mewtwo","Pokedex Number":"150","Img name":"150","Generation":"1","Evolution Stage":"1","Evolved":"0","FamilyID":"78","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"675","ATK":"300","DEF":"182","STA":"193","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3982","100% CP @ 39":"3925"}, -{"Row":"151","Name":"Mew","Pokedex Number":"151","Img name":"151","Generation":"1","Evolution Stage":"1","Evolved":"1","FamilyID":"79","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, -{"Row":"152","Name":"Chikorita","Pokedex Number":"152","Img name":"152","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"80","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"304","ATK":"92","DEF":"122","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"801","100% CP @ 39":"790"}, -{"Row":"153","Name":"Bayleef","Pokedex Number":"153","Img name":"153","Generation":"2","Evolution Stage":"2","Evolved":"0","FamilyID":"80","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"397","ATK":"122","DEF":"155","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1296","100% CP @ 39":"1277"}, -{"Row":"154","Name":"Meganium","Pokedex Number":"154","Img name":"154","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"80","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"530","ATK":"168","DEF":"202","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2227","100% CP @ 39":"2195"}, -{"Row":"155","Name":"Cyndaquil","Pokedex Number":"155","Img name":"155","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"81","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"290","ATK":"116","DEF":"96","STA":"78","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"831","100% CP @ 39":"819"}, -{"Row":"156","Name":"Quilava","Pokedex Number":"156","Img name":"156","Generation":"2","Evolution Stage":"2","Evolved":"0","FamilyID":"81","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"403","ATK":"158","DEF":"129","STA":"116","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1484","100% CP @ 39":"1462"}, -{"Row":"157","Name":"Typhlosion","Pokedex Number":"157","Img name":"157","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"81","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"555","ATK":"223","DEF":"176","STA":"156","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2686","100% CP @ 39":"2648"}, -{"Row":"158","Name":"Totodile","Pokedex Number":"158","Img name":"158","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"82","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"333","ATK":"117","DEF":"116","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1011","100% CP @ 39":"997"}, -{"Row":"159","Name":"Croconaw","Pokedex Number":"159","Img name":"159","Generation":"2","Evolution Stage":"2","Evolved":"0","FamilyID":"82","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"431","ATK":"150","DEF":"151","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1598","100% CP @ 39":"1576"}, -{"Row":"160","Name":"Feraligatr","Pokedex Number":"160","Img name":"160","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"82","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"572","ATK":"205","DEF":"197","STA":"170","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2721","100% CP @ 39":"2682"}, -{"Row":"161","Name":"Sentret","Pokedex Number":"161","Img name":"161","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"83","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"226","ATK":"79","DEF":"77","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"519","100% CP @ 39":"511"}, -{"Row":"162","Name":"Furret","Pokedex Number":"162","Img name":"162","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"83","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"448","ATK":"148","DEF":"130","STA":"170","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1667","100% CP @ 39":"1643"}, -{"Row":"163","Name":"Hoothoot","Pokedex Number":"163","Img name":"163","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"84","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"288","ATK":"67","DEF":"101","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"640","100% CP @ 39":"631"}, -{"Row":"164","Name":"Noctowl","Pokedex Number":"164","Img name":"164","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"84","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"524","ATK":"145","DEF":"179","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2040","100% CP @ 39":"2011"}, -{"Row":"165","Name":"Ledyba","Pokedex Number":"165","Img name":"165","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"85","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"294","ATK":"72","DEF":"142","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"663","100% CP @ 39":"654"}, -{"Row":"166","Name":"Ledian","Pokedex Number":"166","Img name":"166","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"85","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"426","ATK":"107","DEF":"209","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1275","100% CP @ 39":"1256"}, -{"Row":"167","Name":"Spinarak","Pokedex Number":"167","Img name":"167","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"86","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"258","ATK":"105","DEF":"73","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"685","100% CP @ 39":"675"}, -{"Row":"168","Name":"Ariados","Pokedex Number":"168","Img name":"168","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"86","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"429","ATK":"161","DEF":"128","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1636","100% CP @ 39":"1613"}, -{"Row":"169","Name":"Crobat","Pokedex Number":"169","Img name":"169","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"17","Cross Gen":"0","Type 1":"poison","Type 2":"flying","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"542","ATK":"194","DEF":"178","STA":"170","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2466","100% CP @ 39":"2431"}, -{"Row":"170","Name":"Chinchou","Pokedex Number":"170","Img name":"170","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"87","Cross Gen":"0","Type 1":"water","Type 2":"electric","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"362","ATK":"106","DEF":"106","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1067","100% CP @ 39":"1052"}, -{"Row":"171","Name":"Lanturn","Pokedex Number":"171","Img name":"171","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"87","Cross Gen":"0","Type 1":"water","Type 2":"electric","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"542","ATK":"146","DEF":"146","STA":"250","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2077","100% CP @ 39":"2047"}, -{"Row":"172","Name":"Pichu","Pokedex Number":"172","Img name":"172","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"10","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"180","ATK":"77","DEF":"63","STA":"40","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"376","100% CP @ 39":"370"}, -{"Row":"173","Name":"Cleffa","Pokedex Number":"173","Img name":"173","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"14","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"266","ATK":"75","DEF":"91","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"620","100% CP @ 39":"611"}, -{"Row":"174","Name":"Igglybuff","Pokedex Number":"174","Img name":"174","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"16","Cross Gen":"0","Type 1":"normal","Type 2":"fairy","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"283","ATK":"69","DEF":"34","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"512","100% CP @ 39":"505"}, -{"Row":"175","Name":"Togepi","Pokedex Number":"175","Img name":"175","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"88","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"253","ATK":"67","DEF":"116","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"540","100% CP @ 39":"532"}, -{"Row":"176","Name":"Togetic","Pokedex Number":"176","Img name":"176","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"88","Cross Gen":"0","Type 1":"fairy","Type 2":"flying","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"440","ATK":"139","DEF":"191","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1543","100% CP @ 39":"1521"}, -{"Row":"177","Name":"Natu","Pokedex Number":"177","Img name":"177","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"89","Cross Gen":"0","Type 1":"psychic","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"303","ATK":"134","DEF":"89","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"925","100% CP @ 39":"911"}, -{"Row":"178","Name":"Xatu","Pokedex Number":"178","Img name":"178","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"89","Cross Gen":"0","Type 1":"psychic","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"468","ATK":"192","DEF":"146","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1975","100% CP @ 39":"1947"}, -{"Row":"179","Name":"Mareep","Pokedex Number":"179","Img name":"179","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"90","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"306","ATK":"114","DEF":"82","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"887","100% CP @ 39":"874"}, -{"Row":"180","Name":"Flaaffy","Pokedex Number":"180","Img name":"180","Generation":"2","Evolution Stage":"2","Evolved":"0","FamilyID":"90","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"397","ATK":"145","DEF":"112","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1402","100% CP @ 39":"1382"}, -{"Row":"181","Name":"Ampharos","Pokedex Number":"181","Img name":"181","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"90","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"563","ATK":"211","DEF":"172","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2695","100% CP @ 39":"2656"}, -{"Row":"182","Name":"Bellossom","Pokedex Number":"182","Img name":"182","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"18","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"508","ATK":"169","DEF":"189","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2108","100% CP @ 39":"2078"}, -{"Row":"183","Name":"Marill","Pokedex Number":"183","Img name":"183","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"91","Cross Gen":"0","Type 1":"water","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"270","ATK":"37","DEF":"93","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"420","100% CP @ 39":"414"}, -{"Row":"184","Name":"Azumarill","Pokedex Number":"184","Img name":"184","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"91","Cross Gen":"0","Type 1":"water","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"464","ATK":"112","DEF":"152","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1503","100% CP @ 39":"1481"}, -{"Row":"185","Name":"Sudowoodo","Pokedex Number":"185","Img name":"185","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"92","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"505","ATK":"167","DEF":"198","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2065","100% CP @ 39":"2035"}, -{"Row":"186","Name":"Politoed","Pokedex Number":"186","Img name":"186","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"27","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"546","ATK":"174","DEF":"192","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2371","100% CP @ 39":"2337"}, -{"Row":"187","Name":"Hoppip","Pokedex Number":"187","Img name":"187","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"93","Cross Gen":"0","Type 1":"grass","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"238","ATK":"67","DEF":"101","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"508","100% CP @ 39":"501"}, -{"Row":"188","Name":"Skiploom","Pokedex Number":"188","Img name":"188","Generation":"2","Evolution Stage":"2","Evolved":"0","FamilyID":"93","Cross Gen":"0","Type 1":"grass","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"328","ATK":"91","DEF":"127","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"882","100% CP @ 39":"869"}, -{"Row":"189","Name":"Jumpluff","Pokedex Number":"189","Img name":"189","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"93","Cross Gen":"0","Type 1":"grass","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"465","ATK":"118","DEF":"197","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1553","100% CP @ 39":"1531"}, -{"Row":"190","Name":"Aipom","Pokedex Number":"190","Img name":"190","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"94","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"358","ATK":"136","DEF":"112","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1188","100% CP @ 39":"1171"}, -{"Row":"191","Name":"Sunkern","Pokedex Number":"191","Img name":"191","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"95","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"170","ATK":"55","DEF":"55","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"316","100% CP @ 39":"312"}, -{"Row":"192","Name":"Sunflora","Pokedex Number":"192","Img name":"192","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"95","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"483","ATK":"185","DEF":"148","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2048","100% CP @ 39":"2019"}, -{"Row":"193","Name":"Yanma","Pokedex Number":"193","Img name":"193","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"96","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"378","ATK":"154","DEF":"94","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1326","100% CP @ 39":"1308"}, -{"Row":"194","Name":"Wooper","Pokedex Number":"194","Img name":"194","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"97","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"260","ATK":"75","DEF":"75","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"596","100% CP @ 39":"587"}, -{"Row":"195","Name":"Quagsire","Pokedex Number":"195","Img name":"195","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"97","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"494","ATK":"152","DEF":"152","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1929","100% CP @ 39":"1902"}, -{"Row":"196","Name":"Espeon","Pokedex Number":"196","Img name":"196","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"68","Cross Gen":"1","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"585","ATK":"261","DEF":"194","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3000","100% CP @ 39":"2958"}, -{"Row":"197","Name":"Umbreon","Pokedex Number":"197","Img name":"197","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"68","Cross Gen":"1","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"566","ATK":"126","DEF":"250","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2052","100% CP @ 39":"2023"}, -{"Row":"198","Name":"Murkrow","Pokedex Number":"198","Img name":"198","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"98","Cross Gen":"0","Type 1":"dark","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"382","ATK":"175","DEF":"87","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1392","100% CP @ 39":"1372"}, -{"Row":"199","Name":"Slowking","Pokedex Number":"199","Img name":"199","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"34","Cross Gen":"0","Type 1":"water","Type 2":"psychic","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"561","ATK":"177","DEF":"194","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2482","100% CP @ 39":"2446"}, -{"Row":"200","Name":"Misdreavus","Pokedex Number":"200","Img name":"200","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"99","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"454","ATK":"167","DEF":"167","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1781","100% CP @ 39":"1756"}, -{"Row":"201","Name":"Unown","Pokedex Number":"201","Img name":"201","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"100","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"323","ATK":"136","DEF":"91","STA":"96","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1022","100% CP @ 39":"1008"}, -{"Row":"202","Name":"Wobbuffet","Pokedex Number":"202","Img name":"202","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"101","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"546","ATK":"60","DEF":"106","STA":"380","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1024","100% CP @ 39":"1009"}, -{"Row":"203","Name":"Girafarig","Pokedex Number":"203","Img name":"203","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"102","Cross Gen":"0","Type 1":"normal","Type 2":"psychic","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"455","ATK":"182","DEF":"133","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1863","100% CP @ 39":"1836"}, -{"Row":"204","Name":"Pineco","Pokedex Number":"204","Img name":"204","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"103","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"354","ATK":"108","DEF":"146","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1045","100% CP @ 39":"1030"}, -{"Row":"205","Name":"Forretress","Pokedex Number":"205","Img name":"205","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"103","Cross Gen":"0","Type 1":"bug","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"553","ATK":"161","DEF":"242","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2263","100% CP @ 39":"2231"}, -{"Row":"206","Name":"Dunsparce","Pokedex Number":"206","Img name":"206","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"104","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"462","ATK":"131","DEF":"131","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1615","100% CP @ 39":"1592"}, -{"Row":"207","Name":"Gligar","Pokedex Number":"207","Img name":"207","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"105","Cross Gen":"0","Type 1":"ground","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"477","ATK":"143","DEF":"204","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1758","100% CP @ 39":"1733"}, -{"Row":"208","Name":"Steelix","Pokedex Number":"208","Img name":"208","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"42","Cross Gen":"0","Type 1":"steel","Type 2":"ground","Weather 1":"Snow","Weather 2":"Sunny/clear","STAT TOTAL":"631","ATK":"148","DEF":"333","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2439","100% CP @ 39":"2404"}, -{"Row":"209","Name":"Snubbull","Pokedex Number":"209","Img name":"209","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"106","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"346","ATK":"137","DEF":"89","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1124","100% CP @ 39":"1108"}, -{"Row":"210","Name":"Granbull","Pokedex Number":"210","Img name":"210","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"106","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"529","ATK":"212","DEF":"137","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2440","100% CP @ 39":"2406"}, -{"Row":"211","Name":"Qwilfish","Pokedex Number":"211","Img name":"211","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"107","Cross Gen":"0","Type 1":"water","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"462","ATK":"184","DEF":"148","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1910","100% CP @ 39":"1883"}, -{"Row":"212","Name":"Scizor","Pokedex Number":"212","Img name":"212","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"59","Cross Gen":"0","Type 1":"bug","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"567","ATK":"236","DEF":"191","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2801","100% CP @ 39":"2761"}, -{"Row":"213","Name":"Shuckle","Pokedex Number":"213","Img name":"213","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"108","Cross Gen":"0","Type 1":"bug","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"453","ATK":"17","DEF":"396","STA":"40","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"300","100% CP @ 39":"296"}, -{"Row":"214","Name":"Heracross","Pokedex Number":"214","Img name":"214","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"109","Cross Gen":"0","Type 1":"bug","Type 2":"fighting","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"583","ATK":"234","DEF":"189","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2938","100% CP @ 39":"2896"}, -{"Row":"215","Name":"Sneasel","Pokedex Number":"215","Img name":"215","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"110","Cross Gen":"0","Type 1":"dark","Type 2":"ice","Weather 1":"Fog","Weather 2":"Snow","STAT TOTAL":"456","ATK":"189","DEF":"157","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1868","100% CP @ 39":"1841"}, -{"Row":"216","Name":"Teddiursa","Pokedex Number":"216","Img name":"216","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"111","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"355","ATK":"142","DEF":"93","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1184","100% CP @ 39":"1167"}, -{"Row":"217","Name":"Ursaring","Pokedex Number":"217","Img name":"217","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"111","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"560","ATK":"236","DEF":"144","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2760","100% CP @ 39":"2720"}, -{"Row":"218","Name":"Slugma","Pokedex Number":"218","Img name":"218","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"112","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"269","ATK":"118","DEF":"71","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"750","100% CP @ 39":"740"}, -{"Row":"219","Name":"Magcargo","Pokedex Number":"219","Img name":"219","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"112","Cross Gen":"0","Type 1":"fire","Type 2":"rock","Weather 1":"Sunny/clear","Weather 2":"Partly cloudy","STAT TOTAL":"448","ATK":"139","DEF":"209","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1543","100% CP @ 39":"1521"}, -{"Row":"220","Name":"Swinub","Pokedex Number":"220","Img name":"220","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"113","Cross Gen":"0","Type 1":"ice","Type 2":"ground","Weather 1":"Snow","Weather 2":"Sunny/clear","STAT TOTAL":"264","ATK":"90","DEF":"74","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"663","100% CP @ 39":"653"}, -{"Row":"221","Name":"Piloswine","Pokedex Number":"221","Img name":"221","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"113","Cross Gen":"0","Type 1":"ice","Type 2":"ground","Weather 1":"Snow","Weather 2":"Sunny/clear","STAT TOTAL":"528","ATK":"181","DEF":"147","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"2","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"2284","100% CP @ 39":"2252"}, -{"Row":"222","Name":"Corsola","Pokedex Number":"222","Img name":"222","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"114","Cross Gen":"0","Type 1":"water","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"384","ATK":"118","DEF":"156","STA":"110","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1214","100% CP @ 39":"1197"}, -{"Row":"223","Name":"Remoraid","Pokedex Number":"223","Img name":"223","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"115","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"266","ATK":"127","DEF":"69","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"749","100% CP @ 39":"738"}, -{"Row":"224","Name":"Octillery","Pokedex Number":"224","Img name":"224","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"115","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"488","ATK":"197","DEF":"141","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2124","100% CP @ 39":"2094"}, -{"Row":"225","Name":"Delibird","Pokedex Number":"225","Img name":"225","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"116","Cross Gen":"0","Type 1":"ice","Type 2":"flying","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"308","ATK":"128","DEF":"90","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"937","100% CP @ 39":"924"}, -{"Row":"226","Name":"Mantine","Pokedex Number":"226","Img name":"226","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"117","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"538","ATK":"148","DEF":"260","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2032","100% CP @ 39":"2003"}, -{"Row":"227","Name":"Skarmory","Pokedex Number":"227","Img name":"227","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"118","Cross Gen":"0","Type 1":"steel","Type 2":"flying","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"538","ATK":"148","DEF":"260","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2032","100% CP @ 39":"2003"}, -{"Row":"228","Name":"Houndour","Pokedex Number":"228","Img name":"228","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"119","Cross Gen":"0","Type 1":"dark","Type 2":"fire","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"335","ATK":"152","DEF":"93","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1110","100% CP @ 39":"1094"}, -{"Row":"229","Name":"Houndoom","Pokedex Number":"229","Img name":"229","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"119","Cross Gen":"0","Type 1":"dark","Type 2":"fire","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"533","ATK":"224","DEF":"159","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2529","100% CP @ 39":"2493"}, -{"Row":"230","Name":"Kingdra","Pokedex Number":"230","Img name":"230","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"55","Cross Gen":"1","Type 1":"water","Type 2":"dragon","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"538","ATK":"194","DEF":"194","STA":"150","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2424","100% CP @ 39":"2389"}, -{"Row":"231","Name":"Phanpy","Pokedex Number":"231","Img name":"231","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"120","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"394","ATK":"107","DEF":"107","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1175","100% CP @ 39":"1158"}, -{"Row":"232","Name":"Donphan","Pokedex Number":"232","Img name":"232","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"120","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"608","ATK":"214","DEF":"214","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3022","100% CP @ 39":"2979"}, -{"Row":"233","Name":"Porygon2","Pokedex Number":"233","Img name":"233","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"69","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"551","ATK":"198","DEF":"183","STA":"170","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"2546","100% CP @ 39":"2509"}, -{"Row":"234","Name":"Stantler","Pokedex Number":"234","Img name":"234","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"121","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"470","ATK":"192","DEF":"132","STA":"146","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1988","100% CP @ 39":"1960"}, -{"Row":"235","Name":"Smeargle","Pokedex Number":"235","Img name":"235","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"122","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"238","ATK":"40","DEF":"88","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"389","100% CP @ 39":"384"}, -{"Row":"236","Name":"Tyrogue","Pokedex Number":"236","Img name":"236","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"48","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"198","ATK":"64","DEF":"64","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"404","100% CP @ 39":"398"}, -{"Row":"237","Name":"Hitmontop","Pokedex Number":"237","Img name":"237","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"48","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"487","ATK":"173","DEF":"214","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1905","100% CP @ 39":"1878"}, -{"Row":"238","Name":"Smoochum","Pokedex Number":"238","Img name":"238","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"359","ATK":"153","DEF":"116","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1230","100% CP @ 39":"1213"}, -{"Row":"239","Name":"Elekid","Pokedex Number":"239","Img name":"239","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"335","ATK":"135","DEF":"110","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1073","100% CP @ 39":"1057"}, -{"Row":"240","Name":"Magby","Pokedex Number":"240","Img name":"240","Generation":"2","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"349","ATK":"151","DEF":"108","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1178","100% CP @ 39":"1161"}, -{"Row":"241","Name":"Miltank","Pokedex Number":"241","Img name":"241","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"123","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"558","ATK":"157","DEF":"211","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2312","100% CP @ 39":"2279"}, -{"Row":"242","Name":"Blissey","Pokedex Number":"242","Img name":"242","Generation":"2","Evolution Stage":"2","Evolved":"1","FamilyID":"","Cross Gen":"1","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"868","ATK":"129","DEF":"229","STA":"510","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3219","100% CP @ 39":"3173"}, -{"Row":"243","Name":"Raikou","Pokedex Number":"243","Img name":"243","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"124","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"631","ATK":"241","DEF":"210","STA":"180","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"3349","100% CP @ 39":"3301"}, -{"Row":"244","Name":"Entei","Pokedex Number":"244","Img name":"244","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"125","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"641","ATK":"235","DEF":"176","STA":"230","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"3377","100% CP @ 39":"3329"}, -{"Row":"245","Name":"Suicune","Pokedex Number":"245","Img name":"245","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"126","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"615","ATK":"180","DEF":"235","STA":"200","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"2823","100% CP @ 39":"2783"}, -{"Row":"246","Name":"Larvitar","Pokedex Number":"246","Img name":"246","Generation":"2","Evolution Stage":"1","Evolved":"0","FamilyID":"127","Cross Gen":"0","Type 1":"rock","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"308","ATK":"115","DEF":"93","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"904","100% CP @ 39":"891"}, -{"Row":"247","Name":"Pupitar","Pokedex Number":"247","Img name":"247","Generation":"2","Evolution Stage":"2","Evolved":"0","FamilyID":"127","Cross Gen":"0","Type 1":"rock","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"428","ATK":"155","DEF":"133","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1608","100% CP @ 39":"1585"}, -{"Row":"248","Name":"Tyranitar","Pokedex Number":"248","Img name":"248","Generation":"2","Evolution Stage":"3","Evolved":"1","FamilyID":"127","Cross Gen":"0","Type 1":"rock","Type 2":"dark","Weather 1":"Partly cloudy","Weather 2":"Fog","STAT TOTAL":"663","ATK":"251","DEF":"212","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"4","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3670","100% CP @ 39":"3617"}, -{"Row":"249","Name":"Lugia","Pokedex Number":"249","Img name":"249","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"128","Cross Gen":"0","Type 1":"psychic","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"728","ATK":"193","DEF":"323","STA":"212","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"5","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"3598","100% CP @ 39":"3547"}, -{"Row":"250","Name":"Ho Oh","Pokedex Number":"250","Img name":"250","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"129","Cross Gen":"0","Type 1":"fire","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"706","ATK":"239","DEF":"274","STA":"193","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"3889","100% CP @ 39":"3833"}, -{"Row":"251","Name":"Celebi","Pokedex Number":"251","Img name":"251","Generation":"2","Evolution Stage":"1","Evolved":"1","FamilyID":"130","Cross Gen":"0","Type 1":"psychic","Type 2":"grass","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, -{"Row":"252","Name":"Treecko","Pokedex Number":"252","Img name":"252","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"131","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"308","ATK":"124","DEF":"104","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"923","100% CP @ 39":"909"}, -{"Row":"253","Name":"Grovyle","Pokedex Number":"253","Img name":"253","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"131","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"402","ATK":"172","DEF":"130","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1508","100% CP @ 39":"1486"}, -{"Row":"254","Name":"Sceptile","Pokedex Number":"254","Img name":"254","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"131","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"543","ATK":"223","DEF":"180","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2584","100% CP @ 39":"2547"}, -{"Row":"255","Name":"Torchic","Pokedex Number":"255","Img name":"255","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"132","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"312","ATK":"130","DEF":"92","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"959","100% CP @ 39":"946"}, -{"Row":"256","Name":"Combusken","Pokedex Number":"256","Img name":"256","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"132","Cross Gen":"0","Type 1":"fire","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"398","ATK":"163","DEF":"115","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1472","100% CP @ 39":"1451"}, -{"Row":"257","Name":"Blaziken","Pokedex Number":"257","Img name":"257","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"132","Cross Gen":"0","Type 1":"fire","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"541","ATK":"240","DEF":"141","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2631","100% CP @ 39":"2593"}, -{"Row":"258","Name":"Mudkip","Pokedex Number":"258","Img name":"258","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"133","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"319","ATK":"126","DEF":"93","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"981","100% CP @ 39":"967"}, -{"Row":"259","Name":"Marshtomp","Pokedex Number":"259","Img name":"259","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"133","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"429","ATK":"156","DEF":"133","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1617","100% CP @ 39":"1594"}, -{"Row":"260","Name":"Swampert","Pokedex Number":"260","Img name":"260","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"133","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"583","ATK":"208","DEF":"175","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2815","100% CP @ 39":"2774"}, -{"Row":"261","Name":"Poochyena","Pokedex Number":"261","Img name":"261","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"134","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"229","ATK":"96","DEF":"63","STA":"70","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"1","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"564","100% CP @ 39":"556"}, -{"Row":"262","Name":"Mightyena","Pokedex Number":"262","Img name":"262","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"134","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"448","ATK":"171","DEF":"137","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1783","100% CP @ 39":"1757"}, -{"Row":"263","Name":"Zigzagoon","Pokedex Number":"263","Img name":"263","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"135","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"214","ATK":"58","DEF":"80","STA":"76","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"423","100% CP @ 39":"417"}, -{"Row":"264","Name":"Linoone","Pokedex Number":"264","Img name":"264","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"135","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"426","ATK":"142","DEF":"128","STA":"156","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1533","100% CP @ 39":"1511"}, -{"Row":"265","Name":"Wurmple","Pokedex Number":"265","Img name":"265","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"136","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"226","ATK":"75","DEF":"61","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"502","100% CP @ 39":"494"}, -{"Row":"266","Name":"Silcoon","Pokedex Number":"266","Img name":"266","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"136","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"251","ATK":"60","DEF":"91","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"517","100% CP @ 39":"509"}, -{"Row":"267","Name":"Beautifly","Pokedex Number":"267","Img name":"267","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"136","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"407","ATK":"189","DEF":"98","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1573","100% CP @ 39":"1551"}, -{"Row":"268","Name":"Cascoon","Pokedex Number":"268","Img name":"268","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"137","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"251","ATK":"60","DEF":"91","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"517","100% CP @ 39":"509"}, -{"Row":"269","Name":"Dustox","Pokedex Number":"269","Img name":"269","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"137","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"390","ATK":"98","DEF":"172","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1121","100% CP @ 39":"1105"}, -{"Row":"270","Name":"Lotad","Pokedex Number":"270","Img name":"270","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"138","Cross Gen":"0","Type 1":"water","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"237","ATK":"71","DEF":"86","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"526","100% CP @ 39":"518"}, -{"Row":"271","Name":"Lombre","Pokedex Number":"271","Img name":"271","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"138","Cross Gen":"0","Type 1":"water","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"360","ATK":"112","DEF":"128","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1102","100% CP @ 39":"1086"}, -{"Row":"272","Name":"Ludicolo","Pokedex Number":"272","Img name":"272","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"138","Cross Gen":"0","Type 1":"water","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"524","ATK":"173","DEF":"191","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2229","100% CP @ 39":"2197"}, -{"Row":"273","Name":"Seedot","Pokedex Number":"273","Img name":"273","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"139","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"237","ATK":"71","DEF":"86","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"526","100% CP @ 39":"518"}, -{"Row":"274","Name":"Nuzleaf","Pokedex Number":"274","Img name":"274","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"139","Cross Gen":"0","Type 1":"grass","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"352","ATK":"134","DEF":"78","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1117","100% CP @ 39":"1101"}, -{"Row":"275","Name":"Shiftry","Pokedex Number":"275","Img name":"275","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"139","Cross Gen":"0","Type 1":"grass","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"501","ATK":"200","DEF":"121","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2186","100% CP @ 39":"2155"}, -{"Row":"276","Name":"Taillow","Pokedex Number":"276","Img name":"276","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"140","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"247","ATK":"106","DEF":"61","STA":"80","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"642","100% CP @ 39":"632"}, -{"Row":"277","Name":"Swellow","Pokedex Number":"277","Img name":"277","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"140","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"435","ATK":"185","DEF":"130","STA":"120","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1747","100% CP @ 39":"1722"}, -{"Row":"278","Name":"Wingull","Pokedex Number":"278","Img name":"278","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"141","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"247","ATK":"106","DEF":"61","STA":"80","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"642","100% CP @ 39":"632"}, -{"Row":"279","Name":"Pelipper","Pokedex Number":"279","Img name":"279","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"141","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"484","ATK":"175","DEF":"189","STA":"120","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1969","100% CP @ 39":"1941"}, -{"Row":"280","Name":"Ralts","Pokedex Number":"280","Img name":"280","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"142","Cross Gen":"0","Type 1":"psychic","Type 2":"fairy","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"198","ATK":"79","DEF":"63","STA":"56","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"436","100% CP @ 39":"430"}, -{"Row":"281","Name":"Kirlia","Pokedex Number":"281","Img name":"281","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"142","Cross Gen":"0","Type 1":"psychic","Type 2":"fairy","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"293","ATK":"117","DEF":"100","STA":"76","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"843","100% CP @ 39":"831"}, -{"Row":"282","Name":"Gardevoir","Pokedex Number":"282","Img name":"282","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"142","Cross Gen":"0","Type 1":"psychic","Type 2":"fairy","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"593","ATK":"237","DEF":"220","STA":"136","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2964","100% CP @ 39":"2922"}, -{"Row":"283","Name":"Surskit","Pokedex Number":"283","Img name":"283","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"143","Cross Gen":"0","Type 1":"bug","Type 2":"water","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"270","ATK":"93","DEF":"97","STA":"80","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"695","100% CP @ 39":"685"}, -{"Row":"284","Name":"Masquerain","Pokedex Number":"284","Img name":"284","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"143","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"493","ATK":"192","DEF":"161","STA":"140","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2135","100% CP @ 39":"2104"}, -{"Row":"285","Name":"Shroomish","Pokedex Number":"285","Img name":"285","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"144","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"304","ATK":"74","DEF":"110","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"722","100% CP @ 39":"711"}, -{"Row":"286","Name":"Breloom","Pokedex Number":"286","Img name":"286","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"144","Cross Gen":"0","Type 1":"grass","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"514","ATK":"241","DEF":"153","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2407","100% CP @ 39":"2373"}, -{"Row":"287","Name":"Slakoth","Pokedex Number":"287","Img name":"287","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"145","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"328","ATK":"104","DEF":"104","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"942","100% CP @ 39":"928"}, -{"Row":"288","Name":"Vigoroth","Pokedex Number":"288","Img name":"288","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"145","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"478","ATK":"159","DEF":"159","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1896","100% CP @ 39":"1869"}, -{"Row":"289","Name":"Slaking","Pokedex Number":"289","Img name":"289","Generation":"3","Evolution Stage":"3","Evolved":"0","FamilyID":"145","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"746","ATK":"290","DEF":"183","STA":"273","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4548","100% CP @ 39":"4484"}, -{"Row":"290","Name":"Nincada","Pokedex Number":"290","Img name":"290","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"146","Cross Gen":"0","Type 1":"bug","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"295","ATK":"80","DEF":"153","STA":"62","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"674","100% CP @ 39":"665"}, -{"Row":"291","Name":"Ninjask","Pokedex Number":"291","Img name":"291","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"146","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"437","ATK":"199","DEF":"116","STA":"122","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1790","100% CP @ 39":"1765"}, -{"Row":"292","Name":"Shedinja","Pokedex Number":"292","Img name":"292","Generation":"3","Evolution Stage":"3","Evolved":"0","FamilyID":"146","Cross Gen":"0","Type 1":"bug","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"235","ATK":"153","DEF":"80","STA":"2","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"421","100% CP @ 39":"415"}, -{"Row":"293","Name":"Whismur","Pokedex Number":"293","Img name":"293","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"147","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"262","ATK":"92","DEF":"42","STA":"128","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"603","100% CP @ 39":"594"}, -{"Row":"294","Name":"Loudred","Pokedex Number":"294","Img name":"294","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"147","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"383","ATK":"134","DEF":"81","STA":"168","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1233","100% CP @ 39":"1215"}, -{"Row":"295","Name":"Exploud","Pokedex Number":"295","Img name":"295","Generation":"3","Evolution Stage":"3","Evolved":"0","FamilyID":"147","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"529","ATK":"179","DEF":"142","STA":"208","Legendary":"0","Aquireable":"2","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2267","100% CP @ 39":"2234"}, -{"Row":"296","Name":"Makuhita","Pokedex Number":"296","Img name":"296","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"148","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"297","ATK":"99","DEF":"54","STA":"144","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"745","100% CP @ 39":"735"}, -{"Row":"297","Name":"Hariyama","Pokedex Number":"297","Img name":"297","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"148","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"611","ATK":"209","DEF":"114","STA":"288","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2765","100% CP @ 39":"2726"}, -{"Row":"298","Name":"Azurill","Pokedex Number":"298","Img name":"298","Generation":"3","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"fairy","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"207","ATK":"36","DEF":"71","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"316","100% CP @ 39":"312"}, -{"Row":"299","Name":"Nosepass","Pokedex Number":"299","Img name":"299","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"149","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"378","ATK":"82","DEF":"236","STA":"60","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"831","100% CP @ 39":"819"}, -{"Row":"300","Name":"Skitty","Pokedex Number":"300","Img name":"300","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"150","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"268","ATK":"84","DEF":"84","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"659","100% CP @ 39":"650"}, -{"Row":"301","Name":"Delcatty","Pokedex Number":"301","Img name":"301","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"151","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"404","ATK":"132","DEF":"132","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1385","100% CP @ 39":"1366"}, -{"Row":"302","Name":"Sableye","Pokedex Number":"302","Img name":"302","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"152","Cross Gen":"0","Type 1":"dark","Type 2":"ghost","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"382","ATK":"141","DEF":"141","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"2","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1305","100% CP @ 39":"1286"}, -{"Row":"303","Name":"Mawile","Pokedex Number":"303","Img name":"303","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"153","Cross Gen":"0","Type 1":"steel","Type 2":"fairy","Weather 1":"Snow","Weather 2":"Cloudy","STAT TOTAL":"410","ATK":"155","DEF":"155","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"2","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1484","100% CP @ 39":"1463"}, -{"Row":"304","Name":"Aron","Pokedex Number":"304","Img name":"304","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"154","Cross Gen":"0","Type 1":"steel","Type 2":"rock","Weather 1":"Snow","Weather 2":"Partly cloudy","STAT TOTAL":"389","ATK":"121","DEF":"168","STA":"100","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"1","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1232","100% CP @ 39":"1214"}, -{"Row":"305","Name":"Lairon","Pokedex Number":"305","Img name":"305","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"154","Cross Gen":"0","Type 1":"steel","Type 2":"rock","Weather 1":"Snow","Weather 2":"Partly cloudy","STAT TOTAL":"518","ATK":"158","DEF":"240","STA":"120","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2004","100% CP @ 39":"1976"}, -{"Row":"306","Name":"Aggron","Pokedex Number":"306","Img name":"306","Generation":"3","Evolution Stage":"3","Evolved":"0","FamilyID":"154","Cross Gen":"0","Type 1":"steel","Type 2":"rock","Weather 1":"Snow","Weather 2":"Partly cloudy","STAT TOTAL":"652","ATK":"198","DEF":"314","STA":"140","Legendary":"0","Aquireable":"2","Spawns":"0","Regional":"0","Raidable":"4","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3004","100% CP @ 39":"2961"}, -{"Row":"307","Name":"Meditite","Pokedex Number":"307","Img name":"307","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"155","Cross Gen":"0","Type 1":"fighting","Type 2":"psychic","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"245","ATK":"78","DEF":"107","STA":"60","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"555","100% CP @ 39":"547"}, -{"Row":"308","Name":"Medicham","Pokedex Number":"308","Img name":"308","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"155","Cross Gen":"0","Type 1":"fighting","Type 2":"psychic","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"393","ATK":"121","DEF":"152","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1275","100% CP @ 39":"1257"}, -{"Row":"309","Name":"Electrike","Pokedex Number":"309","Img name":"309","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"156","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"281","ATK":"123","DEF":"78","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"810","100% CP @ 39":"798"}, -{"Row":"310","Name":"Manectric","Pokedex Number":"310","Img name":"310","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"156","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"482","ATK":"215","DEF":"127","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"2","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2131","100% CP @ 39":"2100"}, -{"Row":"311","Name":"Plusle","Pokedex Number":"311","Img name":"311","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"157","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"434","ATK":"167","DEF":"147","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1681","100% CP @ 39":"1657"}, -{"Row":"312","Name":"Minun","Pokedex Number":"312","Img name":"312","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"158","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"434","ATK":"147","DEF":"167","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1585","100% CP @ 39":"1563"}, -{"Row":"313","Name":"Volbeat","Pokedex Number":"313","Img name":"313","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"159","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"444","ATK":"143","DEF":"171","STA":"130","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1620","100% CP @ 39":"1597"}, -{"Row":"314","Name":"Illumise","Pokedex Number":"314","Img name":"314","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"159","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"444","ATK":"143","DEF":"171","STA":"130","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1620","100% CP @ 39":"1597"}, -{"Row":"315","Name":"Roselia","Pokedex Number":"315","Img name":"315","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"160","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"434","ATK":"186","DEF":"148","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1718","100% CP @ 39":"1694"}, -{"Row":"316","Name":"Gulpin","Pokedex Number":"316","Img name":"316","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"161","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"319","ATK":"80","DEF":"99","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"788","100% CP @ 39":"777"}, -{"Row":"317","Name":"Swalot","Pokedex Number":"317","Img name":"317","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"161","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"499","ATK":"140","DEF":"159","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1872","100% CP @ 39":"1845"}, -{"Row":"318","Name":"Carvanha","Pokedex Number":"318","Img name":"318","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"162","Cross Gen":"0","Type 1":"water","Type 2":"dark","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"300","ATK":"171","DEF":"39","STA":"90","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"874","100% CP @ 39":"862"}, -{"Row":"319","Name":"Sharpedo","Pokedex Number":"319","Img name":"319","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"163","Cross Gen":"0","Type 1":"water","Type 2":"dark","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"466","ATK":"243","DEF":"83","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1986","100% CP @ 39":"1957"}, -{"Row":"320","Name":"Wailmer","Pokedex Number":"320","Img name":"320","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"164","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"464","ATK":"136","DEF":"68","STA":"260","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"1","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1424","100% CP @ 39":"1404"}, -{"Row":"321","Name":"Wailord","Pokedex Number":"321","Img name":"321","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"164","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"602","ATK":"175","DEF":"87","STA":"340","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2258","100% CP @ 39":"2225"}, -{"Row":"322","Name":"Numel","Pokedex Number":"322","Img name":"322","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"165","Cross Gen":"0","Type 1":"fire","Type 2":"ground","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"321","ATK":"119","DEF":"82","STA":"120","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"957","100% CP @ 39":"944"}, -{"Row":"323","Name":"Camerupt","Pokedex Number":"323","Img name":"323","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"165","Cross Gen":"0","Type 1":"fire","Type 2":"ground","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"473","ATK":"194","DEF":"139","STA":"140","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2016","100% CP @ 39":"1987"}, -{"Row":"324","Name":"Torkoal","Pokedex Number":"324","Img name":"324","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"166","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"525","ATK":"151","DEF":"234","STA":"140","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2036","100% CP @ 39":"2007"}, -{"Row":"325","Name":"Spoink","Pokedex Number":"325","Img name":"325","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"167","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"390","ATK":"125","DEF":"145","STA":"120","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1285","100% CP @ 39":"1266"}, -{"Row":"326","Name":"Grumpig","Pokedex Number":"326","Img name":"326","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"167","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"542","ATK":"171","DEF":"211","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2310","100% CP @ 39":"2277"}, -{"Row":"327","Name":"Spinda","Pokedex Number":"327","Img name":"327","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"168","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"352","ATK":"116","DEF":"116","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1088","100% CP @ 39":"1072"}, -{"Row":"328","Name":"Trapinch","Pokedex Number":"328","Img name":"328","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"169","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"330","ATK":"162","DEF":"78","STA":"90","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1092","100% CP @ 39":"1076"}, -{"Row":"329","Name":"Vibrava","Pokedex Number":"329","Img name":"329","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"169","Cross Gen":"0","Type 1":"ground","Type 2":"dragon","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"333","ATK":"134","DEF":"99","STA":"100","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1065","100% CP @ 39":"1050"}, -{"Row":"330","Name":"Flygon","Pokedex Number":"330","Img name":"330","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"169","Cross Gen":"0","Type 1":"ground","Type 2":"dragon","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"533","ATK":"205","DEF":"168","STA":"160","Legendary":"0","Aquireable":"2","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2458","100% CP @ 39":"2423"}, -{"Row":"331","Name":"Cacnea","Pokedex Number":"331","Img name":"331","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"170","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"330","ATK":"156","DEF":"74","STA":"100","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1080","100% CP @ 39":"1065"}, -{"Row":"332","Name":"Cacturne","Pokedex Number":"332","Img name":"332","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"170","Cross Gen":"0","Type 1":"grass","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"476","ATK":"221","DEF":"115","STA":"140","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2092","100% CP @ 39":"2062"}, -{"Row":"333","Name":"Swablu","Pokedex Number":"333","Img name":"333","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"171","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"305","ATK":"76","DEF":"139","STA":"90","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"1","Hatchable":"0","Shiny":"1","Nest":"1","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"722","100% CP @ 39":"712"}, -{"Row":"334","Name":"Altaria","Pokedex Number":"334","Img name":"334","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"171","Cross Gen":"0","Type 1":"dragon","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"499","ATK":"141","DEF":"208","STA":"150","Legendary":"0","Aquireable":"3","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1868","100% CP @ 39":"1842"}, -{"Row":"335","Name":"Zangoose","Pokedex Number":"335","Img name":"335","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"172","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"492","ATK":"222","DEF":"124","STA":"146","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2214","100% CP @ 39":"2182"}, -{"Row":"336","Name":"Seviper","Pokedex Number":"336","Img name":"336","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"178","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"460","ATK":"196","DEF":"118","STA":"146","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1928","100% CP @ 39":"1900"}, -{"Row":"337","Name":"Lunatone","Pokedex Number":"337","Img name":"337","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"179","Cross Gen":"0","Type 1":"rock","Type 2":"psychic","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"521","ATK":"178","DEF":"163","STA":"180","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2245","100% CP @ 39":"2213"}, -{"Row":"338","Name":"Solrock","Pokedex Number":"338","Img name":"338","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"180","Cross Gen":"0","Type 1":"rock","Type 2":"psychic","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"521","ATK":"178","DEF":"163","STA":"180","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2245","100% CP @ 39":"2213"}, -{"Row":"339","Name":"Barboach","Pokedex Number":"339","Img name":"339","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"181","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"276","ATK":"93","DEF":"83","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"2","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"716","100% CP @ 39":"705"}, -{"Row":"340","Name":"Whiscash","Pokedex Number":"340","Img name":"340","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"181","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"513","ATK":"151","DEF":"142","STA":"220","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1991","100% CP @ 39":"1963"}, -{"Row":"341","Name":"Corphish","Pokedex Number":"341","Img name":"341","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"182","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"340","ATK":"141","DEF":"113","STA":"86","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1107","100% CP @ 39":"1092"}, -{"Row":"342","Name":"Crawdaunt","Pokedex Number":"342","Img name":"342","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"182","Cross Gen":"0","Type 1":"water","Type 2":"dark","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"506","ATK":"224","DEF":"156","STA":"126","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2317","100% CP @ 39":"2284"}, -{"Row":"343","Name":"Baltoy","Pokedex Number":"343","Img name":"343","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"183","Cross Gen":"0","Type 1":"ground","Type 2":"psychic","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"288","ATK":"77","DEF":"131","STA":"80","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"676","100% CP @ 39":"667"}, -{"Row":"344","Name":"Claydol","Pokedex Number":"344","Img name":"344","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"183","Cross Gen":"0","Type 1":"ground","Type 2":"psychic","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"496","ATK":"140","DEF":"236","STA":"120","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1782","100% CP @ 39":"1756"}, -{"Row":"345","Name":"Lileep","Pokedex Number":"345","Img name":"345","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"184","Cross Gen":"0","Type 1":"rock","Type 2":"grass","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"391","ATK":"105","DEF":"154","STA":"132","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1181","100% CP @ 39":"1164"}, -{"Row":"346","Name":"Cradily","Pokedex Number":"346","Img name":"346","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"184","Cross Gen":"0","Type 1":"rock","Type 2":"grass","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"522","ATK":"152","DEF":"198","STA":"172","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2081","100% CP @ 39":"2051"}, -{"Row":"347","Name":"Anorith","Pokedex Number":"347","Img name":"347","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"185","Cross Gen":"0","Type 1":"rock","Type 2":"bug","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"366","ATK":"176","DEF":"100","STA":"90","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1310","100% CP @ 39":"1292"}, -{"Row":"348","Name":"Armaldo","Pokedex Number":"348","Img name":"348","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"185","Cross Gen":"0","Type 1":"rock","Type 2":"bug","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"555","ATK":"222","DEF":"183","STA":"150","Legendary":"0","Aquireable":"2","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2675","100% CP @ 39":"2637"}, -{"Row":"349","Name":"Feebas","Pokedex Number":"349","Img name":"349","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"186","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"171","ATK":"29","DEF":"102","STA":"40","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"10","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"220","100% CP @ 39":"217"}, -{"Row":"350","Name":"Milotic","Pokedex Number":"350","Img name":"350","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"186","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"624","ATK":"192","DEF":"242","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2967","100% CP @ 39":"2925"}, -{"Row":"351","Name":"Castform","Pokedex Number":"351","Img name":"351","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"187","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"418","ATK":"139","DEF":"139","STA":"140","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1486","100% CP @ 39":"1464"}, -{"Row":"352","Name":"Kecleon","Pokedex Number":"352","Img name":"352","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"188","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"493","ATK":"161","DEF":"212","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1924","100% CP @ 39":"1896"}, -{"Row":"353","Name":"Shuppet","Pokedex Number":"353","Img name":"353","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"189","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"292","ATK":"138","DEF":"66","STA":"88","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"1","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"872","100% CP @ 39":"860"}, -{"Row":"354","Name":"Banette","Pokedex Number":"354","Img name":"354","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"189","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"473","ATK":"218","DEF":"127","STA":"128","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2073","100% CP @ 39":"2044"}, -{"Row":"355","Name":"Duskull","Pokedex Number":"355","Img name":"355","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"190","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"272","ATK":"70","DEF":"162","STA":"40","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"1","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"523","100% CP @ 39":"516"}, -{"Row":"356","Name":"Dusclops","Pokedex Number":"356","Img name":"356","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"190","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"438","ATK":"124","DEF":"234","STA":"80","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"1335","100% CP @ 39":"1316"}, -{"Row":"357","Name":"Tropius","Pokedex Number":"357","Img name":"357","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"191","Cross Gen":"0","Type 1":"grass","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"499","ATK":"136","DEF":"165","STA":"198","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1846","100% CP @ 39":"1820"}, -{"Row":"358","Name":"Chimecho","Pokedex Number":"358","Img name":"358","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"192","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"499","ATK":"175","DEF":"174","STA":"150","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2095","100% CP @ 39":"2065"}, -{"Row":"359","Name":"Absol","Pokedex Number":"359","Img name":"359","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"193","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"496","ATK":"246","DEF":"120","STA":"130","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"4","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2280","100% CP @ 39":"2248"}, -{"Row":"360","Name":"Wynaut","Pokedex Number":"360","Img name":"360","Generation":"3","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"317","ATK":"41","DEF":"86","STA":"190","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"503","100% CP @ 39":"496"}, -{"Row":"361","Name":"Snorunt","Pokedex Number":"361","Img name":"361","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"194","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"290","ATK":"95","DEF":"95","STA":"100","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"1","Hatchable":"5","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"1","100% CP @ 40":"772","100% CP @ 39":"761"}, -{"Row":"362","Name":"Glalie","Pokedex Number":"362","Img name":"362","Generation":"3","Evolution Stage":"2","Evolved":"1","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"484","ATK":"162","DEF":"162","STA":"160","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"1","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1945","100% CP @ 39":"1917"}, -{"Row":"363","Name":"Spheal","Pokedex Number":"363","Img name":"363","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"water","Weather 1":"Snow","Weather 2":"Rainy","STAT TOTAL":"325","ATK":"95","DEF":"90","STA":"140","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"5","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"876","100% CP @ 39":"863"}, -{"Row":"364","Name":"Sealeo","Pokedex Number":"364","Img name":"364","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"water","Weather 1":"Snow","Weather 2":"Rainy","STAT TOTAL":"449","ATK":"137","DEF":"132","STA":"180","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1607","100% CP @ 39":"1584"}, -{"Row":"365","Name":"Walrein","Pokedex Number":"365","Img name":"365","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"water","Weather 1":"Snow","Weather 2":"Rainy","STAT TOTAL":"578","ATK":"182","DEF":"176","STA":"220","Legendary":"0","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2606","100% CP @ 39":"2569"}, -{"Row":"366","Name":"Clamperl","Pokedex Number":"366","Img name":"366","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"352","ATK":"133","DEF":"149","STA":"70","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1091","100% CP @ 39":"1075"}, -{"Row":"367","Name":"Huntail","Pokedex Number":"367","Img name":"367","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"501","ATK":"197","DEF":"194","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2140","100% CP @ 39":"2109"}, -{"Row":"368","Name":"Gorebyss","Pokedex Number":"368","Img name":"368","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"515","ATK":"211","DEF":"194","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2281","100% CP @ 39":"2248"}, -{"Row":"369","Name":"Relicanth","Pokedex Number":"369","Img name":"369","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"596","ATK":"162","DEF":"234","STA":"200","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"1","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2557","100% CP @ 39":"2521"}, -{"Row":"370","Name":"Luvdisc","Pokedex Number":"370","Img name":"370","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"301","ATK":"81","DEF":"134","STA":"86","Legendary":"0","Aquireable":"1","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"1","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"735","100% CP @ 39":"725"}, -{"Row":"371","Name":"Bagon","Pokedex Number":"371","Img name":"371","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"331","ATK":"134","DEF":"107","STA":"90","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1053","100% CP @ 39":"1038"}, -{"Row":"372","Name":"Shelgon","Pokedex Number":"372","Img name":"372","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"481","ATK":"172","DEF":"179","STA":"130","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1958","100% CP @ 39":"1930"}, -{"Row":"373","Name":"Salamence","Pokedex Number":"373","Img name":"373","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"635","ATK":"277","DEF":"168","STA":"190","Legendary":"0","Aquireable":"3","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3532","100% CP @ 39":"3481"}, -{"Row":"374","Name":"Beldum","Pokedex Number":"374","Img name":"374","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"317","ATK":"96","DEF":"141","STA":"80","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"843","100% CP @ 39":"831"}, -{"Row":"375","Name":"Metang","Pokedex Number":"375","Img name":"375","Generation":"3","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"443","ATK":"138","DEF":"185","STA":"120","Legendary":"0","Aquireable":"3","Spawns":"1","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1570","100% CP @ 39":"1547"}, -{"Row":"376","Name":"Metagross","Pokedex Number":"376","Img name":"376","Generation":"3","Evolution Stage":"3","Evolved":"1","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"665","ATK":"257","DEF":"248","STA":"160","Legendary":"0","Aquireable":"3","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3644","100% CP @ 39":"3592"}, -{"Row":"377","Name":"Regirock","Pokedex Number":"377","Img name":"377","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"695","ATK":"179","DEF":"356","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3087","100% CP @ 39":"3043"}, -{"Row":"378","Name":"Regice","Pokedex Number":"378","Img name":"378","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"695","ATK":"179","DEF":"356","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3087","100% CP @ 39":"3043"}, -{"Row":"379","Name":"Registeel","Pokedex Number":"379","Img name":"379","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"588","ATK":"143","DEF":"285","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2261","100% CP @ 39":"2228"}, -{"Row":"380","Name":"Latias","Pokedex Number":"380","Img name":"380","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"psychic","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"656","ATK":"228","DEF":"268","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3377","100% CP @ 39":"3329"}, -{"Row":"381","Name":"Latios","Pokedex Number":"381","Img name":"381","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"psychic","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"656","ATK":"268","DEF":"228","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3644","100% CP @ 39":"3592"}, -{"Row":"382","Name":"Kyogre","Pokedex Number":"382","Img name":"382","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"703","ATK":"270","DEF":"251","STA":"182","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4074","100% CP @ 39":"4016"}, -{"Row":"383","Name":"Groudon","Pokedex Number":"383","Img name":"383","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"703","ATK":"270","DEF":"251","STA":"182","Legendary":"1","Aquireable":"1","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"1","Future Evolve":"0","100% CP @ 40":"4074","100% CP @ 39":"4016"}, -{"Row":"384","Name":"Rayquaza","Pokedex Number":"384","Img name":"384","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"645","ATK":"284","DEF":"170","STA":"191","Legendary":"1","Aquireable":"3","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"1","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3645","100% CP @ 39":"3593"}, -{"Row":"385","Name":"Jirachi","Pokedex Number":"385","Img name":"385","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, -{"Row":"386","Name":"Deoxys Defense","Pokedex Number":"386","Img name":"386-defense","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"574","ATK":"144","DEF":"330","STA":"100","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1978","100% CP @ 39":"1949"}, -{"Row":"387","Name":"Deoxys Normal","Pokedex Number":"386","Img name":"386","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"560","ATK":"345","DEF":"115","STA":"100","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2749","100% CP @ 39":"2709"}, -{"Row":"388","Name":"Deoxys Attack","Pokedex Number":"386","Img name":"386-attack","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"560","ATK":"414","DEF":"46","STA":"100","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2244","100% CP @ 39":"2212"}, -{"Row":"389","Name":"Deoxys Speed","Pokedex Number":"386","Img name":"386-speed","Generation":"3","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"548","ATK":"230","DEF":"218","STA":"100","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2504","100% CP @ 39":"2469"}, -{"Row":"390","Name":"Turtwig","Pokedex Number":"387","Img name":"387","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"344","ATK":"119","DEF":"115","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1066","100% CP @ 39":"1051"}, -{"Row":"391","Name":"Grotle","Pokedex Number":"388","Img name":"388","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"459","ATK":"157","DEF":"152","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1783","100% CP @ 39":"1757"}, -{"Row":"392","Name":"Torterra","Pokedex Number":"389","Img name":"389","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"ground","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"589","ATK":"202","DEF":"197","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2825","100% CP @ 39":"2785"}, -{"Row":"393","Name":"Chimchar","Pokedex Number":"390","Img name":"390","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"287","ATK":"113","DEF":"86","STA":"88","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"815","100% CP @ 39":"803"}, -{"Row":"394","Name":"Monferno","Pokedex Number":"391","Img name":"391","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"391","ATK":"158","DEF":"105","STA":"128","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1415","100% CP @ 39":"1395"}, -{"Row":"395","Name":"Infernape","Pokedex Number":"392","Img name":"392","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"525","ATK":"222","DEF":"151","STA":"152","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2464","100% CP @ 39":"2429"}, -{"Row":"396","Name":"Piplup","Pokedex Number":"393","Img name":"393","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"321","ATK":"112","DEF":"103","STA":"106","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"947","100% CP @ 39":"934"}, -{"Row":"397","Name":"Prinplup","Pokedex Number":"394","Img name":"394","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"421","ATK":"150","DEF":"143","STA":"128","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1549","100% CP @ 39":"1526"}, -{"Row":"398","Name":"Empoleon","Pokedex Number":"395","Img name":"395","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"571","ATK":"210","DEF":"193","STA":"168","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2741","100% CP @ 39":"2702"}, -{"Row":"399","Name":"Starly","Pokedex Number":"396","Img name":"396","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"239","ATK":"101","DEF":"58","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"603","100% CP @ 39":"594"}, -{"Row":"400","Name":"Staravia","Pokedex Number":"397","Img name":"397","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"351","ATK":"142","DEF":"99","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1170","100% CP @ 39":"1153"}, -{"Row":"401","Name":"Staraptor","Pokedex Number":"398","Img name":"398","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"549","ATK":"234","DEF":"145","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2675","100% CP @ 39":"2637"}, -{"Row":"402","Name":"Bidoof","Pokedex Number":"399","Img name":"399","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"271","ATK":"80","DEF":"73","STA":"118","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"641","100% CP @ 39":"632"}, -{"Row":"403","Name":"Bibarel","Pokedex Number":"400","Img name":"400","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"439","ATK":"162","DEF":"119","STA":"158","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1683","100% CP @ 39":"1659"}, -{"Row":"404","Name":"Kricketot","Pokedex Number":"401","Img name":"401","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"193","ATK":"45","DEF":"74","STA":"74","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"333","100% CP @ 39":"328"}, -{"Row":"405","Name":"Kricketune","Pokedex Number":"402","Img name":"402","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"414","ATK":"160","DEF":"100","STA":"154","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1523","100% CP @ 39":"1501"}, -{"Row":"406","Name":"Shinx","Pokedex Number":"403","Img name":"403","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"271","ATK":"117","DEF":"64","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"750","100% CP @ 39":"740"}, -{"Row":"407","Name":"Luxio","Pokedex Number":"404","Img name":"404","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"374","ATK":"159","DEF":"95","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1324","100% CP @ 39":"1305"}, -{"Row":"408","Name":"Luxray","Pokedex Number":"405","Img name":"405","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"548","ATK":"232","DEF":"156","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2668","100% CP @ 39":"2630"}, -{"Row":"409","Name":"Budew","Pokedex Number":"406","Img name":"406","Generation":"4","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"297","ATK":"91","DEF":"126","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"766","100% CP @ 39":"755"}, -{"Row":"410","Name":"Roserade","Pokedex Number":"407","Img name":"407","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"569","ATK":"243","DEF":"206","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2783","100% CP @ 39":"2743"}, -{"Row":"411","Name":"Cranidos","Pokedex Number":"408","Img name":"408","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"427","ATK":"218","DEF":"75","STA":"134","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1685","100% CP @ 39":"1661"}, -{"Row":"412","Name":"Rampardos","Pokedex Number":"409","Img name":"409","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"603","ATK":"295","DEF":"114","STA":"194","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3179","100% CP @ 39":"3133"}, -{"Row":"413","Name":"Shieldon","Pokedex Number":"410","Img name":"410","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"steel","Weather 1":"Partly cloudy","Weather 2":"Snow","STAT TOTAL":"344","ATK":"76","DEF":"208","STA":"60","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"735","100% CP @ 39":"724"}, -{"Row":"414","Name":"Bastiodon","Pokedex Number":"411","Img name":"411","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"steel","Weather 1":"Partly cloudy","Weather 2":"Snow","STAT TOTAL":"513","ATK":"94","DEF":"299","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1401","100% CP @ 39":"1381"}, -{"Row":"415","Name":"Burmy (Plant Cloak)","Pokedex Number":"412","Img name":"412","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"216","ATK":"53","DEF":"83","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"409","100% CP @ 39":"403"}, -{"Row":"415","Name":"Burmy (Trash Cloak)","Pokedex Number":"412","Img name":"412-trash","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"216","ATK":"53","DEF":"83","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"409","100% CP @ 39":"403"}, -{"Row":"415","Name":"Burmy (Sandy Cloak)","Pokedex Number":"412","Img name":"412-sandy","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"216","ATK":"53","DEF":"83","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"409","100% CP @ 39":"403"}, -{"Row":"418","Name":"Wormadam (Plant Cloak)","Pokedex Number":"413","Img name":"413","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"450","ATK":"141","DEF":"189","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1616","100% CP @ 39":"1593"}, -{"Row":"419","Name":"Wormadam (Trash Cloak)","Pokedex Number":"413","Img name":"413-trash","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"450","ATK":"141","DEF":"189","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1616","100% CP @ 39":"1593"}, -{"Row":"420","Name":"Wormadam (Sandy Cloak)","Pokedex Number":"413","Img name":"413-sandy","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"450","ATK":"141","DEF":"189","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1616","100% CP @ 39":"1593"}, -{"Row":"421","Name":"Mothim","Pokedex Number":"414","Img name":"414","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"423","ATK":"185","DEF":"98","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1653","100% CP @ 39":"1629"}, -{"Row":"422","Name":"Combee","Pokedex Number":"415","Img name":"415","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"202","ATK":"59","DEF":"83","STA":"60","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"396","100% CP @ 39":"390"}, -{"Row":"423","Name":"Vespiquen","Pokedex Number":"416","Img name":"416","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"479","ATK":"149","DEF":"190","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1825","100% CP @ 39":"1799"}, -{"Row":"424","Name":"Pachirisu","Pokedex Number":"417","Img name":"417","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"396","ATK":"94","DEF":"182","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1110","100% CP @ 39":"1094"}, -{"Row":"425","Name":"Buizel","Pokedex Number":"418","Img name":"418","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"312","ATK":"132","DEF":"70","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"946","100% CP @ 39":"932"}, -{"Row":"426","Name":"Floatzel","Pokedex Number":"419","Img name":"419","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"509","ATK":"221","DEF":"118","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2312","100% CP @ 39":"2279"}, -{"Row":"427","Name":"Cherubi","Pokedex Number":"420","Img name":"420","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"294","ATK":"108","DEF":"96","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"829","100% CP @ 39":"817"}, -{"Row":"428","Name":"Cherrim","Pokedex Number":"421","Img name":"421","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"467","ATK":"170","DEF":"157","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1886","100% CP @ 39":"1859"}, -{"Row":"429","Name":"Shellos","Pokedex Number":"422","Img name":"422","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"366","ATK":"103","DEF":"111","STA":"152","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1069","100% CP @ 39":"1053"}, -{"Row":"430","Name":"Gastrodon","Pokedex Number":"423","Img name":"423","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"540","ATK":"169","DEF":"149","STA":"222","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2265","100% CP @ 39":"2233"}, -{"Row":"431","Name":"Ambipom","Pokedex Number":"424","Img name":"424","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"498","ATK":"205","DEF":"143","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2218","100% CP @ 39":"2186"}, -{"Row":"432","Name":"Drifloon","Pokedex Number":"425","Img name":"425","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"382","ATK":"117","DEF":"85","STA":"180","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1151","100% CP @ 39":"1134"}, -{"Row":"433","Name":"Drifblim","Pokedex Number":"426","Img name":"426","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"587","ATK":"180","DEF":"107","STA":"300","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2387","100% CP @ 39":"2353"}, -{"Row":"434","Name":"Buneary","Pokedex Number":"427","Img name":"427","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"351","ATK":"130","DEF":"111","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1136","100% CP @ 39":"1120"}, -{"Row":"435","Name":"Lopunny","Pokedex Number":"428","Img name":"428","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"486","ATK":"156","DEF":"200","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1885","100% CP @ 39":"1858"}, -{"Row":"436","Name":"Mismagius","Pokedex Number":"429","Img name":"429","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"542","ATK":"211","DEF":"211","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2465","100% CP @ 39":"2430"}, -{"Row":"437","Name":"Honchkrow","Pokedex Number":"430","Img name":"430","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"546","ATK":"243","DEF":"103","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2566","100% CP @ 39":"2529"}, -{"Row":"438","Name":"Glameow","Pokedex Number":"431","Img name":"431","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"292","ATK":"109","DEF":"85","STA":"98","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"823","100% CP @ 39":"811"}, -{"Row":"439","Name":"Purugly","Pokedex Number":"432","Img name":"432","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"450","ATK":"172","DEF":"136","STA":"142","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1798","100% CP @ 39":"1772"}, -{"Row":"440","Name":"Chingling","Pokedex Number":"433","Img name":"433","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"298","ATK":"114","DEF":"94","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"861","100% CP @ 39":"849"}, -{"Row":"441","Name":"Stunky","Pokedex Number":"434","Img name":"434","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"dark","Weather 1":"Cloudy","Weather 2":"Fog","STAT TOTAL":"340","ATK":"121","DEF":"93","STA":"126","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1048","100% CP @ 39":"1033"}, -{"Row":"442","Name":"Skuntank","Pokedex Number":"435","Img name":"435","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"dark","Weather 1":"Cloudy","Weather 2":"Fog","STAT TOTAL":"525","ATK":"184","DEF":"135","STA":"206","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2262","100% CP @ 39":"2230"}, -{"Row":"443","Name":"Bronzor","Pokedex Number":"436","Img name":"436","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"311","ATK":"43","DEF":"154","STA":"114","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"534","100% CP @ 39":"527"}, -{"Row":"444","Name":"Bronzong","Pokedex Number":"437","Img name":"437","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"psychic","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"508","ATK":"161","DEF":"213","STA":"134","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2026","100% CP @ 39":"1997"}, -{"Row":"445","Name":"Bonsly","Pokedex Number":"438","Img name":"438","Generation":"4","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"379","ATK":"124","DEF":"155","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1213","100% CP @ 39":"1196"}, -{"Row":"446","Name":"Mime Jr.","Pokedex Number":"439","Img name":"439","Generation":"4","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"fairy","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"329","ATK":"125","DEF":"164","STA":"40","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"867","100% CP @ 39":"855"}, -{"Row":"447","Name":"Happiny","Pokedex Number":"440","Img name":"440","Generation":"4","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"330","ATK":"25","DEF":"105","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"401","100% CP @ 39":"395"}, -{"Row":"448","Name":"Chatot","Pokedex Number":"441","Img name":"441","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"427","ATK":"183","DEF":"92","STA":"152","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1653","100% CP @ 39":"1629"}, -{"Row":"449","Name":"Spiritomb","Pokedex Number":"442","Img name":"442","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"dark","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"468","ATK":"169","DEF":"199","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1802","100% CP @ 39":"1777"}, -{"Row":"450","Name":"Gible","Pokedex Number":"443","Img name":"443","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ground","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"324","ATK":"124","DEF":"84","STA":"116","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"988","100% CP @ 39":"974"}, -{"Row":"451","Name":"Gabite","Pokedex Number":"444","Img name":"444","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ground","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"438","ATK":"172","DEF":"130","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1728","100% CP @ 39":"1703"}, -{"Row":"452","Name":"Garchomp","Pokedex Number":"445","Img name":"445","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ground","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"675","ATK":"261","DEF":"198","STA":"216","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3823","100% CP @ 39":"3769"}, -{"Row":"453","Name":"Munchlax","Pokedex Number":"446","Img name":"446","Generation":"4","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"544","ATK":"137","DEF":"137","STA":"270","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1975","100% CP @ 39":"1947"}, -{"Row":"454","Name":"Riolu","Pokedex Number":"447","Img name":"447","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"285","ATK":"127","DEF":"78","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"833","100% CP @ 39":"821"}, -{"Row":"455","Name":"Lucario","Pokedex Number":"448","Img name":"448","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"steel","Weather 1":"Cloudy","Weather 2":"Snow","STAT TOTAL":"520","ATK":"236","DEF":"144","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2461","100% CP @ 39":"2425"}, -{"Row":"456","Name":"Hippopotas","Pokedex Number":"449","Img name":"449","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"394","ATK":"124","DEF":"134","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1302","100% CP @ 39":"1283"}, -{"Row":"457","Name":"Hippowdon","Pokedex Number":"450","Img name":"450","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"629","ATK":"201","DEF":"212","STA":"216","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3089","100% CP @ 39":"3045"}, -{"Row":"458","Name":"Skorupi","Pokedex Number":"451","Img name":"451","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"bug","Weather 1":"Cloudy","Weather 2":"Rainy","STAT TOTAL":"341","ATK":"93","DEF":"168","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"889","100% CP @ 39":"876"}, -{"Row":"459","Name":"Drapion","Pokedex Number":"452","Img name":"452","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"dark","Weather 1":"Cloudy","Weather 2":"Fog","STAT TOTAL":"539","ATK":"180","DEF":"219","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2319","100% CP @ 39":"2286"}, -{"Row":"460","Name":"Croagunk","Pokedex Number":"453","Img name":"453","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"fighting","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"288","ATK":"116","DEF":"76","STA":"96","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"822","100% CP @ 39":"810"}, -{"Row":"461","Name":"Toxicroak","Pokedex Number":"454","Img name":"454","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"fighting","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"510","ATK":"211","DEF":"133","STA":"166","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2310","100% CP @ 39":"2277"}, -{"Row":"462","Name":"Carnivine","Pokedex Number":"455","Img name":"455","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"471","ATK":"187","DEF":"136","STA":"148","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1979","100% CP @ 39":"1951"}, -{"Row":"463","Name":"Finneon","Pokedex Number":"456","Img name":"456","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"313","ATK":"96","DEF":"119","STA":"98","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"853","100% CP @ 39":"840"}, -{"Row":"464","Name":"Lumineon","Pokedex Number":"457","Img name":"457","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"455","ATK":"142","DEF":"175","STA":"138","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1671","100% CP @ 39":"1648"}, -{"Row":"465","Name":"Mantyke","Pokedex Number":"458","Img name":"458","Generation":"4","Evolution Stage":"0","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"407","ATK":"105","DEF":"212","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1157","100% CP @ 39":"1140"}, -{"Row":"466","Name":"Snover","Pokedex Number":"459","Img name":"459","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"ice","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"345","ATK":"115","DEF":"110","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1054","100% CP @ 39":"1039"}, -{"Row":"467","Name":"Abomasnow","Pokedex Number":"460","Img name":"460","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"ice","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"521","ATK":"178","DEF":"163","STA":"180","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2245","100% CP @ 39":"2213"}, -{"Row":"468","Name":"Weavile","Pokedex Number":"461","Img name":"461","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"ice","Weather 1":"Fog","Weather 2":"Snow","STAT TOTAL":"565","ATK":"243","DEF":"182","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2815","100% CP @ 39":"2775"}, -{"Row":"469","Name":"Magnezone","Pokedex Number":"462","Img name":"462","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"595","ATK":"238","DEF":"217","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2996","100% CP @ 39":"2953"}, -{"Row":"470","Name":"Lickilicky","Pokedex Number":"463","Img name":"463","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"1","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"562","ATK":"161","DEF":"181","STA":"220","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2359","100% CP @ 39":"2325"}, -{"Row":"471","Name":"Rhyperior","Pokedex Number":"464","Img name":"464","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"rock","Weather 1":"Sunny/clear","Weather 2":"Partly cloudy","STAT TOTAL":"695","ATK":"241","DEF":"224","STA":"230","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3869","100% CP @ 39":"3813"}, -{"Row":"472","Name":"Tangrowth","Pokedex Number":"465","Img name":"465","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"626","ATK":"207","DEF":"219","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3110","100% CP @ 39":"3065"}, -{"Row":"473","Name":"Electivire","Pokedex Number":"466","Img name":"466","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"1","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"572","ATK":"249","DEF":"173","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2904","100% CP @ 39":"2862"}, -{"Row":"474","Name":"Magmortar","Pokedex Number":"467","Img name":"467","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"62","Cross Gen":"1","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"583","ATK":"247","DEF":"186","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2980","100% CP @ 39":"2937"}, -{"Row":"475","Name":"Togekiss","Pokedex Number":"468","Img name":"468","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"flying","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"622","ATK":"225","DEF":"227","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3171","100% CP @ 39":"3126"}, -{"Row":"476","Name":"Yanmega","Pokedex Number":"469","Img name":"469","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"575","ATK":"231","DEF":"172","STA":"172","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2873","100% CP @ 39":"2832"}, -{"Row":"477","Name":"Leafeon","Pokedex Number":"470","Img name":"470","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"1","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"600","ATK":"216","DEF":"254","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2849","100% CP @ 39":"2808"}, -{"Row":"478","Name":"Glaceon","Pokedex Number":"471","Img name":"471","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"1","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"580","ATK":"238","DEF":"212","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2866","100% CP @ 39":"2825"}, -{"Row":"479","Name":"Gliscor","Pokedex Number":"472","Img name":"472","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"583","ATK":"185","DEF":"248","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2602","100% CP @ 39":"2565"}, -{"Row":"480","Name":"Mamoswine","Pokedex Number":"473","Img name":"473","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"ground","Weather 1":"Snow","Weather 2":"Sunny/clear","STAT TOTAL":"624","ATK":"247","DEF":"157","STA":"220","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3289","100% CP @ 39":"3242"}, -{"Row":"481","Name":"Porygon-Z","Pokedex Number":"474","Img name":"474","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"587","ATK":"264","DEF":"153","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3072","100% CP @ 39":"3028"}, -{"Row":"482","Name":"Gallade","Pokedex Number":"475","Img name":"475","Generation":"4","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"fighting","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"593","ATK":"237","DEF":"220","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2964","100% CP @ 39":"2922"}, -{"Row":"483","Name":"Probopass","Pokedex Number":"476","Img name":"476","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"steel","Weather 1":"Partly cloudy","Weather 2":"Snow","STAT TOTAL":"533","ATK":"135","DEF":"278","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1863","100% CP @ 39":"1836"}, -{"Row":"484","Name":"Dusknoir","Pokedex Number":"477","Img name":"477","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"524","ATK":"180","DEF":"254","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2046","100% CP @ 39":"2017"}, -{"Row":"485","Name":"Froslass","Pokedex Number":"478","Img name":"478","Generation":"4","Evolution Stage":"3","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"ghost","Weather 1":"Snow","Weather 2":"Fog","STAT TOTAL":"461","ATK":"171","DEF":"150","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1857","100% CP @ 39":"1831"}, -{"Row":"486","Name":"Rotom (Heat Rotom)","Pokedex Number":"479","Img name":"479-heat","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"444","ATK":"185","DEF":"159","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1767","100% CP @ 39":"1741"}, -{"Row":"487","Name":"Rotom (Wash Rotom)","Pokedex Number":"479","Img name":"479-wash","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"444","ATK":"185","DEF":"159","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1767","100% CP @ 39":"1741"}, -{"Row":"488","Name":"Rotom (Frost Rotom)","Pokedex Number":"479","Img name":"479-frost","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"444","ATK":"185","DEF":"159","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1767","100% CP @ 39":"1741"}, -{"Row":"489","Name":"Rotom (Fan Rotom)","Pokedex Number":"479","Img name":"479-spin","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"444","ATK":"185","DEF":"159","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1767","100% CP @ 39":"1741"}, -{"Row":"490","Name":"Rotom (Mow Rotom)","Pokedex Number":"479","Img name":"479-mow","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"444","ATK":"185","DEF":"159","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1767","100% CP @ 39":"1741"}, -{"Row":"491","Name":"Rotom (Normal Rotom)","Pokedex Number":"479","Img name":"479","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"444","ATK":"185","DEF":"159","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1767","100% CP @ 39":"1741"}, -{"Row":"492","Name":"Uxie","Pokedex Number":"480","Img name":"480","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"576","ATK":"156","DEF":"270","STA":"150","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2316","100% CP @ 39":"2282"}, -{"Row":"493","Name":"Mesprit","Pokedex Number":"481","Img name":"481","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"584","ATK":"212","DEF":"212","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2825","100% CP @ 39":"2785"}, -{"Row":"494","Name":"Azelf","Pokedex Number":"482","Img name":"482","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"571","ATK":"270","DEF":"151","STA":"150","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2945","100% CP @ 39":"2903"}, -{"Row":"495","Name":"Dialga","Pokedex Number":"483","Img name":"483","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"dragon","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"744","ATK":"302","DEF":"242","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4654","100% CP @ 39":"4587"}, -{"Row":"496","Name":"Palkia","Pokedex Number":"484","Img name":"484","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"dragon","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"735","ATK":"308","DEF":"247","STA":"180","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4559","100% CP @ 39":"4494"}, -{"Row":"497","Name":"Heatran","Pokedex Number":"485","Img name":"485","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"steel","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"646","ATK":"251","DEF":"213","STA":"182","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3521","100% CP @ 39":"3470"}, -{"Row":"498","Name":"Regigigas","Pokedex Number":"486","Img name":"486","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"766","ATK":"315","DEF":"231","STA":"220","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4955","100% CP @ 39":"4884"}, -{"Row":"499","Name":"Giratina (Altered Forme)","Pokedex Number":"487","Img name":"487","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"dragon","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"753","ATK":"206","DEF":"247","STA":"300","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3965","100% CP @ 39":"3908"}, -{"Row":"500","Name":"Giratina (Origin Forme)","Pokedex Number":"487","Img name":"487-origin","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"dragon","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"753","ATK":"206","DEF":"247","STA":"300","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3965","100% CP @ 39":"3908"}, -{"Row":"501","Name":"Cresselia","Pokedex Number":"488","Img name":"488","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"655","ATK":"152","DEF":"263","STA":"240","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2777","100% CP @ 39":"2737"}, -{"Row":"502","Name":"Phione","Pokedex Number":"489","Img name":"489","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"484","ATK":"162","DEF":"162","STA":"160","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1945","100% CP @ 39":"1917"}, -{"Row":"503","Name":"Manaphy","Pokedex Number":"490","Img name":"490","Generation":"4","Evolution Stage":"2","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"2","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, -{"Row":"504","Name":"Darkrai","Pokedex Number":"491","Img name":"491","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"623","ATK":"285","DEF":"198","STA":"140","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3404","100% CP @ 39":"3355"}, -{"Row":"505","Name":"Shaymin (Land Forme)","Pokedex Number":"492","Img name":"492","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, -{"Row":"506","Name":"Shaymin (Sky Forme)","Pokedex Number":"492","Img name":"492-sky","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, -{"Row":"507","Name":"Arceus","Pokedex Number":"493","Img name":"493","Generation":"4","Evolution Stage":"1","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"764","ATK":"262","DEF":"262","STA":"240","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4598","100% CP @ 39":"4532"}, -{"Row":"508","Name":"Victini","Pokedex Number":"494","Img name":"494","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"fire","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"620","ATK":"210","DEF":"210","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3090","100% CP @ 39":"3046"}, -{"Row":"509","Name":"Snivy","Pokedex Number":"495","Img name":"495","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"285","ATK":"88","DEF":"107","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"728","100% CP @ 39":"717"}, -{"Row":"510","Name":"Servine","Pokedex Number":"496","Img name":"496","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"394","ATK":"122","DEF":"152","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1284","100% CP @ 39":"1266"}, -{"Row":"511","Name":"Serperior","Pokedex Number":"497","Img name":"497","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"515","ATK":"161","DEF":"204","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2089","100% CP @ 39":"2059"}, -{"Row":"512","Name":"Tepig","Pokedex Number":"498","Img name":"498","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"330","ATK":"115","DEF":"85","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"977","100% CP @ 39":"963"}, -{"Row":"513","Name":"Pignite","Pokedex Number":"499","Img name":"499","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"459","ATK":"173","DEF":"106","STA":"180","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1803","100% CP @ 39":"1777"}, -{"Row":"514","Name":"Emboar","Pokedex Number":"500","Img name":"500","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"582","ATK":"235","DEF":"127","STA":"220","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2852","100% CP @ 39":"2811"}, -{"Row":"515","Name":"Oshawott","Pokedex Number":"501","Img name":"501","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"312","ATK":"117","DEF":"85","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"921","100% CP @ 39":"908"}, -{"Row":"516","Name":"Dewott","Pokedex Number":"502","Img name":"502","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"425","ATK":"159","DEF":"116","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1597","100% CP @ 39":"1574"}, -{"Row":"517","Name":"Samurott","Pokedex Number":"503","Img name":"503","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"566","ATK":"212","DEF":"164","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2715","100% CP @ 39":"2677"}, -{"Row":"518","Name":"Patrat","Pokedex Number":"504","Img name":"504","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"261","ATK":"98","DEF":"73","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"678","100% CP @ 39":"668"}, -{"Row":"519","Name":"Watchog","Pokedex Number":"505","Img name":"505","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"424","ATK":"165","DEF":"139","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1621","100% CP @ 39":"1597"}, -{"Row":"520","Name":"Lillipup","Pokedex Number":"506","Img name":"506","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"283","ATK":"107","DEF":"86","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"784","100% CP @ 39":"773"}, -{"Row":"521","Name":"Herdier","Pokedex Number":"507","Img name":"507","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"401","ATK":"145","DEF":"126","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1428","100% CP @ 39":"1408"}, -{"Row":"522","Name":"Stoutland","Pokedex Number":"508","Img name":"508","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"558","ATK":"206","DEF":"182","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2635","100% CP @ 39":"2597"}, -{"Row":"523","Name":"Purrloin","Pokedex Number":"509","Img name":"509","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"253","ATK":"98","DEF":"73","STA":"82","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"652","100% CP @ 39":"642"}, -{"Row":"524","Name":"Liepard","Pokedex Number":"510","Img name":"510","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"421","ATK":"187","DEF":"106","STA":"128","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1659","100% CP @ 39":"1635"}, -{"Row":"525","Name":"Pansage","Pokedex Number":"511","Img name":"511","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"298","ATK":"104","DEF":"94","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"832","100% CP @ 39":"820"}, -{"Row":"526","Name":"Simisage","Pokedex Number":"512","Img name":"512","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"489","ATK":"206","DEF":"133","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2156","100% CP @ 39":"2126"}, -{"Row":"527","Name":"Pansear","Pokedex Number":"513","Img name":"513","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"298","ATK":"104","DEF":"94","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"832","100% CP @ 39":"820"}, -{"Row":"528","Name":"Simisear","Pokedex Number":"514","Img name":"514","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"489","ATK":"206","DEF":"133","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2156","100% CP @ 39":"2126"}, -{"Row":"529","Name":"Panpour","Pokedex Number":"515","Img name":"515","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"298","ATK":"104","DEF":"94","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"832","100% CP @ 39":"820"}, -{"Row":"530","Name":"Simipour","Pokedex Number":"516","Img name":"516","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"489","ATK":"206","DEF":"133","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2156","100% CP @ 39":"2126"}, -{"Row":"531","Name":"Munna","Pokedex Number":"517","Img name":"517","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"360","ATK":"111","DEF":"97","STA":"152","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1076","100% CP @ 39":"1060"}, -{"Row":"532","Name":"Musharna","Pokedex Number":"518","Img name":"518","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"586","ATK":"183","DEF":"171","STA":"232","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2650","100% CP @ 39":"2612"}, -{"Row":"533","Name":"Pidove","Pokedex Number":"519","Img name":"519","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"287","ATK":"98","DEF":"89","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"771","100% CP @ 39":"760"}, -{"Row":"534","Name":"Tranquill","Pokedex Number":"520","Img name":"520","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"385","ATK":"144","DEF":"117","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1345","100% CP @ 39":"1325"}, -{"Row":"535","Name":"Unfezant","Pokedex Number":"521","Img name":"521","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"546","ATK":"226","DEF":"160","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2634","100% CP @ 39":"2596"}, -{"Row":"536","Name":"Blitzle","Pokedex Number":"522","Img name":"522","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"272","ATK":"118","DEF":"64","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"756","100% CP @ 39":"745"}, -{"Row":"537","Name":"Zebstrika","Pokedex Number":"523","Img name":"523","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"497","ATK":"211","DEF":"136","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2228","100% CP @ 39":"2196"}, -{"Row":"538","Name":"Roggenrola","Pokedex Number":"524","Img name":"524","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"367","ATK":"121","DEF":"136","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1166","100% CP @ 39":"1150"}, -{"Row":"539","Name":"Boldore","Pokedex Number":"525","Img name":"525","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"487","ATK":"174","DEF":"173","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2015","100% CP @ 39":"1986"}, -{"Row":"540","Name":"Gigalith","Pokedex Number":"526","Img name":"526","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"619","ATK":"226","DEF":"223","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3158","100% CP @ 39":"3113"}, -{"Row":"541","Name":"Woobat","Pokedex Number":"527","Img name":"527","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"322","ATK":"107","DEF":"85","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"917","100% CP @ 39":"904"}, -{"Row":"542","Name":"Swoobat","Pokedex Number":"528","Img name":"528","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"414","ATK":"161","DEF":"119","STA":"134","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1553","100% CP @ 39":"1531"}, -{"Row":"543","Name":"Drilbur","Pokedex Number":"529","Img name":"529","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"362","ATK":"154","DEF":"88","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1244","100% CP @ 39":"1226"}, -{"Row":"544","Name":"Excadrill","Pokedex Number":"530","Img name":"530","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"steel","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"607","ATK":"255","DEF":"132","STA":"220","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3134","100% CP @ 39":"3089"}, -{"Row":"545","Name":"Audino","Pokedex Number":"531","Img name":"531","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"483","ATK":"114","DEF":"163","STA":"206","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1598","100% CP @ 39":"1575"}, -{"Row":"546","Name":"Timburr","Pokedex Number":"532","Img name":"532","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"381","ATK":"134","DEF":"97","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1265","100% CP @ 39":"1247"}, -{"Row":"547","Name":"Gurdurr","Pokedex Number":"533","Img name":"533","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"500","ATK":"180","DEF":"150","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2127","100% CP @ 39":"2097"}, -{"Row":"548","Name":"Conkeldurr","Pokedex Number":"534","Img name":"534","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"625","ATK":"243","DEF":"172","STA":"210","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3305","100% CP @ 39":"3258"}, -{"Row":"549","Name":"Tympole","Pokedex Number":"535","Img name":"535","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"276","ATK":"98","DEF":"78","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"729","100% CP @ 39":"719"}, -{"Row":"550","Name":"Palpitoad","Pokedex Number":"536","Img name":"536","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"387","ATK":"128","DEF":"109","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1277","100% CP @ 39":"1259"}, -{"Row":"551","Name":"Seismitoad","Pokedex Number":"537","Img name":"537","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"ground","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"548","ATK":"188","DEF":"150","STA":"210","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2442","100% CP @ 39":"2408"}, -{"Row":"552","Name":"Throh","Pokedex Number":"538","Img name":"538","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"572","ATK":"172","DEF":"160","STA":"240","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2467","100% CP @ 39":"2432"}, -{"Row":"553","Name":"Sawk","Pokedex Number":"539","Img name":"539","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"534","ATK":"231","DEF":"153","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2558","100% CP @ 39":"2521"}, -{"Row":"554","Name":"Sewaddle","Pokedex Number":"540","Img name":"540","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"315","ATK":"96","DEF":"129","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"852","100% CP @ 39":"840"}, -{"Row":"555","Name":"Swadloon","Pokedex Number":"541","Img name":"541","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"391","ATK":"115","DEF":"166","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1221","100% CP @ 39":"1203"}, -{"Row":"556","Name":"Leavanny","Pokedex Number":"542","Img name":"542","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"grass","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"520","ATK":"205","DEF":"165","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2368","100% CP @ 39":"2334"}, -{"Row":"557","Name":"Venipede","Pokedex Number":"543","Img name":"543","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"252","ATK":"83","DEF":"109","STA":"60","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"590","100% CP @ 39":"581"}, -{"Row":"558","Name":"Whirlipede","Pokedex Number":"544","Img name":"544","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"362","ATK":"100","DEF":"182","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"982","100% CP @ 39":"968"}, -{"Row":"559","Name":"Scolipede","Pokedex Number":"545","Img name":"545","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"poison","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"509","ATK":"203","DEF":"186","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2242","100% CP @ 39":"2210"}, -{"Row":"560","Name":"Cottonee","Pokedex Number":"546","Img name":"546","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fairy","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"267","ATK":"71","DEF":"116","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"599","100% CP @ 39":"590"}, -{"Row":"561","Name":"Whimsicott","Pokedex Number":"547","Img name":"547","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fairy","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"466","ATK":"164","DEF":"182","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1823","100% CP @ 39":"1797"}, -{"Row":"562","Name":"Petilil","Pokedex Number":"548","Img name":"548","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"300","ATK":"119","DEF":"91","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"882","100% CP @ 39":"870"}, -{"Row":"563","Name":"Lilligant","Pokedex Number":"549","Img name":"549","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"509","ATK":"214","DEF":"155","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2321","100% CP @ 39":"2288"}, -{"Row":"564","Name":"Basculin","Pokedex Number":"550","Img name":"550","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"463","ATK":"189","DEF":"134","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1936","100% CP @ 39":"1908"}, -{"Row":"565","Name":"Sandile","Pokedex Number":"551","Img name":"551","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"301","ATK":"132","DEF":"69","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"902","100% CP @ 39":"889"}, -{"Row":"566","Name":"Krokorok","Pokedex Number":"552","Img name":"552","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"365","ATK":"155","DEF":"90","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1264","100% CP @ 39":"1246"}, -{"Row":"567","Name":"Krookodile","Pokedex Number":"553","Img name":"553","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"582","ATK":"229","DEF":"163","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2911","100% CP @ 39":"2869"}, -{"Row":"568","Name":"Darumaka","Pokedex Number":"554","Img name":"554","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"379","ATK":"153","DEF":"86","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1312","100% CP @ 39":"1294"}, -{"Row":"569","Name":"Darmanitan (Zen Mode)","Pokedex Number":"555","Img name":"555","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"587","ATK":"263","DEF":"114","STA":"210","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2958","100% CP @ 39":"2915"}, -{"Row":"570","Name":"Darmanitan (Standard Mode)","Pokedex Number":"555","Img name":"555","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"587","ATK":"263","DEF":"114","STA":"210","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2958","100% CP @ 39":"2915"}, -{"Row":"571","Name":"Maractus","Pokedex Number":"556","Img name":"556","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"481","ATK":"201","DEF":"130","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2086","100% CP @ 39":"2056"}, -{"Row":"572","Name":"Dwebble","Pokedex Number":"557","Img name":"557","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"370","ATK":"118","DEF":"152","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1151","100% CP @ 39":"1134"}, -{"Row":"573","Name":"Crustle","Pokedex Number":"558","Img name":"558","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"552","ATK":"188","DEF":"224","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2440","100% CP @ 39":"2405"}, -{"Row":"574","Name":"Scraggy","Pokedex Number":"559","Img name":"559","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"fighting","Weather 1":"Fog","Weather 2":"Cloudy","STAT TOTAL":"364","ATK":"132","DEF":"132","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1193","100% CP @ 39":"1176"}, -{"Row":"575","Name":"Scrafty","Pokedex Number":"560","Img name":"560","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"fighting","Weather 1":"Fog","Weather 2":"Cloudy","STAT TOTAL":"515","ATK":"163","DEF":"222","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2060","100% CP @ 39":"2031"}, -{"Row":"576","Name":"Sigilyph","Pokedex Number":"561","Img name":"561","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"flying","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"515","ATK":"204","DEF":"167","STA":"144","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2326","100% CP @ 39":"2293"}, -{"Row":"577","Name":"Yamask","Pokedex Number":"562","Img name":"562","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"321","ATK":"95","DEF":"150","STA":"76","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"841","100% CP @ 39":"829"}, -{"Row":"578","Name":"Cofagrigus","Pokedex Number":"563","Img name":"563","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"534","ATK":"163","DEF":"255","STA":"116","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2090","100% CP @ 39":"2060"}, -{"Row":"579","Name":"Tirtouga","Pokedex Number":"564","Img name":"564","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"414","ATK":"134","DEF":"172","STA":"108","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1411","100% CP @ 39":"1391"}, -{"Row":"580","Name":"Carracosta","Pokedex Number":"565","Img name":"565","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"rock","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"568","ATK":"192","DEF":"228","STA":"148","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2573","100% CP @ 39":"2536"}, -{"Row":"581","Name":"Archen","Pokedex Number":"566","Img name":"566","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"412","ATK":"213","DEF":"89","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1623","100% CP @ 39":"1600"}, -{"Row":"582","Name":"Archeops","Pokedex Number":"567","Img name":"567","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"581","ATK":"292","DEF":"139","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3056","100% CP @ 39":"3012"}, -{"Row":"583","Name":"Trubbish","Pokedex Number":"568","Img name":"568","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"318","ATK":"96","DEF":"122","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"870","100% CP @ 39":"857"}, -{"Row":"584","Name":"Garbodor","Pokedex Number":"569","Img name":"569","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"505","ATK":"181","DEF":"164","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2166","100% CP @ 39":"2135"}, -{"Row":"585","Name":"Zorua","Pokedex Number":"570","Img name":"570","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"311","ATK":"153","DEF":"78","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"986","100% CP @ 39":"972"}, -{"Row":"586","Name":"Zoroark","Pokedex Number":"571","Img name":"571","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"","Weather 1":"Fog","Weather 2":"","STAT TOTAL":"497","ATK":"250","DEF":"127","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2291","100% CP @ 39":"2258"}, -{"Row":"587","Name":"Minccino","Pokedex Number":"572","Img name":"572","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"288","ATK":"98","DEF":"80","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"769","100% CP @ 39":"758"}, -{"Row":"588","Name":"Cinccino","Pokedex Number":"573","Img name":"573","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"478","ATK":"198","DEF":"130","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2057","100% CP @ 39":"2028"}, -{"Row":"589","Name":"Gothita","Pokedex Number":"574","Img name":"574","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"306","ATK":"98","DEF":"118","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"834","100% CP @ 39":"822"}, -{"Row":"590","Name":"Gothorita","Pokedex Number":"575","Img name":"575","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"416","ATK":"137","DEF":"159","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1455","100% CP @ 39":"1434"}, -{"Row":"591","Name":"Gothitelle","Pokedex Number":"576","Img name":"576","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"528","ATK":"176","DEF":"212","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2237","100% CP @ 39":"2205"}, -{"Row":"592","Name":"Solosis","Pokedex Number":"577","Img name":"577","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"347","ATK":"170","DEF":"87","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1195","100% CP @ 39":"1178"}, -{"Row":"593","Name":"Duosion","Pokedex Number":"578","Img name":"578","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"445","ATK":"208","DEF":"107","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1852","100% CP @ 39":"1826"}, -{"Row":"594","Name":"Reuniclus","Pokedex Number":"579","Img name":"579","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"587","ATK":"214","DEF":"153","STA":"220","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2841","100% CP @ 39":"2801"}, -{"Row":"595","Name":"Ducklett","Pokedex Number":"580","Img name":"580","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"304","ATK":"84","DEF":"96","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"768","100% CP @ 39":"757"}, -{"Row":"596","Name":"Swanna","Pokedex Number":"581","Img name":"581","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"464","ATK":"182","DEF":"132","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1916","100% CP @ 39":"1888"}, -{"Row":"597","Name":"Vanillite","Pokedex Number":"582","Img name":"582","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"301","ATK":"118","DEF":"111","STA":"72","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"869","100% CP @ 39":"857"}, -{"Row":"598","Name":"Vanillish","Pokedex Number":"583","Img name":"583","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"396","ATK":"151","DEF":"143","STA":"102","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1409","100% CP @ 39":"1389"}, -{"Row":"599","Name":"Vanilluxe","Pokedex Number":"584","Img name":"584","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"550","ATK":"218","DEF":"190","STA":"142","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2610","100% CP @ 39":"2573"}, -{"Row":"600","Name":"Deerling","Pokedex Number":"585","Img name":"585","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"grass","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"335","ATK":"115","DEF":"100","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1011","100% CP @ 39":"997"}, -{"Row":"601","Name":"Sawsbuck","Pokedex Number":"586","Img name":"586","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"grass","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"504","ATK":"198","DEF":"146","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2233","100% CP @ 39":"2201"}, -{"Row":"602","Name":"Emolga","Pokedex Number":"587","Img name":"587","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"395","ATK":"158","DEF":"127","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1439","100% CP @ 39":"1419"}, -{"Row":"603","Name":"Karrablast","Pokedex Number":"588","Img name":"588","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"324","ATK":"137","DEF":"87","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1028","100% CP @ 39":"1013"}, -{"Row":"604","Name":"Escavalier","Pokedex Number":"589","Img name":"589","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"550","ATK":"223","DEF":"187","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2630","100% CP @ 39":"2592"}, -{"Row":"605","Name":"Foongus","Pokedex Number":"590","Img name":"590","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"330","ATK":"97","DEF":"95","STA":"138","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"907","100% CP @ 39":"894"}, -{"Row":"606","Name":"Amoonguss","Pokedex Number":"591","Img name":"591","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"poison","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"527","ATK":"155","DEF":"144","STA":"228","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2087","100% CP @ 39":"2057"}, -{"Row":"607","Name":"Frillish","Pokedex Number":"592","Img name":"592","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"375","ATK":"115","DEF":"150","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1166","100% CP @ 39":"1149"}, -{"Row":"608","Name":"Jellicent","Pokedex Number":"593","Img name":"593","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"ghost","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"554","ATK":"159","DEF":"195","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2309","100% CP @ 39":"2276"}, -{"Row":"609","Name":"Alomomola","Pokedex Number":"594","Img name":"594","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"616","ATK":"138","DEF":"148","STA":"330","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2266","100% CP @ 39":"2233"}, -{"Row":"610","Name":"Joltik","Pokedex Number":"595","Img name":"595","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"electric","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"308","ATK":"110","DEF":"98","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"889","100% CP @ 39":"877"}, -{"Row":"611","Name":"Galvantula","Pokedex Number":"596","Img name":"596","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"electric","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"469","ATK":"201","DEF":"128","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2008","100% CP @ 39":"1979"}, -{"Row":"612","Name":"Ferroseed","Pokedex Number":"597","Img name":"597","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"steel","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"327","ATK":"82","DEF":"157","STA":"88","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"806","100% CP @ 39":"794"}, -{"Row":"613","Name":"Ferrothorn","Pokedex Number":"598","Img name":"598","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"steel","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"536","ATK":"158","DEF":"230","STA":"148","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2159","100% CP @ 39":"2128"}, -{"Row":"614","Name":"Klink","Pokedex Number":"599","Img name":"599","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"304","ATK":"98","DEF":"126","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"816","100% CP @ 39":"805"}, -{"Row":"615","Name":"Klang","Pokedex Number":"600","Img name":"600","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"449","ATK":"150","DEF":"179","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1667","100% CP @ 39":"1643"}, -{"Row":"616","Name":"Klinklang","Pokedex Number":"601","Img name":"601","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"549","ATK":"199","DEF":"230","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2430","100% CP @ 39":"2396"}, -{"Row":"617","Name":"Tynamo","Pokedex Number":"602","Img name":"602","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"253","ATK":"105","DEF":"78","STA":"70","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"666","100% CP @ 39":"656"}, -{"Row":"618","Name":"Eelektrik","Pokedex Number":"603","Img name":"603","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"416","ATK":"156","DEF":"130","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1548","100% CP @ 39":"1526"}, -{"Row":"619","Name":"Eelektross","Pokedex Number":"604","Img name":"604","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"539","ATK":"217","DEF":"152","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2546","100% CP @ 39":"2510"}, -{"Row":"620","Name":"Elgyem","Pokedex Number":"605","Img name":"605","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"358","ATK":"148","DEF":"100","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1220","100% CP @ 39":"1203"}, -{"Row":"621","Name":"Beheeyem","Pokedex Number":"606","Img name":"606","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"543","ATK":"221","DEF":"172","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2589","100% CP @ 39":"2552"}, -{"Row":"622","Name":"Litwick","Pokedex Number":"607","Img name":"607","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"fire","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"306","ATK":"108","DEF":"98","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"875","100% CP @ 39":"863"}, -{"Row":"623","Name":"Lampent","Pokedex Number":"608","Img name":"608","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"fire","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"404","ATK":"169","DEF":"115","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1522","100% CP @ 39":"1500"}, -{"Row":"624","Name":"Chandelure","Pokedex Number":"609","Img name":"609","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"fire","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"573","ATK":"271","DEF":"182","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2913","100% CP @ 39":"2871"}, -{"Row":"625","Name":"Axew","Pokedex Number":"610","Img name":"610","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"357","ATK":"154","DEF":"111","STA":"92","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1225","100% CP @ 39":"1208"}, -{"Row":"626","Name":"Fraxure","Pokedex Number":"611","Img name":"611","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"477","ATK":"212","DEF":"133","STA":"132","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2091","100% CP @ 39":"2061"}, -{"Row":"627","Name":"Haxorus","Pokedex Number":"612","Img name":"612","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"619","ATK":"284","DEF":"183","STA":"152","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3395","100% CP @ 39":"3347"}, -{"Row":"628","Name":"Cubchoo","Pokedex Number":"613","Img name":"613","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"312","ATK":"128","DEF":"74","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"942","100% CP @ 39":"928"}, -{"Row":"629","Name":"Beartic","Pokedex Number":"614","Img name":"614","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"575","ATK":"233","DEF":"152","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2865","100% CP @ 39":"2825"}, -{"Row":"630","Name":"Cryogonal","Pokedex Number":"615","Img name":"615","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"614","ATK":"190","DEF":"264","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2829","100% CP @ 39":"2788"}, -{"Row":"631","Name":"Shelmet","Pokedex Number":"616","Img name":"616","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"321","ATK":"72","DEF":"149","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"746","100% CP @ 39":"735"}, -{"Row":"632","Name":"Accelgor","Pokedex Number":"617","Img name":"617","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"511","ATK":"220","DEF":"131","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2346","100% CP @ 39":"2312"}, -{"Row":"633","Name":"Stunfisk","Pokedex Number":"618","Img name":"618","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"electric","Weather 1":"Sunny/clear","Weather 2":"Rainy","STAT TOTAL":"539","ATK":"144","DEF":"177","STA":"218","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2100","100% CP @ 39":"2070"}, -{"Row":"634","Name":"Mienfoo","Pokedex Number":"619","Img name":"619","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"348","ATK":"160","DEF":"98","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1190","100% CP @ 39":"1173"}, -{"Row":"635","Name":"Mienshao","Pokedex Number":"620","Img name":"620","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"515","ATK":"258","DEF":"127","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2446","100% CP @ 39":"2411"}, -{"Row":"636","Name":"Druddigon","Pokedex Number":"621","Img name":"621","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"537","ATK":"213","DEF":"170","STA":"154","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2517","100% CP @ 39":"2481"}, -{"Row":"637","Name":"Golett","Pokedex Number":"622","Img name":"622","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"ghost","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"337","ATK":"127","DEF":"92","STA":"118","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1058","100% CP @ 39":"1042"}, -{"Row":"638","Name":"Golurk","Pokedex Number":"623","Img name":"623","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"ghost","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"554","ATK":"222","DEF":"154","STA":"178","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2673","100% CP @ 39":"2635"}, -{"Row":"639","Name":"Pawniard","Pokedex Number":"624","Img name":"624","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"steel","Weather 1":"Fog","Weather 2":"Snow","STAT TOTAL":"373","ATK":"154","DEF":"129","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1297","100% CP @ 39":"1279"}, -{"Row":"640","Name":"Bisharp","Pokedex Number":"625","Img name":"625","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"steel","Weather 1":"Fog","Weather 2":"Snow","STAT TOTAL":"553","ATK":"232","DEF":"191","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2666","100% CP @ 39":"2628"}, -{"Row":"641","Name":"Bouffalant","Pokedex Number":"626","Img name":"626","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"567","ATK":"195","DEF":"182","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2635","100% CP @ 39":"2598"}, -{"Row":"642","Name":"Rufflet","Pokedex Number":"627","Img name":"627","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"387","ATK":"150","DEF":"97","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1357","100% CP @ 39":"1338"}, -{"Row":"643","Name":"Braviary","Pokedex Number":"628","Img name":"628","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"584","ATK":"232","DEF":"152","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2923","100% CP @ 39":"2881"}, -{"Row":"644","Name":"Vullaby","Pokedex Number":"629","Img name":"629","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"389","ATK":"105","DEF":"144","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1176","100% CP @ 39":"1159"}, -{"Row":"645","Name":"Mandibuzz","Pokedex Number":"630","Img name":"630","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"559","ATK":"129","DEF":"210","STA":"220","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2068","100% CP @ 39":"2038"}, -{"Row":"646","Name":"Heatmor","Pokedex Number":"631","Img name":"631","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"503","ATK":"204","DEF":"129","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2232","100% CP @ 39":"2200"}, -{"Row":"647","Name":"Durant","Pokedex Number":"632","Img name":"632","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"555","ATK":"217","DEF":"222","STA":"116","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2553","100% CP @ 39":"2516"}, -{"Row":"648","Name":"Deino","Pokedex Number":"633","Img name":"633","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"dragon","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"313","ATK":"116","DEF":"93","STA":"104","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"927","100% CP @ 39":"914"}, -{"Row":"649","Name":"Zweilous","Pokedex Number":"634","Img name":"634","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"dragon","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"438","ATK":"159","DEF":"135","STA":"144","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1678","100% CP @ 39":"1654"}, -{"Row":"650","Name":"Hydreigon","Pokedex Number":"635","Img name":"635","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"dragon","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"628","ATK":"256","DEF":"188","STA":"184","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3401","100% CP @ 39":"3353"}, -{"Row":"651","Name":"Larvesta","Pokedex Number":"636","Img name":"636","Generation":"5","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"fire","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"373","ATK":"156","DEF":"107","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1318","100% CP @ 39":"1300"}, -{"Row":"652","Name":"Volcarona","Pokedex Number":"637","Img name":"637","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"fire","Weather 1":"Rainy","Weather 2":"Sunny/clear","STAT TOTAL":"644","ATK":"264","DEF":"210","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3555","100% CP @ 39":"3504"}, -{"Row":"653","Name":"Cobalion","Pokedex Number":"638","Img name":"638","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"fighting","Weather 1":"Snow","Weather 2":"Cloudy","STAT TOTAL":"634","ATK":"192","DEF":"260","STA":"182","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3009","100% CP @ 39":"2966"}, -{"Row":"654","Name":"Terrakion","Pokedex Number":"639","Img name":"639","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"fighting","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"634","ATK":"260","DEF":"192","STA":"182","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3468","100% CP @ 39":"3418"}, -{"Row":"655","Name":"Virizion","Pokedex Number":"640","Img name":"640","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"634","ATK":"192","DEF":"260","STA":"182","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3009","100% CP @ 39":"2966"}, -{"Row":"656","Name":"Tornadus (Therian Forme)","Pokedex Number":"641","Img name":"641","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"flying","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"593","ATK":"266","DEF":"169","STA":"158","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3131","100% CP @ 39":"3086"}, -{"Row":"657","Name":"Tornadus (Incarnate Forme)","Pokedex Number":"641","Img name":"641","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"flying","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"593","ATK":"266","DEF":"169","STA":"158","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3131","100% CP @ 39":"3086"}, -{"Row":"658","Name":"Thundurus (Incarnate Forme)","Pokedex Number":"642","Img name":"642","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"593","ATK":"266","DEF":"169","STA":"158","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3131","100% CP @ 39":"3086"}, -{"Row":"659","Name":"Thundurus (Therian Forme)","Pokedex Number":"642","Img name":"642","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"593","ATK":"266","DEF":"169","STA":"158","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3131","100% CP @ 39":"3086"}, -{"Row":"660","Name":"Reshiram","Pokedex Number":"643","Img name":"643","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"fire","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"744","ATK":"302","DEF":"242","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4654","100% CP @ 39":"4587"}, -{"Row":"661","Name":"Zekrom","Pokedex Number":"644","Img name":"644","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"electric","Weather 1":"Windy","Weather 2":"Rainy","STAT TOTAL":"744","ATK":"302","DEF":"242","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4654","100% CP @ 39":"4587"}, -{"Row":"662","Name":"Landorus (Incarnate Forme)","Pokedex Number":"645","Img name":"645","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"626","ATK":"261","DEF":"187","STA":"178","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3403","100% CP @ 39":"3355"}, -{"Row":"663","Name":"Landorus (Therian Forme)","Pokedex Number":"645","Img name":"645","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"626","ATK":"261","DEF":"187","STA":"178","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3403","100% CP @ 39":"3355"}, -{"Row":"664","Name":"Kyurem (Black Kyurem)","Pokedex Number":"646","Img name":"646","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ice","Weather 1":"Windy","Weather 2":"Snow","STAT TOTAL":"707","ATK":"270","DEF":"187","STA":"250","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4118","100% CP @ 39":"4059"}, -{"Row":"665","Name":"Kyurem (Normal Kyurem)","Pokedex Number":"646","Img name":"646","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ice","Weather 1":"Windy","Weather 2":"Snow","STAT TOTAL":"707","ATK":"270","DEF":"187","STA":"250","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4118","100% CP @ 39":"4059"}, -{"Row":"666","Name":"Kyurem (White Kyurem)","Pokedex Number":"646","Img name":"646","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ice","Weather 1":"Windy","Weather 2":"Snow","STAT TOTAL":"707","ATK":"270","DEF":"187","STA":"250","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4118","100% CP @ 39":"4059"}, -{"Row":"667","Name":"Keldeo","Pokedex Number":"647","Img name":"647","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"fighting","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"634","ATK":"260","DEF":"192","STA":"182","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3468","100% CP @ 39":"3418"}, -{"Row":"668","Name":"Meloetta (Pirouette Forme)","Pokedex Number":"648","Img name":"648","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"psychic","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"700","ATK":"250","DEF":"250","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3950","100% CP @ 39":"3894"}, -{"Row":"669","Name":"Meloetta (Aria Forme)","Pokedex Number":"648","Img name":"648","Generation":"5","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"psychic","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"700","ATK":"250","DEF":"250","STA":"200","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3950","100% CP @ 39":"3894"}, -{"Row":"670","Name":"Genesect","Pokedex Number":"649","Img name":"649","Generation":"5","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"593","ATK":"252","DEF":"199","STA":"142","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3056","100% CP @ 39":"3013"}, -{"Row":"671","Name":"Chespin","Pokedex Number":"650","Img name":"650","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"338","ATK":"110","DEF":"116","STA":"112","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1007","100% CP @ 39":"992"}, -{"Row":"672","Name":"Quilladin","Pokedex Number":"651","Img name":"651","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"442","ATK":"146","DEF":"174","STA":"122","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1618","100% CP @ 39":"1594"}, -{"Row":"673","Name":"Chesnaught","Pokedex Number":"652","Img name":"652","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fighting","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"604","ATK":"201","DEF":"227","STA":"176","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2900","100% CP @ 39":"2859"}, -{"Row":"674","Name":"Fennekin","Pokedex Number":"653","Img name":"653","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"308","ATK":"116","DEF":"112","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"898","100% CP @ 39":"885"}, -{"Row":"675","Name":"Braixen","Pokedex Number":"654","Img name":"654","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"425","ATK":"171","DEF":"136","STA":"118","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1646","100% CP @ 39":"1622"}, -{"Row":"676","Name":"Delphox","Pokedex Number":"655","Img name":"655","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"psychic","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"584","ATK":"230","DEF":"204","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2908","100% CP @ 39":"2867"}, -{"Row":"677","Name":"Froakie","Pokedex Number":"656","Img name":"656","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"290","ATK":"122","DEF":"86","STA":"82","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"846","100% CP @ 39":"834"}, -{"Row":"678","Name":"Frogadier","Pokedex Number":"657","Img name":"657","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"392","ATK":"168","DEF":"116","STA":"108","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1450","100% CP @ 39":"1430"}, -{"Row":"679","Name":"Greninja","Pokedex Number":"658","Img name":"658","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"dark","Weather 1":"Rainy","Weather 2":"Fog","STAT TOTAL":"521","ATK":"223","DEF":"154","STA":"144","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2436","100% CP @ 39":"2401"}, -{"Row":"680","Name":"Bunnelby","Pokedex Number":"659","Img name":"659","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"217","ATK":"68","DEF":"73","STA":"76","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"463","100% CP @ 39":"457"}, -{"Row":"681","Name":"Diggersby","Pokedex Number":"660","Img name":"660","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"ground","Weather 1":"Partly cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"437","ATK":"112","DEF":"155","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1406","100% CP @ 39":"1386"}, -{"Row":"682","Name":"Fletchling","Pokedex Number":"661","Img name":"661","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"268","ATK":"95","DEF":"83","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"696","100% CP @ 39":"686"}, -{"Row":"683","Name":"Fletchinder","Pokedex Number":"662","Img name":"662","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"380","ATK":"145","DEF":"111","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1322","100% CP @ 39":"1303"}, -{"Row":"684","Name":"Talonflame","Pokedex Number":"663","Img name":"663","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"488","ATK":"176","DEF":"156","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2039","100% CP @ 39":"2010"}, -{"Row":"685","Name":"Scatterbug","Pokedex Number":"664","Img name":"664","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"209","ATK":"63","DEF":"70","STA":"76","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"428","100% CP @ 39":"422"}, -{"Row":"686","Name":"Spewpa","Pokedex Number":"665","Img name":"665","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"241","ATK":"48","DEF":"103","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"437","100% CP @ 39":"431"}, -{"Row":"687","Name":"Vivillon","Pokedex Number":"666","Img name":"666","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"flying","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"439","ATK":"176","DEF":"103","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1714","100% CP @ 39":"1689"}, -{"Row":"688","Name":"Litleo","Pokedex Number":"667","Img name":"667","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"normal","Weather 1":"Sunny/clear","Weather 2":"Partly cloudy","STAT TOTAL":"377","ATK":"139","DEF":"114","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1287","100% CP @ 39":"1269"}, -{"Row":"689","Name":"Pyroar","Pokedex Number":"668","Img name":"668","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"normal","Weather 1":"Sunny/clear","Weather 2":"Partly cloudy","STAT TOTAL":"545","ATK":"221","DEF":"152","STA":"172","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2604","100% CP @ 39":"2567"}, -{"Row":"690","Name":"Flab��B��","Pokedex Number":"669","Img name":"669","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"334","ATK":"108","DEF":"138","STA":"88","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"964","100% CP @ 39":"950"} -, -{"Row":"691","Name":"Floette","Pokedex Number":"670","Img name":"670","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"419","ATK":"136","DEF":"175","STA":"108","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1441","100% CP @ 39":"1421"}, -{"Row":"692","Name":"Florges","Pokedex Number":"671","Img name":"671","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"655","ATK":"212","DEF":"287","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3221","100% CP @ 39":"3175"}, -{"Row":"693","Name":"Skiddo","Pokedex Number":"672","Img name":"672","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"362","ATK":"123","DEF":"107","STA":"132","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1154","100% CP @ 39":"1137"}, -{"Row":"694","Name":"Gogoat","Pokedex Number":"673","Img name":"673","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"597","ATK":"196","DEF":"155","STA":"246","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2775","100% CP @ 39":"2736"}, -{"Row":"695","Name":"Pancham","Pokedex Number":"674","Img name":"674","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"392","ATK":"145","DEF":"113","STA":"134","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1380","100% CP @ 39":"1360"}, -{"Row":"696","Name":"Pangoro","Pokedex Number":"675","Img name":"675","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"dark","Weather 1":"Cloudy","Weather 2":"Fog","STAT TOTAL":"565","ATK":"226","DEF":"149","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2759","100% CP @ 39":"2720"}, -{"Row":"697","Name":"Furfrou","Pokedex Number":"676","Img name":"676","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"496","ATK":"164","DEF":"182","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2015","100% CP @ 39":"1986"}, -{"Row":"698","Name":"Espurr","Pokedex Number":"677","Img name":"677","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"361","ATK":"120","DEF":"117","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1142","100% CP @ 39":"1125"}, -{"Row":"699","Name":"Meowstic","Pokedex Number":"678","Img name":"678","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"484","ATK":"166","DEF":"170","STA":"148","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1963","100% CP @ 39":"1935"}, -{"Row":"700","Name":"Honedge","Pokedex Number":"679","Img name":"679","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"ghost","Weather 1":"Snow","Weather 2":"Fog","STAT TOTAL":"392","ATK":"135","DEF":"167","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1295","100% CP @ 39":"1276"}, -{"Row":"701","Name":"Doublade","Pokedex Number":"680","Img name":"680","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"ghost","Weather 1":"Snow","Weather 2":"Fog","STAT TOTAL":"559","ATK":"188","DEF":"253","STA":"118","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2393","100% CP @ 39":"2359"}, -{"Row":"702","Name":"Aegislash","Pokedex Number":"681","Img name":"681","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"ghost","Weather 1":"Snow","Weather 2":"Fog","STAT TOTAL":"508","ATK":"97","DEF":"291","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1421","100% CP @ 39":"1401"}, -{"Row":"703","Name":"Spritzee","Pokedex Number":"682","Img name":"682","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"382","ATK":"110","DEF":"116","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1168","100% CP @ 39":"1151"}, -{"Row":"704","Name":"Aromatisse","Pokedex Number":"683","Img name":"683","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"533","ATK":"173","DEF":"158","STA":"202","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2275","100% CP @ 39":"2242"}, -{"Row":"705","Name":"Swirlix","Pokedex Number":"684","Img name":"684","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"356","ATK":"109","DEF":"123","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1072","100% CP @ 39":"1057"}, -{"Row":"706","Name":"Slurpuff","Pokedex Number":"685","Img name":"685","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"500","ATK":"168","DEF":"168","STA":"164","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2068","100% CP @ 39":"2039"}, -{"Row":"707","Name":"Inkay","Pokedex Number":"686","Img name":"686","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"psychic","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"302","ATK":"98","DEF":"98","STA":"106","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"825","100% CP @ 39":"813"}, -{"Row":"708","Name":"Malamar","Pokedex Number":"687","Img name":"687","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"psychic","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"521","ATK":"177","DEF":"172","STA":"172","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2242","100% CP @ 39":"2210"}, -{"Row":"709","Name":"Binacle","Pokedex Number":"688","Img name":"688","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"304","ATK":"96","DEF":"124","STA":"84","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"813","100% CP @ 39":"801"}, -{"Row":"710","Name":"Barbaracle","Pokedex Number":"689","Img name":"689","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"water","Weather 1":"Partly cloudy","Weather 2":"Rainy","STAT TOTAL":"558","ATK":"194","DEF":"220","STA":"144","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2523","100% CP @ 39":"2487"}, -{"Row":"711","Name":"Skrelp","Pokedex Number":"690","Img name":"690","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"water","Weather 1":"Cloudy","Weather 2":"Rainy","STAT TOTAL":"318","ATK":"109","DEF":"109","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"924","100% CP @ 39":"911"}, -{"Row":"712","Name":"Dragalge","Pokedex Number":"691","Img name":"691","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"dragon","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"530","ATK":"177","DEF":"223","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2227","100% CP @ 39":"2195"}, -{"Row":"713","Name":"Clauncher","Pokedex Number":"692","Img name":"692","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"326","ATK":"108","DEF":"118","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"950","100% CP @ 39":"936"}, -{"Row":"714","Name":"Clawitzer","Pokedex Number":"693","Img name":"693","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"535","ATK":"221","DEF":"172","STA":"142","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2525","100% CP @ 39":"2489"}, -{"Row":"715","Name":"Helioptile","Pokedex Number":"694","Img name":"694","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"normal","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"286","ATK":"115","DEF":"83","STA":"88","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"815","100% CP @ 39":"804"}, -{"Row":"716","Name":"Heliolisk","Pokedex Number":"695","Img name":"695","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"normal","Weather 1":"Rainy","Weather 2":"Partly cloudy","STAT TOTAL":"533","ATK":"219","DEF":"190","STA":"124","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2467","100% CP @ 39":"2431"}, -{"Row":"717","Name":"Tyrunt","Pokedex Number":"696","Img name":"696","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"dragon","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"412","ATK":"158","DEF":"138","STA":"116","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1529","100% CP @ 39":"1507"}, -{"Row":"718","Name":"Tyrantrum","Pokedex Number":"697","Img name":"697","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"dragon","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"612","ATK":"227","DEF":"221","STA":"164","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3106","100% CP @ 39":"3062"}, -{"Row":"719","Name":"Amaura","Pokedex Number":"698","Img name":"698","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"ice","Weather 1":"Partly cloudy","Weather 2":"Snow","STAT TOTAL":"394","ATK":"124","DEF":"116","STA":"154","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1291","100% CP @ 39":"1273"}, -{"Row":"720","Name":"Aurorus","Pokedex Number":"699","Img name":"699","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"ice","Weather 1":"Partly cloudy","Weather 2":"Snow","STAT TOTAL":"605","ATK":"186","DEF":"173","STA":"246","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2780","100% CP @ 39":"2741"}, -{"Row":"721","Name":"Sylveon","Pokedex Number":"700","Img name":"700","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"1","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"630","ATK":"203","DEF":"237","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3094","100% CP @ 39":"3050"}, -{"Row":"722","Name":"Hawlucha","Pokedex Number":"701","Img name":"701","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"flying","Weather 1":"Cloudy","Weather 2":"Windy","STAT TOTAL":"511","ATK":"195","DEF":"160","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2268","100% CP @ 39":"2236"}, -{"Row":"723","Name":"Dedenne","Pokedex Number":"702","Img name":"702","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"437","ATK":"164","DEF":"139","STA":"134","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1693","100% CP @ 39":"1669"}, -{"Row":"724","Name":"Carbink","Pokedex Number":"703","Img name":"703","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"fairy","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"480","ATK":"95","DEF":"285","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1276","100% CP @ 39":"1257"}, -{"Row":"725","Name":"Goomy","Pokedex Number":"704","Img name":"704","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"321","ATK":"101","DEF":"130","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"893","100% CP @ 39":"881"}, -{"Row":"726","Name":"Sliggoo","Pokedex Number":"705","Img name":"705","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"500","ATK":"159","DEF":"205","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1980","100% CP @ 39":"1952"}, -{"Row":"727","Name":"Goodra","Pokedex Number":"706","Img name":"706","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"683","ATK":"220","DEF":"283","STA":"180","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3538","100% CP @ 39":"3487"}, -{"Row":"728","Name":"Klefki","Pokedex Number":"707","Img name":"707","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"fairy","Weather 1":"Snow","Weather 2":"Cloudy","STAT TOTAL":"455","ATK":"160","DEF":"181","STA":"114","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1737","100% CP @ 39":"1713"}, -{"Row":"729","Name":"Phantump","Pokedex Number":"708","Img name":"708","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"grass","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"319","ATK":"125","DEF":"108","STA":"86","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"974","100% CP @ 39":"960"}, -{"Row":"730","Name":"Trevenant","Pokedex Number":"709","Img name":"709","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"grass","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"528","ATK":"201","DEF":"157","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2406","100% CP @ 39":"2372"}, -{"Row":"731","Name":"Pumpkaboo","Pokedex Number":"710","Img name":"710","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"grass","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"348","ATK":"121","DEF":"129","STA":"98","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1083","100% CP @ 39":"1068"}, -{"Row":"732","Name":"Gourgeist","Pokedex Number":"711","Img name":"711","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"grass","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"541","ATK":"175","DEF":"236","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2263","100% CP @ 39":"2231"}, -{"Row":"733","Name":"Bergmite","Pokedex Number":"712","Img name":"712","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"370","ATK":"117","DEF":"143","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1158","100% CP @ 39":"1142"}, -{"Row":"734","Name":"Avalugg","Pokedex Number":"713","Img name":"713","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ice","Type 2":"","Weather 1":"Snow","Weather 2":"","STAT TOTAL":"689","ATK":"196","DEF":"303","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3364","100% CP @ 39":"3316"}, -{"Row":"735","Name":"Noibat","Pokedex Number":"714","Img name":"714","Generation":"6","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"flying","Type 2":"dragon","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"239","ATK":"83","DEF":"76","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"569","100% CP @ 39":"560"}, -{"Row":"736","Name":"Noivern","Pokedex Number":"715","Img name":"715","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"flying","Type 2":"dragon","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"550","ATK":"205","DEF":"175","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2576","100% CP @ 39":"2539"}, -{"Row":"737","Name":"Xerneas","Pokedex Number":"716","Img name":"716","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"731","ATK":"275","DEF":"204","STA":"252","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4379","100% CP @ 39":"4317"}, -{"Row":"738","Name":"Yveltal","Pokedex Number":"717","Img name":"717","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"flying","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"731","ATK":"275","DEF":"204","STA":"252","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4379","100% CP @ 39":"4317"}, -{"Row":"739","Name":"Zygarde","Pokedex Number":"718","Img name":"718","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"ground","Weather 1":"Windy","Weather 2":"Sunny/clear","STAT TOTAL":"664","ATK":"203","DEF":"245","STA":"216","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3336","100% CP @ 39":"3289"}, -{"Row":"740","Name":"Diancie","Pokedex Number":"719","Img name":"719","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"fairy","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"575","ATK":"190","DEF":"285","STA":"100","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2378","100% CP @ 39":"2344"}, -{"Row":"741","Name":"Hoopa","Pokedex Number":"720","Img name":"720","Generation":"6","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"ghost","Weather 1":"Windy","Weather 2":"Fog","STAT TOTAL":"688","ATK":"287","DEF":"241","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3992","100% CP @ 39":"3935"}, -{"Row":"742","Name":"Volcanion","Pokedex Number":"721","Img name":"721","Generation":"6","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"water","Weather 1":"Sunny/clear","Weather 2":"Rainy","STAT TOTAL":"643","ATK":"252","DEF":"231","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3460","100% CP @ 39":"3410"}, -{"Row":"743","Name":"Rowlet","Pokedex Number":"722","Img name":"722","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"340","ATK":"102","DEF":"102","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"971","100% CP @ 39":"957"}, -{"Row":"744","Name":"Dartrix","Pokedex Number":"723","Img name":"723","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"440","ATK":"142","DEF":"142","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1606","100% CP @ 39":"1583"}, -{"Row":"745","Name":"Decidueye","Pokedex Number":"724","Img name":"724","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"ghost","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"558","ATK":"210","DEF":"192","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2643","100% CP @ 39":"2606"}, -{"Row":"746","Name":"Litten","Pokedex Number":"725","Img name":"725","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"297","ATK":"128","DEF":"79","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"887","100% CP @ 39":"874"}, -{"Row":"747","Name":"Torracat","Pokedex Number":"726","Img name":"726","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"407","ATK":"174","DEF":"103","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1544","100% CP @ 39":"1522"}, -{"Row":"748","Name":"Incineroar","Pokedex Number":"727","Img name":"727","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"dark","Weather 1":"Sunny/clear","Weather 2":"Fog","STAT TOTAL":"579","ATK":"214","DEF":"175","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2822","100% CP @ 39":"2782"}, -{"Row":"749","Name":"Popplio","Pokedex Number":"728","Img name":"728","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"324","ATK":"120","DEF":"104","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"986","100% CP @ 39":"972"}, -{"Row":"750","Name":"Brionne","Pokedex Number":"729","Img name":"729","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"439","ATK":"168","DEF":"151","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1711","100% CP @ 39":"1686"}, -{"Row":"751","Name":"Primarina","Pokedex Number":"730","Img name":"730","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"607","ATK":"232","DEF":"215","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3095","100% CP @ 39":"3050"}, -{"Row":"752","Name":"Pikipek","Pokedex Number":"731","Img name":"731","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"265","ATK":"136","DEF":"59","STA":"70","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"747","100% CP @ 39":"737"}, -{"Row":"753","Name":"Trumbeak","Pokedex Number":"732","Img name":"732","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"369","ATK":"159","DEF":"100","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1302","100% CP @ 39":"1284"}, -{"Row":"754","Name":"Toucannon","Pokedex Number":"733","Img name":"733","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"528","ATK":"222","DEF":"146","STA":"160","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2484","100% CP @ 39":"2449"}, -{"Row":"755","Name":"Yungoos","Pokedex Number":"734","Img name":"734","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"274","ATK":"122","DEF":"56","STA":"96","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"759","100% CP @ 39":"748"}, -{"Row":"756","Name":"Gumshoos","Pokedex Number":"735","Img name":"735","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"483","ATK":"194","DEF":"113","STA":"176","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2041","100% CP @ 39":"2011"}, -{"Row":"757","Name":"Grubbin","Pokedex Number":"736","Img name":"736","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"294","ATK":"115","DEF":"85","STA":"94","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"847","100% CP @ 39":"835"}, -{"Row":"758","Name":"Charjabug","Pokedex Number":"737","Img name":"737","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"electric","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"430","ATK":"145","DEF":"171","STA":"114","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1547","100% CP @ 39":"1525"}, -{"Row":"759","Name":"Vikavolt","Pokedex Number":"738","Img name":"738","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"electric","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"573","ATK":"254","DEF":"165","STA":"154","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2930","100% CP @ 39":"2888"}, -{"Row":"760","Name":"Crabrawler","Pokedex Number":"739","Img name":"739","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"353","ATK":"150","DEF":"109","STA":"94","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1198","100% CP @ 39":"1180"}, -{"Row":"761","Name":"Crabominable","Pokedex Number":"740","Img name":"740","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"ice","Weather 1":"Cloudy","Weather 2":"Snow","STAT TOTAL":"567","ATK":"231","DEF":"142","STA":"194","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2783","100% CP @ 39":"2743"}, -{"Row":"762","Name":"Oricorio","Pokedex Number":"741","Img name":"741","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"flying","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"491","ATK":"196","DEF":"145","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2141","100% CP @ 39":"2110"}, -{"Row":"763","Name":"Cutiefly","Pokedex Number":"742","Img name":"742","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"271","ATK":"110","DEF":"81","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"745","100% CP @ 39":"734"}, -{"Row":"764","Name":"Ribombee","Pokedex Number":"743","Img name":"743","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"470","ATK":"198","DEF":"152","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1997","100% CP @ 39":"1968"}, -{"Row":"765","Name":"Rockruff","Pokedex Number":"744","Img name":"744","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"285","ATK":"117","DEF":"78","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"814","100% CP @ 39":"803"}, -{"Row":"766","Name":"Lycanroc","Pokedex Number":"745","Img name":"745","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"521","ATK":"231","DEF":"140","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2457","100% CP @ 39":"2422"}, -{"Row":"767","Name":"Wishiwashi","Pokedex Number":"746","Img name":"746","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"182","ATK":"46","DEF":"46","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"304","100% CP @ 39":"300"}, -{"Row":"768","Name":"Mareanie","Pokedex Number":"747","Img name":"747","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"water","Weather 1":"Cloudy","Weather 2":"Rainy","STAT TOTAL":"313","ATK":"98","DEF":"115","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"862","100% CP @ 39":"850"}, -{"Row":"769","Name":"Toxapex","Pokedex Number":"748","Img name":"748","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"water","Weather 1":"Cloudy","Weather 2":"Rainy","STAT TOTAL":"492","ATK":"114","DEF":"278","STA":"100","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1478","100% CP @ 39":"1457"}, -{"Row":"770","Name":"Mudbray","Pokedex Number":"749","Img name":"749","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"443","ATK":"175","DEF":"128","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1766","100% CP @ 39":"1741"}, -{"Row":"771","Name":"Mudsdale","Pokedex Number":"750","Img name":"750","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ground","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"594","ATK":"214","DEF":"180","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2928","100% CP @ 39":"2886"}, -{"Row":"772","Name":"Dewpider","Pokedex Number":"751","Img name":"751","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"bug","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"274","ATK":"72","DEF":"126","STA":"76","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"615","100% CP @ 39":"606"}, -{"Row":"773","Name":"Araquanid","Pokedex Number":"752","Img name":"752","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"bug","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"499","ATK":"126","DEF":"237","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1717","100% CP @ 39":"1693"}, -{"Row":"774","Name":"Fomantis","Pokedex Number":"753","Img name":"753","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"244","ATK":"100","DEF":"64","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"622","100% CP @ 39":"613"}, -{"Row":"775","Name":"Lurantis","Pokedex Number":"754","Img name":"754","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"501","ATK":"192","DEF":"169","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2183","100% CP @ 39":"2152"}, -{"Row":"776","Name":"Morelull","Pokedex Number":"755","Img name":"755","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fairy","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"316","ATK":"108","DEF":"128","STA":"80","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"895","100% CP @ 39":"882"}, -{"Row":"777","Name":"Shiinotic","Pokedex Number":"756","Img name":"756","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fairy","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"451","ATK":"154","DEF":"177","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1699","100% CP @ 39":"1675"}, -{"Row":"778","Name":"Salandit","Pokedex Number":"757","Img name":"757","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"fire","Weather 1":"Cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"312","ATK":"136","DEF":"80","STA":"96","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"968","100% CP @ 39":"954"}, -{"Row":"779","Name":"Salazzle","Pokedex Number":"758","Img name":"758","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"poison","Type 2":"fire","Weather 1":"Cloudy","Weather 2":"Sunny/clear","STAT TOTAL":"494","ATK":"228","DEF":"130","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2245","100% CP @ 39":"2213"}, -{"Row":"780","Name":"Stufful","Pokedex Number":"759","Img name":"759","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"fighting","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"371","ATK":"136","DEF":"95","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1231","100% CP @ 39":"1213"}, -{"Row":"781","Name":"Bewear","Pokedex Number":"760","Img name":"760","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"fighting","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"616","ATK":"226","DEF":"150","STA":"240","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3087","100% CP @ 39":"3043"}, -{"Row":"782","Name":"Bounsweet","Pokedex Number":"761","Img name":"761","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"208","ATK":"55","DEF":"69","STA":"84","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"398","100% CP @ 39":"393"}, -{"Row":"783","Name":"Steenee","Pokedex Number":"762","Img name":"762","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"276","ATK":"78","DEF":"94","STA":"104","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"661","100% CP @ 39":"652"}, -{"Row":"784","Name":"Tsareena","Pokedex Number":"763","Img name":"763","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"","Weather 1":"Sunny/clear","Weather 2":"","STAT TOTAL":"561","ATK":"222","DEF":"195","STA":"144","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2704","100% CP @ 39":"2666"}, -{"Row":"785","Name":"Comfey","Pokedex Number":"764","Img name":"764","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fairy","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"493","ATK":"165","DEF":"226","STA":"102","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1887","100% CP @ 39":"1860"}, -{"Row":"786","Name":"Oranguru","Pokedex Number":"765","Img name":"765","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"psychic","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"555","ATK":"168","DEF":"207","STA":"180","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2378","100% CP @ 39":"2344"}, -{"Row":"787","Name":"Passimian","Pokedex Number":"766","Img name":"766","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fighting","Type 2":"","Weather 1":"Cloudy","Weather 2":"","STAT TOTAL":"597","ATK":"222","DEF":"175","STA":"200","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2991","100% CP @ 39":"2949"}, -{"Row":"788","Name":"Wimpod","Pokedex Number":"767","Img name":"767","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"water","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"196","ATK":"67","DEF":"79","STA":"50","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"400","100% CP @ 39":"394"}, -{"Row":"789","Name":"Golisopod","Pokedex Number":"768","Img name":"768","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"water","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"617","ATK":"218","DEF":"249","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3037","100% CP @ 39":"2993"}, -{"Row":"790","Name":"Sandygast","Pokedex Number":"769","Img name":"769","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"ground","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"363","ATK":"120","DEF":"133","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1146","100% CP @ 39":"1130"}, -{"Row":"791","Name":"Palossand","Pokedex Number":"770","Img name":"770","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"ground","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"542","ATK":"178","DEF":"194","STA":"170","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2370","100% CP @ 39":"2336"}, -{"Row":"792","Name":"Pyukumuku","Pokedex Number":"771","Img name":"771","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"431","ATK":"97","DEF":"224","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1209","100% CP @ 39":"1191"}, -{"Row":"793","Name":"Type: Null","Pokedex Number":"772","Img name":"772","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"558","ATK":"184","DEF":"184","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2510","100% CP @ 39":"2474"}, -{"Row":"794","Name":"Silvally","Pokedex Number":"773","Img name":"773","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"586","ATK":"198","DEF":"198","STA":"190","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2779","100% CP @ 39":"2740"}, -{"Row":"795","Name":"Minior","Pokedex Number":"774","Img name":"774","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"flying","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"430","ATK":"116","DEF":"194","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1374","100% CP @ 39":"1354"}, -{"Row":"796","Name":"Komala","Pokedex Number":"775","Img name":"775","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"","Weather 1":"Partly cloudy","Weather 2":"","STAT TOTAL":"525","ATK":"216","DEF":"179","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2419","100% CP @ 39":"2385"}, -{"Row":"797","Name":"Turtonator","Pokedex Number":"776","Img name":"776","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"fire","Type 2":"dragon","Weather 1":"Sunny/clear","Weather 2":"Windy","STAT TOTAL":"523","ATK":"165","DEF":"238","STA":"120","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2077","100% CP @ 39":"2048"}, -{"Row":"798","Name":"Togedemaru","Pokedex Number":"777","Img name":"777","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"steel","Weather 1":"Rainy","Weather 2":"Snow","STAT TOTAL":"470","ATK":"190","DEF":"150","STA":"130","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1980","100% CP @ 39":"1952"}, -{"Row":"799","Name":"Mimikyu","Pokedex Number":"778","Img name":"778","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"fairy","Weather 1":"Fog","Weather 2":"Cloudy","STAT TOTAL":"500","ATK":"177","DEF":"213","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2024","100% CP @ 39":"1995"}, -{"Row":"800","Name":"Bruxish","Pokedex Number":"779","Img name":"779","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"psychic","Weather 1":"Rainy","Weather 2":"Windy","STAT TOTAL":"489","ATK":"208","DEF":"145","STA":"136","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2164","100% CP @ 39":"2133"}, -{"Row":"801","Name":"Drampa","Pokedex Number":"780","Img name":"780","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"normal","Type 2":"dragon","Weather 1":"Partly cloudy","Weather 2":"Windy","STAT TOTAL":"554","ATK":"231","DEF":"167","STA":"156","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2710","100% CP @ 39":"2671"}, -{"Row":"802","Name":"Dhelmise","Pokedex Number":"781","Img name":"781","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"ghost","Type 2":"grass","Weather 1":"Fog","Weather 2":"Sunny/clear","STAT TOTAL":"557","ATK":"233","DEF":"184","STA":"140","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2720","100% CP @ 39":"2681"}, -{"Row":"803","Name":"Jangmo-O","Pokedex Number":"782","Img name":"782","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"310","ATK":"102","DEF":"118","STA":"90","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"863","100% CP @ 39":"851"}, -{"Row":"804","Name":"Hakamo-O","Pokedex Number":"783","Img name":"783","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"fighting","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"427","ATK":"145","DEF":"172","STA":"110","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"1527","100% CP @ 39":"1506"}, -{"Row":"805","Name":"Kommo-O","Pokedex Number":"784","Img name":"784","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dragon","Type 2":"fighting","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"622","ATK":"222","DEF":"250","STA":"150","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3095","100% CP @ 39":"3051"}, -{"Row":"806","Name":"Tapu Koko","Pokedex Number":"785","Img name":"785","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"576","ATK":"250","DEF":"186","STA":"140","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2921","100% CP @ 39":"2879"}, -{"Row":"807","Name":"Tapu Lele","Pokedex Number":"786","Img name":"786","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"fairy","Weather 1":"Windy","Weather 2":"Cloudy","STAT TOTAL":"628","ATK":"259","DEF":"229","STA":"140","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3328","100% CP @ 39":"3280"}, -{"Row":"808","Name":"Tapu Bulu","Pokedex Number":"787","Img name":"787","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"fairy","Weather 1":"Sunny/clear","Weather 2":"Cloudy","STAT TOTAL":"614","ATK":"249","DEF":"225","STA":"140","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3180","100% CP @ 39":"3134"}, -{"Row":"809","Name":"Tapu Fini","Pokedex Number":"788","Img name":"788","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"water","Type 2":"fairy","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"590","ATK":"189","DEF":"261","STA":"140","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2635","100% CP @ 39":"2597"}, -{"Row":"810","Name":"Cosmog","Pokedex Number":"789","Img name":"789","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"197","ATK":"54","DEF":"57","STA":"86","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"367","100% CP @ 39":"362"}, -{"Row":"811","Name":"Cosmoem","Pokedex Number":"790","Img name":"790","Generation":"7","Evolution Stage":"","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"382","ATK":"54","DEF":"242","STA":"86","Legendary":"0","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"694","100% CP @ 39":"684"}, -{"Row":"812","Name":"Solgaleo","Pokedex Number":"791","Img name":"791","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"steel","Weather 1":"Windy","Weather 2":"Snow","STAT TOTAL":"773","ATK":"280","DEF":"219","STA":"274","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4791","100% CP @ 39":"4722"}, -{"Row":"813","Name":"Lunala","Pokedex Number":"792","Img name":"792","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"ghost","Weather 1":"Windy","Weather 2":"Fog","STAT TOTAL":"773","ATK":"280","DEF":"219","STA":"274","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4791","100% CP @ 39":"4722"}, -{"Row":"814","Name":"Nihilego","Pokedex Number":"793","Img name":"793","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"rock","Type 2":"poison","Weather 1":"Partly cloudy","Weather 2":"Cloudy","STAT TOTAL":"721","ATK":"249","DEF":"254","STA":"218","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4128","100% CP @ 39":"4069"}, -{"Row":"815","Name":"Buzzwole","Pokedex Number":"794","Img name":"794","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"fighting","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"732","ATK":"259","DEF":"259","STA":"214","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4286","100% CP @ 39":"4225"}, -{"Row":"816","Name":"Pheromosa","Pokedex Number":"795","Img name":"795","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"bug","Type 2":"fighting","Weather 1":"Rainy","Weather 2":"Cloudy","STAT TOTAL":"543","ATK":"316","DEF":"85","STA":"142","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2590","100% CP @ 39":"2553"}, -{"Row":"817","Name":"Xurkitree","Pokedex Number":"796","Img name":"796","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"electric","Type 2":"","Weather 1":"Rainy","Weather 2":"","STAT TOTAL":"640","ATK":"330","DEF":"144","STA":"166","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3655","100% CP @ 39":"3603"}, -{"Row":"818","Name":"Celesteela","Pokedex Number":"797","Img name":"797","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"flying","Weather 1":"Snow","Weather 2":"Windy","STAT TOTAL":"601","ATK":"207","DEF":"200","STA":"194","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2939","100% CP @ 39":"2897"}, -{"Row":"819","Name":"Kartana","Pokedex Number":"798","Img name":"798","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"grass","Type 2":"steel","Weather 1":"Sunny/clear","Weather 2":"Snow","STAT TOTAL":"726","ATK":"355","DEF":"253","STA":"118","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"4362","100% CP @ 39":"4300"}, -{"Row":"820","Name":"Guzzlord","Pokedex Number":"799","Img name":"799","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"dark","Type 2":"dragon","Weather 1":"Fog","Weather 2":"Windy","STAT TOTAL":"733","ATK":"188","DEF":"99","STA":"446","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"2906","100% CP @ 39":"2865"}, -{"Row":"821","Name":"Necrozma","Pokedex Number":"800","Img name":"800","Generation":"7","Evolution Stage":"Lower","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"psychic","Type 2":"","Weather 1":"Windy","Weather 2":"","STAT TOTAL":"646","ATK":"251","DEF":"201","STA":"194","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3529","100% CP @ 39":"3479"}, -{"Row":"822","Name":"Magearna","Pokedex Number":"801","Img name":"801","Generation":"7","Evolution Stage":"Evolved","Evolved":"0","FamilyID":"","Cross Gen":"0","Type 1":"steel","Type 2":"fairy","Weather 1":"Snow","Weather 2":"Cloudy","STAT TOTAL":"631","ATK":"246","DEF":"225","STA":"160","Legendary":"1","Aquireable":"0","Spawns":"0","Regional":"0","Raidable":"0","Hatchable":"0","Shiny":"0","Nest":"0","New":"0","Not-Gettable":"0","Future Evolve":"0","100% CP @ 40":"3340","100% CP @ 39":"3293"} -] + { + "Row": "1", + "Name": "Bulbasaur", + "Pokedex Number": "1", + "Img name": "1", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "1", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "326", + "ATK": "118", + "DEF": "118", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "981", + "100% CP @ 39": "967" + }, + { + "Row": "2", + "Name": "Ivysaur", + "Pokedex Number": "2", + "Img name": "2", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "1", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "422", + "ATK": "151", + "DEF": "151", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1552", + "100% CP @ 39": "1529" + }, + { + "Row": "3", + "Name": "Venusaur", + "Pokedex Number": "3", + "Img name": "3", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "1", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "556", + "ATK": "198", + "DEF": "198", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2568", + "100% CP @ 39": "2531" + }, + { + "Row": "4", + "Name": "Charmander", + "Pokedex Number": "4", + "Img name": "4", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "2", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "290", + "ATK": "116", + "DEF": "96", + "STA": "78", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "831", + "100% CP @ 39": "819" + }, + { + "Row": "5", + "Name": "Charmeleon", + "Pokedex Number": "5", + "Img name": "5", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "2", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "403", + "ATK": "158", + "DEF": "129", + "STA": "116", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1484", + "100% CP @ 39": "1462" + }, + { + "Row": "6", + "Name": "Charizard", + "Pokedex Number": "6", + "Img name": "6", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "2", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "555", + "ATK": "223", + "DEF": "176", + "STA": "156", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2686", + "100% CP @ 39": "2648" + }, + { + "Row": "7", + "Name": "Squirtle", + "Pokedex Number": "7", + "Img name": "7", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "3", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "304", + "ATK": "94", + "DEF": "122", + "STA": "88", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "808", + "100% CP @ 39": "797" + }, + { + "Row": "8", + "Name": "Wartortle", + "Pokedex Number": "8", + "Img name": "8", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "3", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "399", + "ATK": "126", + "DEF": "155", + "STA": "118", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1324", + "100% CP @ 39": "1305" + }, + { + "Row": "9", + "Name": "Blastoise", + "Pokedex Number": "9", + "Img name": "9", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "3", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "539", + "ATK": "171", + "DEF": "210", + "STA": "158", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2291", + "100% CP @ 39": "2259" + }, + { + "Row": "10", + "Name": "Caterpie", + "Pokedex Number": "10", + "Img name": "10", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "4", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "207", + "ATK": "55", + "DEF": "62", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "393", + "100% CP @ 39": "387" + }, + { + "Row": "11", + "Name": "Metapod", + "Pokedex Number": "11", + "Img name": "11", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "4", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "239", + "ATK": "45", + "DEF": "94", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "419", + "100% CP @ 39": "413" + }, + { + "Row": "12", + "Name": "Butterfree", + "Pokedex Number": "12", + "Img name": "12", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "4", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "438", + "ATK": "167", + "DEF": "151", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1701", + "100% CP @ 39": "1677" + }, + { + "Row": "13", + "Name": "Weedle", + "Pokedex Number": "13", + "Img name": "13", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "5", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "198", + "ATK": "63", + "DEF": "55", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "397", + "100% CP @ 39": "391" + }, + { + "Row": "14", + "Name": "Kakuna", + "Pokedex Number": "14", + "Img name": "14", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "5", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "222", + "ATK": "46", + "DEF": "86", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "392", + "100% CP @ 39": "386" + }, + { + "Row": "15", + "Name": "Beedrill", + "Pokedex Number": "15", + "Img name": "15", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "5", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "449", + "ATK": "169", + "DEF": "150", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1777", + "100% CP @ 39": "1752" + }, + { + "Row": "16", + "Name": "Pidgey", + "Pokedex Number": "16", + "Img name": "16", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "6", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "241", + "ATK": "85", + "DEF": "76", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "580", + "100% CP @ 39": "572" + }, + { + "Row": "17", + "Name": "Pidgeotto", + "Pokedex Number": "17", + "Img name": "17", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "6", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "351", + "ATK": "117", + "DEF": "108", + "STA": "126", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1085", + "100% CP @ 39": "1070" + }, + { + "Row": "18", + "Name": "Pidgeot", + "Pokedex Number": "18", + "Img name": "18", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "6", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "489", + "ATK": "166", + "DEF": "157", + "STA": "166", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1994", + "100% CP @ 39": "1966" + }, + { + "Row": "19", + "Name": "Rattata", + "Pokedex Number": "19", + "Img name": "19", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "7", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "233", + "ATK": "103", + "DEF": "70", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "588", + "100% CP @ 39": "580" + }, + { + "Row": "20", + "Name": "Raticate", + "Pokedex Number": "20", + "Img name": "20", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "7", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "415", + "ATK": "161", + "DEF": "144", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1549", + "100% CP @ 39": "1527" + }, + { + "Row": "21", + "Name": "Spearow", + "Pokedex Number": "21", + "Img name": "21", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "8", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "253", + "ATK": "112", + "DEF": "61", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "673", + "100% CP @ 39": "664" + }, + { + "Row": "22", + "Name": "Fearow", + "Pokedex Number": "22", + "Img name": "22", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "8", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "447", + "ATK": "182", + "DEF": "135", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1814", + "100% CP @ 39": "1788" + }, + { + "Row": "23", + "Name": "Ekans", + "Pokedex Number": "23", + "Img name": "23", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "9", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "282", + "ATK": "110", + "DEF": "102", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "778", + "100% CP @ 39": "767" + }, + { + "Row": "24", + "Name": "Arbok", + "Pokedex Number": "24", + "Img name": "24", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "9", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "445", + "ATK": "167", + "DEF": "158", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1737", + "100% CP @ 39": "1712" + }, + { + "Row": "25", + "Name": "Pikachu", + "Pokedex Number": "25", + "Img name": "25", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "10", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "283", + "ATK": "112", + "DEF": "101", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "787", + "100% CP @ 39": "776" + }, + { + "Row": "26", + "Name": "Raichu", + "Pokedex Number": "26", + "Img name": "26", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "10", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "478", + "ATK": "193", + "DEF": "165", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2025", + "100% CP @ 39": "1996" + }, + { + "Row": "27", + "Name": "Sandshrew", + "Pokedex Number": "27", + "Img name": "27", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "11", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "371", + "ATK": "126", + "DEF": "145", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1194", + "100% CP @ 39": "1177" + }, + { + "Row": "28", + "Name": "Sandslash", + "Pokedex Number": "28", + "Img name": "28", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "11", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "534", + "ATK": "182", + "DEF": "202", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2328", + "100% CP @ 39": "2294" + }, + { + "Row": "29", + "Name": "Nidoran F", + "Pokedex Number": "29", + "Img name": "29", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "12", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "290", + "ATK": "86", + "DEF": "94", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "736", + "100% CP @ 39": "725" + }, + { + "Row": "30", + "Name": "Nidorina", + "Pokedex Number": "30", + "Img name": "30", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "12", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "383", + "ATK": "117", + "DEF": "126", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1218", + "100% CP @ 39": "1201" + }, + { + "Row": "31", + "Name": "Nidoqueen", + "Pokedex Number": "31", + "Img name": "31", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "12", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "ground", + "Weather 1": "Cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "534", + "ATK": "180", + "DEF": "174", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2338", + "100% CP @ 39": "2304" + }, + { + "Row": "32", + "Name": "Nidoran M", + "Pokedex Number": "32", + "Img name": "32", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "13", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "273", + "ATK": "105", + "DEF": "76", + "STA": "92", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "739", + "100% CP @ 39": "729" + }, + { + "Row": "33", + "Name": "Nidorino", + "Pokedex Number": "33", + "Img name": "33", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "13", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "371", + "ATK": "137", + "DEF": "112", + "STA": "122", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1252", + "100% CP @ 39": "1234" + }, + { + "Row": "34", + "Name": "Nidoking", + "Pokedex Number": "34", + "Img name": "34", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "13", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "ground", + "Weather 1": "Cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "523", + "ATK": "204", + "DEF": "157", + "STA": "162", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2386", + "100% CP @ 39": "2352" + }, + { + "Row": "35", + "Name": "Clefairy", + "Pokedex Number": "35", + "Img name": "35", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "14", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "363", + "ATK": "107", + "DEF": "116", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1085", + "100% CP @ 39": "1070" + }, + { + "Row": "36", + "Name": "Clefable", + "Pokedex Number": "36", + "Img name": "36", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "14", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "539", + "ATK": "178", + "DEF": "171", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2353", + "100% CP @ 39": "2320" + }, + { + "Row": "37", + "Name": "Vulpix", + "Pokedex Number": "37", + "Img name": "37", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "15", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "294", + "ATK": "96", + "DEF": "122", + "STA": "76", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "774", + "100% CP @ 39": "763" + }, + { + "Row": "38", + "Name": "Ninetales", + "Pokedex Number": "38", + "Img name": "38", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "15", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "519", + "ATK": "169", + "DEF": "204", + "STA": "146", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2157", + "100% CP @ 39": "2127" + }, + { + "Row": "39", + "Name": "Jigglypuff", + "Pokedex Number": "39", + "Img name": "39", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "16", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "fairy", + "Weather 1": "Partly cloudy", + "Weather 2": "Cloudy", + "STAT TOTAL": "354", + "ATK": "80", + "DEF": "44", + "STA": "230", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "713", + "100% CP @ 39": "703" + }, + { + "Row": "40", + "Name": "Wigglytuff", + "Pokedex Number": "40", + "Img name": "40", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "16", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "fairy", + "Weather 1": "Partly cloudy", + "Weather 2": "Cloudy", + "STAT TOTAL": "529", + "ATK": "156", + "DEF": "93", + "STA": "280", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1906", + "100% CP @ 39": "1879" + }, + { + "Row": "41", + "Name": "Zubat", + "Pokedex Number": "41", + "Img name": "41", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "17", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "flying", + "Weather 1": "Cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "239", + "ATK": "83", + "DEF": "76", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "569", + "100% CP @ 39": "560" + }, + { + "Row": "42", + "Name": "Golbat", + "Pokedex Number": "42", + "Img name": "42", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "17", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "flying", + "Weather 1": "Cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "464", + "ATK": "161", + "DEF": "153", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1830", + "100% CP @ 39": "1804" + }, + { + "Row": "43", + "Name": "Oddish", + "Pokedex Number": "43", + "Img name": "43", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "18", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "337", + "ATK": "131", + "DEF": "116", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1069", + "100% CP @ 39": "1054" + }, + { + "Row": "44", + "Name": "Gloom", + "Pokedex Number": "44", + "Img name": "44", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "18", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "412", + "ATK": "153", + "DEF": "139", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1512", + "100% CP @ 39": "1491" + }, + { + "Row": "45", + "Name": "Vileplume", + "Pokedex Number": "45", + "Img name": "45", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "18", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "522", + "ATK": "202", + "DEF": "170", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2367", + "100% CP @ 39": "2334" + }, + { + "Row": "46", + "Name": "Paras", + "Pokedex Number": "46", + "Img name": "46", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "19", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "grass", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "290", + "ATK": "121", + "DEF": "99", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "836", + "100% CP @ 39": "824" + }, + { + "Row": "47", + "Name": "Parasect", + "Pokedex Number": "47", + "Img name": "47", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "19", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "grass", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "431", + "ATK": "165", + "DEF": "146", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1657", + "100% CP @ 39": "1633" + }, + { + "Row": "48", + "Name": "Venonat", + "Pokedex Number": "48", + "Img name": "48", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "20", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "322", + "ATK": "100", + "DEF": "102", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "902", + "100% CP @ 39": "889" + }, + { + "Row": "49", + "Name": "Venomoth", + "Pokedex Number": "49", + "Img name": "49", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "20", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "469", + "ATK": "179", + "DEF": "150", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1937", + "100% CP @ 39": "1910" + }, + { + "Row": "50", + "Name": "Diglett", + "Pokedex Number": "50", + "Img name": "50", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "21", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "217", + "ATK": "109", + "DEF": "88", + "STA": "20", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "465", + "100% CP @ 39": "458" + }, + { + "Row": "51", + "Name": "Dugtrio", + "Pokedex Number": "51", + "Img name": "51", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "21", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "384", + "ATK": "167", + "DEF": "147", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1333", + "100% CP @ 39": "1314" + }, + { + "Row": "52", + "Name": "Meowth", + "Pokedex Number": "52", + "Img name": "52", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "23", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "253", + "ATK": "92", + "DEF": "81", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "638", + "100% CP @ 39": "629" + }, + { + "Row": "53", + "Name": "Persian", + "Pokedex Number": "53", + "Img name": "53", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "23", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "419", + "ATK": "150", + "DEF": "139", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1539", + "100% CP @ 39": "1517" + }, + { + "Row": "54", + "Name": "Psyduck", + "Pokedex Number": "54", + "Img name": "54", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "24", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "318", + "ATK": "122", + "DEF": "96", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "966", + "100% CP @ 39": "952" + }, + { + "Row": "55", + "Name": "Golduck", + "Pokedex Number": "55", + "Img name": "55", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "24", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "514", + "ATK": "191", + "DEF": "163", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2270", + "100% CP @ 39": "2238" + }, + { + "Row": "56", + "Name": "Mankey", + "Pokedex Number": "56", + "Img name": "56", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "25", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "315", + "ATK": "148", + "DEF": "87", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1002", + "100% CP @ 39": "987" + }, + { + "Row": "57", + "Name": "Primeape", + "Pokedex Number": "57", + "Img name": "57", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "25", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "481", + "ATK": "207", + "DEF": "144", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2105", + "100% CP @ 39": "2075" + }, + { + "Row": "58", + "Name": "Growlithe", + "Pokedex Number": "58", + "Img name": "58", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "26", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "342", + "ATK": "136", + "DEF": "96", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1110", + "100% CP @ 39": "1095" + }, + { + "Row": "59", + "Name": "Arcanine", + "Pokedex Number": "59", + "Img name": "59", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "26", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "573", + "ATK": "227", + "DEF": "166", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2839", + "100% CP @ 39": "2799" + }, + { + "Row": "60", + "Name": "Poliwag", + "Pokedex Number": "60", + "Img name": "60", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "27", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "263", + "ATK": "101", + "DEF": "82", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "695", + "100% CP @ 39": "685" + }, + { + "Row": "61", + "Name": "Poliwhirl", + "Pokedex Number": "61", + "Img name": "61", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "27", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "390", + "ATK": "130", + "DEF": "130", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1313", + "100% CP @ 39": "1294" + }, + { + "Row": "62", + "Name": "Poliwrath", + "Pokedex Number": "62", + "Img name": "62", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "27", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "fighting", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "549", + "ATK": "182", + "DEF": "187", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2441", + "100% CP @ 39": "2407" + }, + { + "Row": "63", + "Name": "Abra", + "Pokedex Number": "63", + "Img name": "63", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "28", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "348", + "ATK": "195", + "DEF": "103", + "STA": "50", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1148", + "100% CP @ 39": "1132" + }, + { + "Row": "64", + "Name": "Kadabra", + "Pokedex Number": "64", + "Img name": "64", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "28", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "450", + "ATK": "232", + "DEF": "138", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1859", + "100% CP @ 39": "1833" + }, + { + "Row": "65", + "Name": "Alakazam", + "Pokedex Number": "65", + "Img name": "65", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "28", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "575", + "ATK": "271", + "DEF": "194", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2887", + "100% CP @ 39": "2845" + }, + { + "Row": "66", + "Name": "Machop", + "Pokedex Number": "66", + "Img name": "66", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "29", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "365", + "ATK": "137", + "DEF": "88", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1199", + "100% CP @ 39": "1182" + }, + { + "Row": "67", + "Name": "Machoke", + "Pokedex Number": "67", + "Img name": "67", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "29", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "467", + "ATK": "177", + "DEF": "130", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1910", + "100% CP @ 39": "1882" + }, + { + "Row": "68", + "Name": "Machamp", + "Pokedex Number": "68", + "Img name": "68", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "29", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "576", + "ATK": "234", + "DEF": "162", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "3", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2889", + "100% CP @ 39": "2848" + }, + { + "Row": "69", + "Name": "Bellsprout", + "Pokedex Number": "69", + "Img name": "69", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "30", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "303", + "ATK": "139", + "DEF": "64", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "916", + "100% CP @ 39": "903" + }, + { + "Row": "70", + "Name": "Weepinbell", + "Pokedex Number": "70", + "Img name": "70", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "30", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "397", + "ATK": "172", + "DEF": "95", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1475", + "100% CP @ 39": "1453" + }, + { + "Row": "71", + "Name": "Victreebel", + "Pokedex Number": "71", + "Img name": "71", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "30", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "505", + "ATK": "207", + "DEF": "138", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2268", + "100% CP @ 39": "2236" + }, + { + "Row": "72", + "Name": "Tentacool", + "Pokedex Number": "72", + "Img name": "72", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "31", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "359", + "ATK": "97", + "DEF": "182", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "956", + "100% CP @ 39": "943" + }, + { + "Row": "73", + "Name": "Tentacruel", + "Pokedex Number": "73", + "Img name": "73", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "31", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "563", + "ATK": "166", + "DEF": "237", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2374", + "100% CP @ 39": "2340" + }, + { + "Row": "74", + "Name": "Geodude", + "Pokedex Number": "74", + "Img name": "74", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "32", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "ground", + "Weather 1": "Partly cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "375", + "ATK": "132", + "DEF": "163", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1193", + "100% CP @ 39": "1176" + }, + { + "Row": "75", + "Name": "Graveler", + "Pokedex Number": "75", + "Img name": "75", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "32", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "ground", + "Weather 1": "Partly cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "470", + "ATK": "164", + "DEF": "196", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1815", + "100% CP @ 39": "1789" + }, + { + "Row": "76", + "Name": "Golem", + "Pokedex Number": "76", + "Img name": "76", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "32", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "ground", + "Weather 1": "Partly cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "600", + "ATK": "211", + "DEF": "229", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "4", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2916", + "100% CP @ 39": "2875" + }, + { + "Row": "77", + "Name": "Ponyta", + "Pokedex Number": "77", + "Img name": "77", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "33", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "402", + "ATK": "170", + "DEF": "132", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1502", + "100% CP @ 39": "1480" + }, + { + "Row": "78", + "Name": "Rapidash", + "Pokedex Number": "78", + "Img name": "78", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "33", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "504", + "ATK": "207", + "DEF": "167", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2252", + "100% CP @ 39": "2220" + }, + { + "Row": "79", + "Name": "Slowpoke", + "Pokedex Number": "79", + "Img name": "79", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "34", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "psychic", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "398", + "ATK": "109", + "DEF": "109", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1204", + "100% CP @ 39": "1187" + }, + { + "Row": "80", + "Name": "Slowbro", + "Pokedex Number": "80", + "Img name": "80", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "34", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "psychic", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "561", + "ATK": "177", + "DEF": "194", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2482", + "100% CP @ 39": "2446" + }, + { + "Row": "81", + "Name": "Magnemite", + "Pokedex Number": "81", + "Img name": "81", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "35", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "steel", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "343", + "ATK": "165", + "DEF": "128", + "STA": "50", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1083", + "100% CP @ 39": "1068" + }, + { + "Row": "82", + "Name": "Magneton", + "Pokedex Number": "82", + "Img name": "82", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "35", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "steel", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "505", + "ATK": "223", + "DEF": "182", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "2237", + "100% CP @ 39": "2205" + }, + { + "Row": "83", + "Name": "Farfetchd", + "Pokedex Number": "83", + "Img name": "83", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "36", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "346", + "ATK": "124", + "DEF": "118", + "STA": "104", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1092", + "100% CP @ 39": "1076" + }, + { + "Row": "84", + "Name": "Doduo", + "Pokedex Number": "84", + "Img name": "84", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "37", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "316", + "ATK": "158", + "DEF": "88", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1011", + "100% CP @ 39": "996" + }, + { + "Row": "85", + "Name": "Dodrio", + "Pokedex Number": "85", + "Img name": "85", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "37", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "483", + "ATK": "218", + "DEF": "145", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2138", + "100% CP @ 39": "2108" + }, + { + "Row": "86", + "Name": "Seel", + "Pokedex Number": "86", + "Img name": "86", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "38", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "343", + "ATK": "85", + "DEF": "128", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "899", + "100% CP @ 39": "886" + }, + { + "Row": "87", + "Name": "Dewgong", + "Pokedex Number": "87", + "Img name": "87", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "38", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ice", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "503", + "ATK": "139", + "DEF": "184", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1894", + "100% CP @ 39": "1867" + }, + { + "Row": "88", + "Name": "Grimer", + "Pokedex Number": "88", + "Img name": "88", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "39", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "385", + "ATK": "135", + "DEF": "90", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1269", + "100% CP @ 39": "1251" + }, + { + "Row": "89", + "Name": "Muk", + "Pokedex Number": "89", + "Img name": "89", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "39", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "584", + "ATK": "190", + "DEF": "184", + "STA": "210", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2709", + "100% CP @ 39": "2670" + }, + { + "Row": "90", + "Name": "Shellder", + "Pokedex Number": "90", + "Img name": "90", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "40", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "344", + "ATK": "116", + "DEF": "168", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "958", + "100% CP @ 39": "944" + }, + { + "Row": "91", + "Name": "Cloyster", + "Pokedex Number": "91", + "Img name": "91", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "40", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ice", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "609", + "ATK": "186", + "DEF": "323", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2475", + "100% CP @ 39": "2439" + }, + { + "Row": "92", + "Name": "Gastly", + "Pokedex Number": "92", + "Img name": "92", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "41", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "poison", + "Weather 1": "Fog", + "Weather 2": "Cloudy", + "STAT TOTAL": "316", + "ATK": "186", + "DEF": "70", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1002", + "100% CP @ 39": "988" + }, + { + "Row": "93", + "Name": "Haunter", + "Pokedex Number": "93", + "Img name": "93", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "41", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "poison", + "Weather 1": "Fog", + "Weather 2": "Cloudy", + "STAT TOTAL": "425", + "ATK": "223", + "DEF": "112", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1716", + "100% CP @ 39": "1692" + }, + { + "Row": "94", + "Name": "Gengar", + "Pokedex Number": "94", + "Img name": "94", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "41", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "poison", + "Weather 1": "Fog", + "Weather 2": "Cloudy", + "STAT TOTAL": "537", + "ATK": "261", + "DEF": "156", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "3", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2619", + "100% CP @ 39": "2581" + }, + { + "Row": "95", + "Name": "Onix", + "Pokedex Number": "95", + "Img name": "95", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "42", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "ground", + "Weather 1": "Partly cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "443", + "ATK": "85", + "DEF": "288", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1002", + "100% CP @ 39": "988" + }, + { + "Row": "96", + "Name": "Drowzee", + "Pokedex Number": "96", + "Img name": "96", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "43", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "367", + "ATK": "89", + "DEF": "158", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "992", + "100% CP @ 39": "978" + }, + { + "Row": "97", + "Name": "Hypno", + "Pokedex Number": "97", + "Img name": "97", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "43", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "529", + "ATK": "144", + "DEF": "215", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2048", + "100% CP @ 39": "2019" + }, + { + "Row": "98", + "Name": "Krabby", + "Pokedex Number": "98", + "Img name": "98", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "44", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "397", + "ATK": "181", + "DEF": "156", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1386", + "100% CP @ 39": "1366" + }, + { + "Row": "99", + "Name": "Kingler", + "Pokedex Number": "99", + "Img name": "99", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "44", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "564", + "ATK": "240", + "DEF": "214", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2694", + "100% CP @ 39": "2656" + }, + { + "Row": "100", + "Name": "Voltorb", + "Pokedex Number": "100", + "Img name": "100", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "45", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "303", + "ATK": "109", + "DEF": "114", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "857", + "100% CP @ 39": "845" + }, + { + "Row": "101", + "Name": "Electrode", + "Pokedex Number": "101", + "Img name": "101", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "45", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "472", + "ATK": "173", + "DEF": "179", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1900", + "100% CP @ 39": "1873" + }, + { + "Row": "102", + "Name": "Exeggcute", + "Pokedex Number": "102", + "Img name": "102", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "46", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "psychic", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "367", + "ATK": "107", + "DEF": "140", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1102", + "100% CP @ 39": "1086" + }, + { + "Row": "103", + "Name": "Exeggutor", + "Pokedex Number": "103", + "Img name": "103", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "46", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "psychic", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "581", + "ATK": "233", + "DEF": "158", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2916", + "100% CP @ 39": "2875" + }, + { + "Row": "104", + "Name": "Cubone", + "Pokedex Number": "104", + "Img name": "104", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "47", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "355", + "ATK": "90", + "DEF": "165", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "943", + "100% CP @ 39": "930" + }, + { + "Row": "105", + "Name": "Marowak", + "Pokedex Number": "105", + "Img name": "105", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "47", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "464", + "ATK": "144", + "DEF": "200", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1691", + "100% CP @ 39": "1667" + }, + { + "Row": "106", + "Name": "Hitmonlee", + "Pokedex Number": "106", + "Img name": "106", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "48", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "535", + "ATK": "224", + "DEF": "211", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2406", + "100% CP @ 39": "2372" + }, + { + "Row": "107", + "Name": "Hitmonchan", + "Pokedex Number": "107", + "Img name": "107", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "48", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "505", + "ATK": "193", + "DEF": "212", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2098", + "100% CP @ 39": "2069" + }, + { + "Row": "108", + "Name": "Lickitung", + "Pokedex Number": "108", + "Img name": "108", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "49", + "Cross Gen": "1", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "425", + "ATK": "108", + "DEF": "137", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1322", + "100% CP @ 39": "1303" + }, + { + "Row": "109", + "Name": "Koffing", + "Pokedex Number": "109", + "Img name": "109", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "50", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "363", + "ATK": "119", + "DEF": "164", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1091", + "100% CP @ 39": "1075" + }, + { + "Row": "110", + "Name": "Weezing", + "Pokedex Number": "110", + "Img name": "110", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "50", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "525", + "ATK": "174", + "DEF": "221", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2183", + "100% CP @ 39": "2152" + }, + { + "Row": "111", + "Name": "Rhyhorn", + "Pokedex Number": "111", + "Img name": "111", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "51", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "rock", + "Weather 1": "Sunny/clear", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "457", + "ATK": "140", + "DEF": "157", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1679", + "100% CP @ 39": "1655" + }, + { + "Row": "112", + "Name": "Rhydon", + "Pokedex Number": "112", + "Img name": "112", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "51", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "rock", + "Weather 1": "Sunny/clear", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "638", + "ATK": "222", + "DEF": "206", + "STA": "210", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "3300", + "100% CP @ 39": "3253" + }, + { + "Row": "113", + "Name": "Chansey", + "Pokedex Number": "113", + "Img name": "113", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "52", + "Cross Gen": "1", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "736", + "ATK": "60", + "DEF": "176", + "STA": "500", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1469", + "100% CP @ 39": "1448" + }, + { + "Row": "114", + "Name": "Tangela", + "Pokedex Number": "114", + "Img name": "114", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "53", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "518", + "ATK": "183", + "DEF": "205", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "2208", + "100% CP @ 39": "2177" + }, + { + "Row": "115", + "Name": "Kangaskhan", + "Pokedex Number": "115", + "Img name": "115", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "54", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "556", + "ATK": "181", + "DEF": "165", + "STA": "210", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2463", + "100% CP @ 39": "2428" + }, + { + "Row": "116", + "Name": "Horsea", + "Pokedex Number": "116", + "Img name": "116", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "55", + "Cross Gen": "1", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "314", + "ATK": "129", + "DEF": "125", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "921", + "100% CP @ 39": "908" + }, + { + "Row": "117", + "Name": "Seadra", + "Pokedex Number": "117", + "Img name": "117", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "55", + "Cross Gen": "1", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "479", + "ATK": "187", + "DEF": "182", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1979", + "100% CP @ 39": "1951" + }, + { + "Row": "118", + "Name": "Goldeen", + "Pokedex Number": "118", + "Img name": "118", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "56", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "328", + "ATK": "123", + "DEF": "115", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1006", + "100% CP @ 39": "992" + }, + { + "Row": "119", + "Name": "Seaking", + "Pokedex Number": "119", + "Img name": "119", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "56", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "489", + "ATK": "175", + "DEF": "154", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2040", + "100% CP @ 39": "2011" + }, + { + "Row": "120", + "Name": "Staryu", + "Pokedex Number": "120", + "Img name": "120", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "57", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "309", + "ATK": "137", + "DEF": "112", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "926", + "100% CP @ 39": "913" + }, + { + "Row": "121", + "Name": "Starmie", + "Pokedex Number": "121", + "Img name": "121", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "57", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "psychic", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "514", + "ATK": "210", + "DEF": "184", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2303", + "100% CP @ 39": "2270" + }, + { + "Row": "122", + "Name": "Mr Mime", + "Pokedex Number": "122", + "Img name": "122", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "58", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "fairy", + "Weather 1": "Windy", + "Weather 2": "Cloudy", + "STAT TOTAL": "505", + "ATK": "192", + "DEF": "233", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1984", + "100% CP @ 39": "1956" + }, + { + "Row": "123", + "Name": "Scyther", + "Pokedex Number": "123", + "Img name": "123", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "59", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "528", + "ATK": "218", + "DEF": "170", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2464", + "100% CP @ 39": "2429" + }, + { + "Row": "124", + "Name": "Jynx", + "Pokedex Number": "124", + "Img name": "124", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "60", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "psychic", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "535", + "ATK": "223", + "DEF": "182", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "3", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2512", + "100% CP @ 39": "2476" + }, + { + "Row": "125", + "Name": "Electabuzz", + "Pokedex Number": "125", + "Img name": "125", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "61", + "Cross Gen": "1", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "501", + "ATK": "198", + "DEF": "173", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "2196", + "100% CP @ 39": "2165" + }, + { + "Row": "126", + "Name": "Magmar", + "Pokedex Number": "126", + "Img name": "126", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "62", + "Cross Gen": "1", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "505", + "ATK": "206", + "DEF": "169", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "2254", + "100% CP @ 39": "2222" + }, + { + "Row": "127", + "Name": "Pinsir", + "Pokedex Number": "127", + "Img name": "127", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "63", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "565", + "ATK": "238", + "DEF": "197", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2770", + "100% CP @ 39": "2730" + }, + { + "Row": "128", + "Name": "Tauros", + "Pokedex Number": "128", + "Img name": "128", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "64", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "545", + "ATK": "198", + "DEF": "197", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2488", + "100% CP @ 39": "2452" + }, + { + "Row": "129", + "Name": "Magikarp", + "Pokedex Number": "129", + "Img name": "129", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "65", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "171", + "ATK": "29", + "DEF": "102", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "1", + "Hatchable": "0", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "220", + "100% CP @ 39": "217" + }, + { + "Row": "130", + "Name": "Gyarados", + "Pokedex Number": "130", + "Img name": "130", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "65", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "624", + "ATK": "237", + "DEF": "197", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3281", + "100% CP @ 39": "3234" + }, + { + "Row": "131", + "Name": "Lapras", + "Pokedex Number": "131", + "Img name": "131", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "66", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ice", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "605", + "ATK": "165", + "DEF": "180", + "STA": "260", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2603", + "100% CP @ 39": "2566" + }, + { + "Row": "132", + "Name": "Ditto", + "Pokedex Number": "132", + "Img name": "132", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "67", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "278", + "ATK": "91", + "DEF": "91", + "STA": "96", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "718", + "100% CP @ 39": "707" + }, + { + "Row": "133", + "Name": "Eevee", + "Pokedex Number": "133", + "Img name": "133", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "68", + "Cross Gen": "1", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "335", + "ATK": "104", + "DEF": "121", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "969", + "100% CP @ 39": "955" + }, + { + "Row": "134", + "Name": "Vaporeon", + "Pokedex Number": "134", + "Img name": "134", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "642", + "ATK": "205", + "DEF": "177", + "STA": "260", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3157", + "100% CP @ 39": "3112" + }, + { + "Row": "135", + "Name": "Jolteon", + "Pokedex Number": "135", + "Img name": "135", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "563", + "ATK": "232", + "DEF": "201", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "3", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2730", + "100% CP @ 39": "2691" + }, + { + "Row": "136", + "Name": "Flareon", + "Pokedex Number": "136", + "Img name": "136", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "580", + "ATK": "246", + "DEF": "204", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2904", + "100% CP @ 39": "2863" + }, + { + "Row": "137", + "Name": "Porygon", + "Pokedex Number": "137", + "Img name": "137", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "69", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "422", + "ATK": "153", + "DEF": "139", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1567", + "100% CP @ 39": "1545" + }, + { + "Row": "138", + "Name": "Omanyte", + "Pokedex Number": "138", + "Img name": "138", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "70", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "water", + "Weather 1": "Partly cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "399", + "ATK": "155", + "DEF": "174", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1345", + "100% CP @ 39": "1326" + }, + { + "Row": "139", + "Name": "Omastar", + "Pokedex Number": "139", + "Img name": "139", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "70", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "water", + "Weather 1": "Partly cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "574", + "ATK": "207", + "DEF": "227", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2685", + "100% CP @ 39": "2647" + }, + { + "Row": "140", + "Name": "Kabuto", + "Pokedex Number": "140", + "Img name": "140", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "71", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "water", + "Weather 1": "Partly cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "370", + "ATK": "148", + "DEF": "162", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1172", + "100% CP @ 39": "1156" + }, + { + "Row": "141", + "Name": "Kabutops", + "Pokedex Number": "141", + "Img name": "141", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "71", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "water", + "Weather 1": "Partly cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "543", + "ATK": "220", + "DEF": "203", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2517", + "100% CP @ 39": "2481" + }, + { + "Row": "142", + "Name": "Aerodactyl", + "Pokedex Number": "142", + "Img name": "142", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "72", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "545", + "ATK": "221", + "DEF": "164", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2608", + "100% CP @ 39": "2571" + }, + { + "Row": "143", + "Name": "Snorlax", + "Pokedex Number": "143", + "Img name": "143", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "73", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "700", + "ATK": "190", + "DEF": "190", + "STA": "320", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3355", + "100% CP @ 39": "3307" + }, + { + "Row": "144", + "Name": "Articuno", + "Pokedex Number": "144", + "Img name": "144", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "74", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "flying", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "621", + "ATK": "192", + "DEF": "249", + "STA": "180", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "1", + "Future Evolve": "0", + "100% CP @ 40": "2933", + "100% CP @ 39": "2891" + }, + { + "Row": "145", + "Name": "Zapdos", + "Pokedex Number": "145", + "Img name": "145", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "75", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "621", + "ATK": "253", + "DEF": "188", + "STA": "180", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "1", + "Future Evolve": "0", + "100% CP @ 40": "3330", + "100% CP @ 39": "3282" + }, + { + "Row": "146", + "Name": "Moltres", + "Pokedex Number": "146", + "Img name": "146", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "76", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "615", + "ATK": "251", + "DEF": "184", + "STA": "180", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "1", + "Future Evolve": "0", + "100% CP @ 40": "3272", + "100% CP @ 39": "3225" + }, + { + "Row": "147", + "Name": "Dratini", + "Pokedex Number": "147", + "Img name": "147", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "77", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "295", + "ATK": "119", + "DEF": "94", + "STA": "82", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "860", + "100% CP @ 39": "848" + }, + { + "Row": "148", + "Name": "Dragonair", + "Pokedex Number": "148", + "Img name": "148", + "Generation": "1", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "77", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "423", + "ATK": "163", + "DEF": "138", + "STA": "122", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1609", + "100% CP @ 39": "1586" + }, + { + "Row": "149", + "Name": "Dragonite", + "Pokedex Number": "149", + "Img name": "149", + "Generation": "1", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "77", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "flying", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "646", + "ATK": "263", + "DEF": "201", + "STA": "182", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3581", + "100% CP @ 39": "3530" + }, + { + "Row": "150", + "Name": "Mewtwo", + "Pokedex Number": "150", + "Img name": "150", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "78", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "675", + "ATK": "300", + "DEF": "182", + "STA": "193", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3982", + "100% CP @ 39": "3925" + }, + { + "Row": "151", + "Name": "Mew", + "Pokedex Number": "151", + "Img name": "151", + "Generation": "1", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "79", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3090", + "100% CP @ 39": "3046" + }, + { + "Row": "152", + "Name": "Chikorita", + "Pokedex Number": "152", + "Img name": "152", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "80", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "304", + "ATK": "92", + "DEF": "122", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "801", + "100% CP @ 39": "790" + }, + { + "Row": "153", + "Name": "Bayleef", + "Pokedex Number": "153", + "Img name": "153", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "80", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "397", + "ATK": "122", + "DEF": "155", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1296", + "100% CP @ 39": "1277" + }, + { + "Row": "154", + "Name": "Meganium", + "Pokedex Number": "154", + "Img name": "154", + "Generation": "2", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "80", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "530", + "ATK": "168", + "DEF": "202", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2227", + "100% CP @ 39": "2195" + }, + { + "Row": "155", + "Name": "Cyndaquil", + "Pokedex Number": "155", + "Img name": "155", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "81", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "290", + "ATK": "116", + "DEF": "96", + "STA": "78", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "831", + "100% CP @ 39": "819" + }, + { + "Row": "156", + "Name": "Quilava", + "Pokedex Number": "156", + "Img name": "156", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "81", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "403", + "ATK": "158", + "DEF": "129", + "STA": "116", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1484", + "100% CP @ 39": "1462" + }, + { + "Row": "157", + "Name": "Typhlosion", + "Pokedex Number": "157", + "Img name": "157", + "Generation": "2", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "81", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "555", + "ATK": "223", + "DEF": "176", + "STA": "156", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2686", + "100% CP @ 39": "2648" + }, + { + "Row": "158", + "Name": "Totodile", + "Pokedex Number": "158", + "Img name": "158", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "82", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "333", + "ATK": "117", + "DEF": "116", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1011", + "100% CP @ 39": "997" + }, + { + "Row": "159", + "Name": "Croconaw", + "Pokedex Number": "159", + "Img name": "159", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "82", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "431", + "ATK": "150", + "DEF": "151", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1598", + "100% CP @ 39": "1576" + }, + { + "Row": "160", + "Name": "Feraligatr", + "Pokedex Number": "160", + "Img name": "160", + "Generation": "2", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "82", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "572", + "ATK": "205", + "DEF": "197", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2721", + "100% CP @ 39": "2682" + }, + { + "Row": "161", + "Name": "Sentret", + "Pokedex Number": "161", + "Img name": "161", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "83", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "226", + "ATK": "79", + "DEF": "77", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "519", + "100% CP @ 39": "511" + }, + { + "Row": "162", + "Name": "Furret", + "Pokedex Number": "162", + "Img name": "162", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "83", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "448", + "ATK": "148", + "DEF": "130", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1667", + "100% CP @ 39": "1643" + }, + { + "Row": "163", + "Name": "Hoothoot", + "Pokedex Number": "163", + "Img name": "163", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "84", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "288", + "ATK": "67", + "DEF": "101", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "640", + "100% CP @ 39": "631" + }, + { + "Row": "164", + "Name": "Noctowl", + "Pokedex Number": "164", + "Img name": "164", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "84", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "524", + "ATK": "145", + "DEF": "179", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2040", + "100% CP @ 39": "2011" + }, + { + "Row": "165", + "Name": "Ledyba", + "Pokedex Number": "165", + "Img name": "165", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "85", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "294", + "ATK": "72", + "DEF": "142", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "663", + "100% CP @ 39": "654" + }, + { + "Row": "166", + "Name": "Ledian", + "Pokedex Number": "166", + "Img name": "166", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "85", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "426", + "ATK": "107", + "DEF": "209", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1275", + "100% CP @ 39": "1256" + }, + { + "Row": "167", + "Name": "Spinarak", + "Pokedex Number": "167", + "Img name": "167", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "86", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "258", + "ATK": "105", + "DEF": "73", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "685", + "100% CP @ 39": "675" + }, + { + "Row": "168", + "Name": "Ariados", + "Pokedex Number": "168", + "Img name": "168", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "86", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "429", + "ATK": "161", + "DEF": "128", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1636", + "100% CP @ 39": "1613" + }, + { + "Row": "169", + "Name": "Crobat", + "Pokedex Number": "169", + "Img name": "169", + "Generation": "2", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "17", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "flying", + "Weather 1": "Cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "542", + "ATK": "194", + "DEF": "178", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2466", + "100% CP @ 39": "2431" + }, + { + "Row": "170", + "Name": "Chinchou", + "Pokedex Number": "170", + "Img name": "170", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "87", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "electric", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "362", + "ATK": "106", + "DEF": "106", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1067", + "100% CP @ 39": "1052" + }, + { + "Row": "171", + "Name": "Lanturn", + "Pokedex Number": "171", + "Img name": "171", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "87", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "electric", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "542", + "ATK": "146", + "DEF": "146", + "STA": "250", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2077", + "100% CP @ 39": "2047" + }, + { + "Row": "172", + "Name": "Pichu", + "Pokedex Number": "172", + "Img name": "172", + "Generation": "2", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "10", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "180", + "ATK": "77", + "DEF": "63", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "376", + "100% CP @ 39": "370" + }, + { + "Row": "173", + "Name": "Cleffa", + "Pokedex Number": "173", + "Img name": "173", + "Generation": "2", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "14", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "266", + "ATK": "75", + "DEF": "91", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "620", + "100% CP @ 39": "611" + }, + { + "Row": "174", + "Name": "Igglybuff", + "Pokedex Number": "174", + "Img name": "174", + "Generation": "2", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "16", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "fairy", + "Weather 1": "Partly cloudy", + "Weather 2": "Cloudy", + "STAT TOTAL": "283", + "ATK": "69", + "DEF": "34", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "512", + "100% CP @ 39": "505" + }, + { + "Row": "175", + "Name": "Togepi", + "Pokedex Number": "175", + "Img name": "175", + "Generation": "2", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "88", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "253", + "ATK": "67", + "DEF": "116", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "540", + "100% CP @ 39": "532" + }, + { + "Row": "176", + "Name": "Togetic", + "Pokedex Number": "176", + "Img name": "176", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "88", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "flying", + "Weather 1": "Cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "440", + "ATK": "139", + "DEF": "191", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1543", + "100% CP @ 39": "1521" + }, + { + "Row": "177", + "Name": "Natu", + "Pokedex Number": "177", + "Img name": "177", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "89", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "flying", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "303", + "ATK": "134", + "DEF": "89", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "925", + "100% CP @ 39": "911" + }, + { + "Row": "178", + "Name": "Xatu", + "Pokedex Number": "178", + "Img name": "178", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "89", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "flying", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "468", + "ATK": "192", + "DEF": "146", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1975", + "100% CP @ 39": "1947" + }, + { + "Row": "179", + "Name": "Mareep", + "Pokedex Number": "179", + "Img name": "179", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "90", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "306", + "ATK": "114", + "DEF": "82", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "887", + "100% CP @ 39": "874" + }, + { + "Row": "180", + "Name": "Flaaffy", + "Pokedex Number": "180", + "Img name": "180", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "90", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "397", + "ATK": "145", + "DEF": "112", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1402", + "100% CP @ 39": "1382" + }, + { + "Row": "181", + "Name": "Ampharos", + "Pokedex Number": "181", + "Img name": "181", + "Generation": "2", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "90", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "563", + "ATK": "211", + "DEF": "172", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2695", + "100% CP @ 39": "2656" + }, + { + "Row": "182", + "Name": "Bellossom", + "Pokedex Number": "182", + "Img name": "182", + "Generation": "2", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "18", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "508", + "ATK": "169", + "DEF": "189", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2108", + "100% CP @ 39": "2078" + }, + { + "Row": "183", + "Name": "Marill", + "Pokedex Number": "183", + "Img name": "183", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "91", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "fairy", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "270", + "ATK": "37", + "DEF": "93", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "420", + "100% CP @ 39": "414" + }, + { + "Row": "184", + "Name": "Azumarill", + "Pokedex Number": "184", + "Img name": "184", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "91", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "fairy", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "464", + "ATK": "112", + "DEF": "152", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1503", + "100% CP @ 39": "1481" + }, + { + "Row": "185", + "Name": "Sudowoodo", + "Pokedex Number": "185", + "Img name": "185", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "92", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "505", + "ATK": "167", + "DEF": "198", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2065", + "100% CP @ 39": "2035" + }, + { + "Row": "186", + "Name": "Politoed", + "Pokedex Number": "186", + "Img name": "186", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "27", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "546", + "ATK": "174", + "DEF": "192", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2371", + "100% CP @ 39": "2337" + }, + { + "Row": "187", + "Name": "Hoppip", + "Pokedex Number": "187", + "Img name": "187", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "93", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "238", + "ATK": "67", + "DEF": "101", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "508", + "100% CP @ 39": "501" + }, + { + "Row": "188", + "Name": "Skiploom", + "Pokedex Number": "188", + "Img name": "188", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "93", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "328", + "ATK": "91", + "DEF": "127", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "882", + "100% CP @ 39": "869" + }, + { + "Row": "189", + "Name": "Jumpluff", + "Pokedex Number": "189", + "Img name": "189", + "Generation": "2", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "93", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "465", + "ATK": "118", + "DEF": "197", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1553", + "100% CP @ 39": "1531" + }, + { + "Row": "190", + "Name": "Aipom", + "Pokedex Number": "190", + "Img name": "190", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "94", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "358", + "ATK": "136", + "DEF": "112", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1188", + "100% CP @ 39": "1171" + }, + { + "Row": "191", + "Name": "Sunkern", + "Pokedex Number": "191", + "Img name": "191", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "95", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "170", + "ATK": "55", + "DEF": "55", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "316", + "100% CP @ 39": "312" + }, + { + "Row": "192", + "Name": "Sunflora", + "Pokedex Number": "192", + "Img name": "192", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "95", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "483", + "ATK": "185", + "DEF": "148", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2048", + "100% CP @ 39": "2019" + }, + { + "Row": "193", + "Name": "Yanma", + "Pokedex Number": "193", + "Img name": "193", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "96", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "378", + "ATK": "154", + "DEF": "94", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1326", + "100% CP @ 39": "1308" + }, + { + "Row": "194", + "Name": "Wooper", + "Pokedex Number": "194", + "Img name": "194", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "97", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ground", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "260", + "ATK": "75", + "DEF": "75", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "596", + "100% CP @ 39": "587" + }, + { + "Row": "195", + "Name": "Quagsire", + "Pokedex Number": "195", + "Img name": "195", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "97", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ground", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "494", + "ATK": "152", + "DEF": "152", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1929", + "100% CP @ 39": "1902" + }, + { + "Row": "196", + "Name": "Espeon", + "Pokedex Number": "196", + "Img name": "196", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross Gen": "1", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "585", + "ATK": "261", + "DEF": "194", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3000", + "100% CP @ 39": "2958" + }, + { + "Row": "197", + "Name": "Umbreon", + "Pokedex Number": "197", + "Img name": "197", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross Gen": "1", + "Type 1": "dark", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "566", + "ATK": "126", + "DEF": "250", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2052", + "100% CP @ 39": "2023" + }, + { + "Row": "198", + "Name": "Murkrow", + "Pokedex Number": "198", + "Img name": "198", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "98", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "flying", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "382", + "ATK": "175", + "DEF": "87", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1392", + "100% CP @ 39": "1372" + }, + { + "Row": "199", + "Name": "Slowking", + "Pokedex Number": "199", + "Img name": "199", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "34", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "psychic", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "561", + "ATK": "177", + "DEF": "194", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2482", + "100% CP @ 39": "2446" + }, + { + "Row": "200", + "Name": "Misdreavus", + "Pokedex Number": "200", + "Img name": "200", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "99", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "454", + "ATK": "167", + "DEF": "167", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1781", + "100% CP @ 39": "1756" + }, + { + "Row": "201", + "Name": "Unown", + "Pokedex Number": "201", + "Img name": "201", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "100", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "323", + "ATK": "136", + "DEF": "91", + "STA": "96", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1022", + "100% CP @ 39": "1008" + }, + { + "Row": "202", + "Name": "Wobbuffet", + "Pokedex Number": "202", + "Img name": "202", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "101", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "546", + "ATK": "60", + "DEF": "106", + "STA": "380", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1024", + "100% CP @ 39": "1009" + }, + { + "Row": "203", + "Name": "Girafarig", + "Pokedex Number": "203", + "Img name": "203", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "102", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "psychic", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "455", + "ATK": "182", + "DEF": "133", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1863", + "100% CP @ 39": "1836" + }, + { + "Row": "204", + "Name": "Pineco", + "Pokedex Number": "204", + "Img name": "204", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "103", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "354", + "ATK": "108", + "DEF": "146", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1045", + "100% CP @ 39": "1030" + }, + { + "Row": "205", + "Name": "Forretress", + "Pokedex Number": "205", + "Img name": "205", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "103", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "steel", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "553", + "ATK": "161", + "DEF": "242", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2263", + "100% CP @ 39": "2231" + }, + { + "Row": "206", + "Name": "Dunsparce", + "Pokedex Number": "206", + "Img name": "206", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "104", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "462", + "ATK": "131", + "DEF": "131", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1615", + "100% CP @ 39": "1592" + }, + { + "Row": "207", + "Name": "Gligar", + "Pokedex Number": "207", + "Img name": "207", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "105", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "477", + "ATK": "143", + "DEF": "204", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1758", + "100% CP @ 39": "1733" + }, + { + "Row": "208", + "Name": "Steelix", + "Pokedex Number": "208", + "Img name": "208", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "42", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "ground", + "Weather 1": "Snow", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "631", + "ATK": "148", + "DEF": "333", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2439", + "100% CP @ 39": "2404" + }, + { + "Row": "209", + "Name": "Snubbull", + "Pokedex Number": "209", + "Img name": "209", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "106", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "346", + "ATK": "137", + "DEF": "89", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1124", + "100% CP @ 39": "1108" + }, + { + "Row": "210", + "Name": "Granbull", + "Pokedex Number": "210", + "Img name": "210", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "106", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "529", + "ATK": "212", + "DEF": "137", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2440", + "100% CP @ 39": "2406" + }, + { + "Row": "211", + "Name": "Qwilfish", + "Pokedex Number": "211", + "Img name": "211", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "107", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "462", + "ATK": "184", + "DEF": "148", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1910", + "100% CP @ 39": "1883" + }, + { + "Row": "212", + "Name": "Scizor", + "Pokedex Number": "212", + "Img name": "212", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "59", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "steel", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "567", + "ATK": "236", + "DEF": "191", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2801", + "100% CP @ 39": "2761" + }, + { + "Row": "213", + "Name": "Shuckle", + "Pokedex Number": "213", + "Img name": "213", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "108", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "rock", + "Weather 1": "Rainy", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "453", + "ATK": "17", + "DEF": "396", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "300", + "100% CP @ 39": "296" + }, + { + "Row": "214", + "Name": "Heracross", + "Pokedex Number": "214", + "Img name": "214", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "109", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "fighting", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "583", + "ATK": "234", + "DEF": "189", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2938", + "100% CP @ 39": "2896" + }, + { + "Row": "215", + "Name": "Sneasel", + "Pokedex Number": "215", + "Img name": "215", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "110", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "ice", + "Weather 1": "Fog", + "Weather 2": "Snow", + "STAT TOTAL": "456", + "ATK": "189", + "DEF": "157", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1868", + "100% CP @ 39": "1841" + }, + { + "Row": "216", + "Name": "Teddiursa", + "Pokedex Number": "216", + "Img name": "216", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "111", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "355", + "ATK": "142", + "DEF": "93", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1184", + "100% CP @ 39": "1167" + }, + { + "Row": "217", + "Name": "Ursaring", + "Pokedex Number": "217", + "Img name": "217", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "111", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "560", + "ATK": "236", + "DEF": "144", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2760", + "100% CP @ 39": "2720" + }, + { + "Row": "218", + "Name": "Slugma", + "Pokedex Number": "218", + "Img name": "218", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "112", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "269", + "ATK": "118", + "DEF": "71", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "750", + "100% CP @ 39": "740" + }, + { + "Row": "219", + "Name": "Magcargo", + "Pokedex Number": "219", + "Img name": "219", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "112", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "rock", + "Weather 1": "Sunny/clear", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "448", + "ATK": "139", + "DEF": "209", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1543", + "100% CP @ 39": "1521" + }, + { + "Row": "220", + "Name": "Swinub", + "Pokedex Number": "220", + "Img name": "220", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "113", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "ground", + "Weather 1": "Snow", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "264", + "ATK": "90", + "DEF": "74", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "663", + "100% CP @ 39": "653" + }, + { + "Row": "221", + "Name": "Piloswine", + "Pokedex Number": "221", + "Img name": "221", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "113", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "ground", + "Weather 1": "Snow", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "528", + "ATK": "181", + "DEF": "147", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "2284", + "100% CP @ 39": "2252" + }, + { + "Row": "222", + "Name": "Corsola", + "Pokedex Number": "222", + "Img name": "222", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "114", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "rock", + "Weather 1": "Rainy", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "384", + "ATK": "118", + "DEF": "156", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1214", + "100% CP @ 39": "1197" + }, + { + "Row": "223", + "Name": "Remoraid", + "Pokedex Number": "223", + "Img name": "223", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "115", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "266", + "ATK": "127", + "DEF": "69", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "749", + "100% CP @ 39": "738" + }, + { + "Row": "224", + "Name": "Octillery", + "Pokedex Number": "224", + "Img name": "224", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "115", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "488", + "ATK": "197", + "DEF": "141", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2124", + "100% CP @ 39": "2094" + }, + { + "Row": "225", + "Name": "Delibird", + "Pokedex Number": "225", + "Img name": "225", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "116", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "flying", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "308", + "ATK": "128", + "DEF": "90", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "937", + "100% CP @ 39": "924" + }, + { + "Row": "226", + "Name": "Mantine", + "Pokedex Number": "226", + "Img name": "226", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "117", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "538", + "ATK": "148", + "DEF": "260", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2032", + "100% CP @ 39": "2003" + }, + { + "Row": "227", + "Name": "Skarmory", + "Pokedex Number": "227", + "Img name": "227", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "118", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "flying", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "538", + "ATK": "148", + "DEF": "260", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2032", + "100% CP @ 39": "2003" + }, + { + "Row": "228", + "Name": "Houndour", + "Pokedex Number": "228", + "Img name": "228", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "119", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "fire", + "Weather 1": "Fog", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "335", + "ATK": "152", + "DEF": "93", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1110", + "100% CP @ 39": "1094" + }, + { + "Row": "229", + "Name": "Houndoom", + "Pokedex Number": "229", + "Img name": "229", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "119", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "fire", + "Weather 1": "Fog", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "533", + "ATK": "224", + "DEF": "159", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2529", + "100% CP @ 39": "2493" + }, + { + "Row": "230", + "Name": "Kingdra", + "Pokedex Number": "230", + "Img name": "230", + "Generation": "2", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "55", + "Cross Gen": "1", + "Type 1": "water", + "Type 2": "dragon", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "538", + "ATK": "194", + "DEF": "194", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2424", + "100% CP @ 39": "2389" + }, + { + "Row": "231", + "Name": "Phanpy", + "Pokedex Number": "231", + "Img name": "231", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "120", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "394", + "ATK": "107", + "DEF": "107", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1175", + "100% CP @ 39": "1158" + }, + { + "Row": "232", + "Name": "Donphan", + "Pokedex Number": "232", + "Img name": "232", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "120", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "608", + "ATK": "214", + "DEF": "214", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3022", + "100% CP @ 39": "2979" + }, + { + "Row": "233", + "Name": "Porygon2", + "Pokedex Number": "233", + "Img name": "233", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "69", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "551", + "ATK": "198", + "DEF": "183", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "2546", + "100% CP @ 39": "2509" + }, + { + "Row": "234", + "Name": "Stantler", + "Pokedex Number": "234", + "Img name": "234", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "121", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "470", + "ATK": "192", + "DEF": "132", + "STA": "146", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1988", + "100% CP @ 39": "1960" + }, + { + "Row": "235", + "Name": "Smeargle", + "Pokedex Number": "235", + "Img name": "235", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "122", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "238", + "ATK": "40", + "DEF": "88", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "389", + "100% CP @ 39": "384" + }, + { + "Row": "236", + "Name": "Tyrogue", + "Pokedex Number": "236", + "Img name": "236", + "Generation": "2", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "48", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "198", + "ATK": "64", + "DEF": "64", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "404", + "100% CP @ 39": "398" + }, + { + "Row": "237", + "Name": "Hitmontop", + "Pokedex Number": "237", + "Img name": "237", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "48", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "487", + "ATK": "173", + "DEF": "214", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1905", + "100% CP @ 39": "1878" + }, + { + "Row": "238", + "Name": "Smoochum", + "Pokedex Number": "238", + "Img name": "238", + "Generation": "2", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "psychic", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "359", + "ATK": "153", + "DEF": "116", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1230", + "100% CP @ 39": "1213" + }, + { + "Row": "239", + "Name": "Elekid", + "Pokedex Number": "239", + "Img name": "239", + "Generation": "2", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "335", + "ATK": "135", + "DEF": "110", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1073", + "100% CP @ 39": "1057" + }, + { + "Row": "240", + "Name": "Magby", + "Pokedex Number": "240", + "Img name": "240", + "Generation": "2", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "349", + "ATK": "151", + "DEF": "108", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1178", + "100% CP @ 39": "1161" + }, + { + "Row": "241", + "Name": "Miltank", + "Pokedex Number": "241", + "Img name": "241", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "123", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "558", + "ATK": "157", + "DEF": "211", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2312", + "100% CP @ 39": "2279" + }, + { + "Row": "242", + "Name": "Blissey", + "Pokedex Number": "242", + "Img name": "242", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "", + "Cross Gen": "1", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "868", + "ATK": "129", + "DEF": "229", + "STA": "510", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3219", + "100% CP @ 39": "3173" + }, + { + "Row": "243", + "Name": "Raikou", + "Pokedex Number": "243", + "Img name": "243", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "124", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "631", + "ATK": "241", + "DEF": "210", + "STA": "180", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "1", + "Future Evolve": "0", + "100% CP @ 40": "3349", + "100% CP @ 39": "3301" + }, + { + "Row": "244", + "Name": "Entei", + "Pokedex Number": "244", + "Img name": "244", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "125", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "641", + "ATK": "235", + "DEF": "176", + "STA": "230", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "1", + "Future Evolve": "0", + "100% CP @ 40": "3377", + "100% CP @ 39": "3329" + }, + { + "Row": "245", + "Name": "Suicune", + "Pokedex Number": "245", + "Img name": "245", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "126", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "615", + "ATK": "180", + "DEF": "235", + "STA": "200", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "1", + "Future Evolve": "0", + "100% CP @ 40": "2823", + "100% CP @ 39": "2783" + }, + { + "Row": "246", + "Name": "Larvitar", + "Pokedex Number": "246", + "Img name": "246", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "127", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "ground", + "Weather 1": "Partly cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "308", + "ATK": "115", + "DEF": "93", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "904", + "100% CP @ 39": "891" + }, + { + "Row": "247", + "Name": "Pupitar", + "Pokedex Number": "247", + "Img name": "247", + "Generation": "2", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "127", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "ground", + "Weather 1": "Partly cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "428", + "ATK": "155", + "DEF": "133", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1608", + "100% CP @ 39": "1585" + }, + { + "Row": "248", + "Name": "Tyranitar", + "Pokedex Number": "248", + "Img name": "248", + "Generation": "2", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "127", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "dark", + "Weather 1": "Partly cloudy", + "Weather 2": "Fog", + "STAT TOTAL": "663", + "ATK": "251", + "DEF": "212", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "4", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3670", + "100% CP @ 39": "3617" + }, + { + "Row": "249", + "Name": "Lugia", + "Pokedex Number": "249", + "Img name": "249", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "128", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "flying", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "728", + "ATK": "193", + "DEF": "323", + "STA": "212", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "5", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "1", + "Future Evolve": "0", + "100% CP @ 40": "3598", + "100% CP @ 39": "3547" + }, + { + "Row": "250", + "Name": "Ho Oh", + "Pokedex Number": "250", + "Img name": "250", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "129", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "706", + "ATK": "239", + "DEF": "274", + "STA": "193", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "1", + "Future Evolve": "0", + "100% CP @ 40": "3889", + "100% CP @ 39": "3833" + }, + { + "Row": "251", + "Name": "Celebi", + "Pokedex Number": "251", + "Img name": "251", + "Generation": "2", + "Evolution Stage": "1", + "Evolved": "1", + "FamilyID": "130", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "grass", + "Weather 1": "Windy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3090", + "100% CP @ 39": "3046" + }, + { + "Row": "252", + "Name": "Treecko", + "Pokedex Number": "252", + "Img name": "252", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "131", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "308", + "ATK": "124", + "DEF": "104", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "923", + "100% CP @ 39": "909" + }, + { + "Row": "253", + "Name": "Grovyle", + "Pokedex Number": "253", + "Img name": "253", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "131", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "402", + "ATK": "172", + "DEF": "130", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1508", + "100% CP @ 39": "1486" + }, + { + "Row": "254", + "Name": "Sceptile", + "Pokedex Number": "254", + "Img name": "254", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "131", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "543", + "ATK": "223", + "DEF": "180", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2584", + "100% CP @ 39": "2547" + }, + { + "Row": "255", + "Name": "Torchic", + "Pokedex Number": "255", + "Img name": "255", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "132", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "312", + "ATK": "130", + "DEF": "92", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "959", + "100% CP @ 39": "946" + }, + { + "Row": "256", + "Name": "Combusken", + "Pokedex Number": "256", + "Img name": "256", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "132", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "fighting", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "398", + "ATK": "163", + "DEF": "115", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1472", + "100% CP @ 39": "1451" + }, + { + "Row": "257", + "Name": "Blaziken", + "Pokedex Number": "257", + "Img name": "257", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "132", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "fighting", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "541", + "ATK": "240", + "DEF": "141", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2631", + "100% CP @ 39": "2593" + }, + { + "Row": "258", + "Name": "Mudkip", + "Pokedex Number": "258", + "Img name": "258", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "133", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "319", + "ATK": "126", + "DEF": "93", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "981", + "100% CP @ 39": "967" + }, + { + "Row": "259", + "Name": "Marshtomp", + "Pokedex Number": "259", + "Img name": "259", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "133", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ground", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "429", + "ATK": "156", + "DEF": "133", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1617", + "100% CP @ 39": "1594" + }, + { + "Row": "260", + "Name": "Swampert", + "Pokedex Number": "260", + "Img name": "260", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "133", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ground", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "583", + "ATK": "208", + "DEF": "175", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2815", + "100% CP @ 39": "2774" + }, + { + "Row": "261", + "Name": "Poochyena", + "Pokedex Number": "261", + "Img name": "261", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "134", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "229", + "ATK": "96", + "DEF": "63", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "564", + "100% CP @ 39": "556" + }, + { + "Row": "262", + "Name": "Mightyena", + "Pokedex Number": "262", + "Img name": "262", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "134", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "448", + "ATK": "171", + "DEF": "137", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1783", + "100% CP @ 39": "1757" + }, + { + "Row": "263", + "Name": "Zigzagoon", + "Pokedex Number": "263", + "Img name": "263", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "135", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "214", + "ATK": "58", + "DEF": "80", + "STA": "76", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "423", + "100% CP @ 39": "417" + }, + { + "Row": "264", + "Name": "Linoone", + "Pokedex Number": "264", + "Img name": "264", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "135", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "426", + "ATK": "142", + "DEF": "128", + "STA": "156", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1533", + "100% CP @ 39": "1511" + }, + { + "Row": "265", + "Name": "Wurmple", + "Pokedex Number": "265", + "Img name": "265", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "136", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "226", + "ATK": "75", + "DEF": "61", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "502", + "100% CP @ 39": "494" + }, + { + "Row": "266", + "Name": "Silcoon", + "Pokedex Number": "266", + "Img name": "266", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "136", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "251", + "ATK": "60", + "DEF": "91", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "517", + "100% CP @ 39": "509" + }, + { + "Row": "267", + "Name": "Beautifly", + "Pokedex Number": "267", + "Img name": "267", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "136", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "407", + "ATK": "189", + "DEF": "98", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1573", + "100% CP @ 39": "1551" + }, + { + "Row": "268", + "Name": "Cascoon", + "Pokedex Number": "268", + "Img name": "268", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "137", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "251", + "ATK": "60", + "DEF": "91", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "517", + "100% CP @ 39": "509" + }, + { + "Row": "269", + "Name": "Dustox", + "Pokedex Number": "269", + "Img name": "269", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "137", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "390", + "ATK": "98", + "DEF": "172", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1121", + "100% CP @ 39": "1105" + }, + { + "Row": "270", + "Name": "Lotad", + "Pokedex Number": "270", + "Img name": "270", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "138", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "grass", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "237", + "ATK": "71", + "DEF": "86", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "526", + "100% CP @ 39": "518" + }, + { + "Row": "271", + "Name": "Lombre", + "Pokedex Number": "271", + "Img name": "271", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "138", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "grass", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "360", + "ATK": "112", + "DEF": "128", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1102", + "100% CP @ 39": "1086" + }, + { + "Row": "272", + "Name": "Ludicolo", + "Pokedex Number": "272", + "Img name": "272", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "138", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "grass", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "524", + "ATK": "173", + "DEF": "191", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2229", + "100% CP @ 39": "2197" + }, + { + "Row": "273", + "Name": "Seedot", + "Pokedex Number": "273", + "Img name": "273", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "139", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "237", + "ATK": "71", + "DEF": "86", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "526", + "100% CP @ 39": "518" + }, + { + "Row": "274", + "Name": "Nuzleaf", + "Pokedex Number": "274", + "Img name": "274", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "139", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "dark", + "Weather 1": "Sunny/clear", + "Weather 2": "Fog", + "STAT TOTAL": "352", + "ATK": "134", + "DEF": "78", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1117", + "100% CP @ 39": "1101" + }, + { + "Row": "275", + "Name": "Shiftry", + "Pokedex Number": "275", + "Img name": "275", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "139", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "dark", + "Weather 1": "Sunny/clear", + "Weather 2": "Fog", + "STAT TOTAL": "501", + "ATK": "200", + "DEF": "121", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2186", + "100% CP @ 39": "2155" + }, + { + "Row": "276", + "Name": "Taillow", + "Pokedex Number": "276", + "Img name": "276", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "140", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "247", + "ATK": "106", + "DEF": "61", + "STA": "80", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "642", + "100% CP @ 39": "632" + }, + { + "Row": "277", + "Name": "Swellow", + "Pokedex Number": "277", + "Img name": "277", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "140", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "435", + "ATK": "185", + "DEF": "130", + "STA": "120", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1747", + "100% CP @ 39": "1722" + }, + { + "Row": "278", + "Name": "Wingull", + "Pokedex Number": "278", + "Img name": "278", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "141", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "247", + "ATK": "106", + "DEF": "61", + "STA": "80", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "642", + "100% CP @ 39": "632" + }, + { + "Row": "279", + "Name": "Pelipper", + "Pokedex Number": "279", + "Img name": "279", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "141", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "484", + "ATK": "175", + "DEF": "189", + "STA": "120", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1969", + "100% CP @ 39": "1941" + }, + { + "Row": "280", + "Name": "Ralts", + "Pokedex Number": "280", + "Img name": "280", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "142", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "fairy", + "Weather 1": "Windy", + "Weather 2": "Cloudy", + "STAT TOTAL": "198", + "ATK": "79", + "DEF": "63", + "STA": "56", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "436", + "100% CP @ 39": "430" + }, + { + "Row": "281", + "Name": "Kirlia", + "Pokedex Number": "281", + "Img name": "281", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "142", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "fairy", + "Weather 1": "Windy", + "Weather 2": "Cloudy", + "STAT TOTAL": "293", + "ATK": "117", + "DEF": "100", + "STA": "76", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "843", + "100% CP @ 39": "831" + }, + { + "Row": "282", + "Name": "Gardevoir", + "Pokedex Number": "282", + "Img name": "282", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "142", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "fairy", + "Weather 1": "Windy", + "Weather 2": "Cloudy", + "STAT TOTAL": "593", + "ATK": "237", + "DEF": "220", + "STA": "136", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2964", + "100% CP @ 39": "2922" + }, + { + "Row": "283", + "Name": "Surskit", + "Pokedex Number": "283", + "Img name": "283", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "143", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "water", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "270", + "ATK": "93", + "DEF": "97", + "STA": "80", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "695", + "100% CP @ 39": "685" + }, + { + "Row": "284", + "Name": "Masquerain", + "Pokedex Number": "284", + "Img name": "284", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "143", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "493", + "ATK": "192", + "DEF": "161", + "STA": "140", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2135", + "100% CP @ 39": "2104" + }, + { + "Row": "285", + "Name": "Shroomish", + "Pokedex Number": "285", + "Img name": "285", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "144", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "304", + "ATK": "74", + "DEF": "110", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "722", + "100% CP @ 39": "711" + }, + { + "Row": "286", + "Name": "Breloom", + "Pokedex Number": "286", + "Img name": "286", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "144", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "fighting", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "514", + "ATK": "241", + "DEF": "153", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2407", + "100% CP @ 39": "2373" + }, + { + "Row": "287", + "Name": "Slakoth", + "Pokedex Number": "287", + "Img name": "287", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "145", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "328", + "ATK": "104", + "DEF": "104", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "942", + "100% CP @ 39": "928" + }, + { + "Row": "288", + "Name": "Vigoroth", + "Pokedex Number": "288", + "Img name": "288", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "145", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "478", + "ATK": "159", + "DEF": "159", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1896", + "100% CP @ 39": "1869" + }, + { + "Row": "289", + "Name": "Slaking", + "Pokedex Number": "289", + "Img name": "289", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "145", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "746", + "ATK": "290", + "DEF": "183", + "STA": "273", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4548", + "100% CP @ 39": "4484" + }, + { + "Row": "290", + "Name": "Nincada", + "Pokedex Number": "290", + "Img name": "290", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "146", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "ground", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "295", + "ATK": "80", + "DEF": "153", + "STA": "62", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "674", + "100% CP @ 39": "665" + }, + { + "Row": "291", + "Name": "Ninjask", + "Pokedex Number": "291", + "Img name": "291", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "146", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "437", + "ATK": "199", + "DEF": "116", + "STA": "122", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1790", + "100% CP @ 39": "1765" + }, + { + "Row": "292", + "Name": "Shedinja", + "Pokedex Number": "292", + "Img name": "292", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "146", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "ghost", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "235", + "ATK": "153", + "DEF": "80", + "STA": "2", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "421", + "100% CP @ 39": "415" + }, + { + "Row": "293", + "Name": "Whismur", + "Pokedex Number": "293", + "Img name": "293", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "147", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "262", + "ATK": "92", + "DEF": "42", + "STA": "128", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "603", + "100% CP @ 39": "594" + }, + { + "Row": "294", + "Name": "Loudred", + "Pokedex Number": "294", + "Img name": "294", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "147", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "383", + "ATK": "134", + "DEF": "81", + "STA": "168", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1233", + "100% CP @ 39": "1215" + }, + { + "Row": "295", + "Name": "Exploud", + "Pokedex Number": "295", + "Img name": "295", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "147", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "529", + "ATK": "179", + "DEF": "142", + "STA": "208", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2267", + "100% CP @ 39": "2234" + }, + { + "Row": "296", + "Name": "Makuhita", + "Pokedex Number": "296", + "Img name": "296", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "148", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "297", + "ATK": "99", + "DEF": "54", + "STA": "144", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "745", + "100% CP @ 39": "735" + }, + { + "Row": "297", + "Name": "Hariyama", + "Pokedex Number": "297", + "Img name": "297", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "148", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "611", + "ATK": "209", + "DEF": "114", + "STA": "288", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2765", + "100% CP @ 39": "2726" + }, + { + "Row": "298", + "Name": "Azurill", + "Pokedex Number": "298", + "Img name": "298", + "Generation": "3", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "fairy", + "Weather 1": "Partly cloudy", + "Weather 2": "Cloudy", + "STAT TOTAL": "207", + "ATK": "36", + "DEF": "71", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "316", + "100% CP @ 39": "312" + }, + { + "Row": "299", + "Name": "Nosepass", + "Pokedex Number": "299", + "Img name": "299", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "149", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "378", + "ATK": "82", + "DEF": "236", + "STA": "60", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "831", + "100% CP @ 39": "819" + }, + { + "Row": "300", + "Name": "Skitty", + "Pokedex Number": "300", + "Img name": "300", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "150", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "268", + "ATK": "84", + "DEF": "84", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "659", + "100% CP @ 39": "650" + }, + { + "Row": "301", + "Name": "Delcatty", + "Pokedex Number": "301", + "Img name": "301", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "151", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "404", + "ATK": "132", + "DEF": "132", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1385", + "100% CP @ 39": "1366" + }, + { + "Row": "302", + "Name": "Sableye", + "Pokedex Number": "302", + "Img name": "302", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "152", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "ghost", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "382", + "ATK": "141", + "DEF": "141", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1305", + "100% CP @ 39": "1286" + }, + { + "Row": "303", + "Name": "Mawile", + "Pokedex Number": "303", + "Img name": "303", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "153", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "fairy", + "Weather 1": "Snow", + "Weather 2": "Cloudy", + "STAT TOTAL": "410", + "ATK": "155", + "DEF": "155", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1484", + "100% CP @ 39": "1463" + }, + { + "Row": "304", + "Name": "Aron", + "Pokedex Number": "304", + "Img name": "304", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "154", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "rock", + "Weather 1": "Snow", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "389", + "ATK": "121", + "DEF": "168", + "STA": "100", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1232", + "100% CP @ 39": "1214" + }, + { + "Row": "305", + "Name": "Lairon", + "Pokedex Number": "305", + "Img name": "305", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "154", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "rock", + "Weather 1": "Snow", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "518", + "ATK": "158", + "DEF": "240", + "STA": "120", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2004", + "100% CP @ 39": "1976" + }, + { + "Row": "306", + "Name": "Aggron", + "Pokedex Number": "306", + "Img name": "306", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "154", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "rock", + "Weather 1": "Snow", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "652", + "ATK": "198", + "DEF": "314", + "STA": "140", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "0", + "Regional": "0", + "Raidable": "4", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3004", + "100% CP @ 39": "2961" + }, + { + "Row": "307", + "Name": "Meditite", + "Pokedex Number": "307", + "Img name": "307", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "155", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "psychic", + "Weather 1": "Cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "245", + "ATK": "78", + "DEF": "107", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "555", + "100% CP @ 39": "547" + }, + { + "Row": "308", + "Name": "Medicham", + "Pokedex Number": "308", + "Img name": "308", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "155", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "psychic", + "Weather 1": "Cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "393", + "ATK": "121", + "DEF": "152", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1275", + "100% CP @ 39": "1257" + }, + { + "Row": "309", + "Name": "Electrike", + "Pokedex Number": "309", + "Img name": "309", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "156", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "281", + "ATK": "123", + "DEF": "78", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "810", + "100% CP @ 39": "798" + }, + { + "Row": "310", + "Name": "Manectric", + "Pokedex Number": "310", + "Img name": "310", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "156", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "482", + "ATK": "215", + "DEF": "127", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2131", + "100% CP @ 39": "2100" + }, + { + "Row": "311", + "Name": "Plusle", + "Pokedex Number": "311", + "Img name": "311", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "157", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "434", + "ATK": "167", + "DEF": "147", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1681", + "100% CP @ 39": "1657" + }, + { + "Row": "312", + "Name": "Minun", + "Pokedex Number": "312", + "Img name": "312", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "158", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "434", + "ATK": "147", + "DEF": "167", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1585", + "100% CP @ 39": "1563" + }, + { + "Row": "313", + "Name": "Volbeat", + "Pokedex Number": "313", + "Img name": "313", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "159", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "444", + "ATK": "143", + "DEF": "171", + "STA": "130", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1620", + "100% CP @ 39": "1597" + }, + { + "Row": "314", + "Name": "Illumise", + "Pokedex Number": "314", + "Img name": "314", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "159", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "444", + "ATK": "143", + "DEF": "171", + "STA": "130", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1620", + "100% CP @ 39": "1597" + }, + { + "Row": "315", + "Name": "Roselia", + "Pokedex Number": "315", + "Img name": "315", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "160", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "434", + "ATK": "186", + "DEF": "148", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1718", + "100% CP @ 39": "1694" + }, + { + "Row": "316", + "Name": "Gulpin", + "Pokedex Number": "316", + "Img name": "316", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "161", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "319", + "ATK": "80", + "DEF": "99", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "788", + "100% CP @ 39": "777" + }, + { + "Row": "317", + "Name": "Swalot", + "Pokedex Number": "317", + "Img name": "317", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "161", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "499", + "ATK": "140", + "DEF": "159", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1872", + "100% CP @ 39": "1845" + }, + { + "Row": "318", + "Name": "Carvanha", + "Pokedex Number": "318", + "Img name": "318", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "162", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "dark", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "300", + "ATK": "171", + "DEF": "39", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "874", + "100% CP @ 39": "862" + }, + { + "Row": "319", + "Name": "Sharpedo", + "Pokedex Number": "319", + "Img name": "319", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "163", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "dark", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "466", + "ATK": "243", + "DEF": "83", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1986", + "100% CP @ 39": "1957" + }, + { + "Row": "320", + "Name": "Wailmer", + "Pokedex Number": "320", + "Img name": "320", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "164", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "464", + "ATK": "136", + "DEF": "68", + "STA": "260", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "1", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1424", + "100% CP @ 39": "1404" + }, + { + "Row": "321", + "Name": "Wailord", + "Pokedex Number": "321", + "Img name": "321", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "164", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "602", + "ATK": "175", + "DEF": "87", + "STA": "340", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2258", + "100% CP @ 39": "2225" + }, + { + "Row": "322", + "Name": "Numel", + "Pokedex Number": "322", + "Img name": "322", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "165", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "ground", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "321", + "ATK": "119", + "DEF": "82", + "STA": "120", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "957", + "100% CP @ 39": "944" + }, + { + "Row": "323", + "Name": "Camerupt", + "Pokedex Number": "323", + "Img name": "323", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "165", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "ground", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "473", + "ATK": "194", + "DEF": "139", + "STA": "140", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2016", + "100% CP @ 39": "1987" + }, + { + "Row": "324", + "Name": "Torkoal", + "Pokedex Number": "324", + "Img name": "324", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "166", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "525", + "ATK": "151", + "DEF": "234", + "STA": "140", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2036", + "100% CP @ 39": "2007" + }, + { + "Row": "325", + "Name": "Spoink", + "Pokedex Number": "325", + "Img name": "325", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "167", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "390", + "ATK": "125", + "DEF": "145", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1285", + "100% CP @ 39": "1266" + }, + { + "Row": "326", + "Name": "Grumpig", + "Pokedex Number": "326", + "Img name": "326", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "167", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "542", + "ATK": "171", + "DEF": "211", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2310", + "100% CP @ 39": "2277" + }, + { + "Row": "327", + "Name": "Spinda", + "Pokedex Number": "327", + "Img name": "327", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "168", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "352", + "ATK": "116", + "DEF": "116", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1088", + "100% CP @ 39": "1072" + }, + { + "Row": "328", + "Name": "Trapinch", + "Pokedex Number": "328", + "Img name": "328", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "169", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "330", + "ATK": "162", + "DEF": "78", + "STA": "90", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1092", + "100% CP @ 39": "1076" + }, + { + "Row": "329", + "Name": "Vibrava", + "Pokedex Number": "329", + "Img name": "329", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "169", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "dragon", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "333", + "ATK": "134", + "DEF": "99", + "STA": "100", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1065", + "100% CP @ 39": "1050" + }, + { + "Row": "330", + "Name": "Flygon", + "Pokedex Number": "330", + "Img name": "330", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "169", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "dragon", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "533", + "ATK": "205", + "DEF": "168", + "STA": "160", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2458", + "100% CP @ 39": "2423" + }, + { + "Row": "331", + "Name": "Cacnea", + "Pokedex Number": "331", + "Img name": "331", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "170", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "330", + "ATK": "156", + "DEF": "74", + "STA": "100", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1080", + "100% CP @ 39": "1065" + }, + { + "Row": "332", + "Name": "Cacturne", + "Pokedex Number": "332", + "Img name": "332", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "170", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "dark", + "Weather 1": "Sunny/clear", + "Weather 2": "Fog", + "STAT TOTAL": "476", + "ATK": "221", + "DEF": "115", + "STA": "140", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2092", + "100% CP @ 39": "2062" + }, + { + "Row": "333", + "Name": "Swablu", + "Pokedex Number": "333", + "Img name": "333", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "171", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "305", + "ATK": "76", + "DEF": "139", + "STA": "90", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "1", + "Hatchable": "0", + "Shiny": "1", + "Nest": "1", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "722", + "100% CP @ 39": "712" + }, + { + "Row": "334", + "Name": "Altaria", + "Pokedex Number": "334", + "Img name": "334", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "171", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "flying", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "499", + "ATK": "141", + "DEF": "208", + "STA": "150", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1868", + "100% CP @ 39": "1842" + }, + { + "Row": "335", + "Name": "Zangoose", + "Pokedex Number": "335", + "Img name": "335", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "172", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "492", + "ATK": "222", + "DEF": "124", + "STA": "146", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2214", + "100% CP @ 39": "2182" + }, + { + "Row": "336", + "Name": "Seviper", + "Pokedex Number": "336", + "Img name": "336", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "178", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "460", + "ATK": "196", + "DEF": "118", + "STA": "146", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1928", + "100% CP @ 39": "1900" + }, + { + "Row": "337", + "Name": "Lunatone", + "Pokedex Number": "337", + "Img name": "337", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "179", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "psychic", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "521", + "ATK": "178", + "DEF": "163", + "STA": "180", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2245", + "100% CP @ 39": "2213" + }, + { + "Row": "338", + "Name": "Solrock", + "Pokedex Number": "338", + "Img name": "338", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "180", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "psychic", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "521", + "ATK": "178", + "DEF": "163", + "STA": "180", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2245", + "100% CP @ 39": "2213" + }, + { + "Row": "339", + "Name": "Barboach", + "Pokedex Number": "339", + "Img name": "339", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "181", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ground", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "276", + "ATK": "93", + "DEF": "83", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "716", + "100% CP @ 39": "705" + }, + { + "Row": "340", + "Name": "Whiscash", + "Pokedex Number": "340", + "Img name": "340", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "181", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ground", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "513", + "ATK": "151", + "DEF": "142", + "STA": "220", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1991", + "100% CP @ 39": "1963" + }, + { + "Row": "341", + "Name": "Corphish", + "Pokedex Number": "341", + "Img name": "341", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "182", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "340", + "ATK": "141", + "DEF": "113", + "STA": "86", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1107", + "100% CP @ 39": "1092" + }, + { + "Row": "342", + "Name": "Crawdaunt", + "Pokedex Number": "342", + "Img name": "342", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "182", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "dark", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "506", + "ATK": "224", + "DEF": "156", + "STA": "126", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2317", + "100% CP @ 39": "2284" + }, + { + "Row": "343", + "Name": "Baltoy", + "Pokedex Number": "343", + "Img name": "343", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "183", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "psychic", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "288", + "ATK": "77", + "DEF": "131", + "STA": "80", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "676", + "100% CP @ 39": "667" + }, + { + "Row": "344", + "Name": "Claydol", + "Pokedex Number": "344", + "Img name": "344", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "183", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "psychic", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "496", + "ATK": "140", + "DEF": "236", + "STA": "120", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1782", + "100% CP @ 39": "1756" + }, + { + "Row": "345", + "Name": "Lileep", + "Pokedex Number": "345", + "Img name": "345", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "184", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "grass", + "Weather 1": "Partly cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "391", + "ATK": "105", + "DEF": "154", + "STA": "132", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1181", + "100% CP @ 39": "1164" + }, + { + "Row": "346", + "Name": "Cradily", + "Pokedex Number": "346", + "Img name": "346", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "184", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "grass", + "Weather 1": "Partly cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "522", + "ATK": "152", + "DEF": "198", + "STA": "172", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2081", + "100% CP @ 39": "2051" + }, + { + "Row": "347", + "Name": "Anorith", + "Pokedex Number": "347", + "Img name": "347", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "185", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "bug", + "Weather 1": "Partly cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "366", + "ATK": "176", + "DEF": "100", + "STA": "90", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1310", + "100% CP @ 39": "1292" + }, + { + "Row": "348", + "Name": "Armaldo", + "Pokedex Number": "348", + "Img name": "348", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "185", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "bug", + "Weather 1": "Partly cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "555", + "ATK": "222", + "DEF": "183", + "STA": "150", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2675", + "100% CP @ 39": "2637" + }, + { + "Row": "349", + "Name": "Feebas", + "Pokedex Number": "349", + "Img name": "349", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "186", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "171", + "ATK": "29", + "DEF": "102", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "220", + "100% CP @ 39": "217" + }, + { + "Row": "350", + "Name": "Milotic", + "Pokedex Number": "350", + "Img name": "350", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "186", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "624", + "ATK": "192", + "DEF": "242", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2967", + "100% CP @ 39": "2925" + }, + { + "Row": "351", + "Name": "Castform", + "Pokedex Number": "351", + "Img name": "351", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "187", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "418", + "ATK": "139", + "DEF": "139", + "STA": "140", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1486", + "100% CP @ 39": "1464" + }, + { + "Row": "352", + "Name": "Kecleon", + "Pokedex Number": "352", + "Img name": "352", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "188", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "493", + "ATK": "161", + "DEF": "212", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1924", + "100% CP @ 39": "1896" + }, + { + "Row": "353", + "Name": "Shuppet", + "Pokedex Number": "353", + "Img name": "353", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "189", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "292", + "ATK": "138", + "DEF": "66", + "STA": "88", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "872", + "100% CP @ 39": "860" + }, + { + "Row": "354", + "Name": "Banette", + "Pokedex Number": "354", + "Img name": "354", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "189", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "473", + "ATK": "218", + "DEF": "127", + "STA": "128", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2073", + "100% CP @ 39": "2044" + }, + { + "Row": "355", + "Name": "Duskull", + "Pokedex Number": "355", + "Img name": "355", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "190", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "272", + "ATK": "70", + "DEF": "162", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "523", + "100% CP @ 39": "516" + }, + { + "Row": "356", + "Name": "Dusclops", + "Pokedex Number": "356", + "Img name": "356", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "190", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "438", + "ATK": "124", + "DEF": "234", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "1335", + "100% CP @ 39": "1316" + }, + { + "Row": "357", + "Name": "Tropius", + "Pokedex Number": "357", + "Img name": "357", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "191", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "499", + "ATK": "136", + "DEF": "165", + "STA": "198", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1846", + "100% CP @ 39": "1820" + }, + { + "Row": "358", + "Name": "Chimecho", + "Pokedex Number": "358", + "Img name": "358", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "192", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "499", + "ATK": "175", + "DEF": "174", + "STA": "150", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2095", + "100% CP @ 39": "2065" + }, + { + "Row": "359", + "Name": "Absol", + "Pokedex Number": "359", + "Img name": "359", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "193", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "496", + "ATK": "246", + "DEF": "120", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "4", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2280", + "100% CP @ 39": "2248" + }, + { + "Row": "360", + "Name": "Wynaut", + "Pokedex Number": "360", + "Img name": "360", + "Generation": "3", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "317", + "ATK": "41", + "DEF": "86", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "503", + "100% CP @ 39": "496" + }, + { + "Row": "361", + "Name": "Snorunt", + "Pokedex Number": "361", + "Img name": "361", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "194", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "290", + "ATK": "95", + "DEF": "95", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "1", + "Hatchable": "5", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "1", + "100% CP @ 40": "772", + "100% CP @ 39": "761" + }, + { + "Row": "362", + "Name": "Glalie", + "Pokedex Number": "362", + "Img name": "362", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "1", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "484", + "ATK": "162", + "DEF": "162", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1945", + "100% CP @ 39": "1917" + }, + { + "Row": "363", + "Name": "Spheal", + "Pokedex Number": "363", + "Img name": "363", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "water", + "Weather 1": "Snow", + "Weather 2": "Rainy", + "STAT TOTAL": "325", + "ATK": "95", + "DEF": "90", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "876", + "100% CP @ 39": "863" + }, + { + "Row": "364", + "Name": "Sealeo", + "Pokedex Number": "364", + "Img name": "364", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "water", + "Weather 1": "Snow", + "Weather 2": "Rainy", + "STAT TOTAL": "449", + "ATK": "137", + "DEF": "132", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1607", + "100% CP @ 39": "1584" + }, + { + "Row": "365", + "Name": "Walrein", + "Pokedex Number": "365", + "Img name": "365", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "water", + "Weather 1": "Snow", + "Weather 2": "Rainy", + "STAT TOTAL": "578", + "ATK": "182", + "DEF": "176", + "STA": "220", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2606", + "100% CP @ 39": "2569" + }, + { + "Row": "366", + "Name": "Clamperl", + "Pokedex Number": "366", + "Img name": "366", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "352", + "ATK": "133", + "DEF": "149", + "STA": "70", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1091", + "100% CP @ 39": "1075" + }, + { + "Row": "367", + "Name": "Huntail", + "Pokedex Number": "367", + "Img name": "367", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "501", + "ATK": "197", + "DEF": "194", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2140", + "100% CP @ 39": "2109" + }, + { + "Row": "368", + "Name": "Gorebyss", + "Pokedex Number": "368", + "Img name": "368", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "515", + "ATK": "211", + "DEF": "194", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2281", + "100% CP @ 39": "2248" + }, + { + "Row": "369", + "Name": "Relicanth", + "Pokedex Number": "369", + "Img name": "369", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "rock", + "Weather 1": "Rainy", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "596", + "ATK": "162", + "DEF": "234", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2557", + "100% CP @ 39": "2521" + }, + { + "Row": "370", + "Name": "Luvdisc", + "Pokedex Number": "370", + "Img name": "370", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "301", + "ATK": "81", + "DEF": "134", + "STA": "86", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "735", + "100% CP @ 39": "725" + }, + { + "Row": "371", + "Name": "Bagon", + "Pokedex Number": "371", + "Img name": "371", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "331", + "ATK": "134", + "DEF": "107", + "STA": "90", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1053", + "100% CP @ 39": "1038" + }, + { + "Row": "372", + "Name": "Shelgon", + "Pokedex Number": "372", + "Img name": "372", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "481", + "ATK": "172", + "DEF": "179", + "STA": "130", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1958", + "100% CP @ 39": "1930" + }, + { + "Row": "373", + "Name": "Salamence", + "Pokedex Number": "373", + "Img name": "373", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "flying", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "635", + "ATK": "277", + "DEF": "168", + "STA": "190", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3532", + "100% CP @ 39": "3481" + }, + { + "Row": "374", + "Name": "Beldum", + "Pokedex Number": "374", + "Img name": "374", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "psychic", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "317", + "ATK": "96", + "DEF": "141", + "STA": "80", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "843", + "100% CP @ 39": "831" + }, + { + "Row": "375", + "Name": "Metang", + "Pokedex Number": "375", + "Img name": "375", + "Generation": "3", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "psychic", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "443", + "ATK": "138", + "DEF": "185", + "STA": "120", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1570", + "100% CP @ 39": "1547" + }, + { + "Row": "376", + "Name": "Metagross", + "Pokedex Number": "376", + "Img name": "376", + "Generation": "3", + "Evolution Stage": "3", + "Evolved": "1", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "psychic", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "665", + "ATK": "257", + "DEF": "248", + "STA": "160", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3644", + "100% CP @ 39": "3592" + }, + { + "Row": "377", + "Name": "Regirock", + "Pokedex Number": "377", + "Img name": "377", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "695", + "ATK": "179", + "DEF": "356", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3087", + "100% CP @ 39": "3043" + }, + { + "Row": "378", + "Name": "Regice", + "Pokedex Number": "378", + "Img name": "378", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "695", + "ATK": "179", + "DEF": "356", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3087", + "100% CP @ 39": "3043" + }, + { + "Row": "379", + "Name": "Registeel", + "Pokedex Number": "379", + "Img name": "379", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "588", + "ATK": "143", + "DEF": "285", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2261", + "100% CP @ 39": "2228" + }, + { + "Row": "380", + "Name": "Latias", + "Pokedex Number": "380", + "Img name": "380", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "psychic", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "656", + "ATK": "228", + "DEF": "268", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3377", + "100% CP @ 39": "3329" + }, + { + "Row": "381", + "Name": "Latios", + "Pokedex Number": "381", + "Img name": "381", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "psychic", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "656", + "ATK": "268", + "DEF": "228", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3644", + "100% CP @ 39": "3592" + }, + { + "Row": "382", + "Name": "Kyogre", + "Pokedex Number": "382", + "Img name": "382", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "703", + "ATK": "270", + "DEF": "251", + "STA": "182", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4074", + "100% CP @ 39": "4016" + }, + { + "Row": "383", + "Name": "Groudon", + "Pokedex Number": "383", + "Img name": "383", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "703", + "ATK": "270", + "DEF": "251", + "STA": "182", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "1", + "Future Evolve": "0", + "100% CP @ 40": "4074", + "100% CP @ 39": "4016" + }, + { + "Row": "384", + "Name": "Rayquaza", + "Pokedex Number": "384", + "Img name": "384", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "flying", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "645", + "ATK": "284", + "DEF": "170", + "STA": "191", + "Legendary": "1", + "Aquireable": "3", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3645", + "100% CP @ 39": "3593" + }, + { + "Row": "385", + "Name": "Jirachi", + "Pokedex Number": "385", + "Img name": "385", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "psychic", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3090", + "100% CP @ 39": "3046" + }, + { + "Row": "386", + "Name": "Deoxys Defense", + "Pokedex Number": "386", + "Img name": "386-defense", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "574", + "ATK": "144", + "DEF": "330", + "STA": "100", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1978", + "100% CP @ 39": "1949" + }, + { + "Row": "387", + "Name": "Deoxys Normal", + "Pokedex Number": "386", + "Img name": "386", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "560", + "ATK": "345", + "DEF": "115", + "STA": "100", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2749", + "100% CP @ 39": "2709" + }, + { + "Row": "388", + "Name": "Deoxys Attack", + "Pokedex Number": "386", + "Img name": "386-attack", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "560", + "ATK": "414", + "DEF": "46", + "STA": "100", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2244", + "100% CP @ 39": "2212" + }, + { + "Row": "389", + "Name": "Deoxys Speed", + "Pokedex Number": "386", + "Img name": "386-speed", + "Generation": "3", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "548", + "ATK": "230", + "DEF": "218", + "STA": "100", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2504", + "100% CP @ 39": "2469" + }, + { + "Row": "390", + "Name": "Turtwig", + "Pokedex Number": "387", + "Img name": "387", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "344", + "ATK": "119", + "DEF": "115", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1066", + "100% CP @ 39": "1051" + }, + { + "Row": "391", + "Name": "Grotle", + "Pokedex Number": "388", + "Img name": "388", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "459", + "ATK": "157", + "DEF": "152", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1783", + "100% CP @ 39": "1757" + }, + { + "Row": "392", + "Name": "Torterra", + "Pokedex Number": "389", + "Img name": "389", + "Generation": "4", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "ground", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "589", + "ATK": "202", + "DEF": "197", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2825", + "100% CP @ 39": "2785" + }, + { + "Row": "393", + "Name": "Chimchar", + "Pokedex Number": "390", + "Img name": "390", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "287", + "ATK": "113", + "DEF": "86", + "STA": "88", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "815", + "100% CP @ 39": "803" + }, + { + "Row": "394", + "Name": "Monferno", + "Pokedex Number": "391", + "Img name": "391", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "fighting", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "391", + "ATK": "158", + "DEF": "105", + "STA": "128", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1415", + "100% CP @ 39": "1395" + }, + { + "Row": "395", + "Name": "Infernape", + "Pokedex Number": "392", + "Img name": "392", + "Generation": "4", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "fighting", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "525", + "ATK": "222", + "DEF": "151", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2464", + "100% CP @ 39": "2429" + }, + { + "Row": "396", + "Name": "Piplup", + "Pokedex Number": "393", + "Img name": "393", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "321", + "ATK": "112", + "DEF": "103", + "STA": "106", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "947", + "100% CP @ 39": "934" + }, + { + "Row": "397", + "Name": "Prinplup", + "Pokedex Number": "394", + "Img name": "394", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "421", + "ATK": "150", + "DEF": "143", + "STA": "128", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1549", + "100% CP @ 39": "1526" + }, + { + "Row": "398", + "Name": "Empoleon", + "Pokedex Number": "395", + "Img name": "395", + "Generation": "4", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "steel", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "571", + "ATK": "210", + "DEF": "193", + "STA": "168", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2741", + "100% CP @ 39": "2702" + }, + { + "Row": "399", + "Name": "Starly", + "Pokedex Number": "396", + "Img name": "396", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "239", + "ATK": "101", + "DEF": "58", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "603", + "100% CP @ 39": "594" + }, + { + "Row": "400", + "Name": "Staravia", + "Pokedex Number": "397", + "Img name": "397", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "351", + "ATK": "142", + "DEF": "99", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1170", + "100% CP @ 39": "1153" + }, + { + "Row": "401", + "Name": "Staraptor", + "Pokedex Number": "398", + "Img name": "398", + "Generation": "4", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "549", + "ATK": "234", + "DEF": "145", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2675", + "100% CP @ 39": "2637" + }, + { + "Row": "402", + "Name": "Bidoof", + "Pokedex Number": "399", + "Img name": "399", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "271", + "ATK": "80", + "DEF": "73", + "STA": "118", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "641", + "100% CP @ 39": "632" + }, + { + "Row": "403", + "Name": "Bibarel", + "Pokedex Number": "400", + "Img name": "400", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "water", + "Weather 1": "Partly cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "439", + "ATK": "162", + "DEF": "119", + "STA": "158", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1683", + "100% CP @ 39": "1659" + }, + { + "Row": "404", + "Name": "Kricketot", + "Pokedex Number": "401", + "Img name": "401", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "193", + "ATK": "45", + "DEF": "74", + "STA": "74", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "333", + "100% CP @ 39": "328" + }, + { + "Row": "405", + "Name": "Kricketune", + "Pokedex Number": "402", + "Img name": "402", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "414", + "ATK": "160", + "DEF": "100", + "STA": "154", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1523", + "100% CP @ 39": "1501" + }, + { + "Row": "406", + "Name": "Shinx", + "Pokedex Number": "403", + "Img name": "403", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "271", + "ATK": "117", + "DEF": "64", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "750", + "100% CP @ 39": "740" + }, + { + "Row": "407", + "Name": "Luxio", + "Pokedex Number": "404", + "Img name": "404", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "374", + "ATK": "159", + "DEF": "95", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1324", + "100% CP @ 39": "1305" + }, + { + "Row": "408", + "Name": "Luxray", + "Pokedex Number": "405", + "Img name": "405", + "Generation": "4", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "548", + "ATK": "232", + "DEF": "156", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2668", + "100% CP @ 39": "2630" + }, + { + "Row": "409", + "Name": "Budew", + "Pokedex Number": "406", + "Img name": "406", + "Generation": "4", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "297", + "ATK": "91", + "DEF": "126", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "766", + "100% CP @ 39": "755" + }, + { + "Row": "410", + "Name": "Roserade", + "Pokedex Number": "407", + "Img name": "407", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "569", + "ATK": "243", + "DEF": "206", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2783", + "100% CP @ 39": "2743" + }, + { + "Row": "411", + "Name": "Cranidos", + "Pokedex Number": "408", + "Img name": "408", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "427", + "ATK": "218", + "DEF": "75", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1685", + "100% CP @ 39": "1661" + }, + { + "Row": "412", + "Name": "Rampardos", + "Pokedex Number": "409", + "Img name": "409", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "603", + "ATK": "295", + "DEF": "114", + "STA": "194", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3179", + "100% CP @ 39": "3133" + }, + { + "Row": "413", + "Name": "Shieldon", + "Pokedex Number": "410", + "Img name": "410", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "steel", + "Weather 1": "Partly cloudy", + "Weather 2": "Snow", + "STAT TOTAL": "344", + "ATK": "76", + "DEF": "208", + "STA": "60", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "735", + "100% CP @ 39": "724" + }, + { + "Row": "414", + "Name": "Bastiodon", + "Pokedex Number": "411", + "Img name": "411", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "steel", + "Weather 1": "Partly cloudy", + "Weather 2": "Snow", + "STAT TOTAL": "513", + "ATK": "94", + "DEF": "299", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1401", + "100% CP @ 39": "1381" + }, + { + "Row": "415", + "Name": "Burmy (Plant Cloak)", + "Pokedex Number": "412", + "Img name": "412", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "216", + "ATK": "53", + "DEF": "83", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "409", + "100% CP @ 39": "403" + }, + { + "Row": "415", + "Name": "Burmy (Trash Cloak)", + "Pokedex Number": "412", + "Img name": "412-trash", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "216", + "ATK": "53", + "DEF": "83", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "409", + "100% CP @ 39": "403" + }, + { + "Row": "415", + "Name": "Burmy (Sandy Cloak)", + "Pokedex Number": "412", + "Img name": "412-sandy", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "216", + "ATK": "53", + "DEF": "83", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "409", + "100% CP @ 39": "403" + }, + { + "Row": "418", + "Name": "Wormadam (Plant Cloak)", + "Pokedex Number": "413", + "Img name": "413", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "grass", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "450", + "ATK": "141", + "DEF": "189", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1616", + "100% CP @ 39": "1593" + }, + { + "Row": "419", + "Name": "Wormadam (Trash Cloak)", + "Pokedex Number": "413", + "Img name": "413-trash", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "grass", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "450", + "ATK": "141", + "DEF": "189", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1616", + "100% CP @ 39": "1593" + }, + { + "Row": "420", + "Name": "Wormadam (Sandy Cloak)", + "Pokedex Number": "413", + "Img name": "413-sandy", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "grass", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "450", + "ATK": "141", + "DEF": "189", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1616", + "100% CP @ 39": "1593" + }, + { + "Row": "421", + "Name": "Mothim", + "Pokedex Number": "414", + "Img name": "414", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "423", + "ATK": "185", + "DEF": "98", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1653", + "100% CP @ 39": "1629" + }, + { + "Row": "422", + "Name": "Combee", + "Pokedex Number": "415", + "Img name": "415", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "202", + "ATK": "59", + "DEF": "83", + "STA": "60", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "396", + "100% CP @ 39": "390" + }, + { + "Row": "423", + "Name": "Vespiquen", + "Pokedex Number": "416", + "Img name": "416", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "479", + "ATK": "149", + "DEF": "190", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1825", + "100% CP @ 39": "1799" + }, + { + "Row": "424", + "Name": "Pachirisu", + "Pokedex Number": "417", + "Img name": "417", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "396", + "ATK": "94", + "DEF": "182", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1110", + "100% CP @ 39": "1094" + }, + { + "Row": "425", + "Name": "Buizel", + "Pokedex Number": "418", + "Img name": "418", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "312", + "ATK": "132", + "DEF": "70", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "946", + "100% CP @ 39": "932" + }, + { + "Row": "426", + "Name": "Floatzel", + "Pokedex Number": "419", + "Img name": "419", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "509", + "ATK": "221", + "DEF": "118", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2312", + "100% CP @ 39": "2279" + }, + { + "Row": "427", + "Name": "Cherubi", + "Pokedex Number": "420", + "Img name": "420", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "294", + "ATK": "108", + "DEF": "96", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "829", + "100% CP @ 39": "817" + }, + { + "Row": "428", + "Name": "Cherrim", + "Pokedex Number": "421", + "Img name": "421", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "467", + "ATK": "170", + "DEF": "157", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1886", + "100% CP @ 39": "1859" + }, + { + "Row": "429", + "Name": "Shellos", + "Pokedex Number": "422", + "Img name": "422", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "366", + "ATK": "103", + "DEF": "111", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1069", + "100% CP @ 39": "1053" + }, + { + "Row": "430", + "Name": "Gastrodon", + "Pokedex Number": "423", + "Img name": "423", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ground", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "540", + "ATK": "169", + "DEF": "149", + "STA": "222", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2265", + "100% CP @ 39": "2233" + }, + { + "Row": "431", + "Name": "Ambipom", + "Pokedex Number": "424", + "Img name": "424", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "498", + "ATK": "205", + "DEF": "143", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2218", + "100% CP @ 39": "2186" + }, + { + "Row": "432", + "Name": "Drifloon", + "Pokedex Number": "425", + "Img name": "425", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "flying", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "382", + "ATK": "117", + "DEF": "85", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1151", + "100% CP @ 39": "1134" + }, + { + "Row": "433", + "Name": "Drifblim", + "Pokedex Number": "426", + "Img name": "426", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "flying", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "587", + "ATK": "180", + "DEF": "107", + "STA": "300", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2387", + "100% CP @ 39": "2353" + }, + { + "Row": "434", + "Name": "Buneary", + "Pokedex Number": "427", + "Img name": "427", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "351", + "ATK": "130", + "DEF": "111", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1136", + "100% CP @ 39": "1120" + }, + { + "Row": "435", + "Name": "Lopunny", + "Pokedex Number": "428", + "Img name": "428", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "486", + "ATK": "156", + "DEF": "200", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1885", + "100% CP @ 39": "1858" + }, + { + "Row": "436", + "Name": "Mismagius", + "Pokedex Number": "429", + "Img name": "429", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "542", + "ATK": "211", + "DEF": "211", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2465", + "100% CP @ 39": "2430" + }, + { + "Row": "437", + "Name": "Honchkrow", + "Pokedex Number": "430", + "Img name": "430", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "flying", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "546", + "ATK": "243", + "DEF": "103", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2566", + "100% CP @ 39": "2529" + }, + { + "Row": "438", + "Name": "Glameow", + "Pokedex Number": "431", + "Img name": "431", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "292", + "ATK": "109", + "DEF": "85", + "STA": "98", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "823", + "100% CP @ 39": "811" + }, + { + "Row": "439", + "Name": "Purugly", + "Pokedex Number": "432", + "Img name": "432", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "450", + "ATK": "172", + "DEF": "136", + "STA": "142", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1798", + "100% CP @ 39": "1772" + }, + { + "Row": "440", + "Name": "Chingling", + "Pokedex Number": "433", + "Img name": "433", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "298", + "ATK": "114", + "DEF": "94", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "861", + "100% CP @ 39": "849" + }, + { + "Row": "441", + "Name": "Stunky", + "Pokedex Number": "434", + "Img name": "434", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "dark", + "Weather 1": "Cloudy", + "Weather 2": "Fog", + "STAT TOTAL": "340", + "ATK": "121", + "DEF": "93", + "STA": "126", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1048", + "100% CP @ 39": "1033" + }, + { + "Row": "442", + "Name": "Skuntank", + "Pokedex Number": "435", + "Img name": "435", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "dark", + "Weather 1": "Cloudy", + "Weather 2": "Fog", + "STAT TOTAL": "525", + "ATK": "184", + "DEF": "135", + "STA": "206", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2262", + "100% CP @ 39": "2230" + }, + { + "Row": "443", + "Name": "Bronzor", + "Pokedex Number": "436", + "Img name": "436", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "psychic", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "311", + "ATK": "43", + "DEF": "154", + "STA": "114", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "534", + "100% CP @ 39": "527" + }, + { + "Row": "444", + "Name": "Bronzong", + "Pokedex Number": "437", + "Img name": "437", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "psychic", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "508", + "ATK": "161", + "DEF": "213", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2026", + "100% CP @ 39": "1997" + }, + { + "Row": "445", + "Name": "Bonsly", + "Pokedex Number": "438", + "Img name": "438", + "Generation": "4", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "379", + "ATK": "124", + "DEF": "155", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1213", + "100% CP @ 39": "1196" + }, + { + "Row": "446", + "Name": "Mime Jr.", + "Pokedex Number": "439", + "Img name": "439", + "Generation": "4", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "fairy", + "Weather 1": "Windy", + "Weather 2": "Cloudy", + "STAT TOTAL": "329", + "ATK": "125", + "DEF": "164", + "STA": "40", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "867", + "100% CP @ 39": "855" + }, + { + "Row": "447", + "Name": "Happiny", + "Pokedex Number": "440", + "Img name": "440", + "Generation": "4", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "330", + "ATK": "25", + "DEF": "105", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "401", + "100% CP @ 39": "395" + }, + { + "Row": "448", + "Name": "Chatot", + "Pokedex Number": "441", + "Img name": "441", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "427", + "ATK": "183", + "DEF": "92", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1653", + "100% CP @ 39": "1629" + }, + { + "Row": "449", + "Name": "Spiritomb", + "Pokedex Number": "442", + "Img name": "442", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "dark", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "468", + "ATK": "169", + "DEF": "199", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1802", + "100% CP @ 39": "1777" + }, + { + "Row": "450", + "Name": "Gible", + "Pokedex Number": "443", + "Img name": "443", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "ground", + "Weather 1": "Windy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "324", + "ATK": "124", + "DEF": "84", + "STA": "116", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "988", + "100% CP @ 39": "974" + }, + { + "Row": "451", + "Name": "Gabite", + "Pokedex Number": "444", + "Img name": "444", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "ground", + "Weather 1": "Windy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "438", + "ATK": "172", + "DEF": "130", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1728", + "100% CP @ 39": "1703" + }, + { + "Row": "452", + "Name": "Garchomp", + "Pokedex Number": "445", + "Img name": "445", + "Generation": "4", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "ground", + "Weather 1": "Windy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "675", + "ATK": "261", + "DEF": "198", + "STA": "216", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3823", + "100% CP @ 39": "3769" + }, + { + "Row": "453", + "Name": "Munchlax", + "Pokedex Number": "446", + "Img name": "446", + "Generation": "4", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "544", + "ATK": "137", + "DEF": "137", + "STA": "270", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1975", + "100% CP @ 39": "1947" + }, + { + "Row": "454", + "Name": "Riolu", + "Pokedex Number": "447", + "Img name": "447", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "285", + "ATK": "127", + "DEF": "78", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "833", + "100% CP @ 39": "821" + }, + { + "Row": "455", + "Name": "Lucario", + "Pokedex Number": "448", + "Img name": "448", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "steel", + "Weather 1": "Cloudy", + "Weather 2": "Snow", + "STAT TOTAL": "520", + "ATK": "236", + "DEF": "144", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2461", + "100% CP @ 39": "2425" + }, + { + "Row": "456", + "Name": "Hippopotas", + "Pokedex Number": "449", + "Img name": "449", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "394", + "ATK": "124", + "DEF": "134", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1302", + "100% CP @ 39": "1283" + }, + { + "Row": "457", + "Name": "Hippowdon", + "Pokedex Number": "450", + "Img name": "450", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "629", + "ATK": "201", + "DEF": "212", + "STA": "216", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3089", + "100% CP @ 39": "3045" + }, + { + "Row": "458", + "Name": "Skorupi", + "Pokedex Number": "451", + "Img name": "451", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "bug", + "Weather 1": "Cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "341", + "ATK": "93", + "DEF": "168", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "889", + "100% CP @ 39": "876" + }, + { + "Row": "459", + "Name": "Drapion", + "Pokedex Number": "452", + "Img name": "452", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "dark", + "Weather 1": "Cloudy", + "Weather 2": "Fog", + "STAT TOTAL": "539", + "ATK": "180", + "DEF": "219", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2319", + "100% CP @ 39": "2286" + }, + { + "Row": "460", + "Name": "Croagunk", + "Pokedex Number": "453", + "Img name": "453", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "fighting", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "288", + "ATK": "116", + "DEF": "76", + "STA": "96", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "822", + "100% CP @ 39": "810" + }, + { + "Row": "461", + "Name": "Toxicroak", + "Pokedex Number": "454", + "Img name": "454", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "fighting", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "510", + "ATK": "211", + "DEF": "133", + "STA": "166", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2310", + "100% CP @ 39": "2277" + }, + { + "Row": "462", + "Name": "Carnivine", + "Pokedex Number": "455", + "Img name": "455", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "471", + "ATK": "187", + "DEF": "136", + "STA": "148", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1979", + "100% CP @ 39": "1951" + }, + { + "Row": "463", + "Name": "Finneon", + "Pokedex Number": "456", + "Img name": "456", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "313", + "ATK": "96", + "DEF": "119", + "STA": "98", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "853", + "100% CP @ 39": "840" + }, + { + "Row": "464", + "Name": "Lumineon", + "Pokedex Number": "457", + "Img name": "457", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "455", + "ATK": "142", + "DEF": "175", + "STA": "138", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1671", + "100% CP @ 39": "1648" + }, + { + "Row": "465", + "Name": "Mantyke", + "Pokedex Number": "458", + "Img name": "458", + "Generation": "4", + "Evolution Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "407", + "ATK": "105", + "DEF": "212", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1157", + "100% CP @ 39": "1140" + }, + { + "Row": "466", + "Name": "Snover", + "Pokedex Number": "459", + "Img name": "459", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "ice", + "Weather 1": "Sunny/clear", + "Weather 2": "Snow", + "STAT TOTAL": "345", + "ATK": "115", + "DEF": "110", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1054", + "100% CP @ 39": "1039" + }, + { + "Row": "467", + "Name": "Abomasnow", + "Pokedex Number": "460", + "Img name": "460", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "ice", + "Weather 1": "Sunny/clear", + "Weather 2": "Snow", + "STAT TOTAL": "521", + "ATK": "178", + "DEF": "163", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2245", + "100% CP @ 39": "2213" + }, + { + "Row": "468", + "Name": "Weavile", + "Pokedex Number": "461", + "Img name": "461", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "ice", + "Weather 1": "Fog", + "Weather 2": "Snow", + "STAT TOTAL": "565", + "ATK": "243", + "DEF": "182", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2815", + "100% CP @ 39": "2775" + }, + { + "Row": "469", + "Name": "Magnezone", + "Pokedex Number": "462", + "Img name": "462", + "Generation": "4", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "steel", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "595", + "ATK": "238", + "DEF": "217", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2996", + "100% CP @ 39": "2953" + }, + { + "Row": "470", + "Name": "Lickilicky", + "Pokedex Number": "463", + "Img name": "463", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "1", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "562", + "ATK": "161", + "DEF": "181", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2359", + "100% CP @ 39": "2325" + }, + { + "Row": "471", + "Name": "Rhyperior", + "Pokedex Number": "464", + "Img name": "464", + "Generation": "4", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "rock", + "Weather 1": "Sunny/clear", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "695", + "ATK": "241", + "DEF": "224", + "STA": "230", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3869", + "100% CP @ 39": "3813" + }, + { + "Row": "472", + "Name": "Tangrowth", + "Pokedex Number": "465", + "Img name": "465", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "626", + "ATK": "207", + "DEF": "219", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3110", + "100% CP @ 39": "3065" + }, + { + "Row": "473", + "Name": "Electivire", + "Pokedex Number": "466", + "Img name": "466", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "1", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "572", + "ATK": "249", + "DEF": "173", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2904", + "100% CP @ 39": "2862" + }, + { + "Row": "474", + "Name": "Magmortar", + "Pokedex Number": "467", + "Img name": "467", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "62", + "Cross Gen": "1", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "583", + "ATK": "247", + "DEF": "186", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2980", + "100% CP @ 39": "2937" + }, + { + "Row": "475", + "Name": "Togekiss", + "Pokedex Number": "468", + "Img name": "468", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "flying", + "Weather 1": "Cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "622", + "ATK": "225", + "DEF": "227", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3171", + "100% CP @ 39": "3126" + }, + { + "Row": "476", + "Name": "Yanmega", + "Pokedex Number": "469", + "Img name": "469", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "575", + "ATK": "231", + "DEF": "172", + "STA": "172", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2873", + "100% CP @ 39": "2832" + }, + { + "Row": "477", + "Name": "Leafeon", + "Pokedex Number": "470", + "Img name": "470", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "1", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "600", + "ATK": "216", + "DEF": "254", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2849", + "100% CP @ 39": "2808" + }, + { + "Row": "478", + "Name": "Glaceon", + "Pokedex Number": "471", + "Img name": "471", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "1", + "Type 1": "ice", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "580", + "ATK": "238", + "DEF": "212", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2866", + "100% CP @ 39": "2825" + }, + { + "Row": "479", + "Name": "Gliscor", + "Pokedex Number": "472", + "Img name": "472", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "583", + "ATK": "185", + "DEF": "248", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2602", + "100% CP @ 39": "2565" + }, + { + "Row": "480", + "Name": "Mamoswine", + "Pokedex Number": "473", + "Img name": "473", + "Generation": "4", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "ground", + "Weather 1": "Snow", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "624", + "ATK": "247", + "DEF": "157", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3289", + "100% CP @ 39": "3242" + }, + { + "Row": "481", + "Name": "Porygon-Z", + "Pokedex Number": "474", + "Img name": "474", + "Generation": "4", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "587", + "ATK": "264", + "DEF": "153", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3072", + "100% CP @ 39": "3028" + }, + { + "Row": "482", + "Name": "Gallade", + "Pokedex Number": "475", + "Img name": "475", + "Generation": "4", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "fighting", + "Weather 1": "Windy", + "Weather 2": "Cloudy", + "STAT TOTAL": "593", + "ATK": "237", + "DEF": "220", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2964", + "100% CP @ 39": "2922" + }, + { + "Row": "483", + "Name": "Probopass", + "Pokedex Number": "476", + "Img name": "476", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "steel", + "Weather 1": "Partly cloudy", + "Weather 2": "Snow", + "STAT TOTAL": "533", + "ATK": "135", + "DEF": "278", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1863", + "100% CP @ 39": "1836" + }, + { + "Row": "484", + "Name": "Dusknoir", + "Pokedex Number": "477", + "Img name": "477", + "Generation": "4", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "524", + "ATK": "180", + "DEF": "254", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2046", + "100% CP @ 39": "2017" + }, + { + "Row": "485", + "Name": "Froslass", + "Pokedex Number": "478", + "Img name": "478", + "Generation": "4", + "Evolution Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "ghost", + "Weather 1": "Snow", + "Weather 2": "Fog", + "STAT TOTAL": "461", + "ATK": "171", + "DEF": "150", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1857", + "100% CP @ 39": "1831" + }, + { + "Row": "486", + "Name": "Rotom (Heat Rotom)", + "Pokedex Number": "479", + "Img name": "479-heat", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "ghost", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1767", + "100% CP @ 39": "1741" + }, + { + "Row": "487", + "Name": "Rotom (Wash Rotom)", + "Pokedex Number": "479", + "Img name": "479-wash", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "ghost", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1767", + "100% CP @ 39": "1741" + }, + { + "Row": "488", + "Name": "Rotom (Frost Rotom)", + "Pokedex Number": "479", + "Img name": "479-frost", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "ghost", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1767", + "100% CP @ 39": "1741" + }, + { + "Row": "489", + "Name": "Rotom (Fan Rotom)", + "Pokedex Number": "479", + "Img name": "479-spin", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "ghost", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1767", + "100% CP @ 39": "1741" + }, + { + "Row": "490", + "Name": "Rotom (Mow Rotom)", + "Pokedex Number": "479", + "Img name": "479-mow", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "ghost", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1767", + "100% CP @ 39": "1741" + }, + { + "Row": "491", + "Name": "Rotom (Normal Rotom)", + "Pokedex Number": "479", + "Img name": "479", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "ghost", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1767", + "100% CP @ 39": "1741" + }, + { + "Row": "492", + "Name": "Uxie", + "Pokedex Number": "480", + "Img name": "480", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "576", + "ATK": "156", + "DEF": "270", + "STA": "150", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2316", + "100% CP @ 39": "2282" + }, + { + "Row": "493", + "Name": "Mesprit", + "Pokedex Number": "481", + "Img name": "481", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "584", + "ATK": "212", + "DEF": "212", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2825", + "100% CP @ 39": "2785" + }, + { + "Row": "494", + "Name": "Azelf", + "Pokedex Number": "482", + "Img name": "482", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "571", + "ATK": "270", + "DEF": "151", + "STA": "150", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2945", + "100% CP @ 39": "2903" + }, + { + "Row": "495", + "Name": "Dialga", + "Pokedex Number": "483", + "Img name": "483", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "dragon", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "744", + "ATK": "302", + "DEF": "242", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4654", + "100% CP @ 39": "4587" + }, + { + "Row": "496", + "Name": "Palkia", + "Pokedex Number": "484", + "Img name": "484", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "dragon", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "735", + "ATK": "308", + "DEF": "247", + "STA": "180", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4559", + "100% CP @ 39": "4494" + }, + { + "Row": "497", + "Name": "Heatran", + "Pokedex Number": "485", + "Img name": "485", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "steel", + "Weather 1": "Sunny/clear", + "Weather 2": "Snow", + "STAT TOTAL": "646", + "ATK": "251", + "DEF": "213", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3521", + "100% CP @ 39": "3470" + }, + { + "Row": "498", + "Name": "Regigigas", + "Pokedex Number": "486", + "Img name": "486", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "766", + "ATK": "315", + "DEF": "231", + "STA": "220", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4955", + "100% CP @ 39": "4884" + }, + { + "Row": "499", + "Name": "Giratina (Altered Forme)", + "Pokedex Number": "487", + "Img name": "487", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "dragon", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "753", + "ATK": "206", + "DEF": "247", + "STA": "300", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3965", + "100% CP @ 39": "3908" + }, + { + "Row": "500", + "Name": "Giratina (Origin Forme)", + "Pokedex Number": "487", + "Img name": "487-origin", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "dragon", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "753", + "ATK": "206", + "DEF": "247", + "STA": "300", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3965", + "100% CP @ 39": "3908" + }, + { + "Row": "501", + "Name": "Cresselia", + "Pokedex Number": "488", + "Img name": "488", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "655", + "ATK": "152", + "DEF": "263", + "STA": "240", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2777", + "100% CP @ 39": "2737" + }, + { + "Row": "502", + "Name": "Phione", + "Pokedex Number": "489", + "Img name": "489", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "484", + "ATK": "162", + "DEF": "162", + "STA": "160", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1945", + "100% CP @ 39": "1917" + }, + { + "Row": "503", + "Name": "Manaphy", + "Pokedex Number": "490", + "Img name": "490", + "Generation": "4", + "Evolution Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3090", + "100% CP @ 39": "3046" + }, + { + "Row": "504", + "Name": "Darkrai", + "Pokedex Number": "491", + "Img name": "491", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "623", + "ATK": "285", + "DEF": "198", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3404", + "100% CP @ 39": "3355" + }, + { + "Row": "505", + "Name": "Shaymin (Land Forme)", + "Pokedex Number": "492", + "Img name": "492", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3090", + "100% CP @ 39": "3046" + }, + { + "Row": "506", + "Name": "Shaymin (Sky Forme)", + "Pokedex Number": "492", + "Img name": "492-sky", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3090", + "100% CP @ 39": "3046" + }, + { + "Row": "507", + "Name": "Arceus", + "Pokedex Number": "493", + "Img name": "493", + "Generation": "4", + "Evolution Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "764", + "ATK": "262", + "DEF": "262", + "STA": "240", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4598", + "100% CP @ 39": "4532" + }, + { + "Row": "508", + "Name": "Victini", + "Pokedex Number": "494", + "Img name": "494", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "fire", + "Weather 1": "Windy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3090", + "100% CP @ 39": "3046" + }, + { + "Row": "509", + "Name": "Snivy", + "Pokedex Number": "495", + "Img name": "495", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "285", + "ATK": "88", + "DEF": "107", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "728", + "100% CP @ 39": "717" + }, + { + "Row": "510", + "Name": "Servine", + "Pokedex Number": "496", + "Img name": "496", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "394", + "ATK": "122", + "DEF": "152", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1284", + "100% CP @ 39": "1266" + }, + { + "Row": "511", + "Name": "Serperior", + "Pokedex Number": "497", + "Img name": "497", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "515", + "ATK": "161", + "DEF": "204", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2089", + "100% CP @ 39": "2059" + }, + { + "Row": "512", + "Name": "Tepig", + "Pokedex Number": "498", + "Img name": "498", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "330", + "ATK": "115", + "DEF": "85", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "977", + "100% CP @ 39": "963" + }, + { + "Row": "513", + "Name": "Pignite", + "Pokedex Number": "499", + "Img name": "499", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "fighting", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "459", + "ATK": "173", + "DEF": "106", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1803", + "100% CP @ 39": "1777" + }, + { + "Row": "514", + "Name": "Emboar", + "Pokedex Number": "500", + "Img name": "500", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "fighting", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "582", + "ATK": "235", + "DEF": "127", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2852", + "100% CP @ 39": "2811" + }, + { + "Row": "515", + "Name": "Oshawott", + "Pokedex Number": "501", + "Img name": "501", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "312", + "ATK": "117", + "DEF": "85", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "921", + "100% CP @ 39": "908" + }, + { + "Row": "516", + "Name": "Dewott", + "Pokedex Number": "502", + "Img name": "502", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "425", + "ATK": "159", + "DEF": "116", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1597", + "100% CP @ 39": "1574" + }, + { + "Row": "517", + "Name": "Samurott", + "Pokedex Number": "503", + "Img name": "503", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "566", + "ATK": "212", + "DEF": "164", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2715", + "100% CP @ 39": "2677" + }, + { + "Row": "518", + "Name": "Patrat", + "Pokedex Number": "504", + "Img name": "504", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "261", + "ATK": "98", + "DEF": "73", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "678", + "100% CP @ 39": "668" + }, + { + "Row": "519", + "Name": "Watchog", + "Pokedex Number": "505", + "Img name": "505", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "424", + "ATK": "165", + "DEF": "139", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1621", + "100% CP @ 39": "1597" + }, + { + "Row": "520", + "Name": "Lillipup", + "Pokedex Number": "506", + "Img name": "506", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "283", + "ATK": "107", + "DEF": "86", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "784", + "100% CP @ 39": "773" + }, + { + "Row": "521", + "Name": "Herdier", + "Pokedex Number": "507", + "Img name": "507", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "401", + "ATK": "145", + "DEF": "126", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1428", + "100% CP @ 39": "1408" + }, + { + "Row": "522", + "Name": "Stoutland", + "Pokedex Number": "508", + "Img name": "508", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "558", + "ATK": "206", + "DEF": "182", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2635", + "100% CP @ 39": "2597" + }, + { + "Row": "523", + "Name": "Purrloin", + "Pokedex Number": "509", + "Img name": "509", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "253", + "ATK": "98", + "DEF": "73", + "STA": "82", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "652", + "100% CP @ 39": "642" + }, + { + "Row": "524", + "Name": "Liepard", + "Pokedex Number": "510", + "Img name": "510", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "421", + "ATK": "187", + "DEF": "106", + "STA": "128", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1659", + "100% CP @ 39": "1635" + }, + { + "Row": "525", + "Name": "Pansage", + "Pokedex Number": "511", + "Img name": "511", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "298", + "ATK": "104", + "DEF": "94", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "832", + "100% CP @ 39": "820" + }, + { + "Row": "526", + "Name": "Simisage", + "Pokedex Number": "512", + "Img name": "512", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "489", + "ATK": "206", + "DEF": "133", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2156", + "100% CP @ 39": "2126" + }, + { + "Row": "527", + "Name": "Pansear", + "Pokedex Number": "513", + "Img name": "513", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "298", + "ATK": "104", + "DEF": "94", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "832", + "100% CP @ 39": "820" + }, + { + "Row": "528", + "Name": "Simisear", + "Pokedex Number": "514", + "Img name": "514", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "489", + "ATK": "206", + "DEF": "133", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2156", + "100% CP @ 39": "2126" + }, + { + "Row": "529", + "Name": "Panpour", + "Pokedex Number": "515", + "Img name": "515", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "298", + "ATK": "104", + "DEF": "94", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "832", + "100% CP @ 39": "820" + }, + { + "Row": "530", + "Name": "Simipour", + "Pokedex Number": "516", + "Img name": "516", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "489", + "ATK": "206", + "DEF": "133", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2156", + "100% CP @ 39": "2126" + }, + { + "Row": "531", + "Name": "Munna", + "Pokedex Number": "517", + "Img name": "517", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "360", + "ATK": "111", + "DEF": "97", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1076", + "100% CP @ 39": "1060" + }, + { + "Row": "532", + "Name": "Musharna", + "Pokedex Number": "518", + "Img name": "518", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "586", + "ATK": "183", + "DEF": "171", + "STA": "232", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2650", + "100% CP @ 39": "2612" + }, + { + "Row": "533", + "Name": "Pidove", + "Pokedex Number": "519", + "Img name": "519", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "287", + "ATK": "98", + "DEF": "89", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "771", + "100% CP @ 39": "760" + }, + { + "Row": "534", + "Name": "Tranquill", + "Pokedex Number": "520", + "Img name": "520", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "385", + "ATK": "144", + "DEF": "117", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1345", + "100% CP @ 39": "1325" + }, + { + "Row": "535", + "Name": "Unfezant", + "Pokedex Number": "521", + "Img name": "521", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "546", + "ATK": "226", + "DEF": "160", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2634", + "100% CP @ 39": "2596" + }, + { + "Row": "536", + "Name": "Blitzle", + "Pokedex Number": "522", + "Img name": "522", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "272", + "ATK": "118", + "DEF": "64", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "756", + "100% CP @ 39": "745" + }, + { + "Row": "537", + "Name": "Zebstrika", + "Pokedex Number": "523", + "Img name": "523", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "497", + "ATK": "211", + "DEF": "136", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2228", + "100% CP @ 39": "2196" + }, + { + "Row": "538", + "Name": "Roggenrola", + "Pokedex Number": "524", + "Img name": "524", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "367", + "ATK": "121", + "DEF": "136", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1166", + "100% CP @ 39": "1150" + }, + { + "Row": "539", + "Name": "Boldore", + "Pokedex Number": "525", + "Img name": "525", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "487", + "ATK": "174", + "DEF": "173", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2015", + "100% CP @ 39": "1986" + }, + { + "Row": "540", + "Name": "Gigalith", + "Pokedex Number": "526", + "Img name": "526", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "619", + "ATK": "226", + "DEF": "223", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3158", + "100% CP @ 39": "3113" + }, + { + "Row": "541", + "Name": "Woobat", + "Pokedex Number": "527", + "Img name": "527", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "flying", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "322", + "ATK": "107", + "DEF": "85", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "917", + "100% CP @ 39": "904" + }, + { + "Row": "542", + "Name": "Swoobat", + "Pokedex Number": "528", + "Img name": "528", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "flying", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "414", + "ATK": "161", + "DEF": "119", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1553", + "100% CP @ 39": "1531" + }, + { + "Row": "543", + "Name": "Drilbur", + "Pokedex Number": "529", + "Img name": "529", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "362", + "ATK": "154", + "DEF": "88", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1244", + "100% CP @ 39": "1226" + }, + { + "Row": "544", + "Name": "Excadrill", + "Pokedex Number": "530", + "Img name": "530", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "steel", + "Weather 1": "Sunny/clear", + "Weather 2": "Snow", + "STAT TOTAL": "607", + "ATK": "255", + "DEF": "132", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3134", + "100% CP @ 39": "3089" + }, + { + "Row": "545", + "Name": "Audino", + "Pokedex Number": "531", + "Img name": "531", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "483", + "ATK": "114", + "DEF": "163", + "STA": "206", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1598", + "100% CP @ 39": "1575" + }, + { + "Row": "546", + "Name": "Timburr", + "Pokedex Number": "532", + "Img name": "532", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "381", + "ATK": "134", + "DEF": "97", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1265", + "100% CP @ 39": "1247" + }, + { + "Row": "547", + "Name": "Gurdurr", + "Pokedex Number": "533", + "Img name": "533", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "500", + "ATK": "180", + "DEF": "150", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2127", + "100% CP @ 39": "2097" + }, + { + "Row": "548", + "Name": "Conkeldurr", + "Pokedex Number": "534", + "Img name": "534", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "625", + "ATK": "243", + "DEF": "172", + "STA": "210", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3305", + "100% CP @ 39": "3258" + }, + { + "Row": "549", + "Name": "Tympole", + "Pokedex Number": "535", + "Img name": "535", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "276", + "ATK": "98", + "DEF": "78", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "729", + "100% CP @ 39": "719" + }, + { + "Row": "550", + "Name": "Palpitoad", + "Pokedex Number": "536", + "Img name": "536", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ground", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "387", + "ATK": "128", + "DEF": "109", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1277", + "100% CP @ 39": "1259" + }, + { + "Row": "551", + "Name": "Seismitoad", + "Pokedex Number": "537", + "Img name": "537", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ground", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "548", + "ATK": "188", + "DEF": "150", + "STA": "210", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2442", + "100% CP @ 39": "2408" + }, + { + "Row": "552", + "Name": "Throh", + "Pokedex Number": "538", + "Img name": "538", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "572", + "ATK": "172", + "DEF": "160", + "STA": "240", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2467", + "100% CP @ 39": "2432" + }, + { + "Row": "553", + "Name": "Sawk", + "Pokedex Number": "539", + "Img name": "539", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "534", + "ATK": "231", + "DEF": "153", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2558", + "100% CP @ 39": "2521" + }, + { + "Row": "554", + "Name": "Sewaddle", + "Pokedex Number": "540", + "Img name": "540", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "grass", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "315", + "ATK": "96", + "DEF": "129", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "852", + "100% CP @ 39": "840" + }, + { + "Row": "555", + "Name": "Swadloon", + "Pokedex Number": "541", + "Img name": "541", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "grass", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "391", + "ATK": "115", + "DEF": "166", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1221", + "100% CP @ 39": "1203" + }, + { + "Row": "556", + "Name": "Leavanny", + "Pokedex Number": "542", + "Img name": "542", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "grass", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "520", + "ATK": "205", + "DEF": "165", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2368", + "100% CP @ 39": "2334" + }, + { + "Row": "557", + "Name": "Venipede", + "Pokedex Number": "543", + "Img name": "543", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "252", + "ATK": "83", + "DEF": "109", + "STA": "60", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "590", + "100% CP @ 39": "581" + }, + { + "Row": "558", + "Name": "Whirlipede", + "Pokedex Number": "544", + "Img name": "544", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "362", + "ATK": "100", + "DEF": "182", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "982", + "100% CP @ 39": "968" + }, + { + "Row": "559", + "Name": "Scolipede", + "Pokedex Number": "545", + "Img name": "545", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "poison", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "509", + "ATK": "203", + "DEF": "186", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2242", + "100% CP @ 39": "2210" + }, + { + "Row": "560", + "Name": "Cottonee", + "Pokedex Number": "546", + "Img name": "546", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "fairy", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "267", + "ATK": "71", + "DEF": "116", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "599", + "100% CP @ 39": "590" + }, + { + "Row": "561", + "Name": "Whimsicott", + "Pokedex Number": "547", + "Img name": "547", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "fairy", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "466", + "ATK": "164", + "DEF": "182", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1823", + "100% CP @ 39": "1797" + }, + { + "Row": "562", + "Name": "Petilil", + "Pokedex Number": "548", + "Img name": "548", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "300", + "ATK": "119", + "DEF": "91", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "882", + "100% CP @ 39": "870" + }, + { + "Row": "563", + "Name": "Lilligant", + "Pokedex Number": "549", + "Img name": "549", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "509", + "ATK": "214", + "DEF": "155", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2321", + "100% CP @ 39": "2288" + }, + { + "Row": "564", + "Name": "Basculin", + "Pokedex Number": "550", + "Img name": "550", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "463", + "ATK": "189", + "DEF": "134", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1936", + "100% CP @ 39": "1908" + }, + { + "Row": "565", + "Name": "Sandile", + "Pokedex Number": "551", + "Img name": "551", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "dark", + "Weather 1": "Sunny/clear", + "Weather 2": "Fog", + "STAT TOTAL": "301", + "ATK": "132", + "DEF": "69", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "902", + "100% CP @ 39": "889" + }, + { + "Row": "566", + "Name": "Krokorok", + "Pokedex Number": "552", + "Img name": "552", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "dark", + "Weather 1": "Sunny/clear", + "Weather 2": "Fog", + "STAT TOTAL": "365", + "ATK": "155", + "DEF": "90", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1264", + "100% CP @ 39": "1246" + }, + { + "Row": "567", + "Name": "Krookodile", + "Pokedex Number": "553", + "Img name": "553", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "dark", + "Weather 1": "Sunny/clear", + "Weather 2": "Fog", + "STAT TOTAL": "582", + "ATK": "229", + "DEF": "163", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2911", + "100% CP @ 39": "2869" + }, + { + "Row": "568", + "Name": "Darumaka", + "Pokedex Number": "554", + "Img name": "554", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "379", + "ATK": "153", + "DEF": "86", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1312", + "100% CP @ 39": "1294" + }, + { + "Row": "569", + "Name": "Darmanitan (Zen Mode)", + "Pokedex Number": "555", + "Img name": "555", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "587", + "ATK": "263", + "DEF": "114", + "STA": "210", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2958", + "100% CP @ 39": "2915" + }, + { + "Row": "570", + "Name": "Darmanitan (Standard Mode)", + "Pokedex Number": "555", + "Img name": "555", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "587", + "ATK": "263", + "DEF": "114", + "STA": "210", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2958", + "100% CP @ 39": "2915" + }, + { + "Row": "571", + "Name": "Maractus", + "Pokedex Number": "556", + "Img name": "556", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "481", + "ATK": "201", + "DEF": "130", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2086", + "100% CP @ 39": "2056" + }, + { + "Row": "572", + "Name": "Dwebble", + "Pokedex Number": "557", + "Img name": "557", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "rock", + "Weather 1": "Rainy", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "370", + "ATK": "118", + "DEF": "152", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1151", + "100% CP @ 39": "1134" + }, + { + "Row": "573", + "Name": "Crustle", + "Pokedex Number": "558", + "Img name": "558", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "rock", + "Weather 1": "Rainy", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "552", + "ATK": "188", + "DEF": "224", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2440", + "100% CP @ 39": "2405" + }, + { + "Row": "574", + "Name": "Scraggy", + "Pokedex Number": "559", + "Img name": "559", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "fighting", + "Weather 1": "Fog", + "Weather 2": "Cloudy", + "STAT TOTAL": "364", + "ATK": "132", + "DEF": "132", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1193", + "100% CP @ 39": "1176" + }, + { + "Row": "575", + "Name": "Scrafty", + "Pokedex Number": "560", + "Img name": "560", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "fighting", + "Weather 1": "Fog", + "Weather 2": "Cloudy", + "STAT TOTAL": "515", + "ATK": "163", + "DEF": "222", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2060", + "100% CP @ 39": "2031" + }, + { + "Row": "576", + "Name": "Sigilyph", + "Pokedex Number": "561", + "Img name": "561", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "flying", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "515", + "ATK": "204", + "DEF": "167", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2326", + "100% CP @ 39": "2293" + }, + { + "Row": "577", + "Name": "Yamask", + "Pokedex Number": "562", + "Img name": "562", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "321", + "ATK": "95", + "DEF": "150", + "STA": "76", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "841", + "100% CP @ 39": "829" + }, + { + "Row": "578", + "Name": "Cofagrigus", + "Pokedex Number": "563", + "Img name": "563", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "534", + "ATK": "163", + "DEF": "255", + "STA": "116", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2090", + "100% CP @ 39": "2060" + }, + { + "Row": "579", + "Name": "Tirtouga", + "Pokedex Number": "564", + "Img name": "564", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "rock", + "Weather 1": "Rainy", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "414", + "ATK": "134", + "DEF": "172", + "STA": "108", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1411", + "100% CP @ 39": "1391" + }, + { + "Row": "580", + "Name": "Carracosta", + "Pokedex Number": "565", + "Img name": "565", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "rock", + "Weather 1": "Rainy", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "568", + "ATK": "192", + "DEF": "228", + "STA": "148", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2573", + "100% CP @ 39": "2536" + }, + { + "Row": "581", + "Name": "Archen", + "Pokedex Number": "566", + "Img name": "566", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "412", + "ATK": "213", + "DEF": "89", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1623", + "100% CP @ 39": "1600" + }, + { + "Row": "582", + "Name": "Archeops", + "Pokedex Number": "567", + "Img name": "567", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "581", + "ATK": "292", + "DEF": "139", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3056", + "100% CP @ 39": "3012" + }, + { + "Row": "583", + "Name": "Trubbish", + "Pokedex Number": "568", + "Img name": "568", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "318", + "ATK": "96", + "DEF": "122", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "870", + "100% CP @ 39": "857" + }, + { + "Row": "584", + "Name": "Garbodor", + "Pokedex Number": "569", + "Img name": "569", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "505", + "ATK": "181", + "DEF": "164", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2166", + "100% CP @ 39": "2135" + }, + { + "Row": "585", + "Name": "Zorua", + "Pokedex Number": "570", + "Img name": "570", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "311", + "ATK": "153", + "DEF": "78", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "986", + "100% CP @ 39": "972" + }, + { + "Row": "586", + "Name": "Zoroark", + "Pokedex Number": "571", + "Img name": "571", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "", + "Weather 1": "Fog", + "Weather 2": "", + "STAT TOTAL": "497", + "ATK": "250", + "DEF": "127", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2291", + "100% CP @ 39": "2258" + }, + { + "Row": "587", + "Name": "Minccino", + "Pokedex Number": "572", + "Img name": "572", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "288", + "ATK": "98", + "DEF": "80", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "769", + "100% CP @ 39": "758" + }, + { + "Row": "588", + "Name": "Cinccino", + "Pokedex Number": "573", + "Img name": "573", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "478", + "ATK": "198", + "DEF": "130", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2057", + "100% CP @ 39": "2028" + }, + { + "Row": "589", + "Name": "Gothita", + "Pokedex Number": "574", + "Img name": "574", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "306", + "ATK": "98", + "DEF": "118", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "834", + "100% CP @ 39": "822" + }, + { + "Row": "590", + "Name": "Gothorita", + "Pokedex Number": "575", + "Img name": "575", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "416", + "ATK": "137", + "DEF": "159", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1455", + "100% CP @ 39": "1434" + }, + { + "Row": "591", + "Name": "Gothitelle", + "Pokedex Number": "576", + "Img name": "576", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "528", + "ATK": "176", + "DEF": "212", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2237", + "100% CP @ 39": "2205" + }, + { + "Row": "592", + "Name": "Solosis", + "Pokedex Number": "577", + "Img name": "577", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "347", + "ATK": "170", + "DEF": "87", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1195", + "100% CP @ 39": "1178" + }, + { + "Row": "593", + "Name": "Duosion", + "Pokedex Number": "578", + "Img name": "578", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "445", + "ATK": "208", + "DEF": "107", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1852", + "100% CP @ 39": "1826" + }, + { + "Row": "594", + "Name": "Reuniclus", + "Pokedex Number": "579", + "Img name": "579", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "587", + "ATK": "214", + "DEF": "153", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2841", + "100% CP @ 39": "2801" + }, + { + "Row": "595", + "Name": "Ducklett", + "Pokedex Number": "580", + "Img name": "580", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "304", + "ATK": "84", + "DEF": "96", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "768", + "100% CP @ 39": "757" + }, + { + "Row": "596", + "Name": "Swanna", + "Pokedex Number": "581", + "Img name": "581", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "464", + "ATK": "182", + "DEF": "132", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1916", + "100% CP @ 39": "1888" + }, + { + "Row": "597", + "Name": "Vanillite", + "Pokedex Number": "582", + "Img name": "582", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "301", + "ATK": "118", + "DEF": "111", + "STA": "72", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "869", + "100% CP @ 39": "857" + }, + { + "Row": "598", + "Name": "Vanillish", + "Pokedex Number": "583", + "Img name": "583", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "396", + "ATK": "151", + "DEF": "143", + "STA": "102", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1409", + "100% CP @ 39": "1389" + }, + { + "Row": "599", + "Name": "Vanilluxe", + "Pokedex Number": "584", + "Img name": "584", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "550", + "ATK": "218", + "DEF": "190", + "STA": "142", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2610", + "100% CP @ 39": "2573" + }, + { + "Row": "600", + "Name": "Deerling", + "Pokedex Number": "585", + "Img name": "585", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "grass", + "Weather 1": "Partly cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "335", + "ATK": "115", + "DEF": "100", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1011", + "100% CP @ 39": "997" + }, + { + "Row": "601", + "Name": "Sawsbuck", + "Pokedex Number": "586", + "Img name": "586", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "grass", + "Weather 1": "Partly cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "504", + "ATK": "198", + "DEF": "146", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2233", + "100% CP @ 39": "2201" + }, + { + "Row": "602", + "Name": "Emolga", + "Pokedex Number": "587", + "Img name": "587", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "395", + "ATK": "158", + "DEF": "127", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1439", + "100% CP @ 39": "1419" + }, + { + "Row": "603", + "Name": "Karrablast", + "Pokedex Number": "588", + "Img name": "588", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "324", + "ATK": "137", + "DEF": "87", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1028", + "100% CP @ 39": "1013" + }, + { + "Row": "604", + "Name": "Escavalier", + "Pokedex Number": "589", + "Img name": "589", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "steel", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "550", + "ATK": "223", + "DEF": "187", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2630", + "100% CP @ 39": "2592" + }, + { + "Row": "605", + "Name": "Foongus", + "Pokedex Number": "590", + "Img name": "590", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "330", + "ATK": "97", + "DEF": "95", + "STA": "138", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "907", + "100% CP @ 39": "894" + }, + { + "Row": "606", + "Name": "Amoonguss", + "Pokedex Number": "591", + "Img name": "591", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "poison", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "527", + "ATK": "155", + "DEF": "144", + "STA": "228", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2087", + "100% CP @ 39": "2057" + }, + { + "Row": "607", + "Name": "Frillish", + "Pokedex Number": "592", + "Img name": "592", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ghost", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "375", + "ATK": "115", + "DEF": "150", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1166", + "100% CP @ 39": "1149" + }, + { + "Row": "608", + "Name": "Jellicent", + "Pokedex Number": "593", + "Img name": "593", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "ghost", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "554", + "ATK": "159", + "DEF": "195", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2309", + "100% CP @ 39": "2276" + }, + { + "Row": "609", + "Name": "Alomomola", + "Pokedex Number": "594", + "Img name": "594", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "616", + "ATK": "138", + "DEF": "148", + "STA": "330", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2266", + "100% CP @ 39": "2233" + }, + { + "Row": "610", + "Name": "Joltik", + "Pokedex Number": "595", + "Img name": "595", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "electric", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "308", + "ATK": "110", + "DEF": "98", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "889", + "100% CP @ 39": "877" + }, + { + "Row": "611", + "Name": "Galvantula", + "Pokedex Number": "596", + "Img name": "596", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "electric", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "469", + "ATK": "201", + "DEF": "128", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2008", + "100% CP @ 39": "1979" + }, + { + "Row": "612", + "Name": "Ferroseed", + "Pokedex Number": "597", + "Img name": "597", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "steel", + "Weather 1": "Sunny/clear", + "Weather 2": "Snow", + "STAT TOTAL": "327", + "ATK": "82", + "DEF": "157", + "STA": "88", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "806", + "100% CP @ 39": "794" + }, + { + "Row": "613", + "Name": "Ferrothorn", + "Pokedex Number": "598", + "Img name": "598", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "steel", + "Weather 1": "Sunny/clear", + "Weather 2": "Snow", + "STAT TOTAL": "536", + "ATK": "158", + "DEF": "230", + "STA": "148", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2159", + "100% CP @ 39": "2128" + }, + { + "Row": "614", + "Name": "Klink", + "Pokedex Number": "599", + "Img name": "599", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "304", + "ATK": "98", + "DEF": "126", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "816", + "100% CP @ 39": "805" + }, + { + "Row": "615", + "Name": "Klang", + "Pokedex Number": "600", + "Img name": "600", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "449", + "ATK": "150", + "DEF": "179", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1667", + "100% CP @ 39": "1643" + }, + { + "Row": "616", + "Name": "Klinklang", + "Pokedex Number": "601", + "Img name": "601", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "549", + "ATK": "199", + "DEF": "230", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2430", + "100% CP @ 39": "2396" + }, + { + "Row": "617", + "Name": "Tynamo", + "Pokedex Number": "602", + "Img name": "602", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "253", + "ATK": "105", + "DEF": "78", + "STA": "70", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "666", + "100% CP @ 39": "656" + }, + { + "Row": "618", + "Name": "Eelektrik", + "Pokedex Number": "603", + "Img name": "603", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "416", + "ATK": "156", + "DEF": "130", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1548", + "100% CP @ 39": "1526" + }, + { + "Row": "619", + "Name": "Eelektross", + "Pokedex Number": "604", + "Img name": "604", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "539", + "ATK": "217", + "DEF": "152", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2546", + "100% CP @ 39": "2510" + }, + { + "Row": "620", + "Name": "Elgyem", + "Pokedex Number": "605", + "Img name": "605", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "358", + "ATK": "148", + "DEF": "100", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1220", + "100% CP @ 39": "1203" + }, + { + "Row": "621", + "Name": "Beheeyem", + "Pokedex Number": "606", + "Img name": "606", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "543", + "ATK": "221", + "DEF": "172", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2589", + "100% CP @ 39": "2552" + }, + { + "Row": "622", + "Name": "Litwick", + "Pokedex Number": "607", + "Img name": "607", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "fire", + "Weather 1": "Fog", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "306", + "ATK": "108", + "DEF": "98", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "875", + "100% CP @ 39": "863" + }, + { + "Row": "623", + "Name": "Lampent", + "Pokedex Number": "608", + "Img name": "608", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "fire", + "Weather 1": "Fog", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "404", + "ATK": "169", + "DEF": "115", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1522", + "100% CP @ 39": "1500" + }, + { + "Row": "624", + "Name": "Chandelure", + "Pokedex Number": "609", + "Img name": "609", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "fire", + "Weather 1": "Fog", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "573", + "ATK": "271", + "DEF": "182", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2913", + "100% CP @ 39": "2871" + }, + { + "Row": "625", + "Name": "Axew", + "Pokedex Number": "610", + "Img name": "610", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "357", + "ATK": "154", + "DEF": "111", + "STA": "92", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1225", + "100% CP @ 39": "1208" + }, + { + "Row": "626", + "Name": "Fraxure", + "Pokedex Number": "611", + "Img name": "611", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "477", + "ATK": "212", + "DEF": "133", + "STA": "132", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2091", + "100% CP @ 39": "2061" + }, + { + "Row": "627", + "Name": "Haxorus", + "Pokedex Number": "612", + "Img name": "612", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "619", + "ATK": "284", + "DEF": "183", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3395", + "100% CP @ 39": "3347" + }, + { + "Row": "628", + "Name": "Cubchoo", + "Pokedex Number": "613", + "Img name": "613", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "312", + "ATK": "128", + "DEF": "74", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "942", + "100% CP @ 39": "928" + }, + { + "Row": "629", + "Name": "Beartic", + "Pokedex Number": "614", + "Img name": "614", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "575", + "ATK": "233", + "DEF": "152", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2865", + "100% CP @ 39": "2825" + }, + { + "Row": "630", + "Name": "Cryogonal", + "Pokedex Number": "615", + "Img name": "615", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "614", + "ATK": "190", + "DEF": "264", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2829", + "100% CP @ 39": "2788" + }, + { + "Row": "631", + "Name": "Shelmet", + "Pokedex Number": "616", + "Img name": "616", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "321", + "ATK": "72", + "DEF": "149", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "746", + "100% CP @ 39": "735" + }, + { + "Row": "632", + "Name": "Accelgor", + "Pokedex Number": "617", + "Img name": "617", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "511", + "ATK": "220", + "DEF": "131", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2346", + "100% CP @ 39": "2312" + }, + { + "Row": "633", + "Name": "Stunfisk", + "Pokedex Number": "618", + "Img name": "618", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "electric", + "Weather 1": "Sunny/clear", + "Weather 2": "Rainy", + "STAT TOTAL": "539", + "ATK": "144", + "DEF": "177", + "STA": "218", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2100", + "100% CP @ 39": "2070" + }, + { + "Row": "634", + "Name": "Mienfoo", + "Pokedex Number": "619", + "Img name": "619", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "348", + "ATK": "160", + "DEF": "98", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1190", + "100% CP @ 39": "1173" + }, + { + "Row": "635", + "Name": "Mienshao", + "Pokedex Number": "620", + "Img name": "620", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "515", + "ATK": "258", + "DEF": "127", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2446", + "100% CP @ 39": "2411" + }, + { + "Row": "636", + "Name": "Druddigon", + "Pokedex Number": "621", + "Img name": "621", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "537", + "ATK": "213", + "DEF": "170", + "STA": "154", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2517", + "100% CP @ 39": "2481" + }, + { + "Row": "637", + "Name": "Golett", + "Pokedex Number": "622", + "Img name": "622", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "ghost", + "Weather 1": "Sunny/clear", + "Weather 2": "Fog", + "STAT TOTAL": "337", + "ATK": "127", + "DEF": "92", + "STA": "118", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1058", + "100% CP @ 39": "1042" + }, + { + "Row": "638", + "Name": "Golurk", + "Pokedex Number": "623", + "Img name": "623", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "ghost", + "Weather 1": "Sunny/clear", + "Weather 2": "Fog", + "STAT TOTAL": "554", + "ATK": "222", + "DEF": "154", + "STA": "178", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2673", + "100% CP @ 39": "2635" + }, + { + "Row": "639", + "Name": "Pawniard", + "Pokedex Number": "624", + "Img name": "624", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "steel", + "Weather 1": "Fog", + "Weather 2": "Snow", + "STAT TOTAL": "373", + "ATK": "154", + "DEF": "129", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1297", + "100% CP @ 39": "1279" + }, + { + "Row": "640", + "Name": "Bisharp", + "Pokedex Number": "625", + "Img name": "625", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "steel", + "Weather 1": "Fog", + "Weather 2": "Snow", + "STAT TOTAL": "553", + "ATK": "232", + "DEF": "191", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2666", + "100% CP @ 39": "2628" + }, + { + "Row": "641", + "Name": "Bouffalant", + "Pokedex Number": "626", + "Img name": "626", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "567", + "ATK": "195", + "DEF": "182", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2635", + "100% CP @ 39": "2598" + }, + { + "Row": "642", + "Name": "Rufflet", + "Pokedex Number": "627", + "Img name": "627", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "387", + "ATK": "150", + "DEF": "97", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1357", + "100% CP @ 39": "1338" + }, + { + "Row": "643", + "Name": "Braviary", + "Pokedex Number": "628", + "Img name": "628", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "584", + "ATK": "232", + "DEF": "152", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2923", + "100% CP @ 39": "2881" + }, + { + "Row": "644", + "Name": "Vullaby", + "Pokedex Number": "629", + "Img name": "629", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "flying", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "389", + "ATK": "105", + "DEF": "144", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1176", + "100% CP @ 39": "1159" + }, + { + "Row": "645", + "Name": "Mandibuzz", + "Pokedex Number": "630", + "Img name": "630", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "flying", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "559", + "ATK": "129", + "DEF": "210", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2068", + "100% CP @ 39": "2038" + }, + { + "Row": "646", + "Name": "Heatmor", + "Pokedex Number": "631", + "Img name": "631", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "503", + "ATK": "204", + "DEF": "129", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2232", + "100% CP @ 39": "2200" + }, + { + "Row": "647", + "Name": "Durant", + "Pokedex Number": "632", + "Img name": "632", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "steel", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "555", + "ATK": "217", + "DEF": "222", + "STA": "116", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2553", + "100% CP @ 39": "2516" + }, + { + "Row": "648", + "Name": "Deino", + "Pokedex Number": "633", + "Img name": "633", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "dragon", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "313", + "ATK": "116", + "DEF": "93", + "STA": "104", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "927", + "100% CP @ 39": "914" + }, + { + "Row": "649", + "Name": "Zweilous", + "Pokedex Number": "634", + "Img name": "634", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "dragon", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "438", + "ATK": "159", + "DEF": "135", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1678", + "100% CP @ 39": "1654" + }, + { + "Row": "650", + "Name": "Hydreigon", + "Pokedex Number": "635", + "Img name": "635", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "dragon", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "628", + "ATK": "256", + "DEF": "188", + "STA": "184", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3401", + "100% CP @ 39": "3353" + }, + { + "Row": "651", + "Name": "Larvesta", + "Pokedex Number": "636", + "Img name": "636", + "Generation": "5", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "fire", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "373", + "ATK": "156", + "DEF": "107", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1318", + "100% CP @ 39": "1300" + }, + { + "Row": "652", + "Name": "Volcarona", + "Pokedex Number": "637", + "Img name": "637", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "fire", + "Weather 1": "Rainy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "644", + "ATK": "264", + "DEF": "210", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3555", + "100% CP @ 39": "3504" + }, + { + "Row": "653", + "Name": "Cobalion", + "Pokedex Number": "638", + "Img name": "638", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "fighting", + "Weather 1": "Snow", + "Weather 2": "Cloudy", + "STAT TOTAL": "634", + "ATK": "192", + "DEF": "260", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3009", + "100% CP @ 39": "2966" + }, + { + "Row": "654", + "Name": "Terrakion", + "Pokedex Number": "639", + "Img name": "639", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "fighting", + "Weather 1": "Partly cloudy", + "Weather 2": "Cloudy", + "STAT TOTAL": "634", + "ATK": "260", + "DEF": "192", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3468", + "100% CP @ 39": "3418" + }, + { + "Row": "655", + "Name": "Virizion", + "Pokedex Number": "640", + "Img name": "640", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "fighting", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "634", + "ATK": "192", + "DEF": "260", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3009", + "100% CP @ 39": "2966" + }, + { + "Row": "656", + "Name": "Tornadus (Therian Forme)", + "Pokedex Number": "641", + "Img name": "641", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "flying", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "593", + "ATK": "266", + "DEF": "169", + "STA": "158", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3131", + "100% CP @ 39": "3086" + }, + { + "Row": "657", + "Name": "Tornadus (Incarnate Forme)", + "Pokedex Number": "641", + "Img name": "641", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "flying", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "593", + "ATK": "266", + "DEF": "169", + "STA": "158", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3131", + "100% CP @ 39": "3086" + }, + { + "Row": "658", + "Name": "Thundurus (Incarnate Forme)", + "Pokedex Number": "642", + "Img name": "642", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "593", + "ATK": "266", + "DEF": "169", + "STA": "158", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3131", + "100% CP @ 39": "3086" + }, + { + "Row": "659", + "Name": "Thundurus (Therian Forme)", + "Pokedex Number": "642", + "Img name": "642", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "593", + "ATK": "266", + "DEF": "169", + "STA": "158", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3131", + "100% CP @ 39": "3086" + }, + { + "Row": "660", + "Name": "Reshiram", + "Pokedex Number": "643", + "Img name": "643", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "fire", + "Weather 1": "Windy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "744", + "ATK": "302", + "DEF": "242", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4654", + "100% CP @ 39": "4587" + }, + { + "Row": "661", + "Name": "Zekrom", + "Pokedex Number": "644", + "Img name": "644", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "electric", + "Weather 1": "Windy", + "Weather 2": "Rainy", + "STAT TOTAL": "744", + "ATK": "302", + "DEF": "242", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4654", + "100% CP @ 39": "4587" + }, + { + "Row": "662", + "Name": "Landorus (Incarnate Forme)", + "Pokedex Number": "645", + "Img name": "645", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "626", + "ATK": "261", + "DEF": "187", + "STA": "178", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3403", + "100% CP @ 39": "3355" + }, + { + "Row": "663", + "Name": "Landorus (Therian Forme)", + "Pokedex Number": "645", + "Img name": "645", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "626", + "ATK": "261", + "DEF": "187", + "STA": "178", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3403", + "100% CP @ 39": "3355" + }, + { + "Row": "664", + "Name": "Kyurem (Black Kyurem)", + "Pokedex Number": "646", + "Img name": "646", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "ice", + "Weather 1": "Windy", + "Weather 2": "Snow", + "STAT TOTAL": "707", + "ATK": "270", + "DEF": "187", + "STA": "250", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4118", + "100% CP @ 39": "4059" + }, + { + "Row": "665", + "Name": "Kyurem (Normal Kyurem)", + "Pokedex Number": "646", + "Img name": "646", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "ice", + "Weather 1": "Windy", + "Weather 2": "Snow", + "STAT TOTAL": "707", + "ATK": "270", + "DEF": "187", + "STA": "250", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4118", + "100% CP @ 39": "4059" + }, + { + "Row": "666", + "Name": "Kyurem (White Kyurem)", + "Pokedex Number": "646", + "Img name": "646", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "ice", + "Weather 1": "Windy", + "Weather 2": "Snow", + "STAT TOTAL": "707", + "ATK": "270", + "DEF": "187", + "STA": "250", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4118", + "100% CP @ 39": "4059" + }, + { + "Row": "667", + "Name": "Keldeo", + "Pokedex Number": "647", + "Img name": "647", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "fighting", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "634", + "ATK": "260", + "DEF": "192", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3468", + "100% CP @ 39": "3418" + }, + { + "Row": "668", + "Name": "Meloetta (Pirouette Forme)", + "Pokedex Number": "648", + "Img name": "648", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "psychic", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "700", + "ATK": "250", + "DEF": "250", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3950", + "100% CP @ 39": "3894" + }, + { + "Row": "669", + "Name": "Meloetta (Aria Forme)", + "Pokedex Number": "648", + "Img name": "648", + "Generation": "5", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "psychic", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "700", + "ATK": "250", + "DEF": "250", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3950", + "100% CP @ 39": "3894" + }, + { + "Row": "670", + "Name": "Genesect", + "Pokedex Number": "649", + "Img name": "649", + "Generation": "5", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "steel", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "593", + "ATK": "252", + "DEF": "199", + "STA": "142", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3056", + "100% CP @ 39": "3013" + }, + { + "Row": "671", + "Name": "Chespin", + "Pokedex Number": "650", + "Img name": "650", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "338", + "ATK": "110", + "DEF": "116", + "STA": "112", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1007", + "100% CP @ 39": "992" + }, + { + "Row": "672", + "Name": "Quilladin", + "Pokedex Number": "651", + "Img name": "651", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "442", + "ATK": "146", + "DEF": "174", + "STA": "122", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1618", + "100% CP @ 39": "1594" + }, + { + "Row": "673", + "Name": "Chesnaught", + "Pokedex Number": "652", + "Img name": "652", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "fighting", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "604", + "ATK": "201", + "DEF": "227", + "STA": "176", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2900", + "100% CP @ 39": "2859" + }, + { + "Row": "674", + "Name": "Fennekin", + "Pokedex Number": "653", + "Img name": "653", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "308", + "ATK": "116", + "DEF": "112", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "898", + "100% CP @ 39": "885" + }, + { + "Row": "675", + "Name": "Braixen", + "Pokedex Number": "654", + "Img name": "654", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "425", + "ATK": "171", + "DEF": "136", + "STA": "118", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1646", + "100% CP @ 39": "1622" + }, + { + "Row": "676", + "Name": "Delphox", + "Pokedex Number": "655", + "Img name": "655", + "Generation": "6", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "psychic", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "584", + "ATK": "230", + "DEF": "204", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2908", + "100% CP @ 39": "2867" + }, + { + "Row": "677", + "Name": "Froakie", + "Pokedex Number": "656", + "Img name": "656", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "290", + "ATK": "122", + "DEF": "86", + "STA": "82", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "846", + "100% CP @ 39": "834" + }, + { + "Row": "678", + "Name": "Frogadier", + "Pokedex Number": "657", + "Img name": "657", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "392", + "ATK": "168", + "DEF": "116", + "STA": "108", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1450", + "100% CP @ 39": "1430" + }, + { + "Row": "679", + "Name": "Greninja", + "Pokedex Number": "658", + "Img name": "658", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "dark", + "Weather 1": "Rainy", + "Weather 2": "Fog", + "STAT TOTAL": "521", + "ATK": "223", + "DEF": "154", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2436", + "100% CP @ 39": "2401" + }, + { + "Row": "680", + "Name": "Bunnelby", + "Pokedex Number": "659", + "Img name": "659", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "217", + "ATK": "68", + "DEF": "73", + "STA": "76", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "463", + "100% CP @ 39": "457" + }, + { + "Row": "681", + "Name": "Diggersby", + "Pokedex Number": "660", + "Img name": "660", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "ground", + "Weather 1": "Partly cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "437", + "ATK": "112", + "DEF": "155", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1406", + "100% CP @ 39": "1386" + }, + { + "Row": "682", + "Name": "Fletchling", + "Pokedex Number": "661", + "Img name": "661", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "268", + "ATK": "95", + "DEF": "83", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "696", + "100% CP @ 39": "686" + }, + { + "Row": "683", + "Name": "Fletchinder", + "Pokedex Number": "662", + "Img name": "662", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "380", + "ATK": "145", + "DEF": "111", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1322", + "100% CP @ 39": "1303" + }, + { + "Row": "684", + "Name": "Talonflame", + "Pokedex Number": "663", + "Img name": "663", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "488", + "ATK": "176", + "DEF": "156", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2039", + "100% CP @ 39": "2010" + }, + { + "Row": "685", + "Name": "Scatterbug", + "Pokedex Number": "664", + "Img name": "664", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "209", + "ATK": "63", + "DEF": "70", + "STA": "76", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "428", + "100% CP @ 39": "422" + }, + { + "Row": "686", + "Name": "Spewpa", + "Pokedex Number": "665", + "Img name": "665", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "241", + "ATK": "48", + "DEF": "103", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "437", + "100% CP @ 39": "431" + }, + { + "Row": "687", + "Name": "Vivillon", + "Pokedex Number": "666", + "Img name": "666", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "flying", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "439", + "ATK": "176", + "DEF": "103", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1714", + "100% CP @ 39": "1689" + }, + { + "Row": "688", + "Name": "Litleo", + "Pokedex Number": "667", + "Img name": "667", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "normal", + "Weather 1": "Sunny/clear", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "377", + "ATK": "139", + "DEF": "114", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1287", + "100% CP @ 39": "1269" + }, + { + "Row": "689", + "Name": "Pyroar", + "Pokedex Number": "668", + "Img name": "668", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "normal", + "Weather 1": "Sunny/clear", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "545", + "ATK": "221", + "DEF": "152", + "STA": "172", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2604", + "100% CP @ 39": "2567" + }, + { + "Row": "690", + "Name": "Flab��B��", + "Pokedex Number": "669", + "Img name": "669", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "334", + "ATK": "108", + "DEF": "138", + "STA": "88", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "964", + "100% CP @ 39": "950" + }, + { + "Row": "691", + "Name": "Floette", + "Pokedex Number": "670", + "Img name": "670", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "419", + "ATK": "136", + "DEF": "175", + "STA": "108", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1441", + "100% CP @ 39": "1421" + }, + { + "Row": "692", + "Name": "Florges", + "Pokedex Number": "671", + "Img name": "671", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "655", + "ATK": "212", + "DEF": "287", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3221", + "100% CP @ 39": "3175" + }, + { + "Row": "693", + "Name": "Skiddo", + "Pokedex Number": "672", + "Img name": "672", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "362", + "ATK": "123", + "DEF": "107", + "STA": "132", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1154", + "100% CP @ 39": "1137" + }, + { + "Row": "694", + "Name": "Gogoat", + "Pokedex Number": "673", + "Img name": "673", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "597", + "ATK": "196", + "DEF": "155", + "STA": "246", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2775", + "100% CP @ 39": "2736" + }, + { + "Row": "695", + "Name": "Pancham", + "Pokedex Number": "674", + "Img name": "674", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "392", + "ATK": "145", + "DEF": "113", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1380", + "100% CP @ 39": "1360" + }, + { + "Row": "696", + "Name": "Pangoro", + "Pokedex Number": "675", + "Img name": "675", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "dark", + "Weather 1": "Cloudy", + "Weather 2": "Fog", + "STAT TOTAL": "565", + "ATK": "226", + "DEF": "149", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2759", + "100% CP @ 39": "2720" + }, + { + "Row": "697", + "Name": "Furfrou", + "Pokedex Number": "676", + "Img name": "676", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "496", + "ATK": "164", + "DEF": "182", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2015", + "100% CP @ 39": "1986" + }, + { + "Row": "698", + "Name": "Espurr", + "Pokedex Number": "677", + "Img name": "677", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "361", + "ATK": "120", + "DEF": "117", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1142", + "100% CP @ 39": "1125" + }, + { + "Row": "699", + "Name": "Meowstic", + "Pokedex Number": "678", + "Img name": "678", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "484", + "ATK": "166", + "DEF": "170", + "STA": "148", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1963", + "100% CP @ 39": "1935" + }, + { + "Row": "700", + "Name": "Honedge", + "Pokedex Number": "679", + "Img name": "679", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "ghost", + "Weather 1": "Snow", + "Weather 2": "Fog", + "STAT TOTAL": "392", + "ATK": "135", + "DEF": "167", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1295", + "100% CP @ 39": "1276" + }, + { + "Row": "701", + "Name": "Doublade", + "Pokedex Number": "680", + "Img name": "680", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "ghost", + "Weather 1": "Snow", + "Weather 2": "Fog", + "STAT TOTAL": "559", + "ATK": "188", + "DEF": "253", + "STA": "118", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2393", + "100% CP @ 39": "2359" + }, + { + "Row": "702", + "Name": "Aegislash", + "Pokedex Number": "681", + "Img name": "681", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "ghost", + "Weather 1": "Snow", + "Weather 2": "Fog", + "STAT TOTAL": "508", + "ATK": "97", + "DEF": "291", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1421", + "100% CP @ 39": "1401" + }, + { + "Row": "703", + "Name": "Spritzee", + "Pokedex Number": "682", + "Img name": "682", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "382", + "ATK": "110", + "DEF": "116", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1168", + "100% CP @ 39": "1151" + }, + { + "Row": "704", + "Name": "Aromatisse", + "Pokedex Number": "683", + "Img name": "683", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "533", + "ATK": "173", + "DEF": "158", + "STA": "202", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2275", + "100% CP @ 39": "2242" + }, + { + "Row": "705", + "Name": "Swirlix", + "Pokedex Number": "684", + "Img name": "684", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "356", + "ATK": "109", + "DEF": "123", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1072", + "100% CP @ 39": "1057" + }, + { + "Row": "706", + "Name": "Slurpuff", + "Pokedex Number": "685", + "Img name": "685", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "500", + "ATK": "168", + "DEF": "168", + "STA": "164", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2068", + "100% CP @ 39": "2039" + }, + { + "Row": "707", + "Name": "Inkay", + "Pokedex Number": "686", + "Img name": "686", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "psychic", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "302", + "ATK": "98", + "DEF": "98", + "STA": "106", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "825", + "100% CP @ 39": "813" + }, + { + "Row": "708", + "Name": "Malamar", + "Pokedex Number": "687", + "Img name": "687", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "psychic", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "521", + "ATK": "177", + "DEF": "172", + "STA": "172", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2242", + "100% CP @ 39": "2210" + }, + { + "Row": "709", + "Name": "Binacle", + "Pokedex Number": "688", + "Img name": "688", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "water", + "Weather 1": "Partly cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "304", + "ATK": "96", + "DEF": "124", + "STA": "84", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "813", + "100% CP @ 39": "801" + }, + { + "Row": "710", + "Name": "Barbaracle", + "Pokedex Number": "689", + "Img name": "689", + "Generation": "6", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "water", + "Weather 1": "Partly cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "558", + "ATK": "194", + "DEF": "220", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2523", + "100% CP @ 39": "2487" + }, + { + "Row": "711", + "Name": "Skrelp", + "Pokedex Number": "690", + "Img name": "690", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "water", + "Weather 1": "Cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "318", + "ATK": "109", + "DEF": "109", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "924", + "100% CP @ 39": "911" + }, + { + "Row": "712", + "Name": "Dragalge", + "Pokedex Number": "691", + "Img name": "691", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "dragon", + "Weather 1": "Cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "530", + "ATK": "177", + "DEF": "223", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2227", + "100% CP @ 39": "2195" + }, + { + "Row": "713", + "Name": "Clauncher", + "Pokedex Number": "692", + "Img name": "692", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "326", + "ATK": "108", + "DEF": "118", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "950", + "100% CP @ 39": "936" + }, + { + "Row": "714", + "Name": "Clawitzer", + "Pokedex Number": "693", + "Img name": "693", + "Generation": "6", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "535", + "ATK": "221", + "DEF": "172", + "STA": "142", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2525", + "100% CP @ 39": "2489" + }, + { + "Row": "715", + "Name": "Helioptile", + "Pokedex Number": "694", + "Img name": "694", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "normal", + "Weather 1": "Rainy", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "286", + "ATK": "115", + "DEF": "83", + "STA": "88", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "815", + "100% CP @ 39": "804" + }, + { + "Row": "716", + "Name": "Heliolisk", + "Pokedex Number": "695", + "Img name": "695", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "normal", + "Weather 1": "Rainy", + "Weather 2": "Partly cloudy", + "STAT TOTAL": "533", + "ATK": "219", + "DEF": "190", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2467", + "100% CP @ 39": "2431" + }, + { + "Row": "717", + "Name": "Tyrunt", + "Pokedex Number": "696", + "Img name": "696", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "dragon", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "412", + "ATK": "158", + "DEF": "138", + "STA": "116", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1529", + "100% CP @ 39": "1507" + }, + { + "Row": "718", + "Name": "Tyrantrum", + "Pokedex Number": "697", + "Img name": "697", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "dragon", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "612", + "ATK": "227", + "DEF": "221", + "STA": "164", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3106", + "100% CP @ 39": "3062" + }, + { + "Row": "719", + "Name": "Amaura", + "Pokedex Number": "698", + "Img name": "698", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "ice", + "Weather 1": "Partly cloudy", + "Weather 2": "Snow", + "STAT TOTAL": "394", + "ATK": "124", + "DEF": "116", + "STA": "154", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1291", + "100% CP @ 39": "1273" + }, + { + "Row": "720", + "Name": "Aurorus", + "Pokedex Number": "699", + "Img name": "699", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "ice", + "Weather 1": "Partly cloudy", + "Weather 2": "Snow", + "STAT TOTAL": "605", + "ATK": "186", + "DEF": "173", + "STA": "246", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2780", + "100% CP @ 39": "2741" + }, + { + "Row": "721", + "Name": "Sylveon", + "Pokedex Number": "700", + "Img name": "700", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "1", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "630", + "ATK": "203", + "DEF": "237", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3094", + "100% CP @ 39": "3050" + }, + { + "Row": "722", + "Name": "Hawlucha", + "Pokedex Number": "701", + "Img name": "701", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "flying", + "Weather 1": "Cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "511", + "ATK": "195", + "DEF": "160", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2268", + "100% CP @ 39": "2236" + }, + { + "Row": "723", + "Name": "Dedenne", + "Pokedex Number": "702", + "Img name": "702", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "fairy", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "437", + "ATK": "164", + "DEF": "139", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1693", + "100% CP @ 39": "1669" + }, + { + "Row": "724", + "Name": "Carbink", + "Pokedex Number": "703", + "Img name": "703", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "fairy", + "Weather 1": "Partly cloudy", + "Weather 2": "Cloudy", + "STAT TOTAL": "480", + "ATK": "95", + "DEF": "285", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1276", + "100% CP @ 39": "1257" + }, + { + "Row": "725", + "Name": "Goomy", + "Pokedex Number": "704", + "Img name": "704", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "321", + "ATK": "101", + "DEF": "130", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "893", + "100% CP @ 39": "881" + }, + { + "Row": "726", + "Name": "Sliggoo", + "Pokedex Number": "705", + "Img name": "705", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "500", + "ATK": "159", + "DEF": "205", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1980", + "100% CP @ 39": "1952" + }, + { + "Row": "727", + "Name": "Goodra", + "Pokedex Number": "706", + "Img name": "706", + "Generation": "6", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "683", + "ATK": "220", + "DEF": "283", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3538", + "100% CP @ 39": "3487" + }, + { + "Row": "728", + "Name": "Klefki", + "Pokedex Number": "707", + "Img name": "707", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "fairy", + "Weather 1": "Snow", + "Weather 2": "Cloudy", + "STAT TOTAL": "455", + "ATK": "160", + "DEF": "181", + "STA": "114", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1737", + "100% CP @ 39": "1713" + }, + { + "Row": "729", + "Name": "Phantump", + "Pokedex Number": "708", + "Img name": "708", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "grass", + "Weather 1": "Fog", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "319", + "ATK": "125", + "DEF": "108", + "STA": "86", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "974", + "100% CP @ 39": "960" + }, + { + "Row": "730", + "Name": "Trevenant", + "Pokedex Number": "709", + "Img name": "709", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "grass", + "Weather 1": "Fog", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "528", + "ATK": "201", + "DEF": "157", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2406", + "100% CP @ 39": "2372" + }, + { + "Row": "731", + "Name": "Pumpkaboo", + "Pokedex Number": "710", + "Img name": "710", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "grass", + "Weather 1": "Fog", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "348", + "ATK": "121", + "DEF": "129", + "STA": "98", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1083", + "100% CP @ 39": "1068" + }, + { + "Row": "732", + "Name": "Gourgeist", + "Pokedex Number": "711", + "Img name": "711", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "grass", + "Weather 1": "Fog", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "541", + "ATK": "175", + "DEF": "236", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2263", + "100% CP @ 39": "2231" + }, + { + "Row": "733", + "Name": "Bergmite", + "Pokedex Number": "712", + "Img name": "712", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "370", + "ATK": "117", + "DEF": "143", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1158", + "100% CP @ 39": "1142" + }, + { + "Row": "734", + "Name": "Avalugg", + "Pokedex Number": "713", + "Img name": "713", + "Generation": "6", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ice", + "Type 2": "", + "Weather 1": "Snow", + "Weather 2": "", + "STAT TOTAL": "689", + "ATK": "196", + "DEF": "303", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3364", + "100% CP @ 39": "3316" + }, + { + "Row": "735", + "Name": "Noibat", + "Pokedex Number": "714", + "Img name": "714", + "Generation": "6", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "flying", + "Type 2": "dragon", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "239", + "ATK": "83", + "DEF": "76", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "569", + "100% CP @ 39": "560" + }, + { + "Row": "736", + "Name": "Noivern", + "Pokedex Number": "715", + "Img name": "715", + "Generation": "6", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "flying", + "Type 2": "dragon", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "550", + "ATK": "205", + "DEF": "175", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2576", + "100% CP @ 39": "2539" + }, + { + "Row": "737", + "Name": "Xerneas", + "Pokedex Number": "716", + "Img name": "716", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "731", + "ATK": "275", + "DEF": "204", + "STA": "252", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4379", + "100% CP @ 39": "4317" + }, + { + "Row": "738", + "Name": "Yveltal", + "Pokedex Number": "717", + "Img name": "717", + "Generation": "6", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "flying", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "731", + "ATK": "275", + "DEF": "204", + "STA": "252", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4379", + "100% CP @ 39": "4317" + }, + { + "Row": "739", + "Name": "Zygarde", + "Pokedex Number": "718", + "Img name": "718", + "Generation": "6", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "ground", + "Weather 1": "Windy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "664", + "ATK": "203", + "DEF": "245", + "STA": "216", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3336", + "100% CP @ 39": "3289" + }, + { + "Row": "740", + "Name": "Diancie", + "Pokedex Number": "719", + "Img name": "719", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "fairy", + "Weather 1": "Partly cloudy", + "Weather 2": "Cloudy", + "STAT TOTAL": "575", + "ATK": "190", + "DEF": "285", + "STA": "100", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2378", + "100% CP @ 39": "2344" + }, + { + "Row": "741", + "Name": "Hoopa", + "Pokedex Number": "720", + "Img name": "720", + "Generation": "6", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "ghost", + "Weather 1": "Windy", + "Weather 2": "Fog", + "STAT TOTAL": "688", + "ATK": "287", + "DEF": "241", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3992", + "100% CP @ 39": "3935" + }, + { + "Row": "742", + "Name": "Volcanion", + "Pokedex Number": "721", + "Img name": "721", + "Generation": "6", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "water", + "Weather 1": "Sunny/clear", + "Weather 2": "Rainy", + "STAT TOTAL": "643", + "ATK": "252", + "DEF": "231", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3460", + "100% CP @ 39": "3410" + }, + { + "Row": "743", + "Name": "Rowlet", + "Pokedex Number": "722", + "Img name": "722", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "340", + "ATK": "102", + "DEF": "102", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "971", + "100% CP @ 39": "957" + }, + { + "Row": "744", + "Name": "Dartrix", + "Pokedex Number": "723", + "Img name": "723", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "440", + "ATK": "142", + "DEF": "142", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1606", + "100% CP @ 39": "1583" + }, + { + "Row": "745", + "Name": "Decidueye", + "Pokedex Number": "724", + "Img name": "724", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "ghost", + "Weather 1": "Sunny/clear", + "Weather 2": "Fog", + "STAT TOTAL": "558", + "ATK": "210", + "DEF": "192", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2643", + "100% CP @ 39": "2606" + }, + { + "Row": "746", + "Name": "Litten", + "Pokedex Number": "725", + "Img name": "725", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "297", + "ATK": "128", + "DEF": "79", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "887", + "100% CP @ 39": "874" + }, + { + "Row": "747", + "Name": "Torracat", + "Pokedex Number": "726", + "Img name": "726", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "407", + "ATK": "174", + "DEF": "103", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1544", + "100% CP @ 39": "1522" + }, + { + "Row": "748", + "Name": "Incineroar", + "Pokedex Number": "727", + "Img name": "727", + "Generation": "7", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "dark", + "Weather 1": "Sunny/clear", + "Weather 2": "Fog", + "STAT TOTAL": "579", + "ATK": "214", + "DEF": "175", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2822", + "100% CP @ 39": "2782" + }, + { + "Row": "749", + "Name": "Popplio", + "Pokedex Number": "728", + "Img name": "728", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "324", + "ATK": "120", + "DEF": "104", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "986", + "100% CP @ 39": "972" + }, + { + "Row": "750", + "Name": "Brionne", + "Pokedex Number": "729", + "Img name": "729", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "439", + "ATK": "168", + "DEF": "151", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1711", + "100% CP @ 39": "1686" + }, + { + "Row": "751", + "Name": "Primarina", + "Pokedex Number": "730", + "Img name": "730", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "fairy", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "607", + "ATK": "232", + "DEF": "215", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3095", + "100% CP @ 39": "3050" + }, + { + "Row": "752", + "Name": "Pikipek", + "Pokedex Number": "731", + "Img name": "731", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "265", + "ATK": "136", + "DEF": "59", + "STA": "70", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "747", + "100% CP @ 39": "737" + }, + { + "Row": "753", + "Name": "Trumbeak", + "Pokedex Number": "732", + "Img name": "732", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "369", + "ATK": "159", + "DEF": "100", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1302", + "100% CP @ 39": "1284" + }, + { + "Row": "754", + "Name": "Toucannon", + "Pokedex Number": "733", + "Img name": "733", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "528", + "ATK": "222", + "DEF": "146", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2484", + "100% CP @ 39": "2449" + }, + { + "Row": "755", + "Name": "Yungoos", + "Pokedex Number": "734", + "Img name": "734", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "274", + "ATK": "122", + "DEF": "56", + "STA": "96", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "759", + "100% CP @ 39": "748" + }, + { + "Row": "756", + "Name": "Gumshoos", + "Pokedex Number": "735", + "Img name": "735", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "483", + "ATK": "194", + "DEF": "113", + "STA": "176", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2041", + "100% CP @ 39": "2011" + }, + { + "Row": "757", + "Name": "Grubbin", + "Pokedex Number": "736", + "Img name": "736", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "294", + "ATK": "115", + "DEF": "85", + "STA": "94", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "847", + "100% CP @ 39": "835" + }, + { + "Row": "758", + "Name": "Charjabug", + "Pokedex Number": "737", + "Img name": "737", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "electric", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "430", + "ATK": "145", + "DEF": "171", + "STA": "114", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1547", + "100% CP @ 39": "1525" + }, + { + "Row": "759", + "Name": "Vikavolt", + "Pokedex Number": "738", + "Img name": "738", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "electric", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "573", + "ATK": "254", + "DEF": "165", + "STA": "154", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2930", + "100% CP @ 39": "2888" + }, + { + "Row": "760", + "Name": "Crabrawler", + "Pokedex Number": "739", + "Img name": "739", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "353", + "ATK": "150", + "DEF": "109", + "STA": "94", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1198", + "100% CP @ 39": "1180" + }, + { + "Row": "761", + "Name": "Crabominable", + "Pokedex Number": "740", + "Img name": "740", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "ice", + "Weather 1": "Cloudy", + "Weather 2": "Snow", + "STAT TOTAL": "567", + "ATK": "231", + "DEF": "142", + "STA": "194", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2783", + "100% CP @ 39": "2743" + }, + { + "Row": "762", + "Name": "Oricorio", + "Pokedex Number": "741", + "Img name": "741", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "flying", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "491", + "ATK": "196", + "DEF": "145", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2141", + "100% CP @ 39": "2110" + }, + { + "Row": "763", + "Name": "Cutiefly", + "Pokedex Number": "742", + "Img name": "742", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "fairy", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "271", + "ATK": "110", + "DEF": "81", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "745", + "100% CP @ 39": "734" + }, + { + "Row": "764", + "Name": "Ribombee", + "Pokedex Number": "743", + "Img name": "743", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "fairy", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "470", + "ATK": "198", + "DEF": "152", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1997", + "100% CP @ 39": "1968" + }, + { + "Row": "765", + "Name": "Rockruff", + "Pokedex Number": "744", + "Img name": "744", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "285", + "ATK": "117", + "DEF": "78", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "814", + "100% CP @ 39": "803" + }, + { + "Row": "766", + "Name": "Lycanroc", + "Pokedex Number": "745", + "Img name": "745", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "521", + "ATK": "231", + "DEF": "140", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2457", + "100% CP @ 39": "2422" + }, + { + "Row": "767", + "Name": "Wishiwashi", + "Pokedex Number": "746", + "Img name": "746", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "182", + "ATK": "46", + "DEF": "46", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "304", + "100% CP @ 39": "300" + }, + { + "Row": "768", + "Name": "Mareanie", + "Pokedex Number": "747", + "Img name": "747", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "water", + "Weather 1": "Cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "313", + "ATK": "98", + "DEF": "115", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "862", + "100% CP @ 39": "850" + }, + { + "Row": "769", + "Name": "Toxapex", + "Pokedex Number": "748", + "Img name": "748", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "water", + "Weather 1": "Cloudy", + "Weather 2": "Rainy", + "STAT TOTAL": "492", + "ATK": "114", + "DEF": "278", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1478", + "100% CP @ 39": "1457" + }, + { + "Row": "770", + "Name": "Mudbray", + "Pokedex Number": "749", + "Img name": "749", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "443", + "ATK": "175", + "DEF": "128", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1766", + "100% CP @ 39": "1741" + }, + { + "Row": "771", + "Name": "Mudsdale", + "Pokedex Number": "750", + "Img name": "750", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ground", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "594", + "ATK": "214", + "DEF": "180", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2928", + "100% CP @ 39": "2886" + }, + { + "Row": "772", + "Name": "Dewpider", + "Pokedex Number": "751", + "Img name": "751", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "bug", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "274", + "ATK": "72", + "DEF": "126", + "STA": "76", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "615", + "100% CP @ 39": "606" + }, + { + "Row": "773", + "Name": "Araquanid", + "Pokedex Number": "752", + "Img name": "752", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "bug", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "499", + "ATK": "126", + "DEF": "237", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1717", + "100% CP @ 39": "1693" + }, + { + "Row": "774", + "Name": "Fomantis", + "Pokedex Number": "753", + "Img name": "753", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "244", + "ATK": "100", + "DEF": "64", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "622", + "100% CP @ 39": "613" + }, + { + "Row": "775", + "Name": "Lurantis", + "Pokedex Number": "754", + "Img name": "754", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "501", + "ATK": "192", + "DEF": "169", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2183", + "100% CP @ 39": "2152" + }, + { + "Row": "776", + "Name": "Morelull", + "Pokedex Number": "755", + "Img name": "755", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "fairy", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "316", + "ATK": "108", + "DEF": "128", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "895", + "100% CP @ 39": "882" + }, + { + "Row": "777", + "Name": "Shiinotic", + "Pokedex Number": "756", + "Img name": "756", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "fairy", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "451", + "ATK": "154", + "DEF": "177", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1699", + "100% CP @ 39": "1675" + }, + { + "Row": "778", + "Name": "Salandit", + "Pokedex Number": "757", + "Img name": "757", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "fire", + "Weather 1": "Cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "312", + "ATK": "136", + "DEF": "80", + "STA": "96", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "968", + "100% CP @ 39": "954" + }, + { + "Row": "779", + "Name": "Salazzle", + "Pokedex Number": "758", + "Img name": "758", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "poison", + "Type 2": "fire", + "Weather 1": "Cloudy", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "494", + "ATK": "228", + "DEF": "130", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2245", + "100% CP @ 39": "2213" + }, + { + "Row": "780", + "Name": "Stufful", + "Pokedex Number": "759", + "Img name": "759", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "fighting", + "Weather 1": "Partly cloudy", + "Weather 2": "Cloudy", + "STAT TOTAL": "371", + "ATK": "136", + "DEF": "95", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1231", + "100% CP @ 39": "1213" + }, + { + "Row": "781", + "Name": "Bewear", + "Pokedex Number": "760", + "Img name": "760", + "Generation": "7", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "fighting", + "Weather 1": "Partly cloudy", + "Weather 2": "Cloudy", + "STAT TOTAL": "616", + "ATK": "226", + "DEF": "150", + "STA": "240", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3087", + "100% CP @ 39": "3043" + }, + { + "Row": "782", + "Name": "Bounsweet", + "Pokedex Number": "761", + "Img name": "761", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "208", + "ATK": "55", + "DEF": "69", + "STA": "84", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "398", + "100% CP @ 39": "393" + }, + { + "Row": "783", + "Name": "Steenee", + "Pokedex Number": "762", + "Img name": "762", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "276", + "ATK": "78", + "DEF": "94", + "STA": "104", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "661", + "100% CP @ 39": "652" + }, + { + "Row": "784", + "Name": "Tsareena", + "Pokedex Number": "763", + "Img name": "763", + "Generation": "7", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "", + "Weather 1": "Sunny/clear", + "Weather 2": "", + "STAT TOTAL": "561", + "ATK": "222", + "DEF": "195", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2704", + "100% CP @ 39": "2666" + }, + { + "Row": "785", + "Name": "Comfey", + "Pokedex Number": "764", + "Img name": "764", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fairy", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "493", + "ATK": "165", + "DEF": "226", + "STA": "102", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1887", + "100% CP @ 39": "1860" + }, + { + "Row": "786", + "Name": "Oranguru", + "Pokedex Number": "765", + "Img name": "765", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "psychic", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "555", + "ATK": "168", + "DEF": "207", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2378", + "100% CP @ 39": "2344" + }, + { + "Row": "787", + "Name": "Passimian", + "Pokedex Number": "766", + "Img name": "766", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fighting", + "Type 2": "", + "Weather 1": "Cloudy", + "Weather 2": "", + "STAT TOTAL": "597", + "ATK": "222", + "DEF": "175", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2991", + "100% CP @ 39": "2949" + }, + { + "Row": "788", + "Name": "Wimpod", + "Pokedex Number": "767", + "Img name": "767", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "water", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "196", + "ATK": "67", + "DEF": "79", + "STA": "50", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "400", + "100% CP @ 39": "394" + }, + { + "Row": "789", + "Name": "Golisopod", + "Pokedex Number": "768", + "Img name": "768", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "water", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "617", + "ATK": "218", + "DEF": "249", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3037", + "100% CP @ 39": "2993" + }, + { + "Row": "790", + "Name": "Sandygast", + "Pokedex Number": "769", + "Img name": "769", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "ground", + "Weather 1": "Fog", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "363", + "ATK": "120", + "DEF": "133", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1146", + "100% CP @ 39": "1130" + }, + { + "Row": "791", + "Name": "Palossand", + "Pokedex Number": "770", + "Img name": "770", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "ground", + "Weather 1": "Fog", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "542", + "ATK": "178", + "DEF": "194", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2370", + "100% CP @ 39": "2336" + }, + { + "Row": "792", + "Name": "Pyukumuku", + "Pokedex Number": "771", + "Img name": "771", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "431", + "ATK": "97", + "DEF": "224", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1209", + "100% CP @ 39": "1191" + }, + { + "Row": "793", + "Name": "Type: Null", + "Pokedex Number": "772", + "Img name": "772", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "558", + "ATK": "184", + "DEF": "184", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2510", + "100% CP @ 39": "2474" + }, + { + "Row": "794", + "Name": "Silvally", + "Pokedex Number": "773", + "Img name": "773", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "586", + "ATK": "198", + "DEF": "198", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2779", + "100% CP @ 39": "2740" + }, + { + "Row": "795", + "Name": "Minior", + "Pokedex Number": "774", + "Img name": "774", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "flying", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "430", + "ATK": "116", + "DEF": "194", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1374", + "100% CP @ 39": "1354" + }, + { + "Row": "796", + "Name": "Komala", + "Pokedex Number": "775", + "Img name": "775", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "", + "Weather 1": "Partly cloudy", + "Weather 2": "", + "STAT TOTAL": "525", + "ATK": "216", + "DEF": "179", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2419", + "100% CP @ 39": "2385" + }, + { + "Row": "797", + "Name": "Turtonator", + "Pokedex Number": "776", + "Img name": "776", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "fire", + "Type 2": "dragon", + "Weather 1": "Sunny/clear", + "Weather 2": "Windy", + "STAT TOTAL": "523", + "ATK": "165", + "DEF": "238", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2077", + "100% CP @ 39": "2048" + }, + { + "Row": "798", + "Name": "Togedemaru", + "Pokedex Number": "777", + "Img name": "777", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "steel", + "Weather 1": "Rainy", + "Weather 2": "Snow", + "STAT TOTAL": "470", + "ATK": "190", + "DEF": "150", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1980", + "100% CP @ 39": "1952" + }, + { + "Row": "799", + "Name": "Mimikyu", + "Pokedex Number": "778", + "Img name": "778", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "fairy", + "Weather 1": "Fog", + "Weather 2": "Cloudy", + "STAT TOTAL": "500", + "ATK": "177", + "DEF": "213", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2024", + "100% CP @ 39": "1995" + }, + { + "Row": "800", + "Name": "Bruxish", + "Pokedex Number": "779", + "Img name": "779", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "psychic", + "Weather 1": "Rainy", + "Weather 2": "Windy", + "STAT TOTAL": "489", + "ATK": "208", + "DEF": "145", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2164", + "100% CP @ 39": "2133" + }, + { + "Row": "801", + "Name": "Drampa", + "Pokedex Number": "780", + "Img name": "780", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "normal", + "Type 2": "dragon", + "Weather 1": "Partly cloudy", + "Weather 2": "Windy", + "STAT TOTAL": "554", + "ATK": "231", + "DEF": "167", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2710", + "100% CP @ 39": "2671" + }, + { + "Row": "802", + "Name": "Dhelmise", + "Pokedex Number": "781", + "Img name": "781", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "ghost", + "Type 2": "grass", + "Weather 1": "Fog", + "Weather 2": "Sunny/clear", + "STAT TOTAL": "557", + "ATK": "233", + "DEF": "184", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2720", + "100% CP @ 39": "2681" + }, + { + "Row": "803", + "Name": "Jangmo-O", + "Pokedex Number": "782", + "Img name": "782", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "310", + "ATK": "102", + "DEF": "118", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "863", + "100% CP @ 39": "851" + }, + { + "Row": "804", + "Name": "Hakamo-O", + "Pokedex Number": "783", + "Img name": "783", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "fighting", + "Weather 1": "Windy", + "Weather 2": "Cloudy", + "STAT TOTAL": "427", + "ATK": "145", + "DEF": "172", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "1527", + "100% CP @ 39": "1506" + }, + { + "Row": "805", + "Name": "Kommo-O", + "Pokedex Number": "784", + "Img name": "784", + "Generation": "7", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dragon", + "Type 2": "fighting", + "Weather 1": "Windy", + "Weather 2": "Cloudy", + "STAT TOTAL": "622", + "ATK": "222", + "DEF": "250", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3095", + "100% CP @ 39": "3051" + }, + { + "Row": "806", + "Name": "Tapu Koko", + "Pokedex Number": "785", + "Img name": "785", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "fairy", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "576", + "ATK": "250", + "DEF": "186", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2921", + "100% CP @ 39": "2879" + }, + { + "Row": "807", + "Name": "Tapu Lele", + "Pokedex Number": "786", + "Img name": "786", + "Generation": "7", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "fairy", + "Weather 1": "Windy", + "Weather 2": "Cloudy", + "STAT TOTAL": "628", + "ATK": "259", + "DEF": "229", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3328", + "100% CP @ 39": "3280" + }, + { + "Row": "808", + "Name": "Tapu Bulu", + "Pokedex Number": "787", + "Img name": "787", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "fairy", + "Weather 1": "Sunny/clear", + "Weather 2": "Cloudy", + "STAT TOTAL": "614", + "ATK": "249", + "DEF": "225", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3180", + "100% CP @ 39": "3134" + }, + { + "Row": "809", + "Name": "Tapu Fini", + "Pokedex Number": "788", + "Img name": "788", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "water", + "Type 2": "fairy", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "590", + "ATK": "189", + "DEF": "261", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2635", + "100% CP @ 39": "2597" + }, + { + "Row": "810", + "Name": "Cosmog", + "Pokedex Number": "789", + "Img name": "789", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "197", + "ATK": "54", + "DEF": "57", + "STA": "86", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "367", + "100% CP @ 39": "362" + }, + { + "Row": "811", + "Name": "Cosmoem", + "Pokedex Number": "790", + "Img name": "790", + "Generation": "7", + "Evolution Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "382", + "ATK": "54", + "DEF": "242", + "STA": "86", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "694", + "100% CP @ 39": "684" + }, + { + "Row": "812", + "Name": "Solgaleo", + "Pokedex Number": "791", + "Img name": "791", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "steel", + "Weather 1": "Windy", + "Weather 2": "Snow", + "STAT TOTAL": "773", + "ATK": "280", + "DEF": "219", + "STA": "274", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4791", + "100% CP @ 39": "4722" + }, + { + "Row": "813", + "Name": "Lunala", + "Pokedex Number": "792", + "Img name": "792", + "Generation": "7", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "ghost", + "Weather 1": "Windy", + "Weather 2": "Fog", + "STAT TOTAL": "773", + "ATK": "280", + "DEF": "219", + "STA": "274", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4791", + "100% CP @ 39": "4722" + }, + { + "Row": "814", + "Name": "Nihilego", + "Pokedex Number": "793", + "Img name": "793", + "Generation": "7", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "rock", + "Type 2": "poison", + "Weather 1": "Partly cloudy", + "Weather 2": "Cloudy", + "STAT TOTAL": "721", + "ATK": "249", + "DEF": "254", + "STA": "218", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4128", + "100% CP @ 39": "4069" + }, + { + "Row": "815", + "Name": "Buzzwole", + "Pokedex Number": "794", + "Img name": "794", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "fighting", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "732", + "ATK": "259", + "DEF": "259", + "STA": "214", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4286", + "100% CP @ 39": "4225" + }, + { + "Row": "816", + "Name": "Pheromosa", + "Pokedex Number": "795", + "Img name": "795", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "bug", + "Type 2": "fighting", + "Weather 1": "Rainy", + "Weather 2": "Cloudy", + "STAT TOTAL": "543", + "ATK": "316", + "DEF": "85", + "STA": "142", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2590", + "100% CP @ 39": "2553" + }, + { + "Row": "817", + "Name": "Xurkitree", + "Pokedex Number": "796", + "Img name": "796", + "Generation": "7", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "electric", + "Type 2": "", + "Weather 1": "Rainy", + "Weather 2": "", + "STAT TOTAL": "640", + "ATK": "330", + "DEF": "144", + "STA": "166", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3655", + "100% CP @ 39": "3603" + }, + { + "Row": "818", + "Name": "Celesteela", + "Pokedex Number": "797", + "Img name": "797", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "flying", + "Weather 1": "Snow", + "Weather 2": "Windy", + "STAT TOTAL": "601", + "ATK": "207", + "DEF": "200", + "STA": "194", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2939", + "100% CP @ 39": "2897" + }, + { + "Row": "819", + "Name": "Kartana", + "Pokedex Number": "798", + "Img name": "798", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "grass", + "Type 2": "steel", + "Weather 1": "Sunny/clear", + "Weather 2": "Snow", + "STAT TOTAL": "726", + "ATK": "355", + "DEF": "253", + "STA": "118", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "4362", + "100% CP @ 39": "4300" + }, + { + "Row": "820", + "Name": "Guzzlord", + "Pokedex Number": "799", + "Img name": "799", + "Generation": "7", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "dark", + "Type 2": "dragon", + "Weather 1": "Fog", + "Weather 2": "Windy", + "STAT TOTAL": "733", + "ATK": "188", + "DEF": "99", + "STA": "446", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "2906", + "100% CP @ 39": "2865" + }, + { + "Row": "821", + "Name": "Necrozma", + "Pokedex Number": "800", + "Img name": "800", + "Generation": "7", + "Evolution Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "psychic", + "Type 2": "", + "Weather 1": "Windy", + "Weather 2": "", + "STAT TOTAL": "646", + "ATK": "251", + "DEF": "201", + "STA": "194", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3529", + "100% CP @ 39": "3479" + }, + { + "Row": "822", + "Name": "Magearna", + "Pokedex Number": "801", + "Img name": "801", + "Generation": "7", + "Evolution Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross Gen": "0", + "Type 1": "steel", + "Type 2": "fairy", + "Weather 1": "Snow", + "Weather 2": "Cloudy", + "STAT TOTAL": "631", + "ATK": "246", + "DEF": "225", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not-Gettable": "0", + "Future Evolve": "0", + "100% CP @ 40": "3340", + "100% CP @ 39": "3293" + } +] \ No newline at end of file From 3d2c83fd9f9304b98db78c47f9fd1aea5ced9625 Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Thu, 25 Mar 2021 20:40:57 -0300 Subject: [PATCH 06/17] adicionado navbar e removido link nao em uso --- AngularPokedex/src/app/app-routing.module.ts | 4 +-- AngularPokedex/src/app/app.component.html | 27 +++++++++++++++++++- AngularPokedex/src/index.html | 6 ++--- 3 files changed, 30 insertions(+), 7 deletions(-) diff --git a/AngularPokedex/src/app/app-routing.module.ts b/AngularPokedex/src/app/app-routing.module.ts index 587208540..4cf393b66 100644 --- a/AngularPokedex/src/app/app-routing.module.ts +++ b/AngularPokedex/src/app/app-routing.module.ts @@ -3,9 +3,7 @@ import { RouterModule, Routes } from '@angular/router'; const routes: Routes = [ - { - - } + ]; diff --git a/AngularPokedex/src/app/app.component.html b/AngularPokedex/src/app/app.component.html index 90c6b6463..3b827671b 100644 --- a/AngularPokedex/src/app/app.component.html +++ b/AngularPokedex/src/app/app.component.html @@ -1 +1,26 @@ - \ No newline at end of file + +
+ +
+ diff --git a/AngularPokedex/src/index.html b/AngularPokedex/src/index.html index fe9597333..ed3e40188 100644 --- a/AngularPokedex/src/index.html +++ b/AngularPokedex/src/index.html @@ -2,13 +2,13 @@ - AngularPokedex + AngularPokedex - Matheus Henrique - - + + From eb8d0efd46c865ba2eac42b11f2ae6b19a1f0573 Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:52:27 -0300 Subject: [PATCH 07/17] criado rotas e removido pasta da API --- AngularPokedex/src/app/app-routing.module.ts | 11 +- AngularPokedex/src/app/app.module.ts | 4 +- .../app/pokemonlist/pokemonlist.component.css | 0 .../pokemonlist/pokemonlist.component.html | 1 + .../pokemonlist/pokemonlist.component.spec.ts | 25 + .../app/pokemonlist/pokemonlist.component.ts | 15 + PokeAPI/app.js | 41 - PokeAPI/bin/www | 90 - PokeAPI/package.json | 16 - PokeAPI/pokemondata.json | 26306 ---------------- PokeAPI/public/stylesheets/style.css | 8 - PokeAPI/routes/index.js | 9 - PokeAPI/routes/users.js | 9 - PokeAPI/views/error.jade | 6 - PokeAPI/views/index.jade | 5 - PokeAPI/views/layout.jade | 7 - 16 files changed, 54 insertions(+), 26499 deletions(-) create mode 100644 AngularPokedex/src/app/pokemonlist/pokemonlist.component.css create mode 100644 AngularPokedex/src/app/pokemonlist/pokemonlist.component.html create mode 100644 AngularPokedex/src/app/pokemonlist/pokemonlist.component.spec.ts create mode 100644 AngularPokedex/src/app/pokemonlist/pokemonlist.component.ts delete mode 100644 PokeAPI/app.js delete mode 100644 PokeAPI/bin/www delete mode 100644 PokeAPI/package.json delete mode 100644 PokeAPI/pokemondata.json delete mode 100644 PokeAPI/public/stylesheets/style.css delete mode 100644 PokeAPI/routes/index.js delete mode 100644 PokeAPI/routes/users.js delete mode 100644 PokeAPI/views/error.jade delete mode 100644 PokeAPI/views/index.jade delete mode 100644 PokeAPI/views/layout.jade diff --git a/AngularPokedex/src/app/app-routing.module.ts b/AngularPokedex/src/app/app-routing.module.ts index 4cf393b66..b15615764 100644 --- a/AngularPokedex/src/app/app-routing.module.ts +++ b/AngularPokedex/src/app/app-routing.module.ts @@ -1,8 +1,17 @@ import { NgModule } from '@angular/core'; import { RouterModule, Routes } from '@angular/router'; +import { PokemonlistComponent } from './pokemonlist/pokemonlist.component'; const routes: Routes = [ - +{ + path:'', + redirectTo:'pokemon', + pathMatch:'full' +}, +{ + path:'pokemon', + component:PokemonlistComponent +} ]; diff --git a/AngularPokedex/src/app/app.module.ts b/AngularPokedex/src/app/app.module.ts index 5c20967cf..eba33740f 100644 --- a/AngularPokedex/src/app/app.module.ts +++ b/AngularPokedex/src/app/app.module.ts @@ -4,10 +4,12 @@ import { BrowserModule } from '@angular/platform-browser'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; +import { PokemonlistComponent } from './pokemonlist/pokemonlist.component'; @NgModule({ declarations: [ - AppComponent + AppComponent, + PokemonlistComponent ], imports: [ BrowserModule, diff --git a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.css b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.css new file mode 100644 index 000000000..e69de29bb diff --git a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.html b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.html new file mode 100644 index 000000000..bda5e69be --- /dev/null +++ b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.html @@ -0,0 +1 @@ +

pokemonlist works!

diff --git a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.spec.ts b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.spec.ts new file mode 100644 index 000000000..a957911ab --- /dev/null +++ b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.spec.ts @@ -0,0 +1,25 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { PokemonlistComponent } from './pokemonlist.component'; + +describe('PokemonlistComponent', () => { + let component: PokemonlistComponent; + let fixture: ComponentFixture; + + beforeEach(async () => { + await TestBed.configureTestingModule({ + declarations: [ PokemonlistComponent ] + }) + .compileComponents(); + }); + + beforeEach(() => { + fixture = TestBed.createComponent(PokemonlistComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.ts b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.ts new file mode 100644 index 000000000..ef1f8fb72 --- /dev/null +++ b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.ts @@ -0,0 +1,15 @@ +import { Component, OnInit } from '@angular/core'; + +@Component({ + selector: 'app-pokemonlist', + templateUrl: './pokemonlist.component.html', + styleUrls: ['./pokemonlist.component.css'] +}) +export class PokemonlistComponent implements OnInit { + + constructor() { } + + ngOnInit(): void { + } + +} diff --git a/PokeAPI/app.js b/PokeAPI/app.js deleted file mode 100644 index 662bcc927..000000000 --- a/PokeAPI/app.js +++ /dev/null @@ -1,41 +0,0 @@ -var createError = require('http-errors'); -var express = require('express'); -var path = require('path'); -var cookieParser = require('cookie-parser'); -var logger = require('morgan'); - -var indexRouter = require('./routes/index'); -var usersRouter = require('./routes/users'); - -var app = express(); - -// view engine setup -app.set('views', path.join(__dirname, 'views')); -app.set('view engine', 'jade'); - -app.use(logger('dev')); -app.use(express.json()); -app.use(express.urlencoded({ extended: false })); -app.use(cookieParser()); -app.use(express.static(path.join(__dirname, 'public'))); - -app.use('/', indexRouter); -app.use('/users', usersRouter); - -// catch 404 and forward to error handler -app.use(function(req, res, next) { - next(createError(404)); -}); - -// error handler -app.use(function(err, req, res, next) { - // set locals, only providing error in development - res.locals.message = err.message; - res.locals.error = req.app.get('env') === 'development' ? err : {}; - - // render the error page - res.status(err.status || 500); - res.render('error'); -}); - -module.exports = app; diff --git a/PokeAPI/bin/www b/PokeAPI/bin/www deleted file mode 100644 index b77e41f07..000000000 --- a/PokeAPI/bin/www +++ /dev/null @@ -1,90 +0,0 @@ -#!/usr/bin/env node - -/** - * Module dependencies. - */ - -var app = require('../app'); -var debug = require('debug')('pokeapi:server'); -var http = require('http'); - -/** - * Get port from environment and store in Express. - */ - -var port = normalizePort(process.env.PORT || '3000'); -app.set('port', port); - -/** - * Create HTTP server. - */ - -var server = http.createServer(app); - -/** - * Listen on provided port, on all network interfaces. - */ - -server.listen(port); -server.on('error', onError); -server.on('listening', onListening); - -/** - * Normalize a port into a number, string, or false. - */ - -function normalizePort(val) { - var port = parseInt(val, 10); - - if (isNaN(port)) { - // named pipe - return val; - } - - if (port >= 0) { - // port number - return port; - } - - return false; -} - -/** - * Event listener for HTTP server "error" event. - */ - -function onError(error) { - if (error.syscall !== 'listen') { - throw error; - } - - var bind = typeof port === 'string' - ? 'Pipe ' + port - : 'Port ' + port; - - // handle specific listen errors with friendly messages - switch (error.code) { - case 'EACCES': - console.error(bind + ' requires elevated privileges'); - process.exit(1); - break; - case 'EADDRINUSE': - console.error(bind + ' is already in use'); - process.exit(1); - break; - default: - throw error; - } -} - -/** - * Event listener for HTTP server "listening" event. - */ - -function onListening() { - var addr = server.address(); - var bind = typeof addr === 'string' - ? 'pipe ' + addr - : 'port ' + addr.port; - debug('Listening on ' + bind); -} diff --git a/PokeAPI/package.json b/PokeAPI/package.json deleted file mode 100644 index f8c62707f..000000000 --- a/PokeAPI/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "pokeapi", - "version": "0.0.0", - "private": true, - "scripts": { - "start": "node ./bin/www" - }, - "dependencies": { - "cookie-parser": "~1.4.4", - "debug": "~2.6.9", - "express": "~4.16.1", - "http-errors": "~1.6.3", - "jade": "~1.11.0", - "morgan": "~1.9.1" - } -} diff --git a/PokeAPI/pokemondata.json b/PokeAPI/pokemondata.json deleted file mode 100644 index 747086eb4..000000000 --- a/PokeAPI/pokemondata.json +++ /dev/null @@ -1,26306 +0,0 @@ -[ - { - "Row": "1", - "Name": "Bulbasaur", - "Pokedex Number": "1", - "Img name": "1", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "1", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "326", - "ATK": "118", - "DEF": "118", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "981", - "100% CP @ 39": "967" - }, - { - "Row": "2", - "Name": "Ivysaur", - "Pokedex Number": "2", - "Img name": "2", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "1", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "422", - "ATK": "151", - "DEF": "151", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1552", - "100% CP @ 39": "1529" - }, - { - "Row": "3", - "Name": "Venusaur", - "Pokedex Number": "3", - "Img name": "3", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "1", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "556", - "ATK": "198", - "DEF": "198", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2568", - "100% CP @ 39": "2531" - }, - { - "Row": "4", - "Name": "Charmander", - "Pokedex Number": "4", - "Img name": "4", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "2", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "290", - "ATK": "116", - "DEF": "96", - "STA": "78", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "831", - "100% CP @ 39": "819" - }, - { - "Row": "5", - "Name": "Charmeleon", - "Pokedex Number": "5", - "Img name": "5", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "2", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "403", - "ATK": "158", - "DEF": "129", - "STA": "116", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1484", - "100% CP @ 39": "1462" - }, - { - "Row": "6", - "Name": "Charizard", - "Pokedex Number": "6", - "Img name": "6", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "2", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "555", - "ATK": "223", - "DEF": "176", - "STA": "156", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2686", - "100% CP @ 39": "2648" - }, - { - "Row": "7", - "Name": "Squirtle", - "Pokedex Number": "7", - "Img name": "7", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "3", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "304", - "ATK": "94", - "DEF": "122", - "STA": "88", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "808", - "100% CP @ 39": "797" - }, - { - "Row": "8", - "Name": "Wartortle", - "Pokedex Number": "8", - "Img name": "8", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "3", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "399", - "ATK": "126", - "DEF": "155", - "STA": "118", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1324", - "100% CP @ 39": "1305" - }, - { - "Row": "9", - "Name": "Blastoise", - "Pokedex Number": "9", - "Img name": "9", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "3", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "539", - "ATK": "171", - "DEF": "210", - "STA": "158", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2291", - "100% CP @ 39": "2259" - }, - { - "Row": "10", - "Name": "Caterpie", - "Pokedex Number": "10", - "Img name": "10", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "4", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "207", - "ATK": "55", - "DEF": "62", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "393", - "100% CP @ 39": "387" - }, - { - "Row": "11", - "Name": "Metapod", - "Pokedex Number": "11", - "Img name": "11", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "4", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "239", - "ATK": "45", - "DEF": "94", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "419", - "100% CP @ 39": "413" - }, - { - "Row": "12", - "Name": "Butterfree", - "Pokedex Number": "12", - "Img name": "12", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "4", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "438", - "ATK": "167", - "DEF": "151", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1701", - "100% CP @ 39": "1677" - }, - { - "Row": "13", - "Name": "Weedle", - "Pokedex Number": "13", - "Img name": "13", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "5", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "198", - "ATK": "63", - "DEF": "55", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "397", - "100% CP @ 39": "391" - }, - { - "Row": "14", - "Name": "Kakuna", - "Pokedex Number": "14", - "Img name": "14", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "5", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "222", - "ATK": "46", - "DEF": "86", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "392", - "100% CP @ 39": "386" - }, - { - "Row": "15", - "Name": "Beedrill", - "Pokedex Number": "15", - "Img name": "15", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "5", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "449", - "ATK": "169", - "DEF": "150", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1777", - "100% CP @ 39": "1752" - }, - { - "Row": "16", - "Name": "Pidgey", - "Pokedex Number": "16", - "Img name": "16", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "6", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "241", - "ATK": "85", - "DEF": "76", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "580", - "100% CP @ 39": "572" - }, - { - "Row": "17", - "Name": "Pidgeotto", - "Pokedex Number": "17", - "Img name": "17", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "6", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "351", - "ATK": "117", - "DEF": "108", - "STA": "126", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1085", - "100% CP @ 39": "1070" - }, - { - "Row": "18", - "Name": "Pidgeot", - "Pokedex Number": "18", - "Img name": "18", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "6", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "489", - "ATK": "166", - "DEF": "157", - "STA": "166", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1994", - "100% CP @ 39": "1966" - }, - { - "Row": "19", - "Name": "Rattata", - "Pokedex Number": "19", - "Img name": "19", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "7", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "233", - "ATK": "103", - "DEF": "70", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "588", - "100% CP @ 39": "580" - }, - { - "Row": "20", - "Name": "Raticate", - "Pokedex Number": "20", - "Img name": "20", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "7", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "415", - "ATK": "161", - "DEF": "144", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1549", - "100% CP @ 39": "1527" - }, - { - "Row": "21", - "Name": "Spearow", - "Pokedex Number": "21", - "Img name": "21", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "8", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "253", - "ATK": "112", - "DEF": "61", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "673", - "100% CP @ 39": "664" - }, - { - "Row": "22", - "Name": "Fearow", - "Pokedex Number": "22", - "Img name": "22", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "8", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "447", - "ATK": "182", - "DEF": "135", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1814", - "100% CP @ 39": "1788" - }, - { - "Row": "23", - "Name": "Ekans", - "Pokedex Number": "23", - "Img name": "23", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "9", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "282", - "ATK": "110", - "DEF": "102", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "778", - "100% CP @ 39": "767" - }, - { - "Row": "24", - "Name": "Arbok", - "Pokedex Number": "24", - "Img name": "24", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "9", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "445", - "ATK": "167", - "DEF": "158", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1737", - "100% CP @ 39": "1712" - }, - { - "Row": "25", - "Name": "Pikachu", - "Pokedex Number": "25", - "Img name": "25", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "10", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "283", - "ATK": "112", - "DEF": "101", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "787", - "100% CP @ 39": "776" - }, - { - "Row": "26", - "Name": "Raichu", - "Pokedex Number": "26", - "Img name": "26", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "10", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "478", - "ATK": "193", - "DEF": "165", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2025", - "100% CP @ 39": "1996" - }, - { - "Row": "27", - "Name": "Sandshrew", - "Pokedex Number": "27", - "Img name": "27", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "11", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "371", - "ATK": "126", - "DEF": "145", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1194", - "100% CP @ 39": "1177" - }, - { - "Row": "28", - "Name": "Sandslash", - "Pokedex Number": "28", - "Img name": "28", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "11", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "534", - "ATK": "182", - "DEF": "202", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2328", - "100% CP @ 39": "2294" - }, - { - "Row": "29", - "Name": "Nidoran F", - "Pokedex Number": "29", - "Img name": "29", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "12", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "290", - "ATK": "86", - "DEF": "94", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "736", - "100% CP @ 39": "725" - }, - { - "Row": "30", - "Name": "Nidorina", - "Pokedex Number": "30", - "Img name": "30", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "12", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "383", - "ATK": "117", - "DEF": "126", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1218", - "100% CP @ 39": "1201" - }, - { - "Row": "31", - "Name": "Nidoqueen", - "Pokedex Number": "31", - "Img name": "31", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "12", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "ground", - "Weather 1": "Cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "534", - "ATK": "180", - "DEF": "174", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2338", - "100% CP @ 39": "2304" - }, - { - "Row": "32", - "Name": "Nidoran M", - "Pokedex Number": "32", - "Img name": "32", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "13", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "273", - "ATK": "105", - "DEF": "76", - "STA": "92", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "739", - "100% CP @ 39": "729" - }, - { - "Row": "33", - "Name": "Nidorino", - "Pokedex Number": "33", - "Img name": "33", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "13", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "371", - "ATK": "137", - "DEF": "112", - "STA": "122", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1252", - "100% CP @ 39": "1234" - }, - { - "Row": "34", - "Name": "Nidoking", - "Pokedex Number": "34", - "Img name": "34", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "13", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "ground", - "Weather 1": "Cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "523", - "ATK": "204", - "DEF": "157", - "STA": "162", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2386", - "100% CP @ 39": "2352" - }, - { - "Row": "35", - "Name": "Clefairy", - "Pokedex Number": "35", - "Img name": "35", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "14", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "363", - "ATK": "107", - "DEF": "116", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1085", - "100% CP @ 39": "1070" - }, - { - "Row": "36", - "Name": "Clefable", - "Pokedex Number": "36", - "Img name": "36", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "14", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "539", - "ATK": "178", - "DEF": "171", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2353", - "100% CP @ 39": "2320" - }, - { - "Row": "37", - "Name": "Vulpix", - "Pokedex Number": "37", - "Img name": "37", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "15", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "294", - "ATK": "96", - "DEF": "122", - "STA": "76", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "774", - "100% CP @ 39": "763" - }, - { - "Row": "38", - "Name": "Ninetales", - "Pokedex Number": "38", - "Img name": "38", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "15", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "519", - "ATK": "169", - "DEF": "204", - "STA": "146", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2157", - "100% CP @ 39": "2127" - }, - { - "Row": "39", - "Name": "Jigglypuff", - "Pokedex Number": "39", - "Img name": "39", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "16", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "fairy", - "Weather 1": "Partly cloudy", - "Weather 2": "Cloudy", - "STAT TOTAL": "354", - "ATK": "80", - "DEF": "44", - "STA": "230", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "713", - "100% CP @ 39": "703" - }, - { - "Row": "40", - "Name": "Wigglytuff", - "Pokedex Number": "40", - "Img name": "40", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "16", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "fairy", - "Weather 1": "Partly cloudy", - "Weather 2": "Cloudy", - "STAT TOTAL": "529", - "ATK": "156", - "DEF": "93", - "STA": "280", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1906", - "100% CP @ 39": "1879" - }, - { - "Row": "41", - "Name": "Zubat", - "Pokedex Number": "41", - "Img name": "41", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "17", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "flying", - "Weather 1": "Cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "239", - "ATK": "83", - "DEF": "76", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "569", - "100% CP @ 39": "560" - }, - { - "Row": "42", - "Name": "Golbat", - "Pokedex Number": "42", - "Img name": "42", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "17", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "flying", - "Weather 1": "Cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "464", - "ATK": "161", - "DEF": "153", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1830", - "100% CP @ 39": "1804" - }, - { - "Row": "43", - "Name": "Oddish", - "Pokedex Number": "43", - "Img name": "43", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "18", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "337", - "ATK": "131", - "DEF": "116", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1069", - "100% CP @ 39": "1054" - }, - { - "Row": "44", - "Name": "Gloom", - "Pokedex Number": "44", - "Img name": "44", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "18", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "412", - "ATK": "153", - "DEF": "139", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1512", - "100% CP @ 39": "1491" - }, - { - "Row": "45", - "Name": "Vileplume", - "Pokedex Number": "45", - "Img name": "45", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "18", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "522", - "ATK": "202", - "DEF": "170", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2367", - "100% CP @ 39": "2334" - }, - { - "Row": "46", - "Name": "Paras", - "Pokedex Number": "46", - "Img name": "46", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "19", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "grass", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "290", - "ATK": "121", - "DEF": "99", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "836", - "100% CP @ 39": "824" - }, - { - "Row": "47", - "Name": "Parasect", - "Pokedex Number": "47", - "Img name": "47", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "19", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "grass", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "431", - "ATK": "165", - "DEF": "146", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1657", - "100% CP @ 39": "1633" - }, - { - "Row": "48", - "Name": "Venonat", - "Pokedex Number": "48", - "Img name": "48", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "20", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "322", - "ATK": "100", - "DEF": "102", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "902", - "100% CP @ 39": "889" - }, - { - "Row": "49", - "Name": "Venomoth", - "Pokedex Number": "49", - "Img name": "49", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "20", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "469", - "ATK": "179", - "DEF": "150", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1937", - "100% CP @ 39": "1910" - }, - { - "Row": "50", - "Name": "Diglett", - "Pokedex Number": "50", - "Img name": "50", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "21", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "217", - "ATK": "109", - "DEF": "88", - "STA": "20", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "465", - "100% CP @ 39": "458" - }, - { - "Row": "51", - "Name": "Dugtrio", - "Pokedex Number": "51", - "Img name": "51", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "21", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "384", - "ATK": "167", - "DEF": "147", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1333", - "100% CP @ 39": "1314" - }, - { - "Row": "52", - "Name": "Meowth", - "Pokedex Number": "52", - "Img name": "52", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "23", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "253", - "ATK": "92", - "DEF": "81", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "638", - "100% CP @ 39": "629" - }, - { - "Row": "53", - "Name": "Persian", - "Pokedex Number": "53", - "Img name": "53", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "23", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "419", - "ATK": "150", - "DEF": "139", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1539", - "100% CP @ 39": "1517" - }, - { - "Row": "54", - "Name": "Psyduck", - "Pokedex Number": "54", - "Img name": "54", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "24", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "318", - "ATK": "122", - "DEF": "96", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "966", - "100% CP @ 39": "952" - }, - { - "Row": "55", - "Name": "Golduck", - "Pokedex Number": "55", - "Img name": "55", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "24", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "514", - "ATK": "191", - "DEF": "163", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2270", - "100% CP @ 39": "2238" - }, - { - "Row": "56", - "Name": "Mankey", - "Pokedex Number": "56", - "Img name": "56", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "25", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "315", - "ATK": "148", - "DEF": "87", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1002", - "100% CP @ 39": "987" - }, - { - "Row": "57", - "Name": "Primeape", - "Pokedex Number": "57", - "Img name": "57", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "25", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "481", - "ATK": "207", - "DEF": "144", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2105", - "100% CP @ 39": "2075" - }, - { - "Row": "58", - "Name": "Growlithe", - "Pokedex Number": "58", - "Img name": "58", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "26", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "342", - "ATK": "136", - "DEF": "96", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1110", - "100% CP @ 39": "1095" - }, - { - "Row": "59", - "Name": "Arcanine", - "Pokedex Number": "59", - "Img name": "59", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "26", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "573", - "ATK": "227", - "DEF": "166", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2839", - "100% CP @ 39": "2799" - }, - { - "Row": "60", - "Name": "Poliwag", - "Pokedex Number": "60", - "Img name": "60", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "27", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "263", - "ATK": "101", - "DEF": "82", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "695", - "100% CP @ 39": "685" - }, - { - "Row": "61", - "Name": "Poliwhirl", - "Pokedex Number": "61", - "Img name": "61", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "27", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "390", - "ATK": "130", - "DEF": "130", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1313", - "100% CP @ 39": "1294" - }, - { - "Row": "62", - "Name": "Poliwrath", - "Pokedex Number": "62", - "Img name": "62", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "27", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "fighting", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "549", - "ATK": "182", - "DEF": "187", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2441", - "100% CP @ 39": "2407" - }, - { - "Row": "63", - "Name": "Abra", - "Pokedex Number": "63", - "Img name": "63", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "28", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "348", - "ATK": "195", - "DEF": "103", - "STA": "50", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1148", - "100% CP @ 39": "1132" - }, - { - "Row": "64", - "Name": "Kadabra", - "Pokedex Number": "64", - "Img name": "64", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "28", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "450", - "ATK": "232", - "DEF": "138", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1859", - "100% CP @ 39": "1833" - }, - { - "Row": "65", - "Name": "Alakazam", - "Pokedex Number": "65", - "Img name": "65", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "28", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "575", - "ATK": "271", - "DEF": "194", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2887", - "100% CP @ 39": "2845" - }, - { - "Row": "66", - "Name": "Machop", - "Pokedex Number": "66", - "Img name": "66", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "29", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "365", - "ATK": "137", - "DEF": "88", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1199", - "100% CP @ 39": "1182" - }, - { - "Row": "67", - "Name": "Machoke", - "Pokedex Number": "67", - "Img name": "67", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "29", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "467", - "ATK": "177", - "DEF": "130", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1910", - "100% CP @ 39": "1882" - }, - { - "Row": "68", - "Name": "Machamp", - "Pokedex Number": "68", - "Img name": "68", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "29", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "576", - "ATK": "234", - "DEF": "162", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "3", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2889", - "100% CP @ 39": "2848" - }, - { - "Row": "69", - "Name": "Bellsprout", - "Pokedex Number": "69", - "Img name": "69", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "30", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "303", - "ATK": "139", - "DEF": "64", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "916", - "100% CP @ 39": "903" - }, - { - "Row": "70", - "Name": "Weepinbell", - "Pokedex Number": "70", - "Img name": "70", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "30", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "397", - "ATK": "172", - "DEF": "95", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1475", - "100% CP @ 39": "1453" - }, - { - "Row": "71", - "Name": "Victreebel", - "Pokedex Number": "71", - "Img name": "71", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "30", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "505", - "ATK": "207", - "DEF": "138", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2268", - "100% CP @ 39": "2236" - }, - { - "Row": "72", - "Name": "Tentacool", - "Pokedex Number": "72", - "Img name": "72", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "31", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "359", - "ATK": "97", - "DEF": "182", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "956", - "100% CP @ 39": "943" - }, - { - "Row": "73", - "Name": "Tentacruel", - "Pokedex Number": "73", - "Img name": "73", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "31", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "563", - "ATK": "166", - "DEF": "237", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2374", - "100% CP @ 39": "2340" - }, - { - "Row": "74", - "Name": "Geodude", - "Pokedex Number": "74", - "Img name": "74", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "32", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "ground", - "Weather 1": "Partly cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "375", - "ATK": "132", - "DEF": "163", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1193", - "100% CP @ 39": "1176" - }, - { - "Row": "75", - "Name": "Graveler", - "Pokedex Number": "75", - "Img name": "75", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "32", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "ground", - "Weather 1": "Partly cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "470", - "ATK": "164", - "DEF": "196", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1815", - "100% CP @ 39": "1789" - }, - { - "Row": "76", - "Name": "Golem", - "Pokedex Number": "76", - "Img name": "76", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "32", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "ground", - "Weather 1": "Partly cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "600", - "ATK": "211", - "DEF": "229", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "4", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2916", - "100% CP @ 39": "2875" - }, - { - "Row": "77", - "Name": "Ponyta", - "Pokedex Number": "77", - "Img name": "77", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "33", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "402", - "ATK": "170", - "DEF": "132", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1502", - "100% CP @ 39": "1480" - }, - { - "Row": "78", - "Name": "Rapidash", - "Pokedex Number": "78", - "Img name": "78", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "33", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "504", - "ATK": "207", - "DEF": "167", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2252", - "100% CP @ 39": "2220" - }, - { - "Row": "79", - "Name": "Slowpoke", - "Pokedex Number": "79", - "Img name": "79", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "34", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "psychic", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "398", - "ATK": "109", - "DEF": "109", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1204", - "100% CP @ 39": "1187" - }, - { - "Row": "80", - "Name": "Slowbro", - "Pokedex Number": "80", - "Img name": "80", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "34", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "psychic", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "561", - "ATK": "177", - "DEF": "194", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2482", - "100% CP @ 39": "2446" - }, - { - "Row": "81", - "Name": "Magnemite", - "Pokedex Number": "81", - "Img name": "81", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "35", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "steel", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "343", - "ATK": "165", - "DEF": "128", - "STA": "50", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1083", - "100% CP @ 39": "1068" - }, - { - "Row": "82", - "Name": "Magneton", - "Pokedex Number": "82", - "Img name": "82", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "35", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "steel", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "505", - "ATK": "223", - "DEF": "182", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "2237", - "100% CP @ 39": "2205" - }, - { - "Row": "83", - "Name": "Farfetchd", - "Pokedex Number": "83", - "Img name": "83", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "36", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "346", - "ATK": "124", - "DEF": "118", - "STA": "104", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1092", - "100% CP @ 39": "1076" - }, - { - "Row": "84", - "Name": "Doduo", - "Pokedex Number": "84", - "Img name": "84", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "37", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "316", - "ATK": "158", - "DEF": "88", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1011", - "100% CP @ 39": "996" - }, - { - "Row": "85", - "Name": "Dodrio", - "Pokedex Number": "85", - "Img name": "85", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "37", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "483", - "ATK": "218", - "DEF": "145", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2138", - "100% CP @ 39": "2108" - }, - { - "Row": "86", - "Name": "Seel", - "Pokedex Number": "86", - "Img name": "86", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "38", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "343", - "ATK": "85", - "DEF": "128", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "899", - "100% CP @ 39": "886" - }, - { - "Row": "87", - "Name": "Dewgong", - "Pokedex Number": "87", - "Img name": "87", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "38", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ice", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "503", - "ATK": "139", - "DEF": "184", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1894", - "100% CP @ 39": "1867" - }, - { - "Row": "88", - "Name": "Grimer", - "Pokedex Number": "88", - "Img name": "88", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "39", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "385", - "ATK": "135", - "DEF": "90", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1269", - "100% CP @ 39": "1251" - }, - { - "Row": "89", - "Name": "Muk", - "Pokedex Number": "89", - "Img name": "89", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "39", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "584", - "ATK": "190", - "DEF": "184", - "STA": "210", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2709", - "100% CP @ 39": "2670" - }, - { - "Row": "90", - "Name": "Shellder", - "Pokedex Number": "90", - "Img name": "90", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "40", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "344", - "ATK": "116", - "DEF": "168", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "958", - "100% CP @ 39": "944" - }, - { - "Row": "91", - "Name": "Cloyster", - "Pokedex Number": "91", - "Img name": "91", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "40", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ice", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "609", - "ATK": "186", - "DEF": "323", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2475", - "100% CP @ 39": "2439" - }, - { - "Row": "92", - "Name": "Gastly", - "Pokedex Number": "92", - "Img name": "92", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "41", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "poison", - "Weather 1": "Fog", - "Weather 2": "Cloudy", - "STAT TOTAL": "316", - "ATK": "186", - "DEF": "70", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1002", - "100% CP @ 39": "988" - }, - { - "Row": "93", - "Name": "Haunter", - "Pokedex Number": "93", - "Img name": "93", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "41", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "poison", - "Weather 1": "Fog", - "Weather 2": "Cloudy", - "STAT TOTAL": "425", - "ATK": "223", - "DEF": "112", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1716", - "100% CP @ 39": "1692" - }, - { - "Row": "94", - "Name": "Gengar", - "Pokedex Number": "94", - "Img name": "94", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "41", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "poison", - "Weather 1": "Fog", - "Weather 2": "Cloudy", - "STAT TOTAL": "537", - "ATK": "261", - "DEF": "156", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "3", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2619", - "100% CP @ 39": "2581" - }, - { - "Row": "95", - "Name": "Onix", - "Pokedex Number": "95", - "Img name": "95", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "42", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "ground", - "Weather 1": "Partly cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "443", - "ATK": "85", - "DEF": "288", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1002", - "100% CP @ 39": "988" - }, - { - "Row": "96", - "Name": "Drowzee", - "Pokedex Number": "96", - "Img name": "96", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "43", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "367", - "ATK": "89", - "DEF": "158", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "992", - "100% CP @ 39": "978" - }, - { - "Row": "97", - "Name": "Hypno", - "Pokedex Number": "97", - "Img name": "97", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "43", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "529", - "ATK": "144", - "DEF": "215", - "STA": "170", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2048", - "100% CP @ 39": "2019" - }, - { - "Row": "98", - "Name": "Krabby", - "Pokedex Number": "98", - "Img name": "98", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "44", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "397", - "ATK": "181", - "DEF": "156", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1386", - "100% CP @ 39": "1366" - }, - { - "Row": "99", - "Name": "Kingler", - "Pokedex Number": "99", - "Img name": "99", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "44", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "564", - "ATK": "240", - "DEF": "214", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2694", - "100% CP @ 39": "2656" - }, - { - "Row": "100", - "Name": "Voltorb", - "Pokedex Number": "100", - "Img name": "100", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "45", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "303", - "ATK": "109", - "DEF": "114", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "857", - "100% CP @ 39": "845" - }, - { - "Row": "101", - "Name": "Electrode", - "Pokedex Number": "101", - "Img name": "101", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "45", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "472", - "ATK": "173", - "DEF": "179", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1900", - "100% CP @ 39": "1873" - }, - { - "Row": "102", - "Name": "Exeggcute", - "Pokedex Number": "102", - "Img name": "102", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "46", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "psychic", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "367", - "ATK": "107", - "DEF": "140", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1102", - "100% CP @ 39": "1086" - }, - { - "Row": "103", - "Name": "Exeggutor", - "Pokedex Number": "103", - "Img name": "103", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "46", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "psychic", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "581", - "ATK": "233", - "DEF": "158", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "2", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2916", - "100% CP @ 39": "2875" - }, - { - "Row": "104", - "Name": "Cubone", - "Pokedex Number": "104", - "Img name": "104", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "47", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "355", - "ATK": "90", - "DEF": "165", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "943", - "100% CP @ 39": "930" - }, - { - "Row": "105", - "Name": "Marowak", - "Pokedex Number": "105", - "Img name": "105", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "47", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "464", - "ATK": "144", - "DEF": "200", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1691", - "100% CP @ 39": "1667" - }, - { - "Row": "106", - "Name": "Hitmonlee", - "Pokedex Number": "106", - "Img name": "106", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "48", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "535", - "ATK": "224", - "DEF": "211", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2406", - "100% CP @ 39": "2372" - }, - { - "Row": "107", - "Name": "Hitmonchan", - "Pokedex Number": "107", - "Img name": "107", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "48", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "505", - "ATK": "193", - "DEF": "212", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2098", - "100% CP @ 39": "2069" - }, - { - "Row": "108", - "Name": "Lickitung", - "Pokedex Number": "108", - "Img name": "108", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "49", - "Cross Gen": "1", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "425", - "ATK": "108", - "DEF": "137", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1322", - "100% CP @ 39": "1303" - }, - { - "Row": "109", - "Name": "Koffing", - "Pokedex Number": "109", - "Img name": "109", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "50", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "363", - "ATK": "119", - "DEF": "164", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1091", - "100% CP @ 39": "1075" - }, - { - "Row": "110", - "Name": "Weezing", - "Pokedex Number": "110", - "Img name": "110", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "50", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "525", - "ATK": "174", - "DEF": "221", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2183", - "100% CP @ 39": "2152" - }, - { - "Row": "111", - "Name": "Rhyhorn", - "Pokedex Number": "111", - "Img name": "111", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "51", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "rock", - "Weather 1": "Sunny/clear", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "457", - "ATK": "140", - "DEF": "157", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1679", - "100% CP @ 39": "1655" - }, - { - "Row": "112", - "Name": "Rhydon", - "Pokedex Number": "112", - "Img name": "112", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "51", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "rock", - "Weather 1": "Sunny/clear", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "638", - "ATK": "222", - "DEF": "206", - "STA": "210", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "3300", - "100% CP @ 39": "3253" - }, - { - "Row": "113", - "Name": "Chansey", - "Pokedex Number": "113", - "Img name": "113", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "52", - "Cross Gen": "1", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "736", - "ATK": "60", - "DEF": "176", - "STA": "500", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1469", - "100% CP @ 39": "1448" - }, - { - "Row": "114", - "Name": "Tangela", - "Pokedex Number": "114", - "Img name": "114", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "53", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "518", - "ATK": "183", - "DEF": "205", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "2208", - "100% CP @ 39": "2177" - }, - { - "Row": "115", - "Name": "Kangaskhan", - "Pokedex Number": "115", - "Img name": "115", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "54", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "556", - "ATK": "181", - "DEF": "165", - "STA": "210", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2463", - "100% CP @ 39": "2428" - }, - { - "Row": "116", - "Name": "Horsea", - "Pokedex Number": "116", - "Img name": "116", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "55", - "Cross Gen": "1", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "314", - "ATK": "129", - "DEF": "125", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "921", - "100% CP @ 39": "908" - }, - { - "Row": "117", - "Name": "Seadra", - "Pokedex Number": "117", - "Img name": "117", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "55", - "Cross Gen": "1", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "479", - "ATK": "187", - "DEF": "182", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1979", - "100% CP @ 39": "1951" - }, - { - "Row": "118", - "Name": "Goldeen", - "Pokedex Number": "118", - "Img name": "118", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "56", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "328", - "ATK": "123", - "DEF": "115", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1006", - "100% CP @ 39": "992" - }, - { - "Row": "119", - "Name": "Seaking", - "Pokedex Number": "119", - "Img name": "119", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "56", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "489", - "ATK": "175", - "DEF": "154", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2040", - "100% CP @ 39": "2011" - }, - { - "Row": "120", - "Name": "Staryu", - "Pokedex Number": "120", - "Img name": "120", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "57", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "309", - "ATK": "137", - "DEF": "112", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "926", - "100% CP @ 39": "913" - }, - { - "Row": "121", - "Name": "Starmie", - "Pokedex Number": "121", - "Img name": "121", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "57", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "psychic", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "514", - "ATK": "210", - "DEF": "184", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2303", - "100% CP @ 39": "2270" - }, - { - "Row": "122", - "Name": "Mr Mime", - "Pokedex Number": "122", - "Img name": "122", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "58", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "fairy", - "Weather 1": "Windy", - "Weather 2": "Cloudy", - "STAT TOTAL": "505", - "ATK": "192", - "DEF": "233", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1984", - "100% CP @ 39": "1956" - }, - { - "Row": "123", - "Name": "Scyther", - "Pokedex Number": "123", - "Img name": "123", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "59", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "528", - "ATK": "218", - "DEF": "170", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2464", - "100% CP @ 39": "2429" - }, - { - "Row": "124", - "Name": "Jynx", - "Pokedex Number": "124", - "Img name": "124", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "60", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "psychic", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "535", - "ATK": "223", - "DEF": "182", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "3", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2512", - "100% CP @ 39": "2476" - }, - { - "Row": "125", - "Name": "Electabuzz", - "Pokedex Number": "125", - "Img name": "125", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "61", - "Cross Gen": "1", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "501", - "ATK": "198", - "DEF": "173", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "2", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "2196", - "100% CP @ 39": "2165" - }, - { - "Row": "126", - "Name": "Magmar", - "Pokedex Number": "126", - "Img name": "126", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "62", - "Cross Gen": "1", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "505", - "ATK": "206", - "DEF": "169", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "2254", - "100% CP @ 39": "2222" - }, - { - "Row": "127", - "Name": "Pinsir", - "Pokedex Number": "127", - "Img name": "127", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "63", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "565", - "ATK": "238", - "DEF": "197", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2770", - "100% CP @ 39": "2730" - }, - { - "Row": "128", - "Name": "Tauros", - "Pokedex Number": "128", - "Img name": "128", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "64", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "545", - "ATK": "198", - "DEF": "197", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2488", - "100% CP @ 39": "2452" - }, - { - "Row": "129", - "Name": "Magikarp", - "Pokedex Number": "129", - "Img name": "129", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "65", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "171", - "ATK": "29", - "DEF": "102", - "STA": "40", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "1", - "Hatchable": "0", - "Shiny": "1", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "220", - "100% CP @ 39": "217" - }, - { - "Row": "130", - "Name": "Gyarados", - "Pokedex Number": "130", - "Img name": "130", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "65", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "624", - "ATK": "237", - "DEF": "197", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3281", - "100% CP @ 39": "3234" - }, - { - "Row": "131", - "Name": "Lapras", - "Pokedex Number": "131", - "Img name": "131", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "66", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ice", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "605", - "ATK": "165", - "DEF": "180", - "STA": "260", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2603", - "100% CP @ 39": "2566" - }, - { - "Row": "132", - "Name": "Ditto", - "Pokedex Number": "132", - "Img name": "132", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "67", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "278", - "ATK": "91", - "DEF": "91", - "STA": "96", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "718", - "100% CP @ 39": "707" - }, - { - "Row": "133", - "Name": "Eevee", - "Pokedex Number": "133", - "Img name": "133", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "68", - "Cross Gen": "1", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "335", - "ATK": "104", - "DEF": "121", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "969", - "100% CP @ 39": "955" - }, - { - "Row": "134", - "Name": "Vaporeon", - "Pokedex Number": "134", - "Img name": "134", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "68", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "642", - "ATK": "205", - "DEF": "177", - "STA": "260", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3157", - "100% CP @ 39": "3112" - }, - { - "Row": "135", - "Name": "Jolteon", - "Pokedex Number": "135", - "Img name": "135", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "68", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "563", - "ATK": "232", - "DEF": "201", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "3", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2730", - "100% CP @ 39": "2691" - }, - { - "Row": "136", - "Name": "Flareon", - "Pokedex Number": "136", - "Img name": "136", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "68", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "580", - "ATK": "246", - "DEF": "204", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2904", - "100% CP @ 39": "2863" - }, - { - "Row": "137", - "Name": "Porygon", - "Pokedex Number": "137", - "Img name": "137", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "69", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "422", - "ATK": "153", - "DEF": "139", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1567", - "100% CP @ 39": "1545" - }, - { - "Row": "138", - "Name": "Omanyte", - "Pokedex Number": "138", - "Img name": "138", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "70", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "water", - "Weather 1": "Partly cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "399", - "ATK": "155", - "DEF": "174", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1345", - "100% CP @ 39": "1326" - }, - { - "Row": "139", - "Name": "Omastar", - "Pokedex Number": "139", - "Img name": "139", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "70", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "water", - "Weather 1": "Partly cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "574", - "ATK": "207", - "DEF": "227", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2685", - "100% CP @ 39": "2647" - }, - { - "Row": "140", - "Name": "Kabuto", - "Pokedex Number": "140", - "Img name": "140", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "71", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "water", - "Weather 1": "Partly cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "370", - "ATK": "148", - "DEF": "162", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1172", - "100% CP @ 39": "1156" - }, - { - "Row": "141", - "Name": "Kabutops", - "Pokedex Number": "141", - "Img name": "141", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "71", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "water", - "Weather 1": "Partly cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "543", - "ATK": "220", - "DEF": "203", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2517", - "100% CP @ 39": "2481" - }, - { - "Row": "142", - "Name": "Aerodactyl", - "Pokedex Number": "142", - "Img name": "142", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "72", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "545", - "ATK": "221", - "DEF": "164", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2608", - "100% CP @ 39": "2571" - }, - { - "Row": "143", - "Name": "Snorlax", - "Pokedex Number": "143", - "Img name": "143", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "73", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "700", - "ATK": "190", - "DEF": "190", - "STA": "320", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3355", - "100% CP @ 39": "3307" - }, - { - "Row": "144", - "Name": "Articuno", - "Pokedex Number": "144", - "Img name": "144", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "74", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "flying", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "621", - "ATK": "192", - "DEF": "249", - "STA": "180", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "1", - "Future Evolve": "0", - "100% CP @ 40": "2933", - "100% CP @ 39": "2891" - }, - { - "Row": "145", - "Name": "Zapdos", - "Pokedex Number": "145", - "Img name": "145", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "75", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "621", - "ATK": "253", - "DEF": "188", - "STA": "180", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "1", - "Future Evolve": "0", - "100% CP @ 40": "3330", - "100% CP @ 39": "3282" - }, - { - "Row": "146", - "Name": "Moltres", - "Pokedex Number": "146", - "Img name": "146", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "76", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "615", - "ATK": "251", - "DEF": "184", - "STA": "180", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "1", - "Future Evolve": "0", - "100% CP @ 40": "3272", - "100% CP @ 39": "3225" - }, - { - "Row": "147", - "Name": "Dratini", - "Pokedex Number": "147", - "Img name": "147", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "77", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "295", - "ATK": "119", - "DEF": "94", - "STA": "82", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "860", - "100% CP @ 39": "848" - }, - { - "Row": "148", - "Name": "Dragonair", - "Pokedex Number": "148", - "Img name": "148", - "Generation": "1", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "77", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "423", - "ATK": "163", - "DEF": "138", - "STA": "122", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1609", - "100% CP @ 39": "1586" - }, - { - "Row": "149", - "Name": "Dragonite", - "Pokedex Number": "149", - "Img name": "149", - "Generation": "1", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "77", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "flying", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "646", - "ATK": "263", - "DEF": "201", - "STA": "182", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3581", - "100% CP @ 39": "3530" - }, - { - "Row": "150", - "Name": "Mewtwo", - "Pokedex Number": "150", - "Img name": "150", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "78", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "675", - "ATK": "300", - "DEF": "182", - "STA": "193", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3982", - "100% CP @ 39": "3925" - }, - { - "Row": "151", - "Name": "Mew", - "Pokedex Number": "151", - "Img name": "151", - "Generation": "1", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "79", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3090", - "100% CP @ 39": "3046" - }, - { - "Row": "152", - "Name": "Chikorita", - "Pokedex Number": "152", - "Img name": "152", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "80", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "304", - "ATK": "92", - "DEF": "122", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "801", - "100% CP @ 39": "790" - }, - { - "Row": "153", - "Name": "Bayleef", - "Pokedex Number": "153", - "Img name": "153", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "80", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "397", - "ATK": "122", - "DEF": "155", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1296", - "100% CP @ 39": "1277" - }, - { - "Row": "154", - "Name": "Meganium", - "Pokedex Number": "154", - "Img name": "154", - "Generation": "2", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "80", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "530", - "ATK": "168", - "DEF": "202", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2227", - "100% CP @ 39": "2195" - }, - { - "Row": "155", - "Name": "Cyndaquil", - "Pokedex Number": "155", - "Img name": "155", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "81", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "290", - "ATK": "116", - "DEF": "96", - "STA": "78", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "831", - "100% CP @ 39": "819" - }, - { - "Row": "156", - "Name": "Quilava", - "Pokedex Number": "156", - "Img name": "156", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "81", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "403", - "ATK": "158", - "DEF": "129", - "STA": "116", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1484", - "100% CP @ 39": "1462" - }, - { - "Row": "157", - "Name": "Typhlosion", - "Pokedex Number": "157", - "Img name": "157", - "Generation": "2", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "81", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "555", - "ATK": "223", - "DEF": "176", - "STA": "156", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2686", - "100% CP @ 39": "2648" - }, - { - "Row": "158", - "Name": "Totodile", - "Pokedex Number": "158", - "Img name": "158", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "82", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "333", - "ATK": "117", - "DEF": "116", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1011", - "100% CP @ 39": "997" - }, - { - "Row": "159", - "Name": "Croconaw", - "Pokedex Number": "159", - "Img name": "159", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "82", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "431", - "ATK": "150", - "DEF": "151", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1598", - "100% CP @ 39": "1576" - }, - { - "Row": "160", - "Name": "Feraligatr", - "Pokedex Number": "160", - "Img name": "160", - "Generation": "2", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "82", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "572", - "ATK": "205", - "DEF": "197", - "STA": "170", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2721", - "100% CP @ 39": "2682" - }, - { - "Row": "161", - "Name": "Sentret", - "Pokedex Number": "161", - "Img name": "161", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "83", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "226", - "ATK": "79", - "DEF": "77", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "519", - "100% CP @ 39": "511" - }, - { - "Row": "162", - "Name": "Furret", - "Pokedex Number": "162", - "Img name": "162", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "83", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "448", - "ATK": "148", - "DEF": "130", - "STA": "170", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1667", - "100% CP @ 39": "1643" - }, - { - "Row": "163", - "Name": "Hoothoot", - "Pokedex Number": "163", - "Img name": "163", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "84", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "288", - "ATK": "67", - "DEF": "101", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "640", - "100% CP @ 39": "631" - }, - { - "Row": "164", - "Name": "Noctowl", - "Pokedex Number": "164", - "Img name": "164", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "84", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "524", - "ATK": "145", - "DEF": "179", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2040", - "100% CP @ 39": "2011" - }, - { - "Row": "165", - "Name": "Ledyba", - "Pokedex Number": "165", - "Img name": "165", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "85", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "294", - "ATK": "72", - "DEF": "142", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "663", - "100% CP @ 39": "654" - }, - { - "Row": "166", - "Name": "Ledian", - "Pokedex Number": "166", - "Img name": "166", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "85", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "426", - "ATK": "107", - "DEF": "209", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1275", - "100% CP @ 39": "1256" - }, - { - "Row": "167", - "Name": "Spinarak", - "Pokedex Number": "167", - "Img name": "167", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "86", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "258", - "ATK": "105", - "DEF": "73", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "685", - "100% CP @ 39": "675" - }, - { - "Row": "168", - "Name": "Ariados", - "Pokedex Number": "168", - "Img name": "168", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "86", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "429", - "ATK": "161", - "DEF": "128", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1636", - "100% CP @ 39": "1613" - }, - { - "Row": "169", - "Name": "Crobat", - "Pokedex Number": "169", - "Img name": "169", - "Generation": "2", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "17", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "flying", - "Weather 1": "Cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "542", - "ATK": "194", - "DEF": "178", - "STA": "170", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2466", - "100% CP @ 39": "2431" - }, - { - "Row": "170", - "Name": "Chinchou", - "Pokedex Number": "170", - "Img name": "170", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "87", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "electric", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "362", - "ATK": "106", - "DEF": "106", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1067", - "100% CP @ 39": "1052" - }, - { - "Row": "171", - "Name": "Lanturn", - "Pokedex Number": "171", - "Img name": "171", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "87", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "electric", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "542", - "ATK": "146", - "DEF": "146", - "STA": "250", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2077", - "100% CP @ 39": "2047" - }, - { - "Row": "172", - "Name": "Pichu", - "Pokedex Number": "172", - "Img name": "172", - "Generation": "2", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "10", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "180", - "ATK": "77", - "DEF": "63", - "STA": "40", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "376", - "100% CP @ 39": "370" - }, - { - "Row": "173", - "Name": "Cleffa", - "Pokedex Number": "173", - "Img name": "173", - "Generation": "2", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "14", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "266", - "ATK": "75", - "DEF": "91", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "620", - "100% CP @ 39": "611" - }, - { - "Row": "174", - "Name": "Igglybuff", - "Pokedex Number": "174", - "Img name": "174", - "Generation": "2", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "16", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "fairy", - "Weather 1": "Partly cloudy", - "Weather 2": "Cloudy", - "STAT TOTAL": "283", - "ATK": "69", - "DEF": "34", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "512", - "100% CP @ 39": "505" - }, - { - "Row": "175", - "Name": "Togepi", - "Pokedex Number": "175", - "Img name": "175", - "Generation": "2", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "88", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "253", - "ATK": "67", - "DEF": "116", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "540", - "100% CP @ 39": "532" - }, - { - "Row": "176", - "Name": "Togetic", - "Pokedex Number": "176", - "Img name": "176", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "88", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "flying", - "Weather 1": "Cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "440", - "ATK": "139", - "DEF": "191", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1543", - "100% CP @ 39": "1521" - }, - { - "Row": "177", - "Name": "Natu", - "Pokedex Number": "177", - "Img name": "177", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "89", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "flying", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "303", - "ATK": "134", - "DEF": "89", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "925", - "100% CP @ 39": "911" - }, - { - "Row": "178", - "Name": "Xatu", - "Pokedex Number": "178", - "Img name": "178", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "89", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "flying", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "468", - "ATK": "192", - "DEF": "146", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1975", - "100% CP @ 39": "1947" - }, - { - "Row": "179", - "Name": "Mareep", - "Pokedex Number": "179", - "Img name": "179", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "90", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "306", - "ATK": "114", - "DEF": "82", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "887", - "100% CP @ 39": "874" - }, - { - "Row": "180", - "Name": "Flaaffy", - "Pokedex Number": "180", - "Img name": "180", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "90", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "397", - "ATK": "145", - "DEF": "112", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1402", - "100% CP @ 39": "1382" - }, - { - "Row": "181", - "Name": "Ampharos", - "Pokedex Number": "181", - "Img name": "181", - "Generation": "2", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "90", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "563", - "ATK": "211", - "DEF": "172", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2695", - "100% CP @ 39": "2656" - }, - { - "Row": "182", - "Name": "Bellossom", - "Pokedex Number": "182", - "Img name": "182", - "Generation": "2", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "18", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "508", - "ATK": "169", - "DEF": "189", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2108", - "100% CP @ 39": "2078" - }, - { - "Row": "183", - "Name": "Marill", - "Pokedex Number": "183", - "Img name": "183", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "91", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "fairy", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "270", - "ATK": "37", - "DEF": "93", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "420", - "100% CP @ 39": "414" - }, - { - "Row": "184", - "Name": "Azumarill", - "Pokedex Number": "184", - "Img name": "184", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "91", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "fairy", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "464", - "ATK": "112", - "DEF": "152", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1503", - "100% CP @ 39": "1481" - }, - { - "Row": "185", - "Name": "Sudowoodo", - "Pokedex Number": "185", - "Img name": "185", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "92", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "505", - "ATK": "167", - "DEF": "198", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2065", - "100% CP @ 39": "2035" - }, - { - "Row": "186", - "Name": "Politoed", - "Pokedex Number": "186", - "Img name": "186", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "27", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "546", - "ATK": "174", - "DEF": "192", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2371", - "100% CP @ 39": "2337" - }, - { - "Row": "187", - "Name": "Hoppip", - "Pokedex Number": "187", - "Img name": "187", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "93", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "238", - "ATK": "67", - "DEF": "101", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "508", - "100% CP @ 39": "501" - }, - { - "Row": "188", - "Name": "Skiploom", - "Pokedex Number": "188", - "Img name": "188", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "93", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "328", - "ATK": "91", - "DEF": "127", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "882", - "100% CP @ 39": "869" - }, - { - "Row": "189", - "Name": "Jumpluff", - "Pokedex Number": "189", - "Img name": "189", - "Generation": "2", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "93", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "465", - "ATK": "118", - "DEF": "197", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1553", - "100% CP @ 39": "1531" - }, - { - "Row": "190", - "Name": "Aipom", - "Pokedex Number": "190", - "Img name": "190", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "94", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "358", - "ATK": "136", - "DEF": "112", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1188", - "100% CP @ 39": "1171" - }, - { - "Row": "191", - "Name": "Sunkern", - "Pokedex Number": "191", - "Img name": "191", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "95", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "170", - "ATK": "55", - "DEF": "55", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "316", - "100% CP @ 39": "312" - }, - { - "Row": "192", - "Name": "Sunflora", - "Pokedex Number": "192", - "Img name": "192", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "95", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "483", - "ATK": "185", - "DEF": "148", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2048", - "100% CP @ 39": "2019" - }, - { - "Row": "193", - "Name": "Yanma", - "Pokedex Number": "193", - "Img name": "193", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "96", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "378", - "ATK": "154", - "DEF": "94", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1326", - "100% CP @ 39": "1308" - }, - { - "Row": "194", - "Name": "Wooper", - "Pokedex Number": "194", - "Img name": "194", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "97", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ground", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "260", - "ATK": "75", - "DEF": "75", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "596", - "100% CP @ 39": "587" - }, - { - "Row": "195", - "Name": "Quagsire", - "Pokedex Number": "195", - "Img name": "195", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "97", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ground", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "494", - "ATK": "152", - "DEF": "152", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1929", - "100% CP @ 39": "1902" - }, - { - "Row": "196", - "Name": "Espeon", - "Pokedex Number": "196", - "Img name": "196", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "68", - "Cross Gen": "1", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "585", - "ATK": "261", - "DEF": "194", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3000", - "100% CP @ 39": "2958" - }, - { - "Row": "197", - "Name": "Umbreon", - "Pokedex Number": "197", - "Img name": "197", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "68", - "Cross Gen": "1", - "Type 1": "dark", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "566", - "ATK": "126", - "DEF": "250", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2052", - "100% CP @ 39": "2023" - }, - { - "Row": "198", - "Name": "Murkrow", - "Pokedex Number": "198", - "Img name": "198", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "98", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "flying", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "382", - "ATK": "175", - "DEF": "87", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1392", - "100% CP @ 39": "1372" - }, - { - "Row": "199", - "Name": "Slowking", - "Pokedex Number": "199", - "Img name": "199", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "34", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "psychic", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "561", - "ATK": "177", - "DEF": "194", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2482", - "100% CP @ 39": "2446" - }, - { - "Row": "200", - "Name": "Misdreavus", - "Pokedex Number": "200", - "Img name": "200", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "99", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "454", - "ATK": "167", - "DEF": "167", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1781", - "100% CP @ 39": "1756" - }, - { - "Row": "201", - "Name": "Unown", - "Pokedex Number": "201", - "Img name": "201", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "100", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "323", - "ATK": "136", - "DEF": "91", - "STA": "96", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1022", - "100% CP @ 39": "1008" - }, - { - "Row": "202", - "Name": "Wobbuffet", - "Pokedex Number": "202", - "Img name": "202", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "101", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "546", - "ATK": "60", - "DEF": "106", - "STA": "380", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1024", - "100% CP @ 39": "1009" - }, - { - "Row": "203", - "Name": "Girafarig", - "Pokedex Number": "203", - "Img name": "203", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "102", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "psychic", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "455", - "ATK": "182", - "DEF": "133", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1863", - "100% CP @ 39": "1836" - }, - { - "Row": "204", - "Name": "Pineco", - "Pokedex Number": "204", - "Img name": "204", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "103", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "354", - "ATK": "108", - "DEF": "146", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1045", - "100% CP @ 39": "1030" - }, - { - "Row": "205", - "Name": "Forretress", - "Pokedex Number": "205", - "Img name": "205", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "103", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "steel", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "553", - "ATK": "161", - "DEF": "242", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2263", - "100% CP @ 39": "2231" - }, - { - "Row": "206", - "Name": "Dunsparce", - "Pokedex Number": "206", - "Img name": "206", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "104", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "462", - "ATK": "131", - "DEF": "131", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1615", - "100% CP @ 39": "1592" - }, - { - "Row": "207", - "Name": "Gligar", - "Pokedex Number": "207", - "Img name": "207", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "105", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "477", - "ATK": "143", - "DEF": "204", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1758", - "100% CP @ 39": "1733" - }, - { - "Row": "208", - "Name": "Steelix", - "Pokedex Number": "208", - "Img name": "208", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "42", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "ground", - "Weather 1": "Snow", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "631", - "ATK": "148", - "DEF": "333", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2439", - "100% CP @ 39": "2404" - }, - { - "Row": "209", - "Name": "Snubbull", - "Pokedex Number": "209", - "Img name": "209", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "106", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "346", - "ATK": "137", - "DEF": "89", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1124", - "100% CP @ 39": "1108" - }, - { - "Row": "210", - "Name": "Granbull", - "Pokedex Number": "210", - "Img name": "210", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "106", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "529", - "ATK": "212", - "DEF": "137", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2440", - "100% CP @ 39": "2406" - }, - { - "Row": "211", - "Name": "Qwilfish", - "Pokedex Number": "211", - "Img name": "211", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "107", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "462", - "ATK": "184", - "DEF": "148", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1910", - "100% CP @ 39": "1883" - }, - { - "Row": "212", - "Name": "Scizor", - "Pokedex Number": "212", - "Img name": "212", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "59", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "steel", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "567", - "ATK": "236", - "DEF": "191", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2801", - "100% CP @ 39": "2761" - }, - { - "Row": "213", - "Name": "Shuckle", - "Pokedex Number": "213", - "Img name": "213", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "108", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "rock", - "Weather 1": "Rainy", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "453", - "ATK": "17", - "DEF": "396", - "STA": "40", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "300", - "100% CP @ 39": "296" - }, - { - "Row": "214", - "Name": "Heracross", - "Pokedex Number": "214", - "Img name": "214", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "109", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "fighting", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "583", - "ATK": "234", - "DEF": "189", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2938", - "100% CP @ 39": "2896" - }, - { - "Row": "215", - "Name": "Sneasel", - "Pokedex Number": "215", - "Img name": "215", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "110", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "ice", - "Weather 1": "Fog", - "Weather 2": "Snow", - "STAT TOTAL": "456", - "ATK": "189", - "DEF": "157", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1868", - "100% CP @ 39": "1841" - }, - { - "Row": "216", - "Name": "Teddiursa", - "Pokedex Number": "216", - "Img name": "216", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "111", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "355", - "ATK": "142", - "DEF": "93", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1184", - "100% CP @ 39": "1167" - }, - { - "Row": "217", - "Name": "Ursaring", - "Pokedex Number": "217", - "Img name": "217", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "111", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "560", - "ATK": "236", - "DEF": "144", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2760", - "100% CP @ 39": "2720" - }, - { - "Row": "218", - "Name": "Slugma", - "Pokedex Number": "218", - "Img name": "218", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "112", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "269", - "ATK": "118", - "DEF": "71", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "750", - "100% CP @ 39": "740" - }, - { - "Row": "219", - "Name": "Magcargo", - "Pokedex Number": "219", - "Img name": "219", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "112", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "rock", - "Weather 1": "Sunny/clear", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "448", - "ATK": "139", - "DEF": "209", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1543", - "100% CP @ 39": "1521" - }, - { - "Row": "220", - "Name": "Swinub", - "Pokedex Number": "220", - "Img name": "220", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "113", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "ground", - "Weather 1": "Snow", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "264", - "ATK": "90", - "DEF": "74", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "663", - "100% CP @ 39": "653" - }, - { - "Row": "221", - "Name": "Piloswine", - "Pokedex Number": "221", - "Img name": "221", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "113", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "ground", - "Weather 1": "Snow", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "528", - "ATK": "181", - "DEF": "147", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "2", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "2284", - "100% CP @ 39": "2252" - }, - { - "Row": "222", - "Name": "Corsola", - "Pokedex Number": "222", - "Img name": "222", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "114", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "rock", - "Weather 1": "Rainy", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "384", - "ATK": "118", - "DEF": "156", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1214", - "100% CP @ 39": "1197" - }, - { - "Row": "223", - "Name": "Remoraid", - "Pokedex Number": "223", - "Img name": "223", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "115", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "266", - "ATK": "127", - "DEF": "69", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "749", - "100% CP @ 39": "738" - }, - { - "Row": "224", - "Name": "Octillery", - "Pokedex Number": "224", - "Img name": "224", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "115", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "488", - "ATK": "197", - "DEF": "141", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2124", - "100% CP @ 39": "2094" - }, - { - "Row": "225", - "Name": "Delibird", - "Pokedex Number": "225", - "Img name": "225", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "116", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "flying", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "308", - "ATK": "128", - "DEF": "90", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "937", - "100% CP @ 39": "924" - }, - { - "Row": "226", - "Name": "Mantine", - "Pokedex Number": "226", - "Img name": "226", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "117", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "538", - "ATK": "148", - "DEF": "260", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2032", - "100% CP @ 39": "2003" - }, - { - "Row": "227", - "Name": "Skarmory", - "Pokedex Number": "227", - "Img name": "227", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "118", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "flying", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "538", - "ATK": "148", - "DEF": "260", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2032", - "100% CP @ 39": "2003" - }, - { - "Row": "228", - "Name": "Houndour", - "Pokedex Number": "228", - "Img name": "228", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "119", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "fire", - "Weather 1": "Fog", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "335", - "ATK": "152", - "DEF": "93", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1110", - "100% CP @ 39": "1094" - }, - { - "Row": "229", - "Name": "Houndoom", - "Pokedex Number": "229", - "Img name": "229", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "119", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "fire", - "Weather 1": "Fog", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "533", - "ATK": "224", - "DEF": "159", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2529", - "100% CP @ 39": "2493" - }, - { - "Row": "230", - "Name": "Kingdra", - "Pokedex Number": "230", - "Img name": "230", - "Generation": "2", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "55", - "Cross Gen": "1", - "Type 1": "water", - "Type 2": "dragon", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "538", - "ATK": "194", - "DEF": "194", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2424", - "100% CP @ 39": "2389" - }, - { - "Row": "231", - "Name": "Phanpy", - "Pokedex Number": "231", - "Img name": "231", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "120", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "394", - "ATK": "107", - "DEF": "107", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1175", - "100% CP @ 39": "1158" - }, - { - "Row": "232", - "Name": "Donphan", - "Pokedex Number": "232", - "Img name": "232", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "120", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "608", - "ATK": "214", - "DEF": "214", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3022", - "100% CP @ 39": "2979" - }, - { - "Row": "233", - "Name": "Porygon2", - "Pokedex Number": "233", - "Img name": "233", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "69", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "551", - "ATK": "198", - "DEF": "183", - "STA": "170", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "2546", - "100% CP @ 39": "2509" - }, - { - "Row": "234", - "Name": "Stantler", - "Pokedex Number": "234", - "Img name": "234", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "121", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "470", - "ATK": "192", - "DEF": "132", - "STA": "146", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1988", - "100% CP @ 39": "1960" - }, - { - "Row": "235", - "Name": "Smeargle", - "Pokedex Number": "235", - "Img name": "235", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "122", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "238", - "ATK": "40", - "DEF": "88", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "389", - "100% CP @ 39": "384" - }, - { - "Row": "236", - "Name": "Tyrogue", - "Pokedex Number": "236", - "Img name": "236", - "Generation": "2", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "48", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "198", - "ATK": "64", - "DEF": "64", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "404", - "100% CP @ 39": "398" - }, - { - "Row": "237", - "Name": "Hitmontop", - "Pokedex Number": "237", - "Img name": "237", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "48", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "487", - "ATK": "173", - "DEF": "214", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1905", - "100% CP @ 39": "1878" - }, - { - "Row": "238", - "Name": "Smoochum", - "Pokedex Number": "238", - "Img name": "238", - "Generation": "2", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "psychic", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "359", - "ATK": "153", - "DEF": "116", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1230", - "100% CP @ 39": "1213" - }, - { - "Row": "239", - "Name": "Elekid", - "Pokedex Number": "239", - "Img name": "239", - "Generation": "2", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "335", - "ATK": "135", - "DEF": "110", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1073", - "100% CP @ 39": "1057" - }, - { - "Row": "240", - "Name": "Magby", - "Pokedex Number": "240", - "Img name": "240", - "Generation": "2", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "349", - "ATK": "151", - "DEF": "108", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1178", - "100% CP @ 39": "1161" - }, - { - "Row": "241", - "Name": "Miltank", - "Pokedex Number": "241", - "Img name": "241", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "123", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "558", - "ATK": "157", - "DEF": "211", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2312", - "100% CP @ 39": "2279" - }, - { - "Row": "242", - "Name": "Blissey", - "Pokedex Number": "242", - "Img name": "242", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "", - "Cross Gen": "1", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "868", - "ATK": "129", - "DEF": "229", - "STA": "510", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3219", - "100% CP @ 39": "3173" - }, - { - "Row": "243", - "Name": "Raikou", - "Pokedex Number": "243", - "Img name": "243", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "124", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "631", - "ATK": "241", - "DEF": "210", - "STA": "180", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "1", - "Future Evolve": "0", - "100% CP @ 40": "3349", - "100% CP @ 39": "3301" - }, - { - "Row": "244", - "Name": "Entei", - "Pokedex Number": "244", - "Img name": "244", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "125", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "641", - "ATK": "235", - "DEF": "176", - "STA": "230", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "1", - "Future Evolve": "0", - "100% CP @ 40": "3377", - "100% CP @ 39": "3329" - }, - { - "Row": "245", - "Name": "Suicune", - "Pokedex Number": "245", - "Img name": "245", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "126", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "615", - "ATK": "180", - "DEF": "235", - "STA": "200", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "1", - "Future Evolve": "0", - "100% CP @ 40": "2823", - "100% CP @ 39": "2783" - }, - { - "Row": "246", - "Name": "Larvitar", - "Pokedex Number": "246", - "Img name": "246", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "127", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "ground", - "Weather 1": "Partly cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "308", - "ATK": "115", - "DEF": "93", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "904", - "100% CP @ 39": "891" - }, - { - "Row": "247", - "Name": "Pupitar", - "Pokedex Number": "247", - "Img name": "247", - "Generation": "2", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "127", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "ground", - "Weather 1": "Partly cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "428", - "ATK": "155", - "DEF": "133", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1608", - "100% CP @ 39": "1585" - }, - { - "Row": "248", - "Name": "Tyranitar", - "Pokedex Number": "248", - "Img name": "248", - "Generation": "2", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "127", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "dark", - "Weather 1": "Partly cloudy", - "Weather 2": "Fog", - "STAT TOTAL": "663", - "ATK": "251", - "DEF": "212", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "4", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3670", - "100% CP @ 39": "3617" - }, - { - "Row": "249", - "Name": "Lugia", - "Pokedex Number": "249", - "Img name": "249", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "128", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "flying", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "728", - "ATK": "193", - "DEF": "323", - "STA": "212", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "5", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "1", - "Future Evolve": "0", - "100% CP @ 40": "3598", - "100% CP @ 39": "3547" - }, - { - "Row": "250", - "Name": "Ho Oh", - "Pokedex Number": "250", - "Img name": "250", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "129", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "706", - "ATK": "239", - "DEF": "274", - "STA": "193", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "1", - "Future Evolve": "0", - "100% CP @ 40": "3889", - "100% CP @ 39": "3833" - }, - { - "Row": "251", - "Name": "Celebi", - "Pokedex Number": "251", - "Img name": "251", - "Generation": "2", - "Evolution Stage": "1", - "Evolved": "1", - "FamilyID": "130", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "grass", - "Weather 1": "Windy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3090", - "100% CP @ 39": "3046" - }, - { - "Row": "252", - "Name": "Treecko", - "Pokedex Number": "252", - "Img name": "252", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "131", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "308", - "ATK": "124", - "DEF": "104", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "923", - "100% CP @ 39": "909" - }, - { - "Row": "253", - "Name": "Grovyle", - "Pokedex Number": "253", - "Img name": "253", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "131", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "402", - "ATK": "172", - "DEF": "130", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1508", - "100% CP @ 39": "1486" - }, - { - "Row": "254", - "Name": "Sceptile", - "Pokedex Number": "254", - "Img name": "254", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "131", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "543", - "ATK": "223", - "DEF": "180", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2584", - "100% CP @ 39": "2547" - }, - { - "Row": "255", - "Name": "Torchic", - "Pokedex Number": "255", - "Img name": "255", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "132", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "312", - "ATK": "130", - "DEF": "92", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "959", - "100% CP @ 39": "946" - }, - { - "Row": "256", - "Name": "Combusken", - "Pokedex Number": "256", - "Img name": "256", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "132", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "fighting", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "398", - "ATK": "163", - "DEF": "115", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1472", - "100% CP @ 39": "1451" - }, - { - "Row": "257", - "Name": "Blaziken", - "Pokedex Number": "257", - "Img name": "257", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "132", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "fighting", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "541", - "ATK": "240", - "DEF": "141", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2631", - "100% CP @ 39": "2593" - }, - { - "Row": "258", - "Name": "Mudkip", - "Pokedex Number": "258", - "Img name": "258", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "133", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "319", - "ATK": "126", - "DEF": "93", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "981", - "100% CP @ 39": "967" - }, - { - "Row": "259", - "Name": "Marshtomp", - "Pokedex Number": "259", - "Img name": "259", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "133", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ground", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "429", - "ATK": "156", - "DEF": "133", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1617", - "100% CP @ 39": "1594" - }, - { - "Row": "260", - "Name": "Swampert", - "Pokedex Number": "260", - "Img name": "260", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "133", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ground", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "583", - "ATK": "208", - "DEF": "175", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2815", - "100% CP @ 39": "2774" - }, - { - "Row": "261", - "Name": "Poochyena", - "Pokedex Number": "261", - "Img name": "261", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "134", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "229", - "ATK": "96", - "DEF": "63", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "1", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "564", - "100% CP @ 39": "556" - }, - { - "Row": "262", - "Name": "Mightyena", - "Pokedex Number": "262", - "Img name": "262", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "134", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "448", - "ATK": "171", - "DEF": "137", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1783", - "100% CP @ 39": "1757" - }, - { - "Row": "263", - "Name": "Zigzagoon", - "Pokedex Number": "263", - "Img name": "263", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "135", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "214", - "ATK": "58", - "DEF": "80", - "STA": "76", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "423", - "100% CP @ 39": "417" - }, - { - "Row": "264", - "Name": "Linoone", - "Pokedex Number": "264", - "Img name": "264", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "135", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "426", - "ATK": "142", - "DEF": "128", - "STA": "156", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1533", - "100% CP @ 39": "1511" - }, - { - "Row": "265", - "Name": "Wurmple", - "Pokedex Number": "265", - "Img name": "265", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "136", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "226", - "ATK": "75", - "DEF": "61", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "502", - "100% CP @ 39": "494" - }, - { - "Row": "266", - "Name": "Silcoon", - "Pokedex Number": "266", - "Img name": "266", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "136", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "251", - "ATK": "60", - "DEF": "91", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "517", - "100% CP @ 39": "509" - }, - { - "Row": "267", - "Name": "Beautifly", - "Pokedex Number": "267", - "Img name": "267", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "136", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "407", - "ATK": "189", - "DEF": "98", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1573", - "100% CP @ 39": "1551" - }, - { - "Row": "268", - "Name": "Cascoon", - "Pokedex Number": "268", - "Img name": "268", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "137", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "251", - "ATK": "60", - "DEF": "91", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "517", - "100% CP @ 39": "509" - }, - { - "Row": "269", - "Name": "Dustox", - "Pokedex Number": "269", - "Img name": "269", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "137", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "390", - "ATK": "98", - "DEF": "172", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1121", - "100% CP @ 39": "1105" - }, - { - "Row": "270", - "Name": "Lotad", - "Pokedex Number": "270", - "Img name": "270", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "138", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "grass", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "237", - "ATK": "71", - "DEF": "86", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "526", - "100% CP @ 39": "518" - }, - { - "Row": "271", - "Name": "Lombre", - "Pokedex Number": "271", - "Img name": "271", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "138", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "grass", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "360", - "ATK": "112", - "DEF": "128", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1102", - "100% CP @ 39": "1086" - }, - { - "Row": "272", - "Name": "Ludicolo", - "Pokedex Number": "272", - "Img name": "272", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "138", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "grass", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "524", - "ATK": "173", - "DEF": "191", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2229", - "100% CP @ 39": "2197" - }, - { - "Row": "273", - "Name": "Seedot", - "Pokedex Number": "273", - "Img name": "273", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "139", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "237", - "ATK": "71", - "DEF": "86", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "526", - "100% CP @ 39": "518" - }, - { - "Row": "274", - "Name": "Nuzleaf", - "Pokedex Number": "274", - "Img name": "274", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "139", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "dark", - "Weather 1": "Sunny/clear", - "Weather 2": "Fog", - "STAT TOTAL": "352", - "ATK": "134", - "DEF": "78", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1117", - "100% CP @ 39": "1101" - }, - { - "Row": "275", - "Name": "Shiftry", - "Pokedex Number": "275", - "Img name": "275", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "139", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "dark", - "Weather 1": "Sunny/clear", - "Weather 2": "Fog", - "STAT TOTAL": "501", - "ATK": "200", - "DEF": "121", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2186", - "100% CP @ 39": "2155" - }, - { - "Row": "276", - "Name": "Taillow", - "Pokedex Number": "276", - "Img name": "276", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "140", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "247", - "ATK": "106", - "DEF": "61", - "STA": "80", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "642", - "100% CP @ 39": "632" - }, - { - "Row": "277", - "Name": "Swellow", - "Pokedex Number": "277", - "Img name": "277", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "140", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "435", - "ATK": "185", - "DEF": "130", - "STA": "120", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1747", - "100% CP @ 39": "1722" - }, - { - "Row": "278", - "Name": "Wingull", - "Pokedex Number": "278", - "Img name": "278", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "141", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "247", - "ATK": "106", - "DEF": "61", - "STA": "80", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "642", - "100% CP @ 39": "632" - }, - { - "Row": "279", - "Name": "Pelipper", - "Pokedex Number": "279", - "Img name": "279", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "141", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "484", - "ATK": "175", - "DEF": "189", - "STA": "120", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1969", - "100% CP @ 39": "1941" - }, - { - "Row": "280", - "Name": "Ralts", - "Pokedex Number": "280", - "Img name": "280", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "142", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "fairy", - "Weather 1": "Windy", - "Weather 2": "Cloudy", - "STAT TOTAL": "198", - "ATK": "79", - "DEF": "63", - "STA": "56", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "436", - "100% CP @ 39": "430" - }, - { - "Row": "281", - "Name": "Kirlia", - "Pokedex Number": "281", - "Img name": "281", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "142", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "fairy", - "Weather 1": "Windy", - "Weather 2": "Cloudy", - "STAT TOTAL": "293", - "ATK": "117", - "DEF": "100", - "STA": "76", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "843", - "100% CP @ 39": "831" - }, - { - "Row": "282", - "Name": "Gardevoir", - "Pokedex Number": "282", - "Img name": "282", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "142", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "fairy", - "Weather 1": "Windy", - "Weather 2": "Cloudy", - "STAT TOTAL": "593", - "ATK": "237", - "DEF": "220", - "STA": "136", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2964", - "100% CP @ 39": "2922" - }, - { - "Row": "283", - "Name": "Surskit", - "Pokedex Number": "283", - "Img name": "283", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "143", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "water", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "270", - "ATK": "93", - "DEF": "97", - "STA": "80", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "695", - "100% CP @ 39": "685" - }, - { - "Row": "284", - "Name": "Masquerain", - "Pokedex Number": "284", - "Img name": "284", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "143", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "493", - "ATK": "192", - "DEF": "161", - "STA": "140", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2135", - "100% CP @ 39": "2104" - }, - { - "Row": "285", - "Name": "Shroomish", - "Pokedex Number": "285", - "Img name": "285", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "144", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "304", - "ATK": "74", - "DEF": "110", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "722", - "100% CP @ 39": "711" - }, - { - "Row": "286", - "Name": "Breloom", - "Pokedex Number": "286", - "Img name": "286", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "144", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "fighting", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "514", - "ATK": "241", - "DEF": "153", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2407", - "100% CP @ 39": "2373" - }, - { - "Row": "287", - "Name": "Slakoth", - "Pokedex Number": "287", - "Img name": "287", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "145", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "328", - "ATK": "104", - "DEF": "104", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "942", - "100% CP @ 39": "928" - }, - { - "Row": "288", - "Name": "Vigoroth", - "Pokedex Number": "288", - "Img name": "288", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "145", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "478", - "ATK": "159", - "DEF": "159", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1896", - "100% CP @ 39": "1869" - }, - { - "Row": "289", - "Name": "Slaking", - "Pokedex Number": "289", - "Img name": "289", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "145", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "746", - "ATK": "290", - "DEF": "183", - "STA": "273", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4548", - "100% CP @ 39": "4484" - }, - { - "Row": "290", - "Name": "Nincada", - "Pokedex Number": "290", - "Img name": "290", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "146", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "ground", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "295", - "ATK": "80", - "DEF": "153", - "STA": "62", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "674", - "100% CP @ 39": "665" - }, - { - "Row": "291", - "Name": "Ninjask", - "Pokedex Number": "291", - "Img name": "291", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "146", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "437", - "ATK": "199", - "DEF": "116", - "STA": "122", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1790", - "100% CP @ 39": "1765" - }, - { - "Row": "292", - "Name": "Shedinja", - "Pokedex Number": "292", - "Img name": "292", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "146", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "ghost", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "235", - "ATK": "153", - "DEF": "80", - "STA": "2", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "421", - "100% CP @ 39": "415" - }, - { - "Row": "293", - "Name": "Whismur", - "Pokedex Number": "293", - "Img name": "293", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "147", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "262", - "ATK": "92", - "DEF": "42", - "STA": "128", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "603", - "100% CP @ 39": "594" - }, - { - "Row": "294", - "Name": "Loudred", - "Pokedex Number": "294", - "Img name": "294", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "147", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "383", - "ATK": "134", - "DEF": "81", - "STA": "168", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1233", - "100% CP @ 39": "1215" - }, - { - "Row": "295", - "Name": "Exploud", - "Pokedex Number": "295", - "Img name": "295", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "147", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "529", - "ATK": "179", - "DEF": "142", - "STA": "208", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2267", - "100% CP @ 39": "2234" - }, - { - "Row": "296", - "Name": "Makuhita", - "Pokedex Number": "296", - "Img name": "296", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "148", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "297", - "ATK": "99", - "DEF": "54", - "STA": "144", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "745", - "100% CP @ 39": "735" - }, - { - "Row": "297", - "Name": "Hariyama", - "Pokedex Number": "297", - "Img name": "297", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "148", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "611", - "ATK": "209", - "DEF": "114", - "STA": "288", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2765", - "100% CP @ 39": "2726" - }, - { - "Row": "298", - "Name": "Azurill", - "Pokedex Number": "298", - "Img name": "298", - "Generation": "3", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "fairy", - "Weather 1": "Partly cloudy", - "Weather 2": "Cloudy", - "STAT TOTAL": "207", - "ATK": "36", - "DEF": "71", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "316", - "100% CP @ 39": "312" - }, - { - "Row": "299", - "Name": "Nosepass", - "Pokedex Number": "299", - "Img name": "299", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "149", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "378", - "ATK": "82", - "DEF": "236", - "STA": "60", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "831", - "100% CP @ 39": "819" - }, - { - "Row": "300", - "Name": "Skitty", - "Pokedex Number": "300", - "Img name": "300", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "150", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "268", - "ATK": "84", - "DEF": "84", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "659", - "100% CP @ 39": "650" - }, - { - "Row": "301", - "Name": "Delcatty", - "Pokedex Number": "301", - "Img name": "301", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "151", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "404", - "ATK": "132", - "DEF": "132", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1385", - "100% CP @ 39": "1366" - }, - { - "Row": "302", - "Name": "Sableye", - "Pokedex Number": "302", - "Img name": "302", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "152", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "ghost", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "382", - "ATK": "141", - "DEF": "141", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "2", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1305", - "100% CP @ 39": "1286" - }, - { - "Row": "303", - "Name": "Mawile", - "Pokedex Number": "303", - "Img name": "303", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "153", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "fairy", - "Weather 1": "Snow", - "Weather 2": "Cloudy", - "STAT TOTAL": "410", - "ATK": "155", - "DEF": "155", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "2", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1484", - "100% CP @ 39": "1463" - }, - { - "Row": "304", - "Name": "Aron", - "Pokedex Number": "304", - "Img name": "304", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "154", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "rock", - "Weather 1": "Snow", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "389", - "ATK": "121", - "DEF": "168", - "STA": "100", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "1", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1232", - "100% CP @ 39": "1214" - }, - { - "Row": "305", - "Name": "Lairon", - "Pokedex Number": "305", - "Img name": "305", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "154", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "rock", - "Weather 1": "Snow", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "518", - "ATK": "158", - "DEF": "240", - "STA": "120", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2004", - "100% CP @ 39": "1976" - }, - { - "Row": "306", - "Name": "Aggron", - "Pokedex Number": "306", - "Img name": "306", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "154", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "rock", - "Weather 1": "Snow", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "652", - "ATK": "198", - "DEF": "314", - "STA": "140", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "0", - "Regional": "0", - "Raidable": "4", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3004", - "100% CP @ 39": "2961" - }, - { - "Row": "307", - "Name": "Meditite", - "Pokedex Number": "307", - "Img name": "307", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "155", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "psychic", - "Weather 1": "Cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "245", - "ATK": "78", - "DEF": "107", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "555", - "100% CP @ 39": "547" - }, - { - "Row": "308", - "Name": "Medicham", - "Pokedex Number": "308", - "Img name": "308", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "155", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "psychic", - "Weather 1": "Cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "393", - "ATK": "121", - "DEF": "152", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1275", - "100% CP @ 39": "1257" - }, - { - "Row": "309", - "Name": "Electrike", - "Pokedex Number": "309", - "Img name": "309", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "156", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "281", - "ATK": "123", - "DEF": "78", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "810", - "100% CP @ 39": "798" - }, - { - "Row": "310", - "Name": "Manectric", - "Pokedex Number": "310", - "Img name": "310", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "156", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "482", - "ATK": "215", - "DEF": "127", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "2", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2131", - "100% CP @ 39": "2100" - }, - { - "Row": "311", - "Name": "Plusle", - "Pokedex Number": "311", - "Img name": "311", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "157", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "434", - "ATK": "167", - "DEF": "147", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1681", - "100% CP @ 39": "1657" - }, - { - "Row": "312", - "Name": "Minun", - "Pokedex Number": "312", - "Img name": "312", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "158", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "434", - "ATK": "147", - "DEF": "167", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1585", - "100% CP @ 39": "1563" - }, - { - "Row": "313", - "Name": "Volbeat", - "Pokedex Number": "313", - "Img name": "313", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "159", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "444", - "ATK": "143", - "DEF": "171", - "STA": "130", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1620", - "100% CP @ 39": "1597" - }, - { - "Row": "314", - "Name": "Illumise", - "Pokedex Number": "314", - "Img name": "314", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "159", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "444", - "ATK": "143", - "DEF": "171", - "STA": "130", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1620", - "100% CP @ 39": "1597" - }, - { - "Row": "315", - "Name": "Roselia", - "Pokedex Number": "315", - "Img name": "315", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "160", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "434", - "ATK": "186", - "DEF": "148", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1718", - "100% CP @ 39": "1694" - }, - { - "Row": "316", - "Name": "Gulpin", - "Pokedex Number": "316", - "Img name": "316", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "161", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "319", - "ATK": "80", - "DEF": "99", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "788", - "100% CP @ 39": "777" - }, - { - "Row": "317", - "Name": "Swalot", - "Pokedex Number": "317", - "Img name": "317", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "161", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "499", - "ATK": "140", - "DEF": "159", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1872", - "100% CP @ 39": "1845" - }, - { - "Row": "318", - "Name": "Carvanha", - "Pokedex Number": "318", - "Img name": "318", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "162", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "dark", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "300", - "ATK": "171", - "DEF": "39", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "874", - "100% CP @ 39": "862" - }, - { - "Row": "319", - "Name": "Sharpedo", - "Pokedex Number": "319", - "Img name": "319", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "163", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "dark", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "466", - "ATK": "243", - "DEF": "83", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1986", - "100% CP @ 39": "1957" - }, - { - "Row": "320", - "Name": "Wailmer", - "Pokedex Number": "320", - "Img name": "320", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "164", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "464", - "ATK": "136", - "DEF": "68", - "STA": "260", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "1", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1424", - "100% CP @ 39": "1404" - }, - { - "Row": "321", - "Name": "Wailord", - "Pokedex Number": "321", - "Img name": "321", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "164", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "602", - "ATK": "175", - "DEF": "87", - "STA": "340", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2258", - "100% CP @ 39": "2225" - }, - { - "Row": "322", - "Name": "Numel", - "Pokedex Number": "322", - "Img name": "322", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "165", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "ground", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "321", - "ATK": "119", - "DEF": "82", - "STA": "120", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "957", - "100% CP @ 39": "944" - }, - { - "Row": "323", - "Name": "Camerupt", - "Pokedex Number": "323", - "Img name": "323", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "165", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "ground", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "473", - "ATK": "194", - "DEF": "139", - "STA": "140", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2016", - "100% CP @ 39": "1987" - }, - { - "Row": "324", - "Name": "Torkoal", - "Pokedex Number": "324", - "Img name": "324", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "166", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "525", - "ATK": "151", - "DEF": "234", - "STA": "140", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2036", - "100% CP @ 39": "2007" - }, - { - "Row": "325", - "Name": "Spoink", - "Pokedex Number": "325", - "Img name": "325", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "167", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "390", - "ATK": "125", - "DEF": "145", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1285", - "100% CP @ 39": "1266" - }, - { - "Row": "326", - "Name": "Grumpig", - "Pokedex Number": "326", - "Img name": "326", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "167", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "542", - "ATK": "171", - "DEF": "211", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2310", - "100% CP @ 39": "2277" - }, - { - "Row": "327", - "Name": "Spinda", - "Pokedex Number": "327", - "Img name": "327", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "168", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "352", - "ATK": "116", - "DEF": "116", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1088", - "100% CP @ 39": "1072" - }, - { - "Row": "328", - "Name": "Trapinch", - "Pokedex Number": "328", - "Img name": "328", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "169", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "330", - "ATK": "162", - "DEF": "78", - "STA": "90", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1092", - "100% CP @ 39": "1076" - }, - { - "Row": "329", - "Name": "Vibrava", - "Pokedex Number": "329", - "Img name": "329", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "169", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "dragon", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "333", - "ATK": "134", - "DEF": "99", - "STA": "100", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1065", - "100% CP @ 39": "1050" - }, - { - "Row": "330", - "Name": "Flygon", - "Pokedex Number": "330", - "Img name": "330", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "169", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "dragon", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "533", - "ATK": "205", - "DEF": "168", - "STA": "160", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2458", - "100% CP @ 39": "2423" - }, - { - "Row": "331", - "Name": "Cacnea", - "Pokedex Number": "331", - "Img name": "331", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "170", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "330", - "ATK": "156", - "DEF": "74", - "STA": "100", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1080", - "100% CP @ 39": "1065" - }, - { - "Row": "332", - "Name": "Cacturne", - "Pokedex Number": "332", - "Img name": "332", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "170", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "dark", - "Weather 1": "Sunny/clear", - "Weather 2": "Fog", - "STAT TOTAL": "476", - "ATK": "221", - "DEF": "115", - "STA": "140", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2092", - "100% CP @ 39": "2062" - }, - { - "Row": "333", - "Name": "Swablu", - "Pokedex Number": "333", - "Img name": "333", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "171", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "305", - "ATK": "76", - "DEF": "139", - "STA": "90", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "1", - "Hatchable": "0", - "Shiny": "1", - "Nest": "1", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "722", - "100% CP @ 39": "712" - }, - { - "Row": "334", - "Name": "Altaria", - "Pokedex Number": "334", - "Img name": "334", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "171", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "flying", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "499", - "ATK": "141", - "DEF": "208", - "STA": "150", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1868", - "100% CP @ 39": "1842" - }, - { - "Row": "335", - "Name": "Zangoose", - "Pokedex Number": "335", - "Img name": "335", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "172", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "492", - "ATK": "222", - "DEF": "124", - "STA": "146", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2214", - "100% CP @ 39": "2182" - }, - { - "Row": "336", - "Name": "Seviper", - "Pokedex Number": "336", - "Img name": "336", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "178", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "460", - "ATK": "196", - "DEF": "118", - "STA": "146", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1928", - "100% CP @ 39": "1900" - }, - { - "Row": "337", - "Name": "Lunatone", - "Pokedex Number": "337", - "Img name": "337", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "179", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "psychic", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "521", - "ATK": "178", - "DEF": "163", - "STA": "180", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2245", - "100% CP @ 39": "2213" - }, - { - "Row": "338", - "Name": "Solrock", - "Pokedex Number": "338", - "Img name": "338", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "180", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "psychic", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "521", - "ATK": "178", - "DEF": "163", - "STA": "180", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2245", - "100% CP @ 39": "2213" - }, - { - "Row": "339", - "Name": "Barboach", - "Pokedex Number": "339", - "Img name": "339", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "181", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ground", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "276", - "ATK": "93", - "DEF": "83", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "716", - "100% CP @ 39": "705" - }, - { - "Row": "340", - "Name": "Whiscash", - "Pokedex Number": "340", - "Img name": "340", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "181", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ground", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "513", - "ATK": "151", - "DEF": "142", - "STA": "220", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1991", - "100% CP @ 39": "1963" - }, - { - "Row": "341", - "Name": "Corphish", - "Pokedex Number": "341", - "Img name": "341", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "182", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "340", - "ATK": "141", - "DEF": "113", - "STA": "86", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1107", - "100% CP @ 39": "1092" - }, - { - "Row": "342", - "Name": "Crawdaunt", - "Pokedex Number": "342", - "Img name": "342", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "182", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "dark", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "506", - "ATK": "224", - "DEF": "156", - "STA": "126", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2317", - "100% CP @ 39": "2284" - }, - { - "Row": "343", - "Name": "Baltoy", - "Pokedex Number": "343", - "Img name": "343", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "183", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "psychic", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "288", - "ATK": "77", - "DEF": "131", - "STA": "80", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "676", - "100% CP @ 39": "667" - }, - { - "Row": "344", - "Name": "Claydol", - "Pokedex Number": "344", - "Img name": "344", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "183", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "psychic", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "496", - "ATK": "140", - "DEF": "236", - "STA": "120", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1782", - "100% CP @ 39": "1756" - }, - { - "Row": "345", - "Name": "Lileep", - "Pokedex Number": "345", - "Img name": "345", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "184", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "grass", - "Weather 1": "Partly cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "391", - "ATK": "105", - "DEF": "154", - "STA": "132", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1181", - "100% CP @ 39": "1164" - }, - { - "Row": "346", - "Name": "Cradily", - "Pokedex Number": "346", - "Img name": "346", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "184", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "grass", - "Weather 1": "Partly cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "522", - "ATK": "152", - "DEF": "198", - "STA": "172", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2081", - "100% CP @ 39": "2051" - }, - { - "Row": "347", - "Name": "Anorith", - "Pokedex Number": "347", - "Img name": "347", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "185", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "bug", - "Weather 1": "Partly cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "366", - "ATK": "176", - "DEF": "100", - "STA": "90", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1310", - "100% CP @ 39": "1292" - }, - { - "Row": "348", - "Name": "Armaldo", - "Pokedex Number": "348", - "Img name": "348", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "185", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "bug", - "Weather 1": "Partly cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "555", - "ATK": "222", - "DEF": "183", - "STA": "150", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2675", - "100% CP @ 39": "2637" - }, - { - "Row": "349", - "Name": "Feebas", - "Pokedex Number": "349", - "Img name": "349", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "186", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "171", - "ATK": "29", - "DEF": "102", - "STA": "40", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "220", - "100% CP @ 39": "217" - }, - { - "Row": "350", - "Name": "Milotic", - "Pokedex Number": "350", - "Img name": "350", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "186", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "624", - "ATK": "192", - "DEF": "242", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2967", - "100% CP @ 39": "2925" - }, - { - "Row": "351", - "Name": "Castform", - "Pokedex Number": "351", - "Img name": "351", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "187", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "418", - "ATK": "139", - "DEF": "139", - "STA": "140", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1486", - "100% CP @ 39": "1464" - }, - { - "Row": "352", - "Name": "Kecleon", - "Pokedex Number": "352", - "Img name": "352", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "188", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "493", - "ATK": "161", - "DEF": "212", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1924", - "100% CP @ 39": "1896" - }, - { - "Row": "353", - "Name": "Shuppet", - "Pokedex Number": "353", - "Img name": "353", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "189", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "292", - "ATK": "138", - "DEF": "66", - "STA": "88", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "1", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "872", - "100% CP @ 39": "860" - }, - { - "Row": "354", - "Name": "Banette", - "Pokedex Number": "354", - "Img name": "354", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "189", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "473", - "ATK": "218", - "DEF": "127", - "STA": "128", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2073", - "100% CP @ 39": "2044" - }, - { - "Row": "355", - "Name": "Duskull", - "Pokedex Number": "355", - "Img name": "355", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "190", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "272", - "ATK": "70", - "DEF": "162", - "STA": "40", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "1", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "523", - "100% CP @ 39": "516" - }, - { - "Row": "356", - "Name": "Dusclops", - "Pokedex Number": "356", - "Img name": "356", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "190", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "438", - "ATK": "124", - "DEF": "234", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "1335", - "100% CP @ 39": "1316" - }, - { - "Row": "357", - "Name": "Tropius", - "Pokedex Number": "357", - "Img name": "357", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "191", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "499", - "ATK": "136", - "DEF": "165", - "STA": "198", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1846", - "100% CP @ 39": "1820" - }, - { - "Row": "358", - "Name": "Chimecho", - "Pokedex Number": "358", - "Img name": "358", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "192", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "499", - "ATK": "175", - "DEF": "174", - "STA": "150", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2095", - "100% CP @ 39": "2065" - }, - { - "Row": "359", - "Name": "Absol", - "Pokedex Number": "359", - "Img name": "359", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "193", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "496", - "ATK": "246", - "DEF": "120", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "4", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2280", - "100% CP @ 39": "2248" - }, - { - "Row": "360", - "Name": "Wynaut", - "Pokedex Number": "360", - "Img name": "360", - "Generation": "3", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "317", - "ATK": "41", - "DEF": "86", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "503", - "100% CP @ 39": "496" - }, - { - "Row": "361", - "Name": "Snorunt", - "Pokedex Number": "361", - "Img name": "361", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "194", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "290", - "ATK": "95", - "DEF": "95", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "1", - "Hatchable": "5", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "1", - "100% CP @ 40": "772", - "100% CP @ 39": "761" - }, - { - "Row": "362", - "Name": "Glalie", - "Pokedex Number": "362", - "Img name": "362", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "1", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "484", - "ATK": "162", - "DEF": "162", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1945", - "100% CP @ 39": "1917" - }, - { - "Row": "363", - "Name": "Spheal", - "Pokedex Number": "363", - "Img name": "363", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "water", - "Weather 1": "Snow", - "Weather 2": "Rainy", - "STAT TOTAL": "325", - "ATK": "95", - "DEF": "90", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "876", - "100% CP @ 39": "863" - }, - { - "Row": "364", - "Name": "Sealeo", - "Pokedex Number": "364", - "Img name": "364", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "water", - "Weather 1": "Snow", - "Weather 2": "Rainy", - "STAT TOTAL": "449", - "ATK": "137", - "DEF": "132", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1607", - "100% CP @ 39": "1584" - }, - { - "Row": "365", - "Name": "Walrein", - "Pokedex Number": "365", - "Img name": "365", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "water", - "Weather 1": "Snow", - "Weather 2": "Rainy", - "STAT TOTAL": "578", - "ATK": "182", - "DEF": "176", - "STA": "220", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2606", - "100% CP @ 39": "2569" - }, - { - "Row": "366", - "Name": "Clamperl", - "Pokedex Number": "366", - "Img name": "366", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "352", - "ATK": "133", - "DEF": "149", - "STA": "70", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1091", - "100% CP @ 39": "1075" - }, - { - "Row": "367", - "Name": "Huntail", - "Pokedex Number": "367", - "Img name": "367", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "501", - "ATK": "197", - "DEF": "194", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2140", - "100% CP @ 39": "2109" - }, - { - "Row": "368", - "Name": "Gorebyss", - "Pokedex Number": "368", - "Img name": "368", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "515", - "ATK": "211", - "DEF": "194", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2281", - "100% CP @ 39": "2248" - }, - { - "Row": "369", - "Name": "Relicanth", - "Pokedex Number": "369", - "Img name": "369", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "rock", - "Weather 1": "Rainy", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "596", - "ATK": "162", - "DEF": "234", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2557", - "100% CP @ 39": "2521" - }, - { - "Row": "370", - "Name": "Luvdisc", - "Pokedex Number": "370", - "Img name": "370", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "301", - "ATK": "81", - "DEF": "134", - "STA": "86", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "735", - "100% CP @ 39": "725" - }, - { - "Row": "371", - "Name": "Bagon", - "Pokedex Number": "371", - "Img name": "371", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "331", - "ATK": "134", - "DEF": "107", - "STA": "90", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1053", - "100% CP @ 39": "1038" - }, - { - "Row": "372", - "Name": "Shelgon", - "Pokedex Number": "372", - "Img name": "372", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "481", - "ATK": "172", - "DEF": "179", - "STA": "130", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1958", - "100% CP @ 39": "1930" - }, - { - "Row": "373", - "Name": "Salamence", - "Pokedex Number": "373", - "Img name": "373", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "flying", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "635", - "ATK": "277", - "DEF": "168", - "STA": "190", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3532", - "100% CP @ 39": "3481" - }, - { - "Row": "374", - "Name": "Beldum", - "Pokedex Number": "374", - "Img name": "374", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "psychic", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "317", - "ATK": "96", - "DEF": "141", - "STA": "80", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "843", - "100% CP @ 39": "831" - }, - { - "Row": "375", - "Name": "Metang", - "Pokedex Number": "375", - "Img name": "375", - "Generation": "3", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "psychic", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "443", - "ATK": "138", - "DEF": "185", - "STA": "120", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1570", - "100% CP @ 39": "1547" - }, - { - "Row": "376", - "Name": "Metagross", - "Pokedex Number": "376", - "Img name": "376", - "Generation": "3", - "Evolution Stage": "3", - "Evolved": "1", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "psychic", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "665", - "ATK": "257", - "DEF": "248", - "STA": "160", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3644", - "100% CP @ 39": "3592" - }, - { - "Row": "377", - "Name": "Regirock", - "Pokedex Number": "377", - "Img name": "377", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "695", - "ATK": "179", - "DEF": "356", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3087", - "100% CP @ 39": "3043" - }, - { - "Row": "378", - "Name": "Regice", - "Pokedex Number": "378", - "Img name": "378", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "695", - "ATK": "179", - "DEF": "356", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3087", - "100% CP @ 39": "3043" - }, - { - "Row": "379", - "Name": "Registeel", - "Pokedex Number": "379", - "Img name": "379", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "588", - "ATK": "143", - "DEF": "285", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2261", - "100% CP @ 39": "2228" - }, - { - "Row": "380", - "Name": "Latias", - "Pokedex Number": "380", - "Img name": "380", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "psychic", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "656", - "ATK": "228", - "DEF": "268", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3377", - "100% CP @ 39": "3329" - }, - { - "Row": "381", - "Name": "Latios", - "Pokedex Number": "381", - "Img name": "381", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "psychic", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "656", - "ATK": "268", - "DEF": "228", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3644", - "100% CP @ 39": "3592" - }, - { - "Row": "382", - "Name": "Kyogre", - "Pokedex Number": "382", - "Img name": "382", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "703", - "ATK": "270", - "DEF": "251", - "STA": "182", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4074", - "100% CP @ 39": "4016" - }, - { - "Row": "383", - "Name": "Groudon", - "Pokedex Number": "383", - "Img name": "383", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "703", - "ATK": "270", - "DEF": "251", - "STA": "182", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "1", - "Future Evolve": "0", - "100% CP @ 40": "4074", - "100% CP @ 39": "4016" - }, - { - "Row": "384", - "Name": "Rayquaza", - "Pokedex Number": "384", - "Img name": "384", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "flying", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "645", - "ATK": "284", - "DEF": "170", - "STA": "191", - "Legendary": "1", - "Aquireable": "3", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3645", - "100% CP @ 39": "3593" - }, - { - "Row": "385", - "Name": "Jirachi", - "Pokedex Number": "385", - "Img name": "385", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "psychic", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3090", - "100% CP @ 39": "3046" - }, - { - "Row": "386", - "Name": "Deoxys Defense", - "Pokedex Number": "386", - "Img name": "386-defense", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "574", - "ATK": "144", - "DEF": "330", - "STA": "100", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1978", - "100% CP @ 39": "1949" - }, - { - "Row": "387", - "Name": "Deoxys Normal", - "Pokedex Number": "386", - "Img name": "386", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "560", - "ATK": "345", - "DEF": "115", - "STA": "100", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2749", - "100% CP @ 39": "2709" - }, - { - "Row": "388", - "Name": "Deoxys Attack", - "Pokedex Number": "386", - "Img name": "386-attack", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "560", - "ATK": "414", - "DEF": "46", - "STA": "100", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2244", - "100% CP @ 39": "2212" - }, - { - "Row": "389", - "Name": "Deoxys Speed", - "Pokedex Number": "386", - "Img name": "386-speed", - "Generation": "3", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "548", - "ATK": "230", - "DEF": "218", - "STA": "100", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2504", - "100% CP @ 39": "2469" - }, - { - "Row": "390", - "Name": "Turtwig", - "Pokedex Number": "387", - "Img name": "387", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "344", - "ATK": "119", - "DEF": "115", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1066", - "100% CP @ 39": "1051" - }, - { - "Row": "391", - "Name": "Grotle", - "Pokedex Number": "388", - "Img name": "388", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "459", - "ATK": "157", - "DEF": "152", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1783", - "100% CP @ 39": "1757" - }, - { - "Row": "392", - "Name": "Torterra", - "Pokedex Number": "389", - "Img name": "389", - "Generation": "4", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "ground", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "589", - "ATK": "202", - "DEF": "197", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2825", - "100% CP @ 39": "2785" - }, - { - "Row": "393", - "Name": "Chimchar", - "Pokedex Number": "390", - "Img name": "390", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "287", - "ATK": "113", - "DEF": "86", - "STA": "88", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "815", - "100% CP @ 39": "803" - }, - { - "Row": "394", - "Name": "Monferno", - "Pokedex Number": "391", - "Img name": "391", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "fighting", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "391", - "ATK": "158", - "DEF": "105", - "STA": "128", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1415", - "100% CP @ 39": "1395" - }, - { - "Row": "395", - "Name": "Infernape", - "Pokedex Number": "392", - "Img name": "392", - "Generation": "4", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "fighting", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "525", - "ATK": "222", - "DEF": "151", - "STA": "152", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2464", - "100% CP @ 39": "2429" - }, - { - "Row": "396", - "Name": "Piplup", - "Pokedex Number": "393", - "Img name": "393", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "321", - "ATK": "112", - "DEF": "103", - "STA": "106", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "947", - "100% CP @ 39": "934" - }, - { - "Row": "397", - "Name": "Prinplup", - "Pokedex Number": "394", - "Img name": "394", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "421", - "ATK": "150", - "DEF": "143", - "STA": "128", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1549", - "100% CP @ 39": "1526" - }, - { - "Row": "398", - "Name": "Empoleon", - "Pokedex Number": "395", - "Img name": "395", - "Generation": "4", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "steel", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "571", - "ATK": "210", - "DEF": "193", - "STA": "168", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2741", - "100% CP @ 39": "2702" - }, - { - "Row": "399", - "Name": "Starly", - "Pokedex Number": "396", - "Img name": "396", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "239", - "ATK": "101", - "DEF": "58", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "603", - "100% CP @ 39": "594" - }, - { - "Row": "400", - "Name": "Staravia", - "Pokedex Number": "397", - "Img name": "397", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "351", - "ATK": "142", - "DEF": "99", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1170", - "100% CP @ 39": "1153" - }, - { - "Row": "401", - "Name": "Staraptor", - "Pokedex Number": "398", - "Img name": "398", - "Generation": "4", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "549", - "ATK": "234", - "DEF": "145", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2675", - "100% CP @ 39": "2637" - }, - { - "Row": "402", - "Name": "Bidoof", - "Pokedex Number": "399", - "Img name": "399", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "271", - "ATK": "80", - "DEF": "73", - "STA": "118", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "641", - "100% CP @ 39": "632" - }, - { - "Row": "403", - "Name": "Bibarel", - "Pokedex Number": "400", - "Img name": "400", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "water", - "Weather 1": "Partly cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "439", - "ATK": "162", - "DEF": "119", - "STA": "158", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1683", - "100% CP @ 39": "1659" - }, - { - "Row": "404", - "Name": "Kricketot", - "Pokedex Number": "401", - "Img name": "401", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "193", - "ATK": "45", - "DEF": "74", - "STA": "74", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "333", - "100% CP @ 39": "328" - }, - { - "Row": "405", - "Name": "Kricketune", - "Pokedex Number": "402", - "Img name": "402", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "414", - "ATK": "160", - "DEF": "100", - "STA": "154", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1523", - "100% CP @ 39": "1501" - }, - { - "Row": "406", - "Name": "Shinx", - "Pokedex Number": "403", - "Img name": "403", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "271", - "ATK": "117", - "DEF": "64", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "750", - "100% CP @ 39": "740" - }, - { - "Row": "407", - "Name": "Luxio", - "Pokedex Number": "404", - "Img name": "404", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "374", - "ATK": "159", - "DEF": "95", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1324", - "100% CP @ 39": "1305" - }, - { - "Row": "408", - "Name": "Luxray", - "Pokedex Number": "405", - "Img name": "405", - "Generation": "4", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "548", - "ATK": "232", - "DEF": "156", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2668", - "100% CP @ 39": "2630" - }, - { - "Row": "409", - "Name": "Budew", - "Pokedex Number": "406", - "Img name": "406", - "Generation": "4", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "297", - "ATK": "91", - "DEF": "126", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "766", - "100% CP @ 39": "755" - }, - { - "Row": "410", - "Name": "Roserade", - "Pokedex Number": "407", - "Img name": "407", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "569", - "ATK": "243", - "DEF": "206", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2783", - "100% CP @ 39": "2743" - }, - { - "Row": "411", - "Name": "Cranidos", - "Pokedex Number": "408", - "Img name": "408", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "427", - "ATK": "218", - "DEF": "75", - "STA": "134", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1685", - "100% CP @ 39": "1661" - }, - { - "Row": "412", - "Name": "Rampardos", - "Pokedex Number": "409", - "Img name": "409", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "603", - "ATK": "295", - "DEF": "114", - "STA": "194", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3179", - "100% CP @ 39": "3133" - }, - { - "Row": "413", - "Name": "Shieldon", - "Pokedex Number": "410", - "Img name": "410", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "steel", - "Weather 1": "Partly cloudy", - "Weather 2": "Snow", - "STAT TOTAL": "344", - "ATK": "76", - "DEF": "208", - "STA": "60", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "735", - "100% CP @ 39": "724" - }, - { - "Row": "414", - "Name": "Bastiodon", - "Pokedex Number": "411", - "Img name": "411", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "steel", - "Weather 1": "Partly cloudy", - "Weather 2": "Snow", - "STAT TOTAL": "513", - "ATK": "94", - "DEF": "299", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1401", - "100% CP @ 39": "1381" - }, - { - "Row": "415", - "Name": "Burmy (Plant Cloak)", - "Pokedex Number": "412", - "Img name": "412", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "216", - "ATK": "53", - "DEF": "83", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "409", - "100% CP @ 39": "403" - }, - { - "Row": "415", - "Name": "Burmy (Trash Cloak)", - "Pokedex Number": "412", - "Img name": "412-trash", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "216", - "ATK": "53", - "DEF": "83", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "409", - "100% CP @ 39": "403" - }, - { - "Row": "415", - "Name": "Burmy (Sandy Cloak)", - "Pokedex Number": "412", - "Img name": "412-sandy", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "216", - "ATK": "53", - "DEF": "83", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "409", - "100% CP @ 39": "403" - }, - { - "Row": "418", - "Name": "Wormadam (Plant Cloak)", - "Pokedex Number": "413", - "Img name": "413", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "grass", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "450", - "ATK": "141", - "DEF": "189", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1616", - "100% CP @ 39": "1593" - }, - { - "Row": "419", - "Name": "Wormadam (Trash Cloak)", - "Pokedex Number": "413", - "Img name": "413-trash", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "grass", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "450", - "ATK": "141", - "DEF": "189", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1616", - "100% CP @ 39": "1593" - }, - { - "Row": "420", - "Name": "Wormadam (Sandy Cloak)", - "Pokedex Number": "413", - "Img name": "413-sandy", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "grass", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "450", - "ATK": "141", - "DEF": "189", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1616", - "100% CP @ 39": "1593" - }, - { - "Row": "421", - "Name": "Mothim", - "Pokedex Number": "414", - "Img name": "414", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "423", - "ATK": "185", - "DEF": "98", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1653", - "100% CP @ 39": "1629" - }, - { - "Row": "422", - "Name": "Combee", - "Pokedex Number": "415", - "Img name": "415", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "202", - "ATK": "59", - "DEF": "83", - "STA": "60", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "396", - "100% CP @ 39": "390" - }, - { - "Row": "423", - "Name": "Vespiquen", - "Pokedex Number": "416", - "Img name": "416", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "479", - "ATK": "149", - "DEF": "190", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1825", - "100% CP @ 39": "1799" - }, - { - "Row": "424", - "Name": "Pachirisu", - "Pokedex Number": "417", - "Img name": "417", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "396", - "ATK": "94", - "DEF": "182", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1110", - "100% CP @ 39": "1094" - }, - { - "Row": "425", - "Name": "Buizel", - "Pokedex Number": "418", - "Img name": "418", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "312", - "ATK": "132", - "DEF": "70", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "946", - "100% CP @ 39": "932" - }, - { - "Row": "426", - "Name": "Floatzel", - "Pokedex Number": "419", - "Img name": "419", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "509", - "ATK": "221", - "DEF": "118", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2312", - "100% CP @ 39": "2279" - }, - { - "Row": "427", - "Name": "Cherubi", - "Pokedex Number": "420", - "Img name": "420", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "294", - "ATK": "108", - "DEF": "96", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "829", - "100% CP @ 39": "817" - }, - { - "Row": "428", - "Name": "Cherrim", - "Pokedex Number": "421", - "Img name": "421", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "467", - "ATK": "170", - "DEF": "157", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1886", - "100% CP @ 39": "1859" - }, - { - "Row": "429", - "Name": "Shellos", - "Pokedex Number": "422", - "Img name": "422", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "366", - "ATK": "103", - "DEF": "111", - "STA": "152", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1069", - "100% CP @ 39": "1053" - }, - { - "Row": "430", - "Name": "Gastrodon", - "Pokedex Number": "423", - "Img name": "423", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ground", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "540", - "ATK": "169", - "DEF": "149", - "STA": "222", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2265", - "100% CP @ 39": "2233" - }, - { - "Row": "431", - "Name": "Ambipom", - "Pokedex Number": "424", - "Img name": "424", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "498", - "ATK": "205", - "DEF": "143", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2218", - "100% CP @ 39": "2186" - }, - { - "Row": "432", - "Name": "Drifloon", - "Pokedex Number": "425", - "Img name": "425", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "flying", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "382", - "ATK": "117", - "DEF": "85", - "STA": "180", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1151", - "100% CP @ 39": "1134" - }, - { - "Row": "433", - "Name": "Drifblim", - "Pokedex Number": "426", - "Img name": "426", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "flying", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "587", - "ATK": "180", - "DEF": "107", - "STA": "300", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2387", - "100% CP @ 39": "2353" - }, - { - "Row": "434", - "Name": "Buneary", - "Pokedex Number": "427", - "Img name": "427", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "351", - "ATK": "130", - "DEF": "111", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1136", - "100% CP @ 39": "1120" - }, - { - "Row": "435", - "Name": "Lopunny", - "Pokedex Number": "428", - "Img name": "428", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "486", - "ATK": "156", - "DEF": "200", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1885", - "100% CP @ 39": "1858" - }, - { - "Row": "436", - "Name": "Mismagius", - "Pokedex Number": "429", - "Img name": "429", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "542", - "ATK": "211", - "DEF": "211", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2465", - "100% CP @ 39": "2430" - }, - { - "Row": "437", - "Name": "Honchkrow", - "Pokedex Number": "430", - "Img name": "430", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "flying", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "546", - "ATK": "243", - "DEF": "103", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2566", - "100% CP @ 39": "2529" - }, - { - "Row": "438", - "Name": "Glameow", - "Pokedex Number": "431", - "Img name": "431", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "292", - "ATK": "109", - "DEF": "85", - "STA": "98", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "823", - "100% CP @ 39": "811" - }, - { - "Row": "439", - "Name": "Purugly", - "Pokedex Number": "432", - "Img name": "432", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "450", - "ATK": "172", - "DEF": "136", - "STA": "142", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1798", - "100% CP @ 39": "1772" - }, - { - "Row": "440", - "Name": "Chingling", - "Pokedex Number": "433", - "Img name": "433", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "298", - "ATK": "114", - "DEF": "94", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "861", - "100% CP @ 39": "849" - }, - { - "Row": "441", - "Name": "Stunky", - "Pokedex Number": "434", - "Img name": "434", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "dark", - "Weather 1": "Cloudy", - "Weather 2": "Fog", - "STAT TOTAL": "340", - "ATK": "121", - "DEF": "93", - "STA": "126", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1048", - "100% CP @ 39": "1033" - }, - { - "Row": "442", - "Name": "Skuntank", - "Pokedex Number": "435", - "Img name": "435", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "dark", - "Weather 1": "Cloudy", - "Weather 2": "Fog", - "STAT TOTAL": "525", - "ATK": "184", - "DEF": "135", - "STA": "206", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2262", - "100% CP @ 39": "2230" - }, - { - "Row": "443", - "Name": "Bronzor", - "Pokedex Number": "436", - "Img name": "436", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "psychic", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "311", - "ATK": "43", - "DEF": "154", - "STA": "114", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "534", - "100% CP @ 39": "527" - }, - { - "Row": "444", - "Name": "Bronzong", - "Pokedex Number": "437", - "Img name": "437", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "psychic", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "508", - "ATK": "161", - "DEF": "213", - "STA": "134", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2026", - "100% CP @ 39": "1997" - }, - { - "Row": "445", - "Name": "Bonsly", - "Pokedex Number": "438", - "Img name": "438", - "Generation": "4", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "379", - "ATK": "124", - "DEF": "155", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1213", - "100% CP @ 39": "1196" - }, - { - "Row": "446", - "Name": "Mime Jr.", - "Pokedex Number": "439", - "Img name": "439", - "Generation": "4", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "fairy", - "Weather 1": "Windy", - "Weather 2": "Cloudy", - "STAT TOTAL": "329", - "ATK": "125", - "DEF": "164", - "STA": "40", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "867", - "100% CP @ 39": "855" - }, - { - "Row": "447", - "Name": "Happiny", - "Pokedex Number": "440", - "Img name": "440", - "Generation": "4", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "330", - "ATK": "25", - "DEF": "105", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "401", - "100% CP @ 39": "395" - }, - { - "Row": "448", - "Name": "Chatot", - "Pokedex Number": "441", - "Img name": "441", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "427", - "ATK": "183", - "DEF": "92", - "STA": "152", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1653", - "100% CP @ 39": "1629" - }, - { - "Row": "449", - "Name": "Spiritomb", - "Pokedex Number": "442", - "Img name": "442", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "dark", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "468", - "ATK": "169", - "DEF": "199", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1802", - "100% CP @ 39": "1777" - }, - { - "Row": "450", - "Name": "Gible", - "Pokedex Number": "443", - "Img name": "443", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "ground", - "Weather 1": "Windy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "324", - "ATK": "124", - "DEF": "84", - "STA": "116", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "988", - "100% CP @ 39": "974" - }, - { - "Row": "451", - "Name": "Gabite", - "Pokedex Number": "444", - "Img name": "444", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "ground", - "Weather 1": "Windy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "438", - "ATK": "172", - "DEF": "130", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1728", - "100% CP @ 39": "1703" - }, - { - "Row": "452", - "Name": "Garchomp", - "Pokedex Number": "445", - "Img name": "445", - "Generation": "4", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "ground", - "Weather 1": "Windy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "675", - "ATK": "261", - "DEF": "198", - "STA": "216", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3823", - "100% CP @ 39": "3769" - }, - { - "Row": "453", - "Name": "Munchlax", - "Pokedex Number": "446", - "Img name": "446", - "Generation": "4", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "544", - "ATK": "137", - "DEF": "137", - "STA": "270", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1975", - "100% CP @ 39": "1947" - }, - { - "Row": "454", - "Name": "Riolu", - "Pokedex Number": "447", - "Img name": "447", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "285", - "ATK": "127", - "DEF": "78", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "833", - "100% CP @ 39": "821" - }, - { - "Row": "455", - "Name": "Lucario", - "Pokedex Number": "448", - "Img name": "448", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "steel", - "Weather 1": "Cloudy", - "Weather 2": "Snow", - "STAT TOTAL": "520", - "ATK": "236", - "DEF": "144", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2461", - "100% CP @ 39": "2425" - }, - { - "Row": "456", - "Name": "Hippopotas", - "Pokedex Number": "449", - "Img name": "449", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "394", - "ATK": "124", - "DEF": "134", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1302", - "100% CP @ 39": "1283" - }, - { - "Row": "457", - "Name": "Hippowdon", - "Pokedex Number": "450", - "Img name": "450", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "629", - "ATK": "201", - "DEF": "212", - "STA": "216", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3089", - "100% CP @ 39": "3045" - }, - { - "Row": "458", - "Name": "Skorupi", - "Pokedex Number": "451", - "Img name": "451", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "bug", - "Weather 1": "Cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "341", - "ATK": "93", - "DEF": "168", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "889", - "100% CP @ 39": "876" - }, - { - "Row": "459", - "Name": "Drapion", - "Pokedex Number": "452", - "Img name": "452", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "dark", - "Weather 1": "Cloudy", - "Weather 2": "Fog", - "STAT TOTAL": "539", - "ATK": "180", - "DEF": "219", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2319", - "100% CP @ 39": "2286" - }, - { - "Row": "460", - "Name": "Croagunk", - "Pokedex Number": "453", - "Img name": "453", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "fighting", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "288", - "ATK": "116", - "DEF": "76", - "STA": "96", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "822", - "100% CP @ 39": "810" - }, - { - "Row": "461", - "Name": "Toxicroak", - "Pokedex Number": "454", - "Img name": "454", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "fighting", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "510", - "ATK": "211", - "DEF": "133", - "STA": "166", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2310", - "100% CP @ 39": "2277" - }, - { - "Row": "462", - "Name": "Carnivine", - "Pokedex Number": "455", - "Img name": "455", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "471", - "ATK": "187", - "DEF": "136", - "STA": "148", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1979", - "100% CP @ 39": "1951" - }, - { - "Row": "463", - "Name": "Finneon", - "Pokedex Number": "456", - "Img name": "456", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "313", - "ATK": "96", - "DEF": "119", - "STA": "98", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "853", - "100% CP @ 39": "840" - }, - { - "Row": "464", - "Name": "Lumineon", - "Pokedex Number": "457", - "Img name": "457", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "455", - "ATK": "142", - "DEF": "175", - "STA": "138", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1671", - "100% CP @ 39": "1648" - }, - { - "Row": "465", - "Name": "Mantyke", - "Pokedex Number": "458", - "Img name": "458", - "Generation": "4", - "Evolution Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "407", - "ATK": "105", - "DEF": "212", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1157", - "100% CP @ 39": "1140" - }, - { - "Row": "466", - "Name": "Snover", - "Pokedex Number": "459", - "Img name": "459", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "ice", - "Weather 1": "Sunny/clear", - "Weather 2": "Snow", - "STAT TOTAL": "345", - "ATK": "115", - "DEF": "110", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1054", - "100% CP @ 39": "1039" - }, - { - "Row": "467", - "Name": "Abomasnow", - "Pokedex Number": "460", - "Img name": "460", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "ice", - "Weather 1": "Sunny/clear", - "Weather 2": "Snow", - "STAT TOTAL": "521", - "ATK": "178", - "DEF": "163", - "STA": "180", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2245", - "100% CP @ 39": "2213" - }, - { - "Row": "468", - "Name": "Weavile", - "Pokedex Number": "461", - "Img name": "461", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "ice", - "Weather 1": "Fog", - "Weather 2": "Snow", - "STAT TOTAL": "565", - "ATK": "243", - "DEF": "182", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2815", - "100% CP @ 39": "2775" - }, - { - "Row": "469", - "Name": "Magnezone", - "Pokedex Number": "462", - "Img name": "462", - "Generation": "4", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "steel", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "595", - "ATK": "238", - "DEF": "217", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2996", - "100% CP @ 39": "2953" - }, - { - "Row": "470", - "Name": "Lickilicky", - "Pokedex Number": "463", - "Img name": "463", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "1", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "562", - "ATK": "161", - "DEF": "181", - "STA": "220", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2359", - "100% CP @ 39": "2325" - }, - { - "Row": "471", - "Name": "Rhyperior", - "Pokedex Number": "464", - "Img name": "464", - "Generation": "4", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "rock", - "Weather 1": "Sunny/clear", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "695", - "ATK": "241", - "DEF": "224", - "STA": "230", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3869", - "100% CP @ 39": "3813" - }, - { - "Row": "472", - "Name": "Tangrowth", - "Pokedex Number": "465", - "Img name": "465", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "626", - "ATK": "207", - "DEF": "219", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3110", - "100% CP @ 39": "3065" - }, - { - "Row": "473", - "Name": "Electivire", - "Pokedex Number": "466", - "Img name": "466", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "1", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "572", - "ATK": "249", - "DEF": "173", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2904", - "100% CP @ 39": "2862" - }, - { - "Row": "474", - "Name": "Magmortar", - "Pokedex Number": "467", - "Img name": "467", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "62", - "Cross Gen": "1", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "583", - "ATK": "247", - "DEF": "186", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2980", - "100% CP @ 39": "2937" - }, - { - "Row": "475", - "Name": "Togekiss", - "Pokedex Number": "468", - "Img name": "468", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "flying", - "Weather 1": "Cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "622", - "ATK": "225", - "DEF": "227", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3171", - "100% CP @ 39": "3126" - }, - { - "Row": "476", - "Name": "Yanmega", - "Pokedex Number": "469", - "Img name": "469", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "575", - "ATK": "231", - "DEF": "172", - "STA": "172", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2873", - "100% CP @ 39": "2832" - }, - { - "Row": "477", - "Name": "Leafeon", - "Pokedex Number": "470", - "Img name": "470", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "1", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "600", - "ATK": "216", - "DEF": "254", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2849", - "100% CP @ 39": "2808" - }, - { - "Row": "478", - "Name": "Glaceon", - "Pokedex Number": "471", - "Img name": "471", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "1", - "Type 1": "ice", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "580", - "ATK": "238", - "DEF": "212", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2866", - "100% CP @ 39": "2825" - }, - { - "Row": "479", - "Name": "Gliscor", - "Pokedex Number": "472", - "Img name": "472", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "583", - "ATK": "185", - "DEF": "248", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2602", - "100% CP @ 39": "2565" - }, - { - "Row": "480", - "Name": "Mamoswine", - "Pokedex Number": "473", - "Img name": "473", - "Generation": "4", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "ground", - "Weather 1": "Snow", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "624", - "ATK": "247", - "DEF": "157", - "STA": "220", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3289", - "100% CP @ 39": "3242" - }, - { - "Row": "481", - "Name": "Porygon-Z", - "Pokedex Number": "474", - "Img name": "474", - "Generation": "4", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "587", - "ATK": "264", - "DEF": "153", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3072", - "100% CP @ 39": "3028" - }, - { - "Row": "482", - "Name": "Gallade", - "Pokedex Number": "475", - "Img name": "475", - "Generation": "4", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "fighting", - "Weather 1": "Windy", - "Weather 2": "Cloudy", - "STAT TOTAL": "593", - "ATK": "237", - "DEF": "220", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2964", - "100% CP @ 39": "2922" - }, - { - "Row": "483", - "Name": "Probopass", - "Pokedex Number": "476", - "Img name": "476", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "steel", - "Weather 1": "Partly cloudy", - "Weather 2": "Snow", - "STAT TOTAL": "533", - "ATK": "135", - "DEF": "278", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1863", - "100% CP @ 39": "1836" - }, - { - "Row": "484", - "Name": "Dusknoir", - "Pokedex Number": "477", - "Img name": "477", - "Generation": "4", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "524", - "ATK": "180", - "DEF": "254", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2046", - "100% CP @ 39": "2017" - }, - { - "Row": "485", - "Name": "Froslass", - "Pokedex Number": "478", - "Img name": "478", - "Generation": "4", - "Evolution Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "ghost", - "Weather 1": "Snow", - "Weather 2": "Fog", - "STAT TOTAL": "461", - "ATK": "171", - "DEF": "150", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1857", - "100% CP @ 39": "1831" - }, - { - "Row": "486", - "Name": "Rotom (Heat Rotom)", - "Pokedex Number": "479", - "Img name": "479-heat", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "ghost", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "444", - "ATK": "185", - "DEF": "159", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1767", - "100% CP @ 39": "1741" - }, - { - "Row": "487", - "Name": "Rotom (Wash Rotom)", - "Pokedex Number": "479", - "Img name": "479-wash", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "ghost", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "444", - "ATK": "185", - "DEF": "159", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1767", - "100% CP @ 39": "1741" - }, - { - "Row": "488", - "Name": "Rotom (Frost Rotom)", - "Pokedex Number": "479", - "Img name": "479-frost", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "ghost", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "444", - "ATK": "185", - "DEF": "159", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1767", - "100% CP @ 39": "1741" - }, - { - "Row": "489", - "Name": "Rotom (Fan Rotom)", - "Pokedex Number": "479", - "Img name": "479-spin", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "ghost", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "444", - "ATK": "185", - "DEF": "159", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1767", - "100% CP @ 39": "1741" - }, - { - "Row": "490", - "Name": "Rotom (Mow Rotom)", - "Pokedex Number": "479", - "Img name": "479-mow", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "ghost", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "444", - "ATK": "185", - "DEF": "159", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1767", - "100% CP @ 39": "1741" - }, - { - "Row": "491", - "Name": "Rotom (Normal Rotom)", - "Pokedex Number": "479", - "Img name": "479", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "ghost", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "444", - "ATK": "185", - "DEF": "159", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1767", - "100% CP @ 39": "1741" - }, - { - "Row": "492", - "Name": "Uxie", - "Pokedex Number": "480", - "Img name": "480", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "576", - "ATK": "156", - "DEF": "270", - "STA": "150", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2316", - "100% CP @ 39": "2282" - }, - { - "Row": "493", - "Name": "Mesprit", - "Pokedex Number": "481", - "Img name": "481", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "584", - "ATK": "212", - "DEF": "212", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2825", - "100% CP @ 39": "2785" - }, - { - "Row": "494", - "Name": "Azelf", - "Pokedex Number": "482", - "Img name": "482", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "571", - "ATK": "270", - "DEF": "151", - "STA": "150", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2945", - "100% CP @ 39": "2903" - }, - { - "Row": "495", - "Name": "Dialga", - "Pokedex Number": "483", - "Img name": "483", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "dragon", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "744", - "ATK": "302", - "DEF": "242", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4654", - "100% CP @ 39": "4587" - }, - { - "Row": "496", - "Name": "Palkia", - "Pokedex Number": "484", - "Img name": "484", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "dragon", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "735", - "ATK": "308", - "DEF": "247", - "STA": "180", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4559", - "100% CP @ 39": "4494" - }, - { - "Row": "497", - "Name": "Heatran", - "Pokedex Number": "485", - "Img name": "485", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "steel", - "Weather 1": "Sunny/clear", - "Weather 2": "Snow", - "STAT TOTAL": "646", - "ATK": "251", - "DEF": "213", - "STA": "182", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3521", - "100% CP @ 39": "3470" - }, - { - "Row": "498", - "Name": "Regigigas", - "Pokedex Number": "486", - "Img name": "486", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "766", - "ATK": "315", - "DEF": "231", - "STA": "220", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4955", - "100% CP @ 39": "4884" - }, - { - "Row": "499", - "Name": "Giratina (Altered Forme)", - "Pokedex Number": "487", - "Img name": "487", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "dragon", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "753", - "ATK": "206", - "DEF": "247", - "STA": "300", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3965", - "100% CP @ 39": "3908" - }, - { - "Row": "500", - "Name": "Giratina (Origin Forme)", - "Pokedex Number": "487", - "Img name": "487-origin", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "dragon", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "753", - "ATK": "206", - "DEF": "247", - "STA": "300", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3965", - "100% CP @ 39": "3908" - }, - { - "Row": "501", - "Name": "Cresselia", - "Pokedex Number": "488", - "Img name": "488", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "655", - "ATK": "152", - "DEF": "263", - "STA": "240", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2777", - "100% CP @ 39": "2737" - }, - { - "Row": "502", - "Name": "Phione", - "Pokedex Number": "489", - "Img name": "489", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "484", - "ATK": "162", - "DEF": "162", - "STA": "160", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1945", - "100% CP @ 39": "1917" - }, - { - "Row": "503", - "Name": "Manaphy", - "Pokedex Number": "490", - "Img name": "490", - "Generation": "4", - "Evolution Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3090", - "100% CP @ 39": "3046" - }, - { - "Row": "504", - "Name": "Darkrai", - "Pokedex Number": "491", - "Img name": "491", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "623", - "ATK": "285", - "DEF": "198", - "STA": "140", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3404", - "100% CP @ 39": "3355" - }, - { - "Row": "505", - "Name": "Shaymin (Land Forme)", - "Pokedex Number": "492", - "Img name": "492", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3090", - "100% CP @ 39": "3046" - }, - { - "Row": "506", - "Name": "Shaymin (Sky Forme)", - "Pokedex Number": "492", - "Img name": "492-sky", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3090", - "100% CP @ 39": "3046" - }, - { - "Row": "507", - "Name": "Arceus", - "Pokedex Number": "493", - "Img name": "493", - "Generation": "4", - "Evolution Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "764", - "ATK": "262", - "DEF": "262", - "STA": "240", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4598", - "100% CP @ 39": "4532" - }, - { - "Row": "508", - "Name": "Victini", - "Pokedex Number": "494", - "Img name": "494", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "fire", - "Weather 1": "Windy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3090", - "100% CP @ 39": "3046" - }, - { - "Row": "509", - "Name": "Snivy", - "Pokedex Number": "495", - "Img name": "495", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "285", - "ATK": "88", - "DEF": "107", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "728", - "100% CP @ 39": "717" - }, - { - "Row": "510", - "Name": "Servine", - "Pokedex Number": "496", - "Img name": "496", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "394", - "ATK": "122", - "DEF": "152", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1284", - "100% CP @ 39": "1266" - }, - { - "Row": "511", - "Name": "Serperior", - "Pokedex Number": "497", - "Img name": "497", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "515", - "ATK": "161", - "DEF": "204", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2089", - "100% CP @ 39": "2059" - }, - { - "Row": "512", - "Name": "Tepig", - "Pokedex Number": "498", - "Img name": "498", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "330", - "ATK": "115", - "DEF": "85", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "977", - "100% CP @ 39": "963" - }, - { - "Row": "513", - "Name": "Pignite", - "Pokedex Number": "499", - "Img name": "499", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "fighting", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "459", - "ATK": "173", - "DEF": "106", - "STA": "180", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1803", - "100% CP @ 39": "1777" - }, - { - "Row": "514", - "Name": "Emboar", - "Pokedex Number": "500", - "Img name": "500", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "fighting", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "582", - "ATK": "235", - "DEF": "127", - "STA": "220", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2852", - "100% CP @ 39": "2811" - }, - { - "Row": "515", - "Name": "Oshawott", - "Pokedex Number": "501", - "Img name": "501", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "312", - "ATK": "117", - "DEF": "85", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "921", - "100% CP @ 39": "908" - }, - { - "Row": "516", - "Name": "Dewott", - "Pokedex Number": "502", - "Img name": "502", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "425", - "ATK": "159", - "DEF": "116", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1597", - "100% CP @ 39": "1574" - }, - { - "Row": "517", - "Name": "Samurott", - "Pokedex Number": "503", - "Img name": "503", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "566", - "ATK": "212", - "DEF": "164", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2715", - "100% CP @ 39": "2677" - }, - { - "Row": "518", - "Name": "Patrat", - "Pokedex Number": "504", - "Img name": "504", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "261", - "ATK": "98", - "DEF": "73", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "678", - "100% CP @ 39": "668" - }, - { - "Row": "519", - "Name": "Watchog", - "Pokedex Number": "505", - "Img name": "505", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "424", - "ATK": "165", - "DEF": "139", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1621", - "100% CP @ 39": "1597" - }, - { - "Row": "520", - "Name": "Lillipup", - "Pokedex Number": "506", - "Img name": "506", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "283", - "ATK": "107", - "DEF": "86", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "784", - "100% CP @ 39": "773" - }, - { - "Row": "521", - "Name": "Herdier", - "Pokedex Number": "507", - "Img name": "507", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "401", - "ATK": "145", - "DEF": "126", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1428", - "100% CP @ 39": "1408" - }, - { - "Row": "522", - "Name": "Stoutland", - "Pokedex Number": "508", - "Img name": "508", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "558", - "ATK": "206", - "DEF": "182", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2635", - "100% CP @ 39": "2597" - }, - { - "Row": "523", - "Name": "Purrloin", - "Pokedex Number": "509", - "Img name": "509", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "253", - "ATK": "98", - "DEF": "73", - "STA": "82", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "652", - "100% CP @ 39": "642" - }, - { - "Row": "524", - "Name": "Liepard", - "Pokedex Number": "510", - "Img name": "510", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "421", - "ATK": "187", - "DEF": "106", - "STA": "128", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1659", - "100% CP @ 39": "1635" - }, - { - "Row": "525", - "Name": "Pansage", - "Pokedex Number": "511", - "Img name": "511", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "298", - "ATK": "104", - "DEF": "94", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "832", - "100% CP @ 39": "820" - }, - { - "Row": "526", - "Name": "Simisage", - "Pokedex Number": "512", - "Img name": "512", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "489", - "ATK": "206", - "DEF": "133", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2156", - "100% CP @ 39": "2126" - }, - { - "Row": "527", - "Name": "Pansear", - "Pokedex Number": "513", - "Img name": "513", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "298", - "ATK": "104", - "DEF": "94", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "832", - "100% CP @ 39": "820" - }, - { - "Row": "528", - "Name": "Simisear", - "Pokedex Number": "514", - "Img name": "514", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "489", - "ATK": "206", - "DEF": "133", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2156", - "100% CP @ 39": "2126" - }, - { - "Row": "529", - "Name": "Panpour", - "Pokedex Number": "515", - "Img name": "515", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "298", - "ATK": "104", - "DEF": "94", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "832", - "100% CP @ 39": "820" - }, - { - "Row": "530", - "Name": "Simipour", - "Pokedex Number": "516", - "Img name": "516", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "489", - "ATK": "206", - "DEF": "133", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2156", - "100% CP @ 39": "2126" - }, - { - "Row": "531", - "Name": "Munna", - "Pokedex Number": "517", - "Img name": "517", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "360", - "ATK": "111", - "DEF": "97", - "STA": "152", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1076", - "100% CP @ 39": "1060" - }, - { - "Row": "532", - "Name": "Musharna", - "Pokedex Number": "518", - "Img name": "518", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "586", - "ATK": "183", - "DEF": "171", - "STA": "232", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2650", - "100% CP @ 39": "2612" - }, - { - "Row": "533", - "Name": "Pidove", - "Pokedex Number": "519", - "Img name": "519", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "287", - "ATK": "98", - "DEF": "89", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "771", - "100% CP @ 39": "760" - }, - { - "Row": "534", - "Name": "Tranquill", - "Pokedex Number": "520", - "Img name": "520", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "385", - "ATK": "144", - "DEF": "117", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1345", - "100% CP @ 39": "1325" - }, - { - "Row": "535", - "Name": "Unfezant", - "Pokedex Number": "521", - "Img name": "521", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "546", - "ATK": "226", - "DEF": "160", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2634", - "100% CP @ 39": "2596" - }, - { - "Row": "536", - "Name": "Blitzle", - "Pokedex Number": "522", - "Img name": "522", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "272", - "ATK": "118", - "DEF": "64", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "756", - "100% CP @ 39": "745" - }, - { - "Row": "537", - "Name": "Zebstrika", - "Pokedex Number": "523", - "Img name": "523", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "497", - "ATK": "211", - "DEF": "136", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2228", - "100% CP @ 39": "2196" - }, - { - "Row": "538", - "Name": "Roggenrola", - "Pokedex Number": "524", - "Img name": "524", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "367", - "ATK": "121", - "DEF": "136", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1166", - "100% CP @ 39": "1150" - }, - { - "Row": "539", - "Name": "Boldore", - "Pokedex Number": "525", - "Img name": "525", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "487", - "ATK": "174", - "DEF": "173", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2015", - "100% CP @ 39": "1986" - }, - { - "Row": "540", - "Name": "Gigalith", - "Pokedex Number": "526", - "Img name": "526", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "619", - "ATK": "226", - "DEF": "223", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3158", - "100% CP @ 39": "3113" - }, - { - "Row": "541", - "Name": "Woobat", - "Pokedex Number": "527", - "Img name": "527", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "flying", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "322", - "ATK": "107", - "DEF": "85", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "917", - "100% CP @ 39": "904" - }, - { - "Row": "542", - "Name": "Swoobat", - "Pokedex Number": "528", - "Img name": "528", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "flying", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "414", - "ATK": "161", - "DEF": "119", - "STA": "134", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1553", - "100% CP @ 39": "1531" - }, - { - "Row": "543", - "Name": "Drilbur", - "Pokedex Number": "529", - "Img name": "529", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "362", - "ATK": "154", - "DEF": "88", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1244", - "100% CP @ 39": "1226" - }, - { - "Row": "544", - "Name": "Excadrill", - "Pokedex Number": "530", - "Img name": "530", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "steel", - "Weather 1": "Sunny/clear", - "Weather 2": "Snow", - "STAT TOTAL": "607", - "ATK": "255", - "DEF": "132", - "STA": "220", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3134", - "100% CP @ 39": "3089" - }, - { - "Row": "545", - "Name": "Audino", - "Pokedex Number": "531", - "Img name": "531", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "483", - "ATK": "114", - "DEF": "163", - "STA": "206", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1598", - "100% CP @ 39": "1575" - }, - { - "Row": "546", - "Name": "Timburr", - "Pokedex Number": "532", - "Img name": "532", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "381", - "ATK": "134", - "DEF": "97", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1265", - "100% CP @ 39": "1247" - }, - { - "Row": "547", - "Name": "Gurdurr", - "Pokedex Number": "533", - "Img name": "533", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "500", - "ATK": "180", - "DEF": "150", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2127", - "100% CP @ 39": "2097" - }, - { - "Row": "548", - "Name": "Conkeldurr", - "Pokedex Number": "534", - "Img name": "534", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "625", - "ATK": "243", - "DEF": "172", - "STA": "210", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3305", - "100% CP @ 39": "3258" - }, - { - "Row": "549", - "Name": "Tympole", - "Pokedex Number": "535", - "Img name": "535", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "276", - "ATK": "98", - "DEF": "78", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "729", - "100% CP @ 39": "719" - }, - { - "Row": "550", - "Name": "Palpitoad", - "Pokedex Number": "536", - "Img name": "536", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ground", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "387", - "ATK": "128", - "DEF": "109", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1277", - "100% CP @ 39": "1259" - }, - { - "Row": "551", - "Name": "Seismitoad", - "Pokedex Number": "537", - "Img name": "537", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ground", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "548", - "ATK": "188", - "DEF": "150", - "STA": "210", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2442", - "100% CP @ 39": "2408" - }, - { - "Row": "552", - "Name": "Throh", - "Pokedex Number": "538", - "Img name": "538", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "572", - "ATK": "172", - "DEF": "160", - "STA": "240", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2467", - "100% CP @ 39": "2432" - }, - { - "Row": "553", - "Name": "Sawk", - "Pokedex Number": "539", - "Img name": "539", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "534", - "ATK": "231", - "DEF": "153", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2558", - "100% CP @ 39": "2521" - }, - { - "Row": "554", - "Name": "Sewaddle", - "Pokedex Number": "540", - "Img name": "540", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "grass", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "315", - "ATK": "96", - "DEF": "129", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "852", - "100% CP @ 39": "840" - }, - { - "Row": "555", - "Name": "Swadloon", - "Pokedex Number": "541", - "Img name": "541", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "grass", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "391", - "ATK": "115", - "DEF": "166", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1221", - "100% CP @ 39": "1203" - }, - { - "Row": "556", - "Name": "Leavanny", - "Pokedex Number": "542", - "Img name": "542", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "grass", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "520", - "ATK": "205", - "DEF": "165", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2368", - "100% CP @ 39": "2334" - }, - { - "Row": "557", - "Name": "Venipede", - "Pokedex Number": "543", - "Img name": "543", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "252", - "ATK": "83", - "DEF": "109", - "STA": "60", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "590", - "100% CP @ 39": "581" - }, - { - "Row": "558", - "Name": "Whirlipede", - "Pokedex Number": "544", - "Img name": "544", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "362", - "ATK": "100", - "DEF": "182", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "982", - "100% CP @ 39": "968" - }, - { - "Row": "559", - "Name": "Scolipede", - "Pokedex Number": "545", - "Img name": "545", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "poison", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "509", - "ATK": "203", - "DEF": "186", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2242", - "100% CP @ 39": "2210" - }, - { - "Row": "560", - "Name": "Cottonee", - "Pokedex Number": "546", - "Img name": "546", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "fairy", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "267", - "ATK": "71", - "DEF": "116", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "599", - "100% CP @ 39": "590" - }, - { - "Row": "561", - "Name": "Whimsicott", - "Pokedex Number": "547", - "Img name": "547", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "fairy", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "466", - "ATK": "164", - "DEF": "182", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1823", - "100% CP @ 39": "1797" - }, - { - "Row": "562", - "Name": "Petilil", - "Pokedex Number": "548", - "Img name": "548", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "300", - "ATK": "119", - "DEF": "91", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "882", - "100% CP @ 39": "870" - }, - { - "Row": "563", - "Name": "Lilligant", - "Pokedex Number": "549", - "Img name": "549", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "509", - "ATK": "214", - "DEF": "155", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2321", - "100% CP @ 39": "2288" - }, - { - "Row": "564", - "Name": "Basculin", - "Pokedex Number": "550", - "Img name": "550", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "463", - "ATK": "189", - "DEF": "134", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1936", - "100% CP @ 39": "1908" - }, - { - "Row": "565", - "Name": "Sandile", - "Pokedex Number": "551", - "Img name": "551", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "dark", - "Weather 1": "Sunny/clear", - "Weather 2": "Fog", - "STAT TOTAL": "301", - "ATK": "132", - "DEF": "69", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "902", - "100% CP @ 39": "889" - }, - { - "Row": "566", - "Name": "Krokorok", - "Pokedex Number": "552", - "Img name": "552", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "dark", - "Weather 1": "Sunny/clear", - "Weather 2": "Fog", - "STAT TOTAL": "365", - "ATK": "155", - "DEF": "90", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1264", - "100% CP @ 39": "1246" - }, - { - "Row": "567", - "Name": "Krookodile", - "Pokedex Number": "553", - "Img name": "553", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "dark", - "Weather 1": "Sunny/clear", - "Weather 2": "Fog", - "STAT TOTAL": "582", - "ATK": "229", - "DEF": "163", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2911", - "100% CP @ 39": "2869" - }, - { - "Row": "568", - "Name": "Darumaka", - "Pokedex Number": "554", - "Img name": "554", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "379", - "ATK": "153", - "DEF": "86", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1312", - "100% CP @ 39": "1294" - }, - { - "Row": "569", - "Name": "Darmanitan (Zen Mode)", - "Pokedex Number": "555", - "Img name": "555", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "587", - "ATK": "263", - "DEF": "114", - "STA": "210", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2958", - "100% CP @ 39": "2915" - }, - { - "Row": "570", - "Name": "Darmanitan (Standard Mode)", - "Pokedex Number": "555", - "Img name": "555", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "587", - "ATK": "263", - "DEF": "114", - "STA": "210", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2958", - "100% CP @ 39": "2915" - }, - { - "Row": "571", - "Name": "Maractus", - "Pokedex Number": "556", - "Img name": "556", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "481", - "ATK": "201", - "DEF": "130", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2086", - "100% CP @ 39": "2056" - }, - { - "Row": "572", - "Name": "Dwebble", - "Pokedex Number": "557", - "Img name": "557", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "rock", - "Weather 1": "Rainy", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "370", - "ATK": "118", - "DEF": "152", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1151", - "100% CP @ 39": "1134" - }, - { - "Row": "573", - "Name": "Crustle", - "Pokedex Number": "558", - "Img name": "558", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "rock", - "Weather 1": "Rainy", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "552", - "ATK": "188", - "DEF": "224", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2440", - "100% CP @ 39": "2405" - }, - { - "Row": "574", - "Name": "Scraggy", - "Pokedex Number": "559", - "Img name": "559", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "fighting", - "Weather 1": "Fog", - "Weather 2": "Cloudy", - "STAT TOTAL": "364", - "ATK": "132", - "DEF": "132", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1193", - "100% CP @ 39": "1176" - }, - { - "Row": "575", - "Name": "Scrafty", - "Pokedex Number": "560", - "Img name": "560", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "fighting", - "Weather 1": "Fog", - "Weather 2": "Cloudy", - "STAT TOTAL": "515", - "ATK": "163", - "DEF": "222", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2060", - "100% CP @ 39": "2031" - }, - { - "Row": "576", - "Name": "Sigilyph", - "Pokedex Number": "561", - "Img name": "561", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "flying", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "515", - "ATK": "204", - "DEF": "167", - "STA": "144", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2326", - "100% CP @ 39": "2293" - }, - { - "Row": "577", - "Name": "Yamask", - "Pokedex Number": "562", - "Img name": "562", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "321", - "ATK": "95", - "DEF": "150", - "STA": "76", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "841", - "100% CP @ 39": "829" - }, - { - "Row": "578", - "Name": "Cofagrigus", - "Pokedex Number": "563", - "Img name": "563", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "534", - "ATK": "163", - "DEF": "255", - "STA": "116", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2090", - "100% CP @ 39": "2060" - }, - { - "Row": "579", - "Name": "Tirtouga", - "Pokedex Number": "564", - "Img name": "564", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "rock", - "Weather 1": "Rainy", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "414", - "ATK": "134", - "DEF": "172", - "STA": "108", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1411", - "100% CP @ 39": "1391" - }, - { - "Row": "580", - "Name": "Carracosta", - "Pokedex Number": "565", - "Img name": "565", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "rock", - "Weather 1": "Rainy", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "568", - "ATK": "192", - "DEF": "228", - "STA": "148", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2573", - "100% CP @ 39": "2536" - }, - { - "Row": "581", - "Name": "Archen", - "Pokedex Number": "566", - "Img name": "566", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "412", - "ATK": "213", - "DEF": "89", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1623", - "100% CP @ 39": "1600" - }, - { - "Row": "582", - "Name": "Archeops", - "Pokedex Number": "567", - "Img name": "567", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "581", - "ATK": "292", - "DEF": "139", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3056", - "100% CP @ 39": "3012" - }, - { - "Row": "583", - "Name": "Trubbish", - "Pokedex Number": "568", - "Img name": "568", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "318", - "ATK": "96", - "DEF": "122", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "870", - "100% CP @ 39": "857" - }, - { - "Row": "584", - "Name": "Garbodor", - "Pokedex Number": "569", - "Img name": "569", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "505", - "ATK": "181", - "DEF": "164", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2166", - "100% CP @ 39": "2135" - }, - { - "Row": "585", - "Name": "Zorua", - "Pokedex Number": "570", - "Img name": "570", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "311", - "ATK": "153", - "DEF": "78", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "986", - "100% CP @ 39": "972" - }, - { - "Row": "586", - "Name": "Zoroark", - "Pokedex Number": "571", - "Img name": "571", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "", - "Weather 1": "Fog", - "Weather 2": "", - "STAT TOTAL": "497", - "ATK": "250", - "DEF": "127", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2291", - "100% CP @ 39": "2258" - }, - { - "Row": "587", - "Name": "Minccino", - "Pokedex Number": "572", - "Img name": "572", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "288", - "ATK": "98", - "DEF": "80", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "769", - "100% CP @ 39": "758" - }, - { - "Row": "588", - "Name": "Cinccino", - "Pokedex Number": "573", - "Img name": "573", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "478", - "ATK": "198", - "DEF": "130", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2057", - "100% CP @ 39": "2028" - }, - { - "Row": "589", - "Name": "Gothita", - "Pokedex Number": "574", - "Img name": "574", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "306", - "ATK": "98", - "DEF": "118", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "834", - "100% CP @ 39": "822" - }, - { - "Row": "590", - "Name": "Gothorita", - "Pokedex Number": "575", - "Img name": "575", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "416", - "ATK": "137", - "DEF": "159", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1455", - "100% CP @ 39": "1434" - }, - { - "Row": "591", - "Name": "Gothitelle", - "Pokedex Number": "576", - "Img name": "576", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "528", - "ATK": "176", - "DEF": "212", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2237", - "100% CP @ 39": "2205" - }, - { - "Row": "592", - "Name": "Solosis", - "Pokedex Number": "577", - "Img name": "577", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "347", - "ATK": "170", - "DEF": "87", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1195", - "100% CP @ 39": "1178" - }, - { - "Row": "593", - "Name": "Duosion", - "Pokedex Number": "578", - "Img name": "578", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "445", - "ATK": "208", - "DEF": "107", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1852", - "100% CP @ 39": "1826" - }, - { - "Row": "594", - "Name": "Reuniclus", - "Pokedex Number": "579", - "Img name": "579", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "587", - "ATK": "214", - "DEF": "153", - "STA": "220", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2841", - "100% CP @ 39": "2801" - }, - { - "Row": "595", - "Name": "Ducklett", - "Pokedex Number": "580", - "Img name": "580", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "304", - "ATK": "84", - "DEF": "96", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "768", - "100% CP @ 39": "757" - }, - { - "Row": "596", - "Name": "Swanna", - "Pokedex Number": "581", - "Img name": "581", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "464", - "ATK": "182", - "DEF": "132", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1916", - "100% CP @ 39": "1888" - }, - { - "Row": "597", - "Name": "Vanillite", - "Pokedex Number": "582", - "Img name": "582", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "301", - "ATK": "118", - "DEF": "111", - "STA": "72", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "869", - "100% CP @ 39": "857" - }, - { - "Row": "598", - "Name": "Vanillish", - "Pokedex Number": "583", - "Img name": "583", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "396", - "ATK": "151", - "DEF": "143", - "STA": "102", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1409", - "100% CP @ 39": "1389" - }, - { - "Row": "599", - "Name": "Vanilluxe", - "Pokedex Number": "584", - "Img name": "584", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "550", - "ATK": "218", - "DEF": "190", - "STA": "142", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2610", - "100% CP @ 39": "2573" - }, - { - "Row": "600", - "Name": "Deerling", - "Pokedex Number": "585", - "Img name": "585", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "grass", - "Weather 1": "Partly cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "335", - "ATK": "115", - "DEF": "100", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1011", - "100% CP @ 39": "997" - }, - { - "Row": "601", - "Name": "Sawsbuck", - "Pokedex Number": "586", - "Img name": "586", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "grass", - "Weather 1": "Partly cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "504", - "ATK": "198", - "DEF": "146", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2233", - "100% CP @ 39": "2201" - }, - { - "Row": "602", - "Name": "Emolga", - "Pokedex Number": "587", - "Img name": "587", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "395", - "ATK": "158", - "DEF": "127", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1439", - "100% CP @ 39": "1419" - }, - { - "Row": "603", - "Name": "Karrablast", - "Pokedex Number": "588", - "Img name": "588", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "324", - "ATK": "137", - "DEF": "87", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1028", - "100% CP @ 39": "1013" - }, - { - "Row": "604", - "Name": "Escavalier", - "Pokedex Number": "589", - "Img name": "589", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "steel", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "550", - "ATK": "223", - "DEF": "187", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2630", - "100% CP @ 39": "2592" - }, - { - "Row": "605", - "Name": "Foongus", - "Pokedex Number": "590", - "Img name": "590", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "330", - "ATK": "97", - "DEF": "95", - "STA": "138", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "907", - "100% CP @ 39": "894" - }, - { - "Row": "606", - "Name": "Amoonguss", - "Pokedex Number": "591", - "Img name": "591", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "poison", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "527", - "ATK": "155", - "DEF": "144", - "STA": "228", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2087", - "100% CP @ 39": "2057" - }, - { - "Row": "607", - "Name": "Frillish", - "Pokedex Number": "592", - "Img name": "592", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ghost", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "375", - "ATK": "115", - "DEF": "150", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1166", - "100% CP @ 39": "1149" - }, - { - "Row": "608", - "Name": "Jellicent", - "Pokedex Number": "593", - "Img name": "593", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "ghost", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "554", - "ATK": "159", - "DEF": "195", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2309", - "100% CP @ 39": "2276" - }, - { - "Row": "609", - "Name": "Alomomola", - "Pokedex Number": "594", - "Img name": "594", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "616", - "ATK": "138", - "DEF": "148", - "STA": "330", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2266", - "100% CP @ 39": "2233" - }, - { - "Row": "610", - "Name": "Joltik", - "Pokedex Number": "595", - "Img name": "595", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "electric", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "308", - "ATK": "110", - "DEF": "98", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "889", - "100% CP @ 39": "877" - }, - { - "Row": "611", - "Name": "Galvantula", - "Pokedex Number": "596", - "Img name": "596", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "electric", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "469", - "ATK": "201", - "DEF": "128", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2008", - "100% CP @ 39": "1979" - }, - { - "Row": "612", - "Name": "Ferroseed", - "Pokedex Number": "597", - "Img name": "597", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "steel", - "Weather 1": "Sunny/clear", - "Weather 2": "Snow", - "STAT TOTAL": "327", - "ATK": "82", - "DEF": "157", - "STA": "88", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "806", - "100% CP @ 39": "794" - }, - { - "Row": "613", - "Name": "Ferrothorn", - "Pokedex Number": "598", - "Img name": "598", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "steel", - "Weather 1": "Sunny/clear", - "Weather 2": "Snow", - "STAT TOTAL": "536", - "ATK": "158", - "DEF": "230", - "STA": "148", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2159", - "100% CP @ 39": "2128" - }, - { - "Row": "614", - "Name": "Klink", - "Pokedex Number": "599", - "Img name": "599", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "304", - "ATK": "98", - "DEF": "126", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "816", - "100% CP @ 39": "805" - }, - { - "Row": "615", - "Name": "Klang", - "Pokedex Number": "600", - "Img name": "600", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "449", - "ATK": "150", - "DEF": "179", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1667", - "100% CP @ 39": "1643" - }, - { - "Row": "616", - "Name": "Klinklang", - "Pokedex Number": "601", - "Img name": "601", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "549", - "ATK": "199", - "DEF": "230", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2430", - "100% CP @ 39": "2396" - }, - { - "Row": "617", - "Name": "Tynamo", - "Pokedex Number": "602", - "Img name": "602", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "253", - "ATK": "105", - "DEF": "78", - "STA": "70", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "666", - "100% CP @ 39": "656" - }, - { - "Row": "618", - "Name": "Eelektrik", - "Pokedex Number": "603", - "Img name": "603", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "416", - "ATK": "156", - "DEF": "130", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1548", - "100% CP @ 39": "1526" - }, - { - "Row": "619", - "Name": "Eelektross", - "Pokedex Number": "604", - "Img name": "604", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "539", - "ATK": "217", - "DEF": "152", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2546", - "100% CP @ 39": "2510" - }, - { - "Row": "620", - "Name": "Elgyem", - "Pokedex Number": "605", - "Img name": "605", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "358", - "ATK": "148", - "DEF": "100", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1220", - "100% CP @ 39": "1203" - }, - { - "Row": "621", - "Name": "Beheeyem", - "Pokedex Number": "606", - "Img name": "606", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "543", - "ATK": "221", - "DEF": "172", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2589", - "100% CP @ 39": "2552" - }, - { - "Row": "622", - "Name": "Litwick", - "Pokedex Number": "607", - "Img name": "607", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "fire", - "Weather 1": "Fog", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "306", - "ATK": "108", - "DEF": "98", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "875", - "100% CP @ 39": "863" - }, - { - "Row": "623", - "Name": "Lampent", - "Pokedex Number": "608", - "Img name": "608", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "fire", - "Weather 1": "Fog", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "404", - "ATK": "169", - "DEF": "115", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1522", - "100% CP @ 39": "1500" - }, - { - "Row": "624", - "Name": "Chandelure", - "Pokedex Number": "609", - "Img name": "609", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "fire", - "Weather 1": "Fog", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "573", - "ATK": "271", - "DEF": "182", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2913", - "100% CP @ 39": "2871" - }, - { - "Row": "625", - "Name": "Axew", - "Pokedex Number": "610", - "Img name": "610", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "357", - "ATK": "154", - "DEF": "111", - "STA": "92", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1225", - "100% CP @ 39": "1208" - }, - { - "Row": "626", - "Name": "Fraxure", - "Pokedex Number": "611", - "Img name": "611", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "477", - "ATK": "212", - "DEF": "133", - "STA": "132", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2091", - "100% CP @ 39": "2061" - }, - { - "Row": "627", - "Name": "Haxorus", - "Pokedex Number": "612", - "Img name": "612", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "619", - "ATK": "284", - "DEF": "183", - "STA": "152", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3395", - "100% CP @ 39": "3347" - }, - { - "Row": "628", - "Name": "Cubchoo", - "Pokedex Number": "613", - "Img name": "613", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "312", - "ATK": "128", - "DEF": "74", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "942", - "100% CP @ 39": "928" - }, - { - "Row": "629", - "Name": "Beartic", - "Pokedex Number": "614", - "Img name": "614", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "575", - "ATK": "233", - "DEF": "152", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2865", - "100% CP @ 39": "2825" - }, - { - "Row": "630", - "Name": "Cryogonal", - "Pokedex Number": "615", - "Img name": "615", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "614", - "ATK": "190", - "DEF": "264", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2829", - "100% CP @ 39": "2788" - }, - { - "Row": "631", - "Name": "Shelmet", - "Pokedex Number": "616", - "Img name": "616", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "321", - "ATK": "72", - "DEF": "149", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "746", - "100% CP @ 39": "735" - }, - { - "Row": "632", - "Name": "Accelgor", - "Pokedex Number": "617", - "Img name": "617", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "511", - "ATK": "220", - "DEF": "131", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2346", - "100% CP @ 39": "2312" - }, - { - "Row": "633", - "Name": "Stunfisk", - "Pokedex Number": "618", - "Img name": "618", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "electric", - "Weather 1": "Sunny/clear", - "Weather 2": "Rainy", - "STAT TOTAL": "539", - "ATK": "144", - "DEF": "177", - "STA": "218", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2100", - "100% CP @ 39": "2070" - }, - { - "Row": "634", - "Name": "Mienfoo", - "Pokedex Number": "619", - "Img name": "619", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "348", - "ATK": "160", - "DEF": "98", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1190", - "100% CP @ 39": "1173" - }, - { - "Row": "635", - "Name": "Mienshao", - "Pokedex Number": "620", - "Img name": "620", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "515", - "ATK": "258", - "DEF": "127", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2446", - "100% CP @ 39": "2411" - }, - { - "Row": "636", - "Name": "Druddigon", - "Pokedex Number": "621", - "Img name": "621", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "537", - "ATK": "213", - "DEF": "170", - "STA": "154", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2517", - "100% CP @ 39": "2481" - }, - { - "Row": "637", - "Name": "Golett", - "Pokedex Number": "622", - "Img name": "622", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "ghost", - "Weather 1": "Sunny/clear", - "Weather 2": "Fog", - "STAT TOTAL": "337", - "ATK": "127", - "DEF": "92", - "STA": "118", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1058", - "100% CP @ 39": "1042" - }, - { - "Row": "638", - "Name": "Golurk", - "Pokedex Number": "623", - "Img name": "623", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "ghost", - "Weather 1": "Sunny/clear", - "Weather 2": "Fog", - "STAT TOTAL": "554", - "ATK": "222", - "DEF": "154", - "STA": "178", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2673", - "100% CP @ 39": "2635" - }, - { - "Row": "639", - "Name": "Pawniard", - "Pokedex Number": "624", - "Img name": "624", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "steel", - "Weather 1": "Fog", - "Weather 2": "Snow", - "STAT TOTAL": "373", - "ATK": "154", - "DEF": "129", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1297", - "100% CP @ 39": "1279" - }, - { - "Row": "640", - "Name": "Bisharp", - "Pokedex Number": "625", - "Img name": "625", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "steel", - "Weather 1": "Fog", - "Weather 2": "Snow", - "STAT TOTAL": "553", - "ATK": "232", - "DEF": "191", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2666", - "100% CP @ 39": "2628" - }, - { - "Row": "641", - "Name": "Bouffalant", - "Pokedex Number": "626", - "Img name": "626", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "567", - "ATK": "195", - "DEF": "182", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2635", - "100% CP @ 39": "2598" - }, - { - "Row": "642", - "Name": "Rufflet", - "Pokedex Number": "627", - "Img name": "627", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "387", - "ATK": "150", - "DEF": "97", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1357", - "100% CP @ 39": "1338" - }, - { - "Row": "643", - "Name": "Braviary", - "Pokedex Number": "628", - "Img name": "628", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "584", - "ATK": "232", - "DEF": "152", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2923", - "100% CP @ 39": "2881" - }, - { - "Row": "644", - "Name": "Vullaby", - "Pokedex Number": "629", - "Img name": "629", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "flying", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "389", - "ATK": "105", - "DEF": "144", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1176", - "100% CP @ 39": "1159" - }, - { - "Row": "645", - "Name": "Mandibuzz", - "Pokedex Number": "630", - "Img name": "630", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "flying", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "559", - "ATK": "129", - "DEF": "210", - "STA": "220", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2068", - "100% CP @ 39": "2038" - }, - { - "Row": "646", - "Name": "Heatmor", - "Pokedex Number": "631", - "Img name": "631", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "503", - "ATK": "204", - "DEF": "129", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2232", - "100% CP @ 39": "2200" - }, - { - "Row": "647", - "Name": "Durant", - "Pokedex Number": "632", - "Img name": "632", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "steel", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "555", - "ATK": "217", - "DEF": "222", - "STA": "116", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2553", - "100% CP @ 39": "2516" - }, - { - "Row": "648", - "Name": "Deino", - "Pokedex Number": "633", - "Img name": "633", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "dragon", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "313", - "ATK": "116", - "DEF": "93", - "STA": "104", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "927", - "100% CP @ 39": "914" - }, - { - "Row": "649", - "Name": "Zweilous", - "Pokedex Number": "634", - "Img name": "634", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "dragon", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "438", - "ATK": "159", - "DEF": "135", - "STA": "144", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1678", - "100% CP @ 39": "1654" - }, - { - "Row": "650", - "Name": "Hydreigon", - "Pokedex Number": "635", - "Img name": "635", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "dragon", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "628", - "ATK": "256", - "DEF": "188", - "STA": "184", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3401", - "100% CP @ 39": "3353" - }, - { - "Row": "651", - "Name": "Larvesta", - "Pokedex Number": "636", - "Img name": "636", - "Generation": "5", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "fire", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "373", - "ATK": "156", - "DEF": "107", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1318", - "100% CP @ 39": "1300" - }, - { - "Row": "652", - "Name": "Volcarona", - "Pokedex Number": "637", - "Img name": "637", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "fire", - "Weather 1": "Rainy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "644", - "ATK": "264", - "DEF": "210", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3555", - "100% CP @ 39": "3504" - }, - { - "Row": "653", - "Name": "Cobalion", - "Pokedex Number": "638", - "Img name": "638", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "fighting", - "Weather 1": "Snow", - "Weather 2": "Cloudy", - "STAT TOTAL": "634", - "ATK": "192", - "DEF": "260", - "STA": "182", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3009", - "100% CP @ 39": "2966" - }, - { - "Row": "654", - "Name": "Terrakion", - "Pokedex Number": "639", - "Img name": "639", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "fighting", - "Weather 1": "Partly cloudy", - "Weather 2": "Cloudy", - "STAT TOTAL": "634", - "ATK": "260", - "DEF": "192", - "STA": "182", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3468", - "100% CP @ 39": "3418" - }, - { - "Row": "655", - "Name": "Virizion", - "Pokedex Number": "640", - "Img name": "640", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "fighting", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "634", - "ATK": "192", - "DEF": "260", - "STA": "182", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3009", - "100% CP @ 39": "2966" - }, - { - "Row": "656", - "Name": "Tornadus (Therian Forme)", - "Pokedex Number": "641", - "Img name": "641", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "flying", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "593", - "ATK": "266", - "DEF": "169", - "STA": "158", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3131", - "100% CP @ 39": "3086" - }, - { - "Row": "657", - "Name": "Tornadus (Incarnate Forme)", - "Pokedex Number": "641", - "Img name": "641", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "flying", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "593", - "ATK": "266", - "DEF": "169", - "STA": "158", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3131", - "100% CP @ 39": "3086" - }, - { - "Row": "658", - "Name": "Thundurus (Incarnate Forme)", - "Pokedex Number": "642", - "Img name": "642", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "593", - "ATK": "266", - "DEF": "169", - "STA": "158", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3131", - "100% CP @ 39": "3086" - }, - { - "Row": "659", - "Name": "Thundurus (Therian Forme)", - "Pokedex Number": "642", - "Img name": "642", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "593", - "ATK": "266", - "DEF": "169", - "STA": "158", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3131", - "100% CP @ 39": "3086" - }, - { - "Row": "660", - "Name": "Reshiram", - "Pokedex Number": "643", - "Img name": "643", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "fire", - "Weather 1": "Windy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "744", - "ATK": "302", - "DEF": "242", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4654", - "100% CP @ 39": "4587" - }, - { - "Row": "661", - "Name": "Zekrom", - "Pokedex Number": "644", - "Img name": "644", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "electric", - "Weather 1": "Windy", - "Weather 2": "Rainy", - "STAT TOTAL": "744", - "ATK": "302", - "DEF": "242", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4654", - "100% CP @ 39": "4587" - }, - { - "Row": "662", - "Name": "Landorus (Incarnate Forme)", - "Pokedex Number": "645", - "Img name": "645", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "626", - "ATK": "261", - "DEF": "187", - "STA": "178", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3403", - "100% CP @ 39": "3355" - }, - { - "Row": "663", - "Name": "Landorus (Therian Forme)", - "Pokedex Number": "645", - "Img name": "645", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "626", - "ATK": "261", - "DEF": "187", - "STA": "178", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3403", - "100% CP @ 39": "3355" - }, - { - "Row": "664", - "Name": "Kyurem (Black Kyurem)", - "Pokedex Number": "646", - "Img name": "646", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "ice", - "Weather 1": "Windy", - "Weather 2": "Snow", - "STAT TOTAL": "707", - "ATK": "270", - "DEF": "187", - "STA": "250", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4118", - "100% CP @ 39": "4059" - }, - { - "Row": "665", - "Name": "Kyurem (Normal Kyurem)", - "Pokedex Number": "646", - "Img name": "646", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "ice", - "Weather 1": "Windy", - "Weather 2": "Snow", - "STAT TOTAL": "707", - "ATK": "270", - "DEF": "187", - "STA": "250", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4118", - "100% CP @ 39": "4059" - }, - { - "Row": "666", - "Name": "Kyurem (White Kyurem)", - "Pokedex Number": "646", - "Img name": "646", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "ice", - "Weather 1": "Windy", - "Weather 2": "Snow", - "STAT TOTAL": "707", - "ATK": "270", - "DEF": "187", - "STA": "250", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4118", - "100% CP @ 39": "4059" - }, - { - "Row": "667", - "Name": "Keldeo", - "Pokedex Number": "647", - "Img name": "647", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "fighting", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "634", - "ATK": "260", - "DEF": "192", - "STA": "182", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3468", - "100% CP @ 39": "3418" - }, - { - "Row": "668", - "Name": "Meloetta (Pirouette Forme)", - "Pokedex Number": "648", - "Img name": "648", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "psychic", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "700", - "ATK": "250", - "DEF": "250", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3950", - "100% CP @ 39": "3894" - }, - { - "Row": "669", - "Name": "Meloetta (Aria Forme)", - "Pokedex Number": "648", - "Img name": "648", - "Generation": "5", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "psychic", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "700", - "ATK": "250", - "DEF": "250", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3950", - "100% CP @ 39": "3894" - }, - { - "Row": "670", - "Name": "Genesect", - "Pokedex Number": "649", - "Img name": "649", - "Generation": "5", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "steel", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "593", - "ATK": "252", - "DEF": "199", - "STA": "142", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3056", - "100% CP @ 39": "3013" - }, - { - "Row": "671", - "Name": "Chespin", - "Pokedex Number": "650", - "Img name": "650", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "338", - "ATK": "110", - "DEF": "116", - "STA": "112", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1007", - "100% CP @ 39": "992" - }, - { - "Row": "672", - "Name": "Quilladin", - "Pokedex Number": "651", - "Img name": "651", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "442", - "ATK": "146", - "DEF": "174", - "STA": "122", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1618", - "100% CP @ 39": "1594" - }, - { - "Row": "673", - "Name": "Chesnaught", - "Pokedex Number": "652", - "Img name": "652", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "fighting", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "604", - "ATK": "201", - "DEF": "227", - "STA": "176", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2900", - "100% CP @ 39": "2859" - }, - { - "Row": "674", - "Name": "Fennekin", - "Pokedex Number": "653", - "Img name": "653", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "308", - "ATK": "116", - "DEF": "112", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "898", - "100% CP @ 39": "885" - }, - { - "Row": "675", - "Name": "Braixen", - "Pokedex Number": "654", - "Img name": "654", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "425", - "ATK": "171", - "DEF": "136", - "STA": "118", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1646", - "100% CP @ 39": "1622" - }, - { - "Row": "676", - "Name": "Delphox", - "Pokedex Number": "655", - "Img name": "655", - "Generation": "6", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "psychic", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "584", - "ATK": "230", - "DEF": "204", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2908", - "100% CP @ 39": "2867" - }, - { - "Row": "677", - "Name": "Froakie", - "Pokedex Number": "656", - "Img name": "656", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "290", - "ATK": "122", - "DEF": "86", - "STA": "82", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "846", - "100% CP @ 39": "834" - }, - { - "Row": "678", - "Name": "Frogadier", - "Pokedex Number": "657", - "Img name": "657", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "392", - "ATK": "168", - "DEF": "116", - "STA": "108", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1450", - "100% CP @ 39": "1430" - }, - { - "Row": "679", - "Name": "Greninja", - "Pokedex Number": "658", - "Img name": "658", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "dark", - "Weather 1": "Rainy", - "Weather 2": "Fog", - "STAT TOTAL": "521", - "ATK": "223", - "DEF": "154", - "STA": "144", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2436", - "100% CP @ 39": "2401" - }, - { - "Row": "680", - "Name": "Bunnelby", - "Pokedex Number": "659", - "Img name": "659", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "217", - "ATK": "68", - "DEF": "73", - "STA": "76", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "463", - "100% CP @ 39": "457" - }, - { - "Row": "681", - "Name": "Diggersby", - "Pokedex Number": "660", - "Img name": "660", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "ground", - "Weather 1": "Partly cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "437", - "ATK": "112", - "DEF": "155", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1406", - "100% CP @ 39": "1386" - }, - { - "Row": "682", - "Name": "Fletchling", - "Pokedex Number": "661", - "Img name": "661", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "268", - "ATK": "95", - "DEF": "83", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "696", - "100% CP @ 39": "686" - }, - { - "Row": "683", - "Name": "Fletchinder", - "Pokedex Number": "662", - "Img name": "662", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "380", - "ATK": "145", - "DEF": "111", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1322", - "100% CP @ 39": "1303" - }, - { - "Row": "684", - "Name": "Talonflame", - "Pokedex Number": "663", - "Img name": "663", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "488", - "ATK": "176", - "DEF": "156", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2039", - "100% CP @ 39": "2010" - }, - { - "Row": "685", - "Name": "Scatterbug", - "Pokedex Number": "664", - "Img name": "664", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "209", - "ATK": "63", - "DEF": "70", - "STA": "76", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "428", - "100% CP @ 39": "422" - }, - { - "Row": "686", - "Name": "Spewpa", - "Pokedex Number": "665", - "Img name": "665", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "241", - "ATK": "48", - "DEF": "103", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "437", - "100% CP @ 39": "431" - }, - { - "Row": "687", - "Name": "Vivillon", - "Pokedex Number": "666", - "Img name": "666", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "flying", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "439", - "ATK": "176", - "DEF": "103", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1714", - "100% CP @ 39": "1689" - }, - { - "Row": "688", - "Name": "Litleo", - "Pokedex Number": "667", - "Img name": "667", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "normal", - "Weather 1": "Sunny/clear", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "377", - "ATK": "139", - "DEF": "114", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1287", - "100% CP @ 39": "1269" - }, - { - "Row": "689", - "Name": "Pyroar", - "Pokedex Number": "668", - "Img name": "668", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "normal", - "Weather 1": "Sunny/clear", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "545", - "ATK": "221", - "DEF": "152", - "STA": "172", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2604", - "100% CP @ 39": "2567" - }, - { - "Row": "690", - "Name": "Flab��B��", - "Pokedex Number": "669", - "Img name": "669", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "334", - "ATK": "108", - "DEF": "138", - "STA": "88", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "964", - "100% CP @ 39": "950" - }, - { - "Row": "691", - "Name": "Floette", - "Pokedex Number": "670", - "Img name": "670", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "419", - "ATK": "136", - "DEF": "175", - "STA": "108", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1441", - "100% CP @ 39": "1421" - }, - { - "Row": "692", - "Name": "Florges", - "Pokedex Number": "671", - "Img name": "671", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "655", - "ATK": "212", - "DEF": "287", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3221", - "100% CP @ 39": "3175" - }, - { - "Row": "693", - "Name": "Skiddo", - "Pokedex Number": "672", - "Img name": "672", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "362", - "ATK": "123", - "DEF": "107", - "STA": "132", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1154", - "100% CP @ 39": "1137" - }, - { - "Row": "694", - "Name": "Gogoat", - "Pokedex Number": "673", - "Img name": "673", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "597", - "ATK": "196", - "DEF": "155", - "STA": "246", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2775", - "100% CP @ 39": "2736" - }, - { - "Row": "695", - "Name": "Pancham", - "Pokedex Number": "674", - "Img name": "674", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "392", - "ATK": "145", - "DEF": "113", - "STA": "134", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1380", - "100% CP @ 39": "1360" - }, - { - "Row": "696", - "Name": "Pangoro", - "Pokedex Number": "675", - "Img name": "675", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "dark", - "Weather 1": "Cloudy", - "Weather 2": "Fog", - "STAT TOTAL": "565", - "ATK": "226", - "DEF": "149", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2759", - "100% CP @ 39": "2720" - }, - { - "Row": "697", - "Name": "Furfrou", - "Pokedex Number": "676", - "Img name": "676", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "496", - "ATK": "164", - "DEF": "182", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2015", - "100% CP @ 39": "1986" - }, - { - "Row": "698", - "Name": "Espurr", - "Pokedex Number": "677", - "Img name": "677", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "361", - "ATK": "120", - "DEF": "117", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1142", - "100% CP @ 39": "1125" - }, - { - "Row": "699", - "Name": "Meowstic", - "Pokedex Number": "678", - "Img name": "678", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "484", - "ATK": "166", - "DEF": "170", - "STA": "148", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1963", - "100% CP @ 39": "1935" - }, - { - "Row": "700", - "Name": "Honedge", - "Pokedex Number": "679", - "Img name": "679", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "ghost", - "Weather 1": "Snow", - "Weather 2": "Fog", - "STAT TOTAL": "392", - "ATK": "135", - "DEF": "167", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1295", - "100% CP @ 39": "1276" - }, - { - "Row": "701", - "Name": "Doublade", - "Pokedex Number": "680", - "Img name": "680", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "ghost", - "Weather 1": "Snow", - "Weather 2": "Fog", - "STAT TOTAL": "559", - "ATK": "188", - "DEF": "253", - "STA": "118", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2393", - "100% CP @ 39": "2359" - }, - { - "Row": "702", - "Name": "Aegislash", - "Pokedex Number": "681", - "Img name": "681", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "ghost", - "Weather 1": "Snow", - "Weather 2": "Fog", - "STAT TOTAL": "508", - "ATK": "97", - "DEF": "291", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1421", - "100% CP @ 39": "1401" - }, - { - "Row": "703", - "Name": "Spritzee", - "Pokedex Number": "682", - "Img name": "682", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "382", - "ATK": "110", - "DEF": "116", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1168", - "100% CP @ 39": "1151" - }, - { - "Row": "704", - "Name": "Aromatisse", - "Pokedex Number": "683", - "Img name": "683", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "533", - "ATK": "173", - "DEF": "158", - "STA": "202", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2275", - "100% CP @ 39": "2242" - }, - { - "Row": "705", - "Name": "Swirlix", - "Pokedex Number": "684", - "Img name": "684", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "356", - "ATK": "109", - "DEF": "123", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1072", - "100% CP @ 39": "1057" - }, - { - "Row": "706", - "Name": "Slurpuff", - "Pokedex Number": "685", - "Img name": "685", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "500", - "ATK": "168", - "DEF": "168", - "STA": "164", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2068", - "100% CP @ 39": "2039" - }, - { - "Row": "707", - "Name": "Inkay", - "Pokedex Number": "686", - "Img name": "686", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "psychic", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "302", - "ATK": "98", - "DEF": "98", - "STA": "106", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "825", - "100% CP @ 39": "813" - }, - { - "Row": "708", - "Name": "Malamar", - "Pokedex Number": "687", - "Img name": "687", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "psychic", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "521", - "ATK": "177", - "DEF": "172", - "STA": "172", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2242", - "100% CP @ 39": "2210" - }, - { - "Row": "709", - "Name": "Binacle", - "Pokedex Number": "688", - "Img name": "688", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "water", - "Weather 1": "Partly cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "304", - "ATK": "96", - "DEF": "124", - "STA": "84", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "813", - "100% CP @ 39": "801" - }, - { - "Row": "710", - "Name": "Barbaracle", - "Pokedex Number": "689", - "Img name": "689", - "Generation": "6", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "water", - "Weather 1": "Partly cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "558", - "ATK": "194", - "DEF": "220", - "STA": "144", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2523", - "100% CP @ 39": "2487" - }, - { - "Row": "711", - "Name": "Skrelp", - "Pokedex Number": "690", - "Img name": "690", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "water", - "Weather 1": "Cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "318", - "ATK": "109", - "DEF": "109", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "924", - "100% CP @ 39": "911" - }, - { - "Row": "712", - "Name": "Dragalge", - "Pokedex Number": "691", - "Img name": "691", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "dragon", - "Weather 1": "Cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "530", - "ATK": "177", - "DEF": "223", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2227", - "100% CP @ 39": "2195" - }, - { - "Row": "713", - "Name": "Clauncher", - "Pokedex Number": "692", - "Img name": "692", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "326", - "ATK": "108", - "DEF": "118", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "950", - "100% CP @ 39": "936" - }, - { - "Row": "714", - "Name": "Clawitzer", - "Pokedex Number": "693", - "Img name": "693", - "Generation": "6", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "535", - "ATK": "221", - "DEF": "172", - "STA": "142", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2525", - "100% CP @ 39": "2489" - }, - { - "Row": "715", - "Name": "Helioptile", - "Pokedex Number": "694", - "Img name": "694", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "normal", - "Weather 1": "Rainy", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "286", - "ATK": "115", - "DEF": "83", - "STA": "88", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "815", - "100% CP @ 39": "804" - }, - { - "Row": "716", - "Name": "Heliolisk", - "Pokedex Number": "695", - "Img name": "695", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "normal", - "Weather 1": "Rainy", - "Weather 2": "Partly cloudy", - "STAT TOTAL": "533", - "ATK": "219", - "DEF": "190", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2467", - "100% CP @ 39": "2431" - }, - { - "Row": "717", - "Name": "Tyrunt", - "Pokedex Number": "696", - "Img name": "696", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "dragon", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "412", - "ATK": "158", - "DEF": "138", - "STA": "116", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1529", - "100% CP @ 39": "1507" - }, - { - "Row": "718", - "Name": "Tyrantrum", - "Pokedex Number": "697", - "Img name": "697", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "dragon", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "612", - "ATK": "227", - "DEF": "221", - "STA": "164", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3106", - "100% CP @ 39": "3062" - }, - { - "Row": "719", - "Name": "Amaura", - "Pokedex Number": "698", - "Img name": "698", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "ice", - "Weather 1": "Partly cloudy", - "Weather 2": "Snow", - "STAT TOTAL": "394", - "ATK": "124", - "DEF": "116", - "STA": "154", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1291", - "100% CP @ 39": "1273" - }, - { - "Row": "720", - "Name": "Aurorus", - "Pokedex Number": "699", - "Img name": "699", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "ice", - "Weather 1": "Partly cloudy", - "Weather 2": "Snow", - "STAT TOTAL": "605", - "ATK": "186", - "DEF": "173", - "STA": "246", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2780", - "100% CP @ 39": "2741" - }, - { - "Row": "721", - "Name": "Sylveon", - "Pokedex Number": "700", - "Img name": "700", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "1", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "630", - "ATK": "203", - "DEF": "237", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3094", - "100% CP @ 39": "3050" - }, - { - "Row": "722", - "Name": "Hawlucha", - "Pokedex Number": "701", - "Img name": "701", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "flying", - "Weather 1": "Cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "511", - "ATK": "195", - "DEF": "160", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2268", - "100% CP @ 39": "2236" - }, - { - "Row": "723", - "Name": "Dedenne", - "Pokedex Number": "702", - "Img name": "702", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "fairy", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "437", - "ATK": "164", - "DEF": "139", - "STA": "134", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1693", - "100% CP @ 39": "1669" - }, - { - "Row": "724", - "Name": "Carbink", - "Pokedex Number": "703", - "Img name": "703", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "fairy", - "Weather 1": "Partly cloudy", - "Weather 2": "Cloudy", - "STAT TOTAL": "480", - "ATK": "95", - "DEF": "285", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1276", - "100% CP @ 39": "1257" - }, - { - "Row": "725", - "Name": "Goomy", - "Pokedex Number": "704", - "Img name": "704", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "321", - "ATK": "101", - "DEF": "130", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "893", - "100% CP @ 39": "881" - }, - { - "Row": "726", - "Name": "Sliggoo", - "Pokedex Number": "705", - "Img name": "705", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "500", - "ATK": "159", - "DEF": "205", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1980", - "100% CP @ 39": "1952" - }, - { - "Row": "727", - "Name": "Goodra", - "Pokedex Number": "706", - "Img name": "706", - "Generation": "6", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "683", - "ATK": "220", - "DEF": "283", - "STA": "180", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3538", - "100% CP @ 39": "3487" - }, - { - "Row": "728", - "Name": "Klefki", - "Pokedex Number": "707", - "Img name": "707", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "fairy", - "Weather 1": "Snow", - "Weather 2": "Cloudy", - "STAT TOTAL": "455", - "ATK": "160", - "DEF": "181", - "STA": "114", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1737", - "100% CP @ 39": "1713" - }, - { - "Row": "729", - "Name": "Phantump", - "Pokedex Number": "708", - "Img name": "708", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "grass", - "Weather 1": "Fog", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "319", - "ATK": "125", - "DEF": "108", - "STA": "86", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "974", - "100% CP @ 39": "960" - }, - { - "Row": "730", - "Name": "Trevenant", - "Pokedex Number": "709", - "Img name": "709", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "grass", - "Weather 1": "Fog", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "528", - "ATK": "201", - "DEF": "157", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2406", - "100% CP @ 39": "2372" - }, - { - "Row": "731", - "Name": "Pumpkaboo", - "Pokedex Number": "710", - "Img name": "710", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "grass", - "Weather 1": "Fog", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "348", - "ATK": "121", - "DEF": "129", - "STA": "98", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1083", - "100% CP @ 39": "1068" - }, - { - "Row": "732", - "Name": "Gourgeist", - "Pokedex Number": "711", - "Img name": "711", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "grass", - "Weather 1": "Fog", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "541", - "ATK": "175", - "DEF": "236", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2263", - "100% CP @ 39": "2231" - }, - { - "Row": "733", - "Name": "Bergmite", - "Pokedex Number": "712", - "Img name": "712", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "370", - "ATK": "117", - "DEF": "143", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1158", - "100% CP @ 39": "1142" - }, - { - "Row": "734", - "Name": "Avalugg", - "Pokedex Number": "713", - "Img name": "713", - "Generation": "6", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ice", - "Type 2": "", - "Weather 1": "Snow", - "Weather 2": "", - "STAT TOTAL": "689", - "ATK": "196", - "DEF": "303", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3364", - "100% CP @ 39": "3316" - }, - { - "Row": "735", - "Name": "Noibat", - "Pokedex Number": "714", - "Img name": "714", - "Generation": "6", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "flying", - "Type 2": "dragon", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "239", - "ATK": "83", - "DEF": "76", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "569", - "100% CP @ 39": "560" - }, - { - "Row": "736", - "Name": "Noivern", - "Pokedex Number": "715", - "Img name": "715", - "Generation": "6", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "flying", - "Type 2": "dragon", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "550", - "ATK": "205", - "DEF": "175", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2576", - "100% CP @ 39": "2539" - }, - { - "Row": "737", - "Name": "Xerneas", - "Pokedex Number": "716", - "Img name": "716", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "731", - "ATK": "275", - "DEF": "204", - "STA": "252", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4379", - "100% CP @ 39": "4317" - }, - { - "Row": "738", - "Name": "Yveltal", - "Pokedex Number": "717", - "Img name": "717", - "Generation": "6", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "flying", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "731", - "ATK": "275", - "DEF": "204", - "STA": "252", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4379", - "100% CP @ 39": "4317" - }, - { - "Row": "739", - "Name": "Zygarde", - "Pokedex Number": "718", - "Img name": "718", - "Generation": "6", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "ground", - "Weather 1": "Windy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "664", - "ATK": "203", - "DEF": "245", - "STA": "216", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3336", - "100% CP @ 39": "3289" - }, - { - "Row": "740", - "Name": "Diancie", - "Pokedex Number": "719", - "Img name": "719", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "fairy", - "Weather 1": "Partly cloudy", - "Weather 2": "Cloudy", - "STAT TOTAL": "575", - "ATK": "190", - "DEF": "285", - "STA": "100", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2378", - "100% CP @ 39": "2344" - }, - { - "Row": "741", - "Name": "Hoopa", - "Pokedex Number": "720", - "Img name": "720", - "Generation": "6", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "ghost", - "Weather 1": "Windy", - "Weather 2": "Fog", - "STAT TOTAL": "688", - "ATK": "287", - "DEF": "241", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3992", - "100% CP @ 39": "3935" - }, - { - "Row": "742", - "Name": "Volcanion", - "Pokedex Number": "721", - "Img name": "721", - "Generation": "6", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "water", - "Weather 1": "Sunny/clear", - "Weather 2": "Rainy", - "STAT TOTAL": "643", - "ATK": "252", - "DEF": "231", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3460", - "100% CP @ 39": "3410" - }, - { - "Row": "743", - "Name": "Rowlet", - "Pokedex Number": "722", - "Img name": "722", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "340", - "ATK": "102", - "DEF": "102", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "971", - "100% CP @ 39": "957" - }, - { - "Row": "744", - "Name": "Dartrix", - "Pokedex Number": "723", - "Img name": "723", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "440", - "ATK": "142", - "DEF": "142", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1606", - "100% CP @ 39": "1583" - }, - { - "Row": "745", - "Name": "Decidueye", - "Pokedex Number": "724", - "Img name": "724", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "ghost", - "Weather 1": "Sunny/clear", - "Weather 2": "Fog", - "STAT TOTAL": "558", - "ATK": "210", - "DEF": "192", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2643", - "100% CP @ 39": "2606" - }, - { - "Row": "746", - "Name": "Litten", - "Pokedex Number": "725", - "Img name": "725", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "297", - "ATK": "128", - "DEF": "79", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "887", - "100% CP @ 39": "874" - }, - { - "Row": "747", - "Name": "Torracat", - "Pokedex Number": "726", - "Img name": "726", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "407", - "ATK": "174", - "DEF": "103", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1544", - "100% CP @ 39": "1522" - }, - { - "Row": "748", - "Name": "Incineroar", - "Pokedex Number": "727", - "Img name": "727", - "Generation": "7", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "dark", - "Weather 1": "Sunny/clear", - "Weather 2": "Fog", - "STAT TOTAL": "579", - "ATK": "214", - "DEF": "175", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2822", - "100% CP @ 39": "2782" - }, - { - "Row": "749", - "Name": "Popplio", - "Pokedex Number": "728", - "Img name": "728", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "324", - "ATK": "120", - "DEF": "104", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "986", - "100% CP @ 39": "972" - }, - { - "Row": "750", - "Name": "Brionne", - "Pokedex Number": "729", - "Img name": "729", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "439", - "ATK": "168", - "DEF": "151", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1711", - "100% CP @ 39": "1686" - }, - { - "Row": "751", - "Name": "Primarina", - "Pokedex Number": "730", - "Img name": "730", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "fairy", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "607", - "ATK": "232", - "DEF": "215", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3095", - "100% CP @ 39": "3050" - }, - { - "Row": "752", - "Name": "Pikipek", - "Pokedex Number": "731", - "Img name": "731", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "265", - "ATK": "136", - "DEF": "59", - "STA": "70", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "747", - "100% CP @ 39": "737" - }, - { - "Row": "753", - "Name": "Trumbeak", - "Pokedex Number": "732", - "Img name": "732", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "369", - "ATK": "159", - "DEF": "100", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1302", - "100% CP @ 39": "1284" - }, - { - "Row": "754", - "Name": "Toucannon", - "Pokedex Number": "733", - "Img name": "733", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "528", - "ATK": "222", - "DEF": "146", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2484", - "100% CP @ 39": "2449" - }, - { - "Row": "755", - "Name": "Yungoos", - "Pokedex Number": "734", - "Img name": "734", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "274", - "ATK": "122", - "DEF": "56", - "STA": "96", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "759", - "100% CP @ 39": "748" - }, - { - "Row": "756", - "Name": "Gumshoos", - "Pokedex Number": "735", - "Img name": "735", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "483", - "ATK": "194", - "DEF": "113", - "STA": "176", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2041", - "100% CP @ 39": "2011" - }, - { - "Row": "757", - "Name": "Grubbin", - "Pokedex Number": "736", - "Img name": "736", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "294", - "ATK": "115", - "DEF": "85", - "STA": "94", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "847", - "100% CP @ 39": "835" - }, - { - "Row": "758", - "Name": "Charjabug", - "Pokedex Number": "737", - "Img name": "737", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "electric", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "430", - "ATK": "145", - "DEF": "171", - "STA": "114", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1547", - "100% CP @ 39": "1525" - }, - { - "Row": "759", - "Name": "Vikavolt", - "Pokedex Number": "738", - "Img name": "738", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "electric", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "573", - "ATK": "254", - "DEF": "165", - "STA": "154", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2930", - "100% CP @ 39": "2888" - }, - { - "Row": "760", - "Name": "Crabrawler", - "Pokedex Number": "739", - "Img name": "739", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "353", - "ATK": "150", - "DEF": "109", - "STA": "94", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1198", - "100% CP @ 39": "1180" - }, - { - "Row": "761", - "Name": "Crabominable", - "Pokedex Number": "740", - "Img name": "740", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "ice", - "Weather 1": "Cloudy", - "Weather 2": "Snow", - "STAT TOTAL": "567", - "ATK": "231", - "DEF": "142", - "STA": "194", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2783", - "100% CP @ 39": "2743" - }, - { - "Row": "762", - "Name": "Oricorio", - "Pokedex Number": "741", - "Img name": "741", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "flying", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "491", - "ATK": "196", - "DEF": "145", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2141", - "100% CP @ 39": "2110" - }, - { - "Row": "763", - "Name": "Cutiefly", - "Pokedex Number": "742", - "Img name": "742", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "fairy", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "271", - "ATK": "110", - "DEF": "81", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "745", - "100% CP @ 39": "734" - }, - { - "Row": "764", - "Name": "Ribombee", - "Pokedex Number": "743", - "Img name": "743", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "fairy", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "470", - "ATK": "198", - "DEF": "152", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1997", - "100% CP @ 39": "1968" - }, - { - "Row": "765", - "Name": "Rockruff", - "Pokedex Number": "744", - "Img name": "744", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "285", - "ATK": "117", - "DEF": "78", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "814", - "100% CP @ 39": "803" - }, - { - "Row": "766", - "Name": "Lycanroc", - "Pokedex Number": "745", - "Img name": "745", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "521", - "ATK": "231", - "DEF": "140", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2457", - "100% CP @ 39": "2422" - }, - { - "Row": "767", - "Name": "Wishiwashi", - "Pokedex Number": "746", - "Img name": "746", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "182", - "ATK": "46", - "DEF": "46", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "304", - "100% CP @ 39": "300" - }, - { - "Row": "768", - "Name": "Mareanie", - "Pokedex Number": "747", - "Img name": "747", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "water", - "Weather 1": "Cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "313", - "ATK": "98", - "DEF": "115", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "862", - "100% CP @ 39": "850" - }, - { - "Row": "769", - "Name": "Toxapex", - "Pokedex Number": "748", - "Img name": "748", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "water", - "Weather 1": "Cloudy", - "Weather 2": "Rainy", - "STAT TOTAL": "492", - "ATK": "114", - "DEF": "278", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1478", - "100% CP @ 39": "1457" - }, - { - "Row": "770", - "Name": "Mudbray", - "Pokedex Number": "749", - "Img name": "749", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "443", - "ATK": "175", - "DEF": "128", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1766", - "100% CP @ 39": "1741" - }, - { - "Row": "771", - "Name": "Mudsdale", - "Pokedex Number": "750", - "Img name": "750", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ground", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "594", - "ATK": "214", - "DEF": "180", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2928", - "100% CP @ 39": "2886" - }, - { - "Row": "772", - "Name": "Dewpider", - "Pokedex Number": "751", - "Img name": "751", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "bug", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "274", - "ATK": "72", - "DEF": "126", - "STA": "76", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "615", - "100% CP @ 39": "606" - }, - { - "Row": "773", - "Name": "Araquanid", - "Pokedex Number": "752", - "Img name": "752", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "bug", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "499", - "ATK": "126", - "DEF": "237", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1717", - "100% CP @ 39": "1693" - }, - { - "Row": "774", - "Name": "Fomantis", - "Pokedex Number": "753", - "Img name": "753", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "244", - "ATK": "100", - "DEF": "64", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "622", - "100% CP @ 39": "613" - }, - { - "Row": "775", - "Name": "Lurantis", - "Pokedex Number": "754", - "Img name": "754", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "501", - "ATK": "192", - "DEF": "169", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2183", - "100% CP @ 39": "2152" - }, - { - "Row": "776", - "Name": "Morelull", - "Pokedex Number": "755", - "Img name": "755", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "fairy", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "316", - "ATK": "108", - "DEF": "128", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "895", - "100% CP @ 39": "882" - }, - { - "Row": "777", - "Name": "Shiinotic", - "Pokedex Number": "756", - "Img name": "756", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "fairy", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "451", - "ATK": "154", - "DEF": "177", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1699", - "100% CP @ 39": "1675" - }, - { - "Row": "778", - "Name": "Salandit", - "Pokedex Number": "757", - "Img name": "757", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "fire", - "Weather 1": "Cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "312", - "ATK": "136", - "DEF": "80", - "STA": "96", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "968", - "100% CP @ 39": "954" - }, - { - "Row": "779", - "Name": "Salazzle", - "Pokedex Number": "758", - "Img name": "758", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "poison", - "Type 2": "fire", - "Weather 1": "Cloudy", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "494", - "ATK": "228", - "DEF": "130", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2245", - "100% CP @ 39": "2213" - }, - { - "Row": "780", - "Name": "Stufful", - "Pokedex Number": "759", - "Img name": "759", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "fighting", - "Weather 1": "Partly cloudy", - "Weather 2": "Cloudy", - "STAT TOTAL": "371", - "ATK": "136", - "DEF": "95", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1231", - "100% CP @ 39": "1213" - }, - { - "Row": "781", - "Name": "Bewear", - "Pokedex Number": "760", - "Img name": "760", - "Generation": "7", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "fighting", - "Weather 1": "Partly cloudy", - "Weather 2": "Cloudy", - "STAT TOTAL": "616", - "ATK": "226", - "DEF": "150", - "STA": "240", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3087", - "100% CP @ 39": "3043" - }, - { - "Row": "782", - "Name": "Bounsweet", - "Pokedex Number": "761", - "Img name": "761", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "208", - "ATK": "55", - "DEF": "69", - "STA": "84", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "398", - "100% CP @ 39": "393" - }, - { - "Row": "783", - "Name": "Steenee", - "Pokedex Number": "762", - "Img name": "762", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "276", - "ATK": "78", - "DEF": "94", - "STA": "104", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "661", - "100% CP @ 39": "652" - }, - { - "Row": "784", - "Name": "Tsareena", - "Pokedex Number": "763", - "Img name": "763", - "Generation": "7", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "", - "Weather 1": "Sunny/clear", - "Weather 2": "", - "STAT TOTAL": "561", - "ATK": "222", - "DEF": "195", - "STA": "144", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2704", - "100% CP @ 39": "2666" - }, - { - "Row": "785", - "Name": "Comfey", - "Pokedex Number": "764", - "Img name": "764", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fairy", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "493", - "ATK": "165", - "DEF": "226", - "STA": "102", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1887", - "100% CP @ 39": "1860" - }, - { - "Row": "786", - "Name": "Oranguru", - "Pokedex Number": "765", - "Img name": "765", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "psychic", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "555", - "ATK": "168", - "DEF": "207", - "STA": "180", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2378", - "100% CP @ 39": "2344" - }, - { - "Row": "787", - "Name": "Passimian", - "Pokedex Number": "766", - "Img name": "766", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fighting", - "Type 2": "", - "Weather 1": "Cloudy", - "Weather 2": "", - "STAT TOTAL": "597", - "ATK": "222", - "DEF": "175", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2991", - "100% CP @ 39": "2949" - }, - { - "Row": "788", - "Name": "Wimpod", - "Pokedex Number": "767", - "Img name": "767", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "water", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "196", - "ATK": "67", - "DEF": "79", - "STA": "50", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "400", - "100% CP @ 39": "394" - }, - { - "Row": "789", - "Name": "Golisopod", - "Pokedex Number": "768", - "Img name": "768", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "water", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "617", - "ATK": "218", - "DEF": "249", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3037", - "100% CP @ 39": "2993" - }, - { - "Row": "790", - "Name": "Sandygast", - "Pokedex Number": "769", - "Img name": "769", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "ground", - "Weather 1": "Fog", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "363", - "ATK": "120", - "DEF": "133", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1146", - "100% CP @ 39": "1130" - }, - { - "Row": "791", - "Name": "Palossand", - "Pokedex Number": "770", - "Img name": "770", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "ground", - "Weather 1": "Fog", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "542", - "ATK": "178", - "DEF": "194", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2370", - "100% CP @ 39": "2336" - }, - { - "Row": "792", - "Name": "Pyukumuku", - "Pokedex Number": "771", - "Img name": "771", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "431", - "ATK": "97", - "DEF": "224", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1209", - "100% CP @ 39": "1191" - }, - { - "Row": "793", - "Name": "Type: Null", - "Pokedex Number": "772", - "Img name": "772", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "558", - "ATK": "184", - "DEF": "184", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2510", - "100% CP @ 39": "2474" - }, - { - "Row": "794", - "Name": "Silvally", - "Pokedex Number": "773", - "Img name": "773", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "586", - "ATK": "198", - "DEF": "198", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2779", - "100% CP @ 39": "2740" - }, - { - "Row": "795", - "Name": "Minior", - "Pokedex Number": "774", - "Img name": "774", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "flying", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "430", - "ATK": "116", - "DEF": "194", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1374", - "100% CP @ 39": "1354" - }, - { - "Row": "796", - "Name": "Komala", - "Pokedex Number": "775", - "Img name": "775", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "", - "Weather 1": "Partly cloudy", - "Weather 2": "", - "STAT TOTAL": "525", - "ATK": "216", - "DEF": "179", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2419", - "100% CP @ 39": "2385" - }, - { - "Row": "797", - "Name": "Turtonator", - "Pokedex Number": "776", - "Img name": "776", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "fire", - "Type 2": "dragon", - "Weather 1": "Sunny/clear", - "Weather 2": "Windy", - "STAT TOTAL": "523", - "ATK": "165", - "DEF": "238", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2077", - "100% CP @ 39": "2048" - }, - { - "Row": "798", - "Name": "Togedemaru", - "Pokedex Number": "777", - "Img name": "777", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "steel", - "Weather 1": "Rainy", - "Weather 2": "Snow", - "STAT TOTAL": "470", - "ATK": "190", - "DEF": "150", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1980", - "100% CP @ 39": "1952" - }, - { - "Row": "799", - "Name": "Mimikyu", - "Pokedex Number": "778", - "Img name": "778", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "fairy", - "Weather 1": "Fog", - "Weather 2": "Cloudy", - "STAT TOTAL": "500", - "ATK": "177", - "DEF": "213", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2024", - "100% CP @ 39": "1995" - }, - { - "Row": "800", - "Name": "Bruxish", - "Pokedex Number": "779", - "Img name": "779", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "psychic", - "Weather 1": "Rainy", - "Weather 2": "Windy", - "STAT TOTAL": "489", - "ATK": "208", - "DEF": "145", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2164", - "100% CP @ 39": "2133" - }, - { - "Row": "801", - "Name": "Drampa", - "Pokedex Number": "780", - "Img name": "780", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "normal", - "Type 2": "dragon", - "Weather 1": "Partly cloudy", - "Weather 2": "Windy", - "STAT TOTAL": "554", - "ATK": "231", - "DEF": "167", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2710", - "100% CP @ 39": "2671" - }, - { - "Row": "802", - "Name": "Dhelmise", - "Pokedex Number": "781", - "Img name": "781", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "ghost", - "Type 2": "grass", - "Weather 1": "Fog", - "Weather 2": "Sunny/clear", - "STAT TOTAL": "557", - "ATK": "233", - "DEF": "184", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2720", - "100% CP @ 39": "2681" - }, - { - "Row": "803", - "Name": "Jangmo-O", - "Pokedex Number": "782", - "Img name": "782", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "310", - "ATK": "102", - "DEF": "118", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "863", - "100% CP @ 39": "851" - }, - { - "Row": "804", - "Name": "Hakamo-O", - "Pokedex Number": "783", - "Img name": "783", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "fighting", - "Weather 1": "Windy", - "Weather 2": "Cloudy", - "STAT TOTAL": "427", - "ATK": "145", - "DEF": "172", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "1527", - "100% CP @ 39": "1506" - }, - { - "Row": "805", - "Name": "Kommo-O", - "Pokedex Number": "784", - "Img name": "784", - "Generation": "7", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dragon", - "Type 2": "fighting", - "Weather 1": "Windy", - "Weather 2": "Cloudy", - "STAT TOTAL": "622", - "ATK": "222", - "DEF": "250", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3095", - "100% CP @ 39": "3051" - }, - { - "Row": "806", - "Name": "Tapu Koko", - "Pokedex Number": "785", - "Img name": "785", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "fairy", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "576", - "ATK": "250", - "DEF": "186", - "STA": "140", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2921", - "100% CP @ 39": "2879" - }, - { - "Row": "807", - "Name": "Tapu Lele", - "Pokedex Number": "786", - "Img name": "786", - "Generation": "7", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "fairy", - "Weather 1": "Windy", - "Weather 2": "Cloudy", - "STAT TOTAL": "628", - "ATK": "259", - "DEF": "229", - "STA": "140", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3328", - "100% CP @ 39": "3280" - }, - { - "Row": "808", - "Name": "Tapu Bulu", - "Pokedex Number": "787", - "Img name": "787", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "fairy", - "Weather 1": "Sunny/clear", - "Weather 2": "Cloudy", - "STAT TOTAL": "614", - "ATK": "249", - "DEF": "225", - "STA": "140", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3180", - "100% CP @ 39": "3134" - }, - { - "Row": "809", - "Name": "Tapu Fini", - "Pokedex Number": "788", - "Img name": "788", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "water", - "Type 2": "fairy", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "590", - "ATK": "189", - "DEF": "261", - "STA": "140", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2635", - "100% CP @ 39": "2597" - }, - { - "Row": "810", - "Name": "Cosmog", - "Pokedex Number": "789", - "Img name": "789", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "197", - "ATK": "54", - "DEF": "57", - "STA": "86", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "367", - "100% CP @ 39": "362" - }, - { - "Row": "811", - "Name": "Cosmoem", - "Pokedex Number": "790", - "Img name": "790", - "Generation": "7", - "Evolution Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "382", - "ATK": "54", - "DEF": "242", - "STA": "86", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "694", - "100% CP @ 39": "684" - }, - { - "Row": "812", - "Name": "Solgaleo", - "Pokedex Number": "791", - "Img name": "791", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "steel", - "Weather 1": "Windy", - "Weather 2": "Snow", - "STAT TOTAL": "773", - "ATK": "280", - "DEF": "219", - "STA": "274", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4791", - "100% CP @ 39": "4722" - }, - { - "Row": "813", - "Name": "Lunala", - "Pokedex Number": "792", - "Img name": "792", - "Generation": "7", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "ghost", - "Weather 1": "Windy", - "Weather 2": "Fog", - "STAT TOTAL": "773", - "ATK": "280", - "DEF": "219", - "STA": "274", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4791", - "100% CP @ 39": "4722" - }, - { - "Row": "814", - "Name": "Nihilego", - "Pokedex Number": "793", - "Img name": "793", - "Generation": "7", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "rock", - "Type 2": "poison", - "Weather 1": "Partly cloudy", - "Weather 2": "Cloudy", - "STAT TOTAL": "721", - "ATK": "249", - "DEF": "254", - "STA": "218", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4128", - "100% CP @ 39": "4069" - }, - { - "Row": "815", - "Name": "Buzzwole", - "Pokedex Number": "794", - "Img name": "794", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "fighting", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "732", - "ATK": "259", - "DEF": "259", - "STA": "214", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4286", - "100% CP @ 39": "4225" - }, - { - "Row": "816", - "Name": "Pheromosa", - "Pokedex Number": "795", - "Img name": "795", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "bug", - "Type 2": "fighting", - "Weather 1": "Rainy", - "Weather 2": "Cloudy", - "STAT TOTAL": "543", - "ATK": "316", - "DEF": "85", - "STA": "142", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2590", - "100% CP @ 39": "2553" - }, - { - "Row": "817", - "Name": "Xurkitree", - "Pokedex Number": "796", - "Img name": "796", - "Generation": "7", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "electric", - "Type 2": "", - "Weather 1": "Rainy", - "Weather 2": "", - "STAT TOTAL": "640", - "ATK": "330", - "DEF": "144", - "STA": "166", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3655", - "100% CP @ 39": "3603" - }, - { - "Row": "818", - "Name": "Celesteela", - "Pokedex Number": "797", - "Img name": "797", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "flying", - "Weather 1": "Snow", - "Weather 2": "Windy", - "STAT TOTAL": "601", - "ATK": "207", - "DEF": "200", - "STA": "194", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2939", - "100% CP @ 39": "2897" - }, - { - "Row": "819", - "Name": "Kartana", - "Pokedex Number": "798", - "Img name": "798", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "grass", - "Type 2": "steel", - "Weather 1": "Sunny/clear", - "Weather 2": "Snow", - "STAT TOTAL": "726", - "ATK": "355", - "DEF": "253", - "STA": "118", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "4362", - "100% CP @ 39": "4300" - }, - { - "Row": "820", - "Name": "Guzzlord", - "Pokedex Number": "799", - "Img name": "799", - "Generation": "7", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "dark", - "Type 2": "dragon", - "Weather 1": "Fog", - "Weather 2": "Windy", - "STAT TOTAL": "733", - "ATK": "188", - "DEF": "99", - "STA": "446", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "2906", - "100% CP @ 39": "2865" - }, - { - "Row": "821", - "Name": "Necrozma", - "Pokedex Number": "800", - "Img name": "800", - "Generation": "7", - "Evolution Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "psychic", - "Type 2": "", - "Weather 1": "Windy", - "Weather 2": "", - "STAT TOTAL": "646", - "ATK": "251", - "DEF": "201", - "STA": "194", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3529", - "100% CP @ 39": "3479" - }, - { - "Row": "822", - "Name": "Magearna", - "Pokedex Number": "801", - "Img name": "801", - "Generation": "7", - "Evolution Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross Gen": "0", - "Type 1": "steel", - "Type 2": "fairy", - "Weather 1": "Snow", - "Weather 2": "Cloudy", - "STAT TOTAL": "631", - "ATK": "246", - "DEF": "225", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not-Gettable": "0", - "Future Evolve": "0", - "100% CP @ 40": "3340", - "100% CP @ 39": "3293" - } -] \ No newline at end of file diff --git a/PokeAPI/public/stylesheets/style.css b/PokeAPI/public/stylesheets/style.css deleted file mode 100644 index 9453385b9..000000000 --- a/PokeAPI/public/stylesheets/style.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - padding: 50px; - font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; -} - -a { - color: #00B7FF; -} diff --git a/PokeAPI/routes/index.js b/PokeAPI/routes/index.js deleted file mode 100644 index ecca96a56..000000000 --- a/PokeAPI/routes/index.js +++ /dev/null @@ -1,9 +0,0 @@ -var express = require('express'); -var router = express.Router(); - -/* GET home page. */ -router.get('/', function(req, res, next) { - res.render('index', { title: 'Express' }); -}); - -module.exports = router; diff --git a/PokeAPI/routes/users.js b/PokeAPI/routes/users.js deleted file mode 100644 index 623e4302b..000000000 --- a/PokeAPI/routes/users.js +++ /dev/null @@ -1,9 +0,0 @@ -var express = require('express'); -var router = express.Router(); - -/* GET users listing. */ -router.get('/', function(req, res, next) { - res.send('respond with a resource'); -}); - -module.exports = router; diff --git a/PokeAPI/views/error.jade b/PokeAPI/views/error.jade deleted file mode 100644 index 51ec12c6a..000000000 --- a/PokeAPI/views/error.jade +++ /dev/null @@ -1,6 +0,0 @@ -extends layout - -block content - h1= message - h2= error.status - pre #{error.stack} diff --git a/PokeAPI/views/index.jade b/PokeAPI/views/index.jade deleted file mode 100644 index 3d63b9a04..000000000 --- a/PokeAPI/views/index.jade +++ /dev/null @@ -1,5 +0,0 @@ -extends layout - -block content - h1= title - p Welcome to #{title} diff --git a/PokeAPI/views/layout.jade b/PokeAPI/views/layout.jade deleted file mode 100644 index 15af079bf..000000000 --- a/PokeAPI/views/layout.jade +++ /dev/null @@ -1,7 +0,0 @@ -doctype html -html - head - title= title - link(rel='stylesheet', href='/stylesheets/style.css') - body - block content From ffcf85c157025f9f46db35985c46e0f70bc2fb24 Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:01:43 -0300 Subject: [PATCH 08/17] adicionado o arquivo json com dados --- .../src/assets/data/pokemondata.json | 26306 ++++++++++++++++ 1 file changed, 26306 insertions(+) create mode 100644 AngularPokedex/src/assets/data/pokemondata.json diff --git a/AngularPokedex/src/assets/data/pokemondata.json b/AngularPokedex/src/assets/data/pokemondata.json new file mode 100644 index 000000000..0b8b1a1c4 --- /dev/null +++ b/AngularPokedex/src/assets/data/pokemondata.json @@ -0,0 +1,26306 @@ +[ + { + "Row": "1", + "Name": "Bulbasaur", + "Pokedex_Number": "1", + "Img_name": "1", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "1", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "326", + "ATK": "118", + "DEF": "118", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "981", + "onehundred_CP_at_39": "967" + }, + { + "Row": "2", + "Name": "Ivysaur", + "Pokedex_Number": "2", + "Img_name": "2", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "1", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "422", + "ATK": "151", + "DEF": "151", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1552", + "onehundred_CP_at_39": "1529" + }, + { + "Row": "3", + "Name": "Venusaur", + "Pokedex_Number": "3", + "Img_name": "3", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "1", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "556", + "ATK": "198", + "DEF": "198", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2568", + "onehundred_CP_at_39": "2531" + }, + { + "Row": "4", + "Name": "Charmander", + "Pokedex_Number": "4", + "Img_name": "4", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "2", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "290", + "ATK": "116", + "DEF": "96", + "STA": "78", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "831", + "onehundred_CP_at_39": "819" + }, + { + "Row": "5", + "Name": "Charmeleon", + "Pokedex_Number": "5", + "Img_name": "5", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "2", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "403", + "ATK": "158", + "DEF": "129", + "STA": "116", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1484", + "onehundred_CP_at_39": "1462" + }, + { + "Row": "6", + "Name": "Charizard", + "Pokedex_Number": "6", + "Img_name": "6", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "2", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "555", + "ATK": "223", + "DEF": "176", + "STA": "156", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2686", + "onehundred_CP_at_39": "2648" + }, + { + "Row": "7", + "Name": "Squirtle", + "Pokedex_Number": "7", + "Img_name": "7", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "3", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "304", + "ATK": "94", + "DEF": "122", + "STA": "88", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "808", + "onehundred_CP_at_39": "797" + }, + { + "Row": "8", + "Name": "Wartortle", + "Pokedex_Number": "8", + "Img_name": "8", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "3", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "399", + "ATK": "126", + "DEF": "155", + "STA": "118", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1324", + "onehundred_CP_at_39": "1305" + }, + { + "Row": "9", + "Name": "Blastoise", + "Pokedex_Number": "9", + "Img_name": "9", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "3", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "539", + "ATK": "171", + "DEF": "210", + "STA": "158", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2291", + "onehundred_CP_at_39": "2259" + }, + { + "Row": "10", + "Name": "Caterpie", + "Pokedex_Number": "10", + "Img_name": "10", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "4", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "207", + "ATK": "55", + "DEF": "62", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "393", + "onehundred_CP_at_39": "387" + }, + { + "Row": "11", + "Name": "Metapod", + "Pokedex_Number": "11", + "Img_name": "11", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "4", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "239", + "ATK": "45", + "DEF": "94", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "419", + "onehundred_CP_at_39": "413" + }, + { + "Row": "12", + "Name": "Butterfree", + "Pokedex_Number": "12", + "Img_name": "12", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "4", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "438", + "ATK": "167", + "DEF": "151", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1701", + "onehundred_CP_at_39": "1677" + }, + { + "Row": "13", + "Name": "Weedle", + "Pokedex_Number": "13", + "Img_name": "13", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "5", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "198", + "ATK": "63", + "DEF": "55", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "397", + "onehundred_CP_at_39": "391" + }, + { + "Row": "14", + "Name": "Kakuna", + "Pokedex_Number": "14", + "Img_name": "14", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "5", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "222", + "ATK": "46", + "DEF": "86", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "392", + "onehundred_CP_at_39": "386" + }, + { + "Row": "15", + "Name": "Beedrill", + "Pokedex_Number": "15", + "Img_name": "15", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "5", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "449", + "ATK": "169", + "DEF": "150", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1777", + "onehundred_CP_at_39": "1752" + }, + { + "Row": "16", + "Name": "Pidgey", + "Pokedex_Number": "16", + "Img_name": "16", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "6", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "241", + "ATK": "85", + "DEF": "76", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "580", + "onehundred_CP_at_39": "572" + }, + { + "Row": "17", + "Name": "Pidgeotto", + "Pokedex_Number": "17", + "Img_name": "17", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "6", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "351", + "ATK": "117", + "DEF": "108", + "STA": "126", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1085", + "onehundred_CP_at_39": "1070" + }, + { + "Row": "18", + "Name": "Pidgeot", + "Pokedex_Number": "18", + "Img_name": "18", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "6", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "489", + "ATK": "166", + "DEF": "157", + "STA": "166", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1994", + "onehundred_CP_at_39": "1966" + }, + { + "Row": "19", + "Name": "Rattata", + "Pokedex_Number": "19", + "Img_name": "19", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "7", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "233", + "ATK": "103", + "DEF": "70", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "588", + "onehundred_CP_at_39": "580" + }, + { + "Row": "20", + "Name": "Raticate", + "Pokedex_Number": "20", + "Img_name": "20", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "7", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "415", + "ATK": "161", + "DEF": "144", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1549", + "onehundred_CP_at_39": "1527" + }, + { + "Row": "21", + "Name": "Spearow", + "Pokedex_Number": "21", + "Img_name": "21", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "8", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "253", + "ATK": "112", + "DEF": "61", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "673", + "onehundred_CP_at_39": "664" + }, + { + "Row": "22", + "Name": "Fearow", + "Pokedex_Number": "22", + "Img_name": "22", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "8", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "447", + "ATK": "182", + "DEF": "135", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1814", + "onehundred_CP_at_39": "1788" + }, + { + "Row": "23", + "Name": "Ekans", + "Pokedex_Number": "23", + "Img_name": "23", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "9", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "282", + "ATK": "110", + "DEF": "102", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "778", + "onehundred_CP_at_39": "767" + }, + { + "Row": "24", + "Name": "Arbok", + "Pokedex_Number": "24", + "Img_name": "24", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "9", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "445", + "ATK": "167", + "DEF": "158", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1737", + "onehundred_CP_at_39": "1712" + }, + { + "Row": "25", + "Name": "Pikachu", + "Pokedex_Number": "25", + "Img_name": "25", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "10", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "283", + "ATK": "112", + "DEF": "101", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "787", + "onehundred_CP_at_39": "776" + }, + { + "Row": "26", + "Name": "Raichu", + "Pokedex_Number": "26", + "Img_name": "26", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "10", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "478", + "ATK": "193", + "DEF": "165", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2025", + "onehundred_CP_at_39": "1996" + }, + { + "Row": "27", + "Name": "Sandshrew", + "Pokedex_Number": "27", + "Img_name": "27", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "11", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "371", + "ATK": "126", + "DEF": "145", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1194", + "onehundred_CP_at_39": "1177" + }, + { + "Row": "28", + "Name": "Sandslash", + "Pokedex_Number": "28", + "Img_name": "28", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "11", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "534", + "ATK": "182", + "DEF": "202", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2328", + "onehundred_CP_at_39": "2294" + }, + { + "Row": "29", + "Name": "Nidoran F", + "Pokedex_Number": "29", + "Img_name": "29", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "12", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "290", + "ATK": "86", + "DEF": "94", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "736", + "onehundred_CP_at_39": "725" + }, + { + "Row": "30", + "Name": "Nidorina", + "Pokedex_Number": "30", + "Img_name": "30", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "12", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "383", + "ATK": "117", + "DEF": "126", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1218", + "onehundred_CP_at_39": "1201" + }, + { + "Row": "31", + "Name": "Nidoqueen", + "Pokedex_Number": "31", + "Img_name": "31", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "12", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "ground", + "Weather_1": "Cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "534", + "ATK": "180", + "DEF": "174", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2338", + "onehundred_CP_at_39": "2304" + }, + { + "Row": "32", + "Name": "Nidoran M", + "Pokedex_Number": "32", + "Img_name": "32", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "13", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "273", + "ATK": "105", + "DEF": "76", + "STA": "92", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "739", + "onehundred_CP_at_39": "729" + }, + { + "Row": "33", + "Name": "Nidorino", + "Pokedex_Number": "33", + "Img_name": "33", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "13", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "371", + "ATK": "137", + "DEF": "112", + "STA": "122", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1252", + "onehundred_CP_at_39": "1234" + }, + { + "Row": "34", + "Name": "Nidoking", + "Pokedex_Number": "34", + "Img_name": "34", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "13", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "ground", + "Weather_1": "Cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "523", + "ATK": "204", + "DEF": "157", + "STA": "162", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2386", + "onehundred_CP_at_39": "2352" + }, + { + "Row": "35", + "Name": "Clefairy", + "Pokedex_Number": "35", + "Img_name": "35", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "14", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "363", + "ATK": "107", + "DEF": "116", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1085", + "onehundred_CP_at_39": "1070" + }, + { + "Row": "36", + "Name": "Clefable", + "Pokedex_Number": "36", + "Img_name": "36", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "14", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "539", + "ATK": "178", + "DEF": "171", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2353", + "onehundred_CP_at_39": "2320" + }, + { + "Row": "37", + "Name": "Vulpix", + "Pokedex_Number": "37", + "Img_name": "37", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "15", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "294", + "ATK": "96", + "DEF": "122", + "STA": "76", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "774", + "onehundred_CP_at_39": "763" + }, + { + "Row": "38", + "Name": "Ninetales", + "Pokedex_Number": "38", + "Img_name": "38", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "15", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "519", + "ATK": "169", + "DEF": "204", + "STA": "146", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2157", + "onehundred_CP_at_39": "2127" + }, + { + "Row": "39", + "Name": "Jigglypuff", + "Pokedex_Number": "39", + "Img_name": "39", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "16", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "fairy", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "354", + "ATK": "80", + "DEF": "44", + "STA": "230", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "713", + "onehundred_CP_at_39": "703" + }, + { + "Row": "40", + "Name": "Wigglytuff", + "Pokedex_Number": "40", + "Img_name": "40", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "16", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "fairy", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "529", + "ATK": "156", + "DEF": "93", + "STA": "280", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1906", + "onehundred_CP_at_39": "1879" + }, + { + "Row": "41", + "Name": "Zubat", + "Pokedex_Number": "41", + "Img_name": "41", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "17", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "flying", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "239", + "ATK": "83", + "DEF": "76", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "569", + "onehundred_CP_at_39": "560" + }, + { + "Row": "42", + "Name": "Golbat", + "Pokedex_Number": "42", + "Img_name": "42", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "17", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "flying", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "464", + "ATK": "161", + "DEF": "153", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1830", + "onehundred_CP_at_39": "1804" + }, + { + "Row": "43", + "Name": "Oddish", + "Pokedex_Number": "43", + "Img_name": "43", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "18", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "337", + "ATK": "131", + "DEF": "116", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1069", + "onehundred_CP_at_39": "1054" + }, + { + "Row": "44", + "Name": "Gloom", + "Pokedex_Number": "44", + "Img_name": "44", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "18", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "412", + "ATK": "153", + "DEF": "139", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1512", + "onehundred_CP_at_39": "1491" + }, + { + "Row": "45", + "Name": "Vileplume", + "Pokedex_Number": "45", + "Img_name": "45", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "18", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "522", + "ATK": "202", + "DEF": "170", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2367", + "onehundred_CP_at_39": "2334" + }, + { + "Row": "46", + "Name": "Paras", + "Pokedex_Number": "46", + "Img_name": "46", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "19", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "290", + "ATK": "121", + "DEF": "99", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "836", + "onehundred_CP_at_39": "824" + }, + { + "Row": "47", + "Name": "Parasect", + "Pokedex_Number": "47", + "Img_name": "47", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "19", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "431", + "ATK": "165", + "DEF": "146", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1657", + "onehundred_CP_at_39": "1633" + }, + { + "Row": "48", + "Name": "Venonat", + "Pokedex_Number": "48", + "Img_name": "48", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "20", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "322", + "ATK": "100", + "DEF": "102", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "902", + "onehundred_CP_at_39": "889" + }, + { + "Row": "49", + "Name": "Venomoth", + "Pokedex_Number": "49", + "Img_name": "49", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "20", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "469", + "ATK": "179", + "DEF": "150", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1937", + "onehundred_CP_at_39": "1910" + }, + { + "Row": "50", + "Name": "Diglett", + "Pokedex_Number": "50", + "Img_name": "50", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "21", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "217", + "ATK": "109", + "DEF": "88", + "STA": "20", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "465", + "onehundred_CP_at_39": "458" + }, + { + "Row": "51", + "Name": "Dugtrio", + "Pokedex_Number": "51", + "Img_name": "51", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "21", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "384", + "ATK": "167", + "DEF": "147", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1333", + "onehundred_CP_at_39": "1314" + }, + { + "Row": "52", + "Name": "Meowth", + "Pokedex_Number": "52", + "Img_name": "52", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "23", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "253", + "ATK": "92", + "DEF": "81", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "638", + "onehundred_CP_at_39": "629" + }, + { + "Row": "53", + "Name": "Persian", + "Pokedex_Number": "53", + "Img_name": "53", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "23", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "419", + "ATK": "150", + "DEF": "139", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1539", + "onehundred_CP_at_39": "1517" + }, + { + "Row": "54", + "Name": "Psyduck", + "Pokedex_Number": "54", + "Img_name": "54", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "24", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "318", + "ATK": "122", + "DEF": "96", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "966", + "onehundred_CP_at_39": "952" + }, + { + "Row": "55", + "Name": "Golduck", + "Pokedex_Number": "55", + "Img_name": "55", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "24", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "514", + "ATK": "191", + "DEF": "163", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2270", + "onehundred_CP_at_39": "2238" + }, + { + "Row": "56", + "Name": "Mankey", + "Pokedex_Number": "56", + "Img_name": "56", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "25", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "315", + "ATK": "148", + "DEF": "87", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1002", + "onehundred_CP_at_39": "987" + }, + { + "Row": "57", + "Name": "Primeape", + "Pokedex_Number": "57", + "Img_name": "57", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "25", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "481", + "ATK": "207", + "DEF": "144", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2105", + "onehundred_CP_at_39": "2075" + }, + { + "Row": "58", + "Name": "Growlithe", + "Pokedex_Number": "58", + "Img_name": "58", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "26", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "342", + "ATK": "136", + "DEF": "96", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1110", + "onehundred_CP_at_39": "1095" + }, + { + "Row": "59", + "Name": "Arcanine", + "Pokedex_Number": "59", + "Img_name": "59", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "26", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "573", + "ATK": "227", + "DEF": "166", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2839", + "onehundred_CP_at_39": "2799" + }, + { + "Row": "60", + "Name": "Poliwag", + "Pokedex_Number": "60", + "Img_name": "60", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "27", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "263", + "ATK": "101", + "DEF": "82", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "695", + "onehundred_CP_at_39": "685" + }, + { + "Row": "61", + "Name": "Poliwhirl", + "Pokedex_Number": "61", + "Img_name": "61", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "27", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "390", + "ATK": "130", + "DEF": "130", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1313", + "onehundred_CP_at_39": "1294" + }, + { + "Row": "62", + "Name": "Poliwrath", + "Pokedex_Number": "62", + "Img_name": "62", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "27", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "fighting", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "549", + "ATK": "182", + "DEF": "187", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2441", + "onehundred_CP_at_39": "2407" + }, + { + "Row": "63", + "Name": "Abra", + "Pokedex_Number": "63", + "Img_name": "63", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "28", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "348", + "ATK": "195", + "DEF": "103", + "STA": "50", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1148", + "onehundred_CP_at_39": "1132" + }, + { + "Row": "64", + "Name": "Kadabra", + "Pokedex_Number": "64", + "Img_name": "64", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "28", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "450", + "ATK": "232", + "DEF": "138", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1859", + "onehundred_CP_at_39": "1833" + }, + { + "Row": "65", + "Name": "Alakazam", + "Pokedex_Number": "65", + "Img_name": "65", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "28", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "575", + "ATK": "271", + "DEF": "194", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2887", + "onehundred_CP_at_39": "2845" + }, + { + "Row": "66", + "Name": "Machop", + "Pokedex_Number": "66", + "Img_name": "66", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "29", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "365", + "ATK": "137", + "DEF": "88", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1199", + "onehundred_CP_at_39": "1182" + }, + { + "Row": "67", + "Name": "Machoke", + "Pokedex_Number": "67", + "Img_name": "67", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "29", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "467", + "ATK": "177", + "DEF": "130", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1910", + "onehundred_CP_at_39": "1882" + }, + { + "Row": "68", + "Name": "Machamp", + "Pokedex_Number": "68", + "Img_name": "68", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "29", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "576", + "ATK": "234", + "DEF": "162", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "3", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2889", + "onehundred_CP_at_39": "2848" + }, + { + "Row": "69", + "Name": "Bellsprout", + "Pokedex_Number": "69", + "Img_name": "69", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "30", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "303", + "ATK": "139", + "DEF": "64", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "916", + "onehundred_CP_at_39": "903" + }, + { + "Row": "70", + "Name": "Weepinbell", + "Pokedex_Number": "70", + "Img_name": "70", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "30", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "397", + "ATK": "172", + "DEF": "95", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1475", + "onehundred_CP_at_39": "1453" + }, + { + "Row": "71", + "Name": "Victreebel", + "Pokedex_Number": "71", + "Img_name": "71", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "30", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "505", + "ATK": "207", + "DEF": "138", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2268", + "onehundred_CP_at_39": "2236" + }, + { + "Row": "72", + "Name": "Tentacool", + "Pokedex_Number": "72", + "Img_name": "72", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "31", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "359", + "ATK": "97", + "DEF": "182", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "956", + "onehundred_CP_at_39": "943" + }, + { + "Row": "73", + "Name": "Tentacruel", + "Pokedex_Number": "73", + "Img_name": "73", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "31", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "563", + "ATK": "166", + "DEF": "237", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2374", + "onehundred_CP_at_39": "2340" + }, + { + "Row": "74", + "Name": "Geodude", + "Pokedex_Number": "74", + "Img_name": "74", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "32", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "375", + "ATK": "132", + "DEF": "163", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1193", + "onehundred_CP_at_39": "1176" + }, + { + "Row": "75", + "Name": "Graveler", + "Pokedex_Number": "75", + "Img_name": "75", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "32", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "470", + "ATK": "164", + "DEF": "196", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1815", + "onehundred_CP_at_39": "1789" + }, + { + "Row": "76", + "Name": "Golem", + "Pokedex_Number": "76", + "Img_name": "76", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "32", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "600", + "ATK": "211", + "DEF": "229", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "4", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2916", + "onehundred_CP_at_39": "2875" + }, + { + "Row": "77", + "Name": "Ponyta", + "Pokedex_Number": "77", + "Img_name": "77", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "33", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "402", + "ATK": "170", + "DEF": "132", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1502", + "onehundred_CP_at_39": "1480" + }, + { + "Row": "78", + "Name": "Rapidash", + "Pokedex_Number": "78", + "Img_name": "78", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "33", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "504", + "ATK": "207", + "DEF": "167", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2252", + "onehundred_CP_at_39": "2220" + }, + { + "Row": "79", + "Name": "Slowpoke", + "Pokedex_Number": "79", + "Img_name": "79", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "34", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "psychic", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "398", + "ATK": "109", + "DEF": "109", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1204", + "onehundred_CP_at_39": "1187" + }, + { + "Row": "80", + "Name": "Slowbro", + "Pokedex_Number": "80", + "Img_name": "80", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "34", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "psychic", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "561", + "ATK": "177", + "DEF": "194", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2482", + "onehundred_CP_at_39": "2446" + }, + { + "Row": "81", + "Name": "Magnemite", + "Pokedex_Number": "81", + "Img_name": "81", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "35", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "343", + "ATK": "165", + "DEF": "128", + "STA": "50", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1083", + "onehundred_CP_at_39": "1068" + }, + { + "Row": "82", + "Name": "Magneton", + "Pokedex_Number": "82", + "Img_name": "82", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "35", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "505", + "ATK": "223", + "DEF": "182", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "2237", + "onehundred_CP_at_39": "2205" + }, + { + "Row": "83", + "Name": "Farfetchd", + "Pokedex_Number": "83", + "Img_name": "83", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "36", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "346", + "ATK": "124", + "DEF": "118", + "STA": "104", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1092", + "onehundred_CP_at_39": "1076" + }, + { + "Row": "84", + "Name": "Doduo", + "Pokedex_Number": "84", + "Img_name": "84", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "37", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "316", + "ATK": "158", + "DEF": "88", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1011", + "onehundred_CP_at_39": "996" + }, + { + "Row": "85", + "Name": "Dodrio", + "Pokedex_Number": "85", + "Img_name": "85", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "37", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "483", + "ATK": "218", + "DEF": "145", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2138", + "onehundred_CP_at_39": "2108" + }, + { + "Row": "86", + "Name": "Seel", + "Pokedex_Number": "86", + "Img_name": "86", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "38", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "343", + "ATK": "85", + "DEF": "128", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "899", + "onehundred_CP_at_39": "886" + }, + { + "Row": "87", + "Name": "Dewgong", + "Pokedex_Number": "87", + "Img_name": "87", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "38", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ice", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "503", + "ATK": "139", + "DEF": "184", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1894", + "onehundred_CP_at_39": "1867" + }, + { + "Row": "88", + "Name": "Grimer", + "Pokedex_Number": "88", + "Img_name": "88", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "39", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "385", + "ATK": "135", + "DEF": "90", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1269", + "onehundred_CP_at_39": "1251" + }, + { + "Row": "89", + "Name": "Muk", + "Pokedex_Number": "89", + "Img_name": "89", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "39", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "584", + "ATK": "190", + "DEF": "184", + "STA": "210", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2709", + "onehundred_CP_at_39": "2670" + }, + { + "Row": "90", + "Name": "Shellder", + "Pokedex_Number": "90", + "Img_name": "90", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "40", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "344", + "ATK": "116", + "DEF": "168", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "958", + "onehundred_CP_at_39": "944" + }, + { + "Row": "91", + "Name": "Cloyster", + "Pokedex_Number": "91", + "Img_name": "91", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "40", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ice", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "609", + "ATK": "186", + "DEF": "323", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2475", + "onehundred_CP_at_39": "2439" + }, + { + "Row": "92", + "Name": "Gastly", + "Pokedex_Number": "92", + "Img_name": "92", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "41", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "poison", + "Weather_1": "Fog", + "Weather_2": "Cloudy", + "STAT_TOTAL": "316", + "ATK": "186", + "DEF": "70", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1002", + "onehundred_CP_at_39": "988" + }, + { + "Row": "93", + "Name": "Haunter", + "Pokedex_Number": "93", + "Img_name": "93", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "41", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "poison", + "Weather_1": "Fog", + "Weather_2": "Cloudy", + "STAT_TOTAL": "425", + "ATK": "223", + "DEF": "112", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1716", + "onehundred_CP_at_39": "1692" + }, + { + "Row": "94", + "Name": "Gengar", + "Pokedex_Number": "94", + "Img_name": "94", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "41", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "poison", + "Weather_1": "Fog", + "Weather_2": "Cloudy", + "STAT_TOTAL": "537", + "ATK": "261", + "DEF": "156", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "3", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2619", + "onehundred_CP_at_39": "2581" + }, + { + "Row": "95", + "Name": "Onix", + "Pokedex_Number": "95", + "Img_name": "95", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "42", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "443", + "ATK": "85", + "DEF": "288", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1002", + "onehundred_CP_at_39": "988" + }, + { + "Row": "96", + "Name": "Drowzee", + "Pokedex_Number": "96", + "Img_name": "96", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "43", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "367", + "ATK": "89", + "DEF": "158", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "992", + "onehundred_CP_at_39": "978" + }, + { + "Row": "97", + "Name": "Hypno", + "Pokedex_Number": "97", + "Img_name": "97", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "43", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "529", + "ATK": "144", + "DEF": "215", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2048", + "onehundred_CP_at_39": "2019" + }, + { + "Row": "98", + "Name": "Krabby", + "Pokedex_Number": "98", + "Img_name": "98", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "44", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "397", + "ATK": "181", + "DEF": "156", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1386", + "onehundred_CP_at_39": "1366" + }, + { + "Row": "99", + "Name": "Kingler", + "Pokedex_Number": "99", + "Img_name": "99", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "44", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "564", + "ATK": "240", + "DEF": "214", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2694", + "onehundred_CP_at_39": "2656" + }, + { + "Row": "100", + "Name": "Voltorb", + "Pokedex_Number": "100", + "Img_name": "100", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "45", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "303", + "ATK": "109", + "DEF": "114", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "857", + "onehundred_CP_at_39": "845" + }, + { + "Row": "101", + "Name": "Electrode", + "Pokedex_Number": "101", + "Img_name": "101", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "45", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "472", + "ATK": "173", + "DEF": "179", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1900", + "onehundred_CP_at_39": "1873" + }, + { + "Row": "102", + "Name": "Exeggcute", + "Pokedex_Number": "102", + "Img_name": "102", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "46", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "psychic", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "367", + "ATK": "107", + "DEF": "140", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1102", + "onehundred_CP_at_39": "1086" + }, + { + "Row": "103", + "Name": "Exeggutor", + "Pokedex_Number": "103", + "Img_name": "103", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "46", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "psychic", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "581", + "ATK": "233", + "DEF": "158", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2916", + "onehundred_CP_at_39": "2875" + }, + { + "Row": "104", + "Name": "Cubone", + "Pokedex_Number": "104", + "Img_name": "104", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "47", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "355", + "ATK": "90", + "DEF": "165", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "943", + "onehundred_CP_at_39": "930" + }, + { + "Row": "105", + "Name": "Marowak", + "Pokedex_Number": "105", + "Img_name": "105", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "47", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "464", + "ATK": "144", + "DEF": "200", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1691", + "onehundred_CP_at_39": "1667" + }, + { + "Row": "106", + "Name": "Hitmonlee", + "Pokedex_Number": "106", + "Img_name": "106", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "48", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "535", + "ATK": "224", + "DEF": "211", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2406", + "onehundred_CP_at_39": "2372" + }, + { + "Row": "107", + "Name": "Hitmonchan", + "Pokedex_Number": "107", + "Img_name": "107", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "48", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "505", + "ATK": "193", + "DEF": "212", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2098", + "onehundred_CP_at_39": "2069" + }, + { + "Row": "108", + "Name": "Lickitung", + "Pokedex_Number": "108", + "Img_name": "108", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "49", + "Cross_Gen": "1", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "425", + "ATK": "108", + "DEF": "137", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1322", + "onehundred_CP_at_39": "1303" + }, + { + "Row": "109", + "Name": "Koffing", + "Pokedex_Number": "109", + "Img_name": "109", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "50", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "363", + "ATK": "119", + "DEF": "164", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1091", + "onehundred_CP_at_39": "1075" + }, + { + "Row": "110", + "Name": "Weezing", + "Pokedex_Number": "110", + "Img_name": "110", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "50", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "525", + "ATK": "174", + "DEF": "221", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2183", + "onehundred_CP_at_39": "2152" + }, + { + "Row": "111", + "Name": "Rhyhorn", + "Pokedex_Number": "111", + "Img_name": "111", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "51", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "rock", + "Weather_1": "Sunny/clear", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "457", + "ATK": "140", + "DEF": "157", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1679", + "onehundred_CP_at_39": "1655" + }, + { + "Row": "112", + "Name": "Rhydon", + "Pokedex_Number": "112", + "Img_name": "112", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "51", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "rock", + "Weather_1": "Sunny/clear", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "638", + "ATK": "222", + "DEF": "206", + "STA": "210", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "3300", + "onehundred_CP_at_39": "3253" + }, + { + "Row": "113", + "Name": "Chansey", + "Pokedex_Number": "113", + "Img_name": "113", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "52", + "Cross_Gen": "1", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "736", + "ATK": "60", + "DEF": "176", + "STA": "500", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1469", + "onehundred_CP_at_39": "1448" + }, + { + "Row": "114", + "Name": "Tangela", + "Pokedex_Number": "114", + "Img_name": "114", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "53", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "518", + "ATK": "183", + "DEF": "205", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "2208", + "onehundred_CP_at_39": "2177" + }, + { + "Row": "115", + "Name": "Kangaskhan", + "Pokedex_Number": "115", + "Img_name": "115", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "54", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "556", + "ATK": "181", + "DEF": "165", + "STA": "210", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2463", + "onehundred_CP_at_39": "2428" + }, + { + "Row": "116", + "Name": "Horsea", + "Pokedex_Number": "116", + "Img_name": "116", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "55", + "Cross_Gen": "1", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "314", + "ATK": "129", + "DEF": "125", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "921", + "onehundred_CP_at_39": "908" + }, + { + "Row": "117", + "Name": "Seadra", + "Pokedex_Number": "117", + "Img_name": "117", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "55", + "Cross_Gen": "1", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "479", + "ATK": "187", + "DEF": "182", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1979", + "onehundred_CP_at_39": "1951" + }, + { + "Row": "118", + "Name": "Goldeen", + "Pokedex_Number": "118", + "Img_name": "118", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "56", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "328", + "ATK": "123", + "DEF": "115", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1006", + "onehundred_CP_at_39": "992" + }, + { + "Row": "119", + "Name": "Seaking", + "Pokedex_Number": "119", + "Img_name": "119", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "56", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "489", + "ATK": "175", + "DEF": "154", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2040", + "onehundred_CP_at_39": "2011" + }, + { + "Row": "120", + "Name": "Staryu", + "Pokedex_Number": "120", + "Img_name": "120", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "57", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "309", + "ATK": "137", + "DEF": "112", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "926", + "onehundred_CP_at_39": "913" + }, + { + "Row": "121", + "Name": "Starmie", + "Pokedex_Number": "121", + "Img_name": "121", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "57", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "psychic", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "514", + "ATK": "210", + "DEF": "184", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2303", + "onehundred_CP_at_39": "2270" + }, + { + "Row": "122", + "Name": "Mr Mime", + "Pokedex_Number": "122", + "Img_name": "122", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "58", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fairy", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "505", + "ATK": "192", + "DEF": "233", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1984", + "onehundred_CP_at_39": "1956" + }, + { + "Row": "123", + "Name": "Scyther", + "Pokedex_Number": "123", + "Img_name": "123", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "59", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "528", + "ATK": "218", + "DEF": "170", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2464", + "onehundred_CP_at_39": "2429" + }, + { + "Row": "124", + "Name": "Jynx", + "Pokedex_Number": "124", + "Img_name": "124", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "60", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "535", + "ATK": "223", + "DEF": "182", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "3", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2512", + "onehundred_CP_at_39": "2476" + }, + { + "Row": "125", + "Name": "Electabuzz", + "Pokedex_Number": "125", + "Img_name": "125", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "61", + "Cross_Gen": "1", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "501", + "ATK": "198", + "DEF": "173", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "2196", + "onehundred_CP_at_39": "2165" + }, + { + "Row": "126", + "Name": "Magmar", + "Pokedex_Number": "126", + "Img_name": "126", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "62", + "Cross_Gen": "1", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "505", + "ATK": "206", + "DEF": "169", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "2254", + "onehundred_CP_at_39": "2222" + }, + { + "Row": "127", + "Name": "Pinsir", + "Pokedex_Number": "127", + "Img_name": "127", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "63", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "565", + "ATK": "238", + "DEF": "197", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2770", + "onehundred_CP_at_39": "2730" + }, + { + "Row": "128", + "Name": "Tauros", + "Pokedex_Number": "128", + "Img_name": "128", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "64", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "545", + "ATK": "198", + "DEF": "197", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2488", + "onehundred_CP_at_39": "2452" + }, + { + "Row": "129", + "Name": "Magikarp", + "Pokedex_Number": "129", + "Img_name": "129", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "65", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "171", + "ATK": "29", + "DEF": "102", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "1", + "Hatchable": "0", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "220", + "onehundred_CP_at_39": "217" + }, + { + "Row": "130", + "Name": "Gyarados", + "Pokedex_Number": "130", + "Img_name": "130", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "65", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "624", + "ATK": "237", + "DEF": "197", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3281", + "onehundred_CP_at_39": "3234" + }, + { + "Row": "131", + "Name": "Lapras", + "Pokedex_Number": "131", + "Img_name": "131", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "66", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ice", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "605", + "ATK": "165", + "DEF": "180", + "STA": "260", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2603", + "onehundred_CP_at_39": "2566" + }, + { + "Row": "132", + "Name": "Ditto", + "Pokedex_Number": "132", + "Img_name": "132", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "67", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "278", + "ATK": "91", + "DEF": "91", + "STA": "96", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "718", + "onehundred_CP_at_39": "707" + }, + { + "Row": "133", + "Name": "Eevee", + "Pokedex_Number": "133", + "Img_name": "133", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "68", + "Cross_Gen": "1", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "335", + "ATK": "104", + "DEF": "121", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "969", + "onehundred_CP_at_39": "955" + }, + { + "Row": "134", + "Name": "Vaporeon", + "Pokedex_Number": "134", + "Img_name": "134", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "642", + "ATK": "205", + "DEF": "177", + "STA": "260", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3157", + "onehundred_CP_at_39": "3112" + }, + { + "Row": "135", + "Name": "Jolteon", + "Pokedex_Number": "135", + "Img_name": "135", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "563", + "ATK": "232", + "DEF": "201", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "3", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2730", + "onehundred_CP_at_39": "2691" + }, + { + "Row": "136", + "Name": "Flareon", + "Pokedex_Number": "136", + "Img_name": "136", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "580", + "ATK": "246", + "DEF": "204", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2904", + "onehundred_CP_at_39": "2863" + }, + { + "Row": "137", + "Name": "Porygon", + "Pokedex_Number": "137", + "Img_name": "137", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "69", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "422", + "ATK": "153", + "DEF": "139", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1567", + "onehundred_CP_at_39": "1545" + }, + { + "Row": "138", + "Name": "Omanyte", + "Pokedex_Number": "138", + "Img_name": "138", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "70", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "399", + "ATK": "155", + "DEF": "174", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1345", + "onehundred_CP_at_39": "1326" + }, + { + "Row": "139", + "Name": "Omastar", + "Pokedex_Number": "139", + "Img_name": "139", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "70", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "574", + "ATK": "207", + "DEF": "227", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2685", + "onehundred_CP_at_39": "2647" + }, + { + "Row": "140", + "Name": "Kabuto", + "Pokedex_Number": "140", + "Img_name": "140", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "71", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "370", + "ATK": "148", + "DEF": "162", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1172", + "onehundred_CP_at_39": "1156" + }, + { + "Row": "141", + "Name": "Kabutops", + "Pokedex_Number": "141", + "Img_name": "141", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "71", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "543", + "ATK": "220", + "DEF": "203", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2517", + "onehundred_CP_at_39": "2481" + }, + { + "Row": "142", + "Name": "Aerodactyl", + "Pokedex_Number": "142", + "Img_name": "142", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "72", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "545", + "ATK": "221", + "DEF": "164", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2608", + "onehundred_CP_at_39": "2571" + }, + { + "Row": "143", + "Name": "Snorlax", + "Pokedex_Number": "143", + "Img_name": "143", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "73", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "700", + "ATK": "190", + "DEF": "190", + "STA": "320", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3355", + "onehundred_CP_at_39": "3307" + }, + { + "Row": "144", + "Name": "Articuno", + "Pokedex_Number": "144", + "Img_name": "144", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "74", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "flying", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "621", + "ATK": "192", + "DEF": "249", + "STA": "180", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2933", + "onehundred_CP_at_39": "2891" + }, + { + "Row": "145", + "Name": "Zapdos", + "Pokedex_Number": "145", + "Img_name": "145", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "75", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "621", + "ATK": "253", + "DEF": "188", + "STA": "180", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3330", + "onehundred_CP_at_39": "3282" + }, + { + "Row": "146", + "Name": "Moltres", + "Pokedex_Number": "146", + "Img_name": "146", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "76", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "615", + "ATK": "251", + "DEF": "184", + "STA": "180", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3272", + "onehundred_CP_at_39": "3225" + }, + { + "Row": "147", + "Name": "Dratini", + "Pokedex_Number": "147", + "Img_name": "147", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "77", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "295", + "ATK": "119", + "DEF": "94", + "STA": "82", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "860", + "onehundred_CP_at_39": "848" + }, + { + "Row": "148", + "Name": "Dragonair", + "Pokedex_Number": "148", + "Img_name": "148", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "77", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "423", + "ATK": "163", + "DEF": "138", + "STA": "122", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1609", + "onehundred_CP_at_39": "1586" + }, + { + "Row": "149", + "Name": "Dragonite", + "Pokedex_Number": "149", + "Img_name": "149", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "77", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "646", + "ATK": "263", + "DEF": "201", + "STA": "182", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3581", + "onehundred_CP_at_39": "3530" + }, + { + "Row": "150", + "Name": "Mewtwo", + "Pokedex_Number": "150", + "Img_name": "150", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "78", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "675", + "ATK": "300", + "DEF": "182", + "STA": "193", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3982", + "onehundred_CP_at_39": "3925" + }, + { + "Row": "151", + "Name": "Mew", + "Pokedex_Number": "151", + "Img_name": "151", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "79", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "152", + "Name": "Chikorita", + "Pokedex_Number": "152", + "Img_name": "152", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "80", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "304", + "ATK": "92", + "DEF": "122", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "801", + "onehundred_CP_at_39": "790" + }, + { + "Row": "153", + "Name": "Bayleef", + "Pokedex_Number": "153", + "Img_name": "153", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "80", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "397", + "ATK": "122", + "DEF": "155", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1296", + "onehundred_CP_at_39": "1277" + }, + { + "Row": "154", + "Name": "Meganium", + "Pokedex_Number": "154", + "Img_name": "154", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "80", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "530", + "ATK": "168", + "DEF": "202", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2227", + "onehundred_CP_at_39": "2195" + }, + { + "Row": "155", + "Name": "Cyndaquil", + "Pokedex_Number": "155", + "Img_name": "155", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "81", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "290", + "ATK": "116", + "DEF": "96", + "STA": "78", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "831", + "onehundred_CP_at_39": "819" + }, + { + "Row": "156", + "Name": "Quilava", + "Pokedex_Number": "156", + "Img_name": "156", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "81", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "403", + "ATK": "158", + "DEF": "129", + "STA": "116", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1484", + "onehundred_CP_at_39": "1462" + }, + { + "Row": "157", + "Name": "Typhlosion", + "Pokedex_Number": "157", + "Img_name": "157", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "81", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "555", + "ATK": "223", + "DEF": "176", + "STA": "156", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2686", + "onehundred_CP_at_39": "2648" + }, + { + "Row": "158", + "Name": "Totodile", + "Pokedex_Number": "158", + "Img_name": "158", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "82", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "333", + "ATK": "117", + "DEF": "116", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1011", + "onehundred_CP_at_39": "997" + }, + { + "Row": "159", + "Name": "Croconaw", + "Pokedex_Number": "159", + "Img_name": "159", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "82", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "431", + "ATK": "150", + "DEF": "151", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1598", + "onehundred_CP_at_39": "1576" + }, + { + "Row": "160", + "Name": "Feraligatr", + "Pokedex_Number": "160", + "Img_name": "160", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "82", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "572", + "ATK": "205", + "DEF": "197", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2721", + "onehundred_CP_at_39": "2682" + }, + { + "Row": "161", + "Name": "Sentret", + "Pokedex_Number": "161", + "Img_name": "161", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "83", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "226", + "ATK": "79", + "DEF": "77", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "519", + "onehundred_CP_at_39": "511" + }, + { + "Row": "162", + "Name": "Furret", + "Pokedex_Number": "162", + "Img_name": "162", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "83", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "448", + "ATK": "148", + "DEF": "130", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1667", + "onehundred_CP_at_39": "1643" + }, + { + "Row": "163", + "Name": "Hoothoot", + "Pokedex_Number": "163", + "Img_name": "163", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "84", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "288", + "ATK": "67", + "DEF": "101", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "640", + "onehundred_CP_at_39": "631" + }, + { + "Row": "164", + "Name": "Noctowl", + "Pokedex_Number": "164", + "Img_name": "164", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "84", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "524", + "ATK": "145", + "DEF": "179", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2040", + "onehundred_CP_at_39": "2011" + }, + { + "Row": "165", + "Name": "Ledyba", + "Pokedex_Number": "165", + "Img_name": "165", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "85", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "294", + "ATK": "72", + "DEF": "142", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "663", + "onehundred_CP_at_39": "654" + }, + { + "Row": "166", + "Name": "Ledian", + "Pokedex_Number": "166", + "Img_name": "166", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "85", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "426", + "ATK": "107", + "DEF": "209", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1275", + "onehundred_CP_at_39": "1256" + }, + { + "Row": "167", + "Name": "Spinarak", + "Pokedex_Number": "167", + "Img_name": "167", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "86", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "258", + "ATK": "105", + "DEF": "73", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "685", + "onehundred_CP_at_39": "675" + }, + { + "Row": "168", + "Name": "Ariados", + "Pokedex_Number": "168", + "Img_name": "168", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "86", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "429", + "ATK": "161", + "DEF": "128", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1636", + "onehundred_CP_at_39": "1613" + }, + { + "Row": "169", + "Name": "Crobat", + "Pokedex_Number": "169", + "Img_name": "169", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "17", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "flying", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "542", + "ATK": "194", + "DEF": "178", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2466", + "onehundred_CP_at_39": "2431" + }, + { + "Row": "170", + "Name": "Chinchou", + "Pokedex_Number": "170", + "Img_name": "170", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "87", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "electric", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "362", + "ATK": "106", + "DEF": "106", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1067", + "onehundred_CP_at_39": "1052" + }, + { + "Row": "171", + "Name": "Lanturn", + "Pokedex_Number": "171", + "Img_name": "171", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "87", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "electric", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "542", + "ATK": "146", + "DEF": "146", + "STA": "250", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2077", + "onehundred_CP_at_39": "2047" + }, + { + "Row": "172", + "Name": "Pichu", + "Pokedex_Number": "172", + "Img_name": "172", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "10", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "180", + "ATK": "77", + "DEF": "63", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "376", + "onehundred_CP_at_39": "370" + }, + { + "Row": "173", + "Name": "Cleffa", + "Pokedex_Number": "173", + "Img_name": "173", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "14", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "266", + "ATK": "75", + "DEF": "91", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "620", + "onehundred_CP_at_39": "611" + }, + { + "Row": "174", + "Name": "Igglybuff", + "Pokedex_Number": "174", + "Img_name": "174", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "16", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "fairy", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "283", + "ATK": "69", + "DEF": "34", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "512", + "onehundred_CP_at_39": "505" + }, + { + "Row": "175", + "Name": "Togepi", + "Pokedex_Number": "175", + "Img_name": "175", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "88", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "253", + "ATK": "67", + "DEF": "116", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "540", + "onehundred_CP_at_39": "532" + }, + { + "Row": "176", + "Name": "Togetic", + "Pokedex_Number": "176", + "Img_name": "176", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "88", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "flying", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "440", + "ATK": "139", + "DEF": "191", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1543", + "onehundred_CP_at_39": "1521" + }, + { + "Row": "177", + "Name": "Natu", + "Pokedex_Number": "177", + "Img_name": "177", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "89", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "303", + "ATK": "134", + "DEF": "89", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "925", + "onehundred_CP_at_39": "911" + }, + { + "Row": "178", + "Name": "Xatu", + "Pokedex_Number": "178", + "Img_name": "178", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "89", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "468", + "ATK": "192", + "DEF": "146", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1975", + "onehundred_CP_at_39": "1947" + }, + { + "Row": "179", + "Name": "Mareep", + "Pokedex_Number": "179", + "Img_name": "179", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "90", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "306", + "ATK": "114", + "DEF": "82", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "887", + "onehundred_CP_at_39": "874" + }, + { + "Row": "180", + "Name": "Flaaffy", + "Pokedex_Number": "180", + "Img_name": "180", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "90", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "397", + "ATK": "145", + "DEF": "112", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1402", + "onehundred_CP_at_39": "1382" + }, + { + "Row": "181", + "Name": "Ampharos", + "Pokedex_Number": "181", + "Img_name": "181", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "90", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "563", + "ATK": "211", + "DEF": "172", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2695", + "onehundred_CP_at_39": "2656" + }, + { + "Row": "182", + "Name": "Bellossom", + "Pokedex_Number": "182", + "Img_name": "182", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "18", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "508", + "ATK": "169", + "DEF": "189", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2108", + "onehundred_CP_at_39": "2078" + }, + { + "Row": "183", + "Name": "Marill", + "Pokedex_Number": "183", + "Img_name": "183", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "91", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "270", + "ATK": "37", + "DEF": "93", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "420", + "onehundred_CP_at_39": "414" + }, + { + "Row": "184", + "Name": "Azumarill", + "Pokedex_Number": "184", + "Img_name": "184", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "91", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "464", + "ATK": "112", + "DEF": "152", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1503", + "onehundred_CP_at_39": "1481" + }, + { + "Row": "185", + "Name": "Sudowoodo", + "Pokedex_Number": "185", + "Img_name": "185", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "92", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "505", + "ATK": "167", + "DEF": "198", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2065", + "onehundred_CP_at_39": "2035" + }, + { + "Row": "186", + "Name": "Politoed", + "Pokedex_Number": "186", + "Img_name": "186", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "27", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "546", + "ATK": "174", + "DEF": "192", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2371", + "onehundred_CP_at_39": "2337" + }, + { + "Row": "187", + "Name": "Hoppip", + "Pokedex_Number": "187", + "Img_name": "187", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "93", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "238", + "ATK": "67", + "DEF": "101", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "508", + "onehundred_CP_at_39": "501" + }, + { + "Row": "188", + "Name": "Skiploom", + "Pokedex_Number": "188", + "Img_name": "188", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "93", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "328", + "ATK": "91", + "DEF": "127", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "882", + "onehundred_CP_at_39": "869" + }, + { + "Row": "189", + "Name": "Jumpluff", + "Pokedex_Number": "189", + "Img_name": "189", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "93", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "465", + "ATK": "118", + "DEF": "197", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1553", + "onehundred_CP_at_39": "1531" + }, + { + "Row": "190", + "Name": "Aipom", + "Pokedex_Number": "190", + "Img_name": "190", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "94", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "358", + "ATK": "136", + "DEF": "112", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1188", + "onehundred_CP_at_39": "1171" + }, + { + "Row": "191", + "Name": "Sunkern", + "Pokedex_Number": "191", + "Img_name": "191", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "95", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "170", + "ATK": "55", + "DEF": "55", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "316", + "onehundred_CP_at_39": "312" + }, + { + "Row": "192", + "Name": "Sunflora", + "Pokedex_Number": "192", + "Img_name": "192", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "95", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "483", + "ATK": "185", + "DEF": "148", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2048", + "onehundred_CP_at_39": "2019" + }, + { + "Row": "193", + "Name": "Yanma", + "Pokedex_Number": "193", + "Img_name": "193", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "96", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "378", + "ATK": "154", + "DEF": "94", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1326", + "onehundred_CP_at_39": "1308" + }, + { + "Row": "194", + "Name": "Wooper", + "Pokedex_Number": "194", + "Img_name": "194", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "97", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "260", + "ATK": "75", + "DEF": "75", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "596", + "onehundred_CP_at_39": "587" + }, + { + "Row": "195", + "Name": "Quagsire", + "Pokedex_Number": "195", + "Img_name": "195", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "97", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "494", + "ATK": "152", + "DEF": "152", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1929", + "onehundred_CP_at_39": "1902" + }, + { + "Row": "196", + "Name": "Espeon", + "Pokedex_Number": "196", + "Img_name": "196", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross_Gen": "1", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "585", + "ATK": "261", + "DEF": "194", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3000", + "onehundred_CP_at_39": "2958" + }, + { + "Row": "197", + "Name": "Umbreon", + "Pokedex_Number": "197", + "Img_name": "197", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross_Gen": "1", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "566", + "ATK": "126", + "DEF": "250", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2052", + "onehundred_CP_at_39": "2023" + }, + { + "Row": "198", + "Name": "Murkrow", + "Pokedex_Number": "198", + "Img_name": "198", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "98", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "382", + "ATK": "175", + "DEF": "87", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1392", + "onehundred_CP_at_39": "1372" + }, + { + "Row": "199", + "Name": "Slowking", + "Pokedex_Number": "199", + "Img_name": "199", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "34", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "psychic", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "561", + "ATK": "177", + "DEF": "194", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2482", + "onehundred_CP_at_39": "2446" + }, + { + "Row": "200", + "Name": "Misdreavus", + "Pokedex_Number": "200", + "Img_name": "200", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "99", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "454", + "ATK": "167", + "DEF": "167", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1781", + "onehundred_CP_at_39": "1756" + }, + { + "Row": "201", + "Name": "Unown", + "Pokedex_Number": "201", + "Img_name": "201", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "100", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "323", + "ATK": "136", + "DEF": "91", + "STA": "96", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1022", + "onehundred_CP_at_39": "1008" + }, + { + "Row": "202", + "Name": "Wobbuffet", + "Pokedex_Number": "202", + "Img_name": "202", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "101", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "546", + "ATK": "60", + "DEF": "106", + "STA": "380", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1024", + "onehundred_CP_at_39": "1009" + }, + { + "Row": "203", + "Name": "Girafarig", + "Pokedex_Number": "203", + "Img_name": "203", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "102", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "psychic", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "455", + "ATK": "182", + "DEF": "133", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1863", + "onehundred_CP_at_39": "1836" + }, + { + "Row": "204", + "Name": "Pineco", + "Pokedex_Number": "204", + "Img_name": "204", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "103", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "354", + "ATK": "108", + "DEF": "146", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1045", + "onehundred_CP_at_39": "1030" + }, + { + "Row": "205", + "Name": "Forretress", + "Pokedex_Number": "205", + "Img_name": "205", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "103", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "553", + "ATK": "161", + "DEF": "242", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2263", + "onehundred_CP_at_39": "2231" + }, + { + "Row": "206", + "Name": "Dunsparce", + "Pokedex_Number": "206", + "Img_name": "206", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "104", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "462", + "ATK": "131", + "DEF": "131", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1615", + "onehundred_CP_at_39": "1592" + }, + { + "Row": "207", + "Name": "Gligar", + "Pokedex_Number": "207", + "Img_name": "207", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "105", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "477", + "ATK": "143", + "DEF": "204", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1758", + "onehundred_CP_at_39": "1733" + }, + { + "Row": "208", + "Name": "Steelix", + "Pokedex_Number": "208", + "Img_name": "208", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "42", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "ground", + "Weather_1": "Snow", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "631", + "ATK": "148", + "DEF": "333", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2439", + "onehundred_CP_at_39": "2404" + }, + { + "Row": "209", + "Name": "Snubbull", + "Pokedex_Number": "209", + "Img_name": "209", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "106", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "346", + "ATK": "137", + "DEF": "89", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1124", + "onehundred_CP_at_39": "1108" + }, + { + "Row": "210", + "Name": "Granbull", + "Pokedex_Number": "210", + "Img_name": "210", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "106", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "529", + "ATK": "212", + "DEF": "137", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2440", + "onehundred_CP_at_39": "2406" + }, + { + "Row": "211", + "Name": "Qwilfish", + "Pokedex_Number": "211", + "Img_name": "211", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "107", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "462", + "ATK": "184", + "DEF": "148", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1910", + "onehundred_CP_at_39": "1883" + }, + { + "Row": "212", + "Name": "Scizor", + "Pokedex_Number": "212", + "Img_name": "212", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "59", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "567", + "ATK": "236", + "DEF": "191", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2801", + "onehundred_CP_at_39": "2761" + }, + { + "Row": "213", + "Name": "Shuckle", + "Pokedex_Number": "213", + "Img_name": "213", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "108", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "453", + "ATK": "17", + "DEF": "396", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "300", + "onehundred_CP_at_39": "296" + }, + { + "Row": "214", + "Name": "Heracross", + "Pokedex_Number": "214", + "Img_name": "214", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "109", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fighting", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "583", + "ATK": "234", + "DEF": "189", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2938", + "onehundred_CP_at_39": "2896" + }, + { + "Row": "215", + "Name": "Sneasel", + "Pokedex_Number": "215", + "Img_name": "215", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "110", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "ice", + "Weather_1": "Fog", + "Weather_2": "Snow", + "STAT_TOTAL": "456", + "ATK": "189", + "DEF": "157", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1868", + "onehundred_CP_at_39": "1841" + }, + { + "Row": "216", + "Name": "Teddiursa", + "Pokedex_Number": "216", + "Img_name": "216", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "111", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "355", + "ATK": "142", + "DEF": "93", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1184", + "onehundred_CP_at_39": "1167" + }, + { + "Row": "217", + "Name": "Ursaring", + "Pokedex_Number": "217", + "Img_name": "217", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "111", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "560", + "ATK": "236", + "DEF": "144", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2760", + "onehundred_CP_at_39": "2720" + }, + { + "Row": "218", + "Name": "Slugma", + "Pokedex_Number": "218", + "Img_name": "218", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "112", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "269", + "ATK": "118", + "DEF": "71", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "750", + "onehundred_CP_at_39": "740" + }, + { + "Row": "219", + "Name": "Magcargo", + "Pokedex_Number": "219", + "Img_name": "219", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "112", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "rock", + "Weather_1": "Sunny/clear", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "448", + "ATK": "139", + "DEF": "209", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1543", + "onehundred_CP_at_39": "1521" + }, + { + "Row": "220", + "Name": "Swinub", + "Pokedex_Number": "220", + "Img_name": "220", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "113", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "ground", + "Weather_1": "Snow", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "264", + "ATK": "90", + "DEF": "74", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "663", + "onehundred_CP_at_39": "653" + }, + { + "Row": "221", + "Name": "Piloswine", + "Pokedex_Number": "221", + "Img_name": "221", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "113", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "ground", + "Weather_1": "Snow", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "528", + "ATK": "181", + "DEF": "147", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "2284", + "onehundred_CP_at_39": "2252" + }, + { + "Row": "222", + "Name": "Corsola", + "Pokedex_Number": "222", + "Img_name": "222", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "114", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "384", + "ATK": "118", + "DEF": "156", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1214", + "onehundred_CP_at_39": "1197" + }, + { + "Row": "223", + "Name": "Remoraid", + "Pokedex_Number": "223", + "Img_name": "223", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "115", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "266", + "ATK": "127", + "DEF": "69", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "749", + "onehundred_CP_at_39": "738" + }, + { + "Row": "224", + "Name": "Octillery", + "Pokedex_Number": "224", + "Img_name": "224", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "115", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "488", + "ATK": "197", + "DEF": "141", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2124", + "onehundred_CP_at_39": "2094" + }, + { + "Row": "225", + "Name": "Delibird", + "Pokedex_Number": "225", + "Img_name": "225", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "116", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "flying", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "308", + "ATK": "128", + "DEF": "90", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "937", + "onehundred_CP_at_39": "924" + }, + { + "Row": "226", + "Name": "Mantine", + "Pokedex_Number": "226", + "Img_name": "226", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "117", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "538", + "ATK": "148", + "DEF": "260", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2032", + "onehundred_CP_at_39": "2003" + }, + { + "Row": "227", + "Name": "Skarmory", + "Pokedex_Number": "227", + "Img_name": "227", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "118", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "flying", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "538", + "ATK": "148", + "DEF": "260", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2032", + "onehundred_CP_at_39": "2003" + }, + { + "Row": "228", + "Name": "Houndour", + "Pokedex_Number": "228", + "Img_name": "228", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "119", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "fire", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "335", + "ATK": "152", + "DEF": "93", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1110", + "onehundred_CP_at_39": "1094" + }, + { + "Row": "229", + "Name": "Houndoom", + "Pokedex_Number": "229", + "Img_name": "229", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "119", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "fire", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "533", + "ATK": "224", + "DEF": "159", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2529", + "onehundred_CP_at_39": "2493" + }, + { + "Row": "230", + "Name": "Kingdra", + "Pokedex_Number": "230", + "Img_name": "230", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "55", + "Cross_Gen": "1", + "Type_1": "water", + "Type_2": "dragon", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "538", + "ATK": "194", + "DEF": "194", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2424", + "onehundred_CP_at_39": "2389" + }, + { + "Row": "231", + "Name": "Phanpy", + "Pokedex_Number": "231", + "Img_name": "231", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "120", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "394", + "ATK": "107", + "DEF": "107", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1175", + "onehundred_CP_at_39": "1158" + }, + { + "Row": "232", + "Name": "Donphan", + "Pokedex_Number": "232", + "Img_name": "232", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "120", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "608", + "ATK": "214", + "DEF": "214", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3022", + "onehundred_CP_at_39": "2979" + }, + { + "Row": "233", + "Name": "Porygon2", + "Pokedex_Number": "233", + "Img_name": "233", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "69", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "551", + "ATK": "198", + "DEF": "183", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "2546", + "onehundred_CP_at_39": "2509" + }, + { + "Row": "234", + "Name": "Stantler", + "Pokedex_Number": "234", + "Img_name": "234", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "121", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "470", + "ATK": "192", + "DEF": "132", + "STA": "146", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1988", + "onehundred_CP_at_39": "1960" + }, + { + "Row": "235", + "Name": "Smeargle", + "Pokedex_Number": "235", + "Img_name": "235", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "122", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "238", + "ATK": "40", + "DEF": "88", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "389", + "onehundred_CP_at_39": "384" + }, + { + "Row": "236", + "Name": "Tyrogue", + "Pokedex_Number": "236", + "Img_name": "236", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "48", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "198", + "ATK": "64", + "DEF": "64", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "404", + "onehundred_CP_at_39": "398" + }, + { + "Row": "237", + "Name": "Hitmontop", + "Pokedex_Number": "237", + "Img_name": "237", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "48", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "487", + "ATK": "173", + "DEF": "214", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1905", + "onehundred_CP_at_39": "1878" + }, + { + "Row": "238", + "Name": "Smoochum", + "Pokedex_Number": "238", + "Img_name": "238", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "359", + "ATK": "153", + "DEF": "116", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1230", + "onehundred_CP_at_39": "1213" + }, + { + "Row": "239", + "Name": "Elekid", + "Pokedex_Number": "239", + "Img_name": "239", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "335", + "ATK": "135", + "DEF": "110", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1073", + "onehundred_CP_at_39": "1057" + }, + { + "Row": "240", + "Name": "Magby", + "Pokedex_Number": "240", + "Img_name": "240", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "349", + "ATK": "151", + "DEF": "108", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1178", + "onehundred_CP_at_39": "1161" + }, + { + "Row": "241", + "Name": "Miltank", + "Pokedex_Number": "241", + "Img_name": "241", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "123", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "558", + "ATK": "157", + "DEF": "211", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2312", + "onehundred_CP_at_39": "2279" + }, + { + "Row": "242", + "Name": "Blissey", + "Pokedex_Number": "242", + "Img_name": "242", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "", + "Cross_Gen": "1", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "868", + "ATK": "129", + "DEF": "229", + "STA": "510", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3219", + "onehundred_CP_at_39": "3173" + }, + { + "Row": "243", + "Name": "Raikou", + "Pokedex_Number": "243", + "Img_name": "243", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "124", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "631", + "ATK": "241", + "DEF": "210", + "STA": "180", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3349", + "onehundred_CP_at_39": "3301" + }, + { + "Row": "244", + "Name": "Entei", + "Pokedex_Number": "244", + "Img_name": "244", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "125", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "641", + "ATK": "235", + "DEF": "176", + "STA": "230", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3377", + "onehundred_CP_at_39": "3329" + }, + { + "Row": "245", + "Name": "Suicune", + "Pokedex_Number": "245", + "Img_name": "245", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "126", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "615", + "ATK": "180", + "DEF": "235", + "STA": "200", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2823", + "onehundred_CP_at_39": "2783" + }, + { + "Row": "246", + "Name": "Larvitar", + "Pokedex_Number": "246", + "Img_name": "246", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "127", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "308", + "ATK": "115", + "DEF": "93", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "904", + "onehundred_CP_at_39": "891" + }, + { + "Row": "247", + "Name": "Pupitar", + "Pokedex_Number": "247", + "Img_name": "247", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "127", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "428", + "ATK": "155", + "DEF": "133", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1608", + "onehundred_CP_at_39": "1585" + }, + { + "Row": "248", + "Name": "Tyranitar", + "Pokedex_Number": "248", + "Img_name": "248", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "127", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "dark", + "Weather_1": "Partly cloudy", + "Weather_2": "Fog", + "STAT_TOTAL": "663", + "ATK": "251", + "DEF": "212", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "4", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3670", + "onehundred_CP_at_39": "3617" + }, + { + "Row": "249", + "Name": "Lugia", + "Pokedex_Number": "249", + "Img_name": "249", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "128", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "728", + "ATK": "193", + "DEF": "323", + "STA": "212", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "5", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3598", + "onehundred_CP_at_39": "3547" + }, + { + "Row": "250", + "Name": "Ho Oh", + "Pokedex_Number": "250", + "Img_name": "250", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "129", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "706", + "ATK": "239", + "DEF": "274", + "STA": "193", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3889", + "onehundred_CP_at_39": "3833" + }, + { + "Row": "251", + "Name": "Celebi", + "Pokedex_Number": "251", + "Img_name": "251", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "130", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "grass", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "252", + "Name": "Treecko", + "Pokedex_Number": "252", + "Img_name": "252", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "131", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "308", + "ATK": "124", + "DEF": "104", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "923", + "onehundred_CP_at_39": "909" + }, + { + "Row": "253", + "Name": "Grovyle", + "Pokedex_Number": "253", + "Img_name": "253", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "131", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "402", + "ATK": "172", + "DEF": "130", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1508", + "onehundred_CP_at_39": "1486" + }, + { + "Row": "254", + "Name": "Sceptile", + "Pokedex_Number": "254", + "Img_name": "254", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "131", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "543", + "ATK": "223", + "DEF": "180", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2584", + "onehundred_CP_at_39": "2547" + }, + { + "Row": "255", + "Name": "Torchic", + "Pokedex_Number": "255", + "Img_name": "255", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "132", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "312", + "ATK": "130", + "DEF": "92", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "959", + "onehundred_CP_at_39": "946" + }, + { + "Row": "256", + "Name": "Combusken", + "Pokedex_Number": "256", + "Img_name": "256", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "132", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "398", + "ATK": "163", + "DEF": "115", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1472", + "onehundred_CP_at_39": "1451" + }, + { + "Row": "257", + "Name": "Blaziken", + "Pokedex_Number": "257", + "Img_name": "257", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "132", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "541", + "ATK": "240", + "DEF": "141", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2631", + "onehundred_CP_at_39": "2593" + }, + { + "Row": "258", + "Name": "Mudkip", + "Pokedex_Number": "258", + "Img_name": "258", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "133", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "319", + "ATK": "126", + "DEF": "93", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "981", + "onehundred_CP_at_39": "967" + }, + { + "Row": "259", + "Name": "Marshtomp", + "Pokedex_Number": "259", + "Img_name": "259", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "133", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "429", + "ATK": "156", + "DEF": "133", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1617", + "onehundred_CP_at_39": "1594" + }, + { + "Row": "260", + "Name": "Swampert", + "Pokedex_Number": "260", + "Img_name": "260", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "133", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "583", + "ATK": "208", + "DEF": "175", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2815", + "onehundred_CP_at_39": "2774" + }, + { + "Row": "261", + "Name": "Poochyena", + "Pokedex_Number": "261", + "Img_name": "261", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "134", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "229", + "ATK": "96", + "DEF": "63", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "564", + "onehundred_CP_at_39": "556" + }, + { + "Row": "262", + "Name": "Mightyena", + "Pokedex_Number": "262", + "Img_name": "262", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "134", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "448", + "ATK": "171", + "DEF": "137", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1783", + "onehundred_CP_at_39": "1757" + }, + { + "Row": "263", + "Name": "Zigzagoon", + "Pokedex_Number": "263", + "Img_name": "263", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "135", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "214", + "ATK": "58", + "DEF": "80", + "STA": "76", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "423", + "onehundred_CP_at_39": "417" + }, + { + "Row": "264", + "Name": "Linoone", + "Pokedex_Number": "264", + "Img_name": "264", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "135", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "426", + "ATK": "142", + "DEF": "128", + "STA": "156", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1533", + "onehundred_CP_at_39": "1511" + }, + { + "Row": "265", + "Name": "Wurmple", + "Pokedex_Number": "265", + "Img_name": "265", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "136", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "226", + "ATK": "75", + "DEF": "61", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "502", + "onehundred_CP_at_39": "494" + }, + { + "Row": "266", + "Name": "Silcoon", + "Pokedex_Number": "266", + "Img_name": "266", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "136", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "251", + "ATK": "60", + "DEF": "91", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "517", + "onehundred_CP_at_39": "509" + }, + { + "Row": "267", + "Name": "Beautifly", + "Pokedex_Number": "267", + "Img_name": "267", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "136", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "407", + "ATK": "189", + "DEF": "98", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1573", + "onehundred_CP_at_39": "1551" + }, + { + "Row": "268", + "Name": "Cascoon", + "Pokedex_Number": "268", + "Img_name": "268", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "137", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "251", + "ATK": "60", + "DEF": "91", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "517", + "onehundred_CP_at_39": "509" + }, + { + "Row": "269", + "Name": "Dustox", + "Pokedex_Number": "269", + "Img_name": "269", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "137", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "390", + "ATK": "98", + "DEF": "172", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1121", + "onehundred_CP_at_39": "1105" + }, + { + "Row": "270", + "Name": "Lotad", + "Pokedex_Number": "270", + "Img_name": "270", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "138", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "237", + "ATK": "71", + "DEF": "86", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "526", + "onehundred_CP_at_39": "518" + }, + { + "Row": "271", + "Name": "Lombre", + "Pokedex_Number": "271", + "Img_name": "271", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "138", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "360", + "ATK": "112", + "DEF": "128", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1102", + "onehundred_CP_at_39": "1086" + }, + { + "Row": "272", + "Name": "Ludicolo", + "Pokedex_Number": "272", + "Img_name": "272", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "138", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "524", + "ATK": "173", + "DEF": "191", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2229", + "onehundred_CP_at_39": "2197" + }, + { + "Row": "273", + "Name": "Seedot", + "Pokedex_Number": "273", + "Img_name": "273", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "139", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "237", + "ATK": "71", + "DEF": "86", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "526", + "onehundred_CP_at_39": "518" + }, + { + "Row": "274", + "Name": "Nuzleaf", + "Pokedex_Number": "274", + "Img_name": "274", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "139", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "352", + "ATK": "134", + "DEF": "78", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1117", + "onehundred_CP_at_39": "1101" + }, + { + "Row": "275", + "Name": "Shiftry", + "Pokedex_Number": "275", + "Img_name": "275", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "139", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "501", + "ATK": "200", + "DEF": "121", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2186", + "onehundred_CP_at_39": "2155" + }, + { + "Row": "276", + "Name": "Taillow", + "Pokedex_Number": "276", + "Img_name": "276", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "140", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "247", + "ATK": "106", + "DEF": "61", + "STA": "80", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "642", + "onehundred_CP_at_39": "632" + }, + { + "Row": "277", + "Name": "Swellow", + "Pokedex_Number": "277", + "Img_name": "277", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "140", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "435", + "ATK": "185", + "DEF": "130", + "STA": "120", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1747", + "onehundred_CP_at_39": "1722" + }, + { + "Row": "278", + "Name": "Wingull", + "Pokedex_Number": "278", + "Img_name": "278", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "141", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "247", + "ATK": "106", + "DEF": "61", + "STA": "80", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "642", + "onehundred_CP_at_39": "632" + }, + { + "Row": "279", + "Name": "Pelipper", + "Pokedex_Number": "279", + "Img_name": "279", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "141", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "484", + "ATK": "175", + "DEF": "189", + "STA": "120", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1969", + "onehundred_CP_at_39": "1941" + }, + { + "Row": "280", + "Name": "Ralts", + "Pokedex_Number": "280", + "Img_name": "280", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "142", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fairy", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "198", + "ATK": "79", + "DEF": "63", + "STA": "56", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "436", + "onehundred_CP_at_39": "430" + }, + { + "Row": "281", + "Name": "Kirlia", + "Pokedex_Number": "281", + "Img_name": "281", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "142", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fairy", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "293", + "ATK": "117", + "DEF": "100", + "STA": "76", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "843", + "onehundred_CP_at_39": "831" + }, + { + "Row": "282", + "Name": "Gardevoir", + "Pokedex_Number": "282", + "Img_name": "282", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "142", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fairy", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "593", + "ATK": "237", + "DEF": "220", + "STA": "136", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2964", + "onehundred_CP_at_39": "2922" + }, + { + "Row": "283", + "Name": "Surskit", + "Pokedex_Number": "283", + "Img_name": "283", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "143", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "water", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "270", + "ATK": "93", + "DEF": "97", + "STA": "80", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "695", + "onehundred_CP_at_39": "685" + }, + { + "Row": "284", + "Name": "Masquerain", + "Pokedex_Number": "284", + "Img_name": "284", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "143", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "493", + "ATK": "192", + "DEF": "161", + "STA": "140", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2135", + "onehundred_CP_at_39": "2104" + }, + { + "Row": "285", + "Name": "Shroomish", + "Pokedex_Number": "285", + "Img_name": "285", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "144", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "304", + "ATK": "74", + "DEF": "110", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "722", + "onehundred_CP_at_39": "711" + }, + { + "Row": "286", + "Name": "Breloom", + "Pokedex_Number": "286", + "Img_name": "286", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "144", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "514", + "ATK": "241", + "DEF": "153", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2407", + "onehundred_CP_at_39": "2373" + }, + { + "Row": "287", + "Name": "Slakoth", + "Pokedex_Number": "287", + "Img_name": "287", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "145", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "328", + "ATK": "104", + "DEF": "104", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "942", + "onehundred_CP_at_39": "928" + }, + { + "Row": "288", + "Name": "Vigoroth", + "Pokedex_Number": "288", + "Img_name": "288", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "145", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "478", + "ATK": "159", + "DEF": "159", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1896", + "onehundred_CP_at_39": "1869" + }, + { + "Row": "289", + "Name": "Slaking", + "Pokedex_Number": "289", + "Img_name": "289", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "145", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "746", + "ATK": "290", + "DEF": "183", + "STA": "273", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4548", + "onehundred_CP_at_39": "4484" + }, + { + "Row": "290", + "Name": "Nincada", + "Pokedex_Number": "290", + "Img_name": "290", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "146", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "295", + "ATK": "80", + "DEF": "153", + "STA": "62", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "674", + "onehundred_CP_at_39": "665" + }, + { + "Row": "291", + "Name": "Ninjask", + "Pokedex_Number": "291", + "Img_name": "291", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "146", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "437", + "ATK": "199", + "DEF": "116", + "STA": "122", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1790", + "onehundred_CP_at_39": "1765" + }, + { + "Row": "292", + "Name": "Shedinja", + "Pokedex_Number": "292", + "Img_name": "292", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "146", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "235", + "ATK": "153", + "DEF": "80", + "STA": "2", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "421", + "onehundred_CP_at_39": "415" + }, + { + "Row": "293", + "Name": "Whismur", + "Pokedex_Number": "293", + "Img_name": "293", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "147", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "262", + "ATK": "92", + "DEF": "42", + "STA": "128", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "603", + "onehundred_CP_at_39": "594" + }, + { + "Row": "294", + "Name": "Loudred", + "Pokedex_Number": "294", + "Img_name": "294", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "147", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "383", + "ATK": "134", + "DEF": "81", + "STA": "168", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1233", + "onehundred_CP_at_39": "1215" + }, + { + "Row": "295", + "Name": "Exploud", + "Pokedex_Number": "295", + "Img_name": "295", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "147", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "529", + "ATK": "179", + "DEF": "142", + "STA": "208", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2267", + "onehundred_CP_at_39": "2234" + }, + { + "Row": "296", + "Name": "Makuhita", + "Pokedex_Number": "296", + "Img_name": "296", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "148", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "297", + "ATK": "99", + "DEF": "54", + "STA": "144", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "745", + "onehundred_CP_at_39": "735" + }, + { + "Row": "297", + "Name": "Hariyama", + "Pokedex_Number": "297", + "Img_name": "297", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "148", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "611", + "ATK": "209", + "DEF": "114", + "STA": "288", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2765", + "onehundred_CP_at_39": "2726" + }, + { + "Row": "298", + "Name": "Azurill", + "Pokedex_Number": "298", + "Img_name": "298", + "Generation": "3", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "fairy", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "207", + "ATK": "36", + "DEF": "71", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "316", + "onehundred_CP_at_39": "312" + }, + { + "Row": "299", + "Name": "Nosepass", + "Pokedex_Number": "299", + "Img_name": "299", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "149", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "378", + "ATK": "82", + "DEF": "236", + "STA": "60", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "831", + "onehundred_CP_at_39": "819" + }, + { + "Row": "300", + "Name": "Skitty", + "Pokedex_Number": "300", + "Img_name": "300", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "150", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "268", + "ATK": "84", + "DEF": "84", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "659", + "onehundred_CP_at_39": "650" + }, + { + "Row": "301", + "Name": "Delcatty", + "Pokedex_Number": "301", + "Img_name": "301", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "151", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "404", + "ATK": "132", + "DEF": "132", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1385", + "onehundred_CP_at_39": "1366" + }, + { + "Row": "302", + "Name": "Sableye", + "Pokedex_Number": "302", + "Img_name": "302", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "152", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "ghost", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "382", + "ATK": "141", + "DEF": "141", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1305", + "onehundred_CP_at_39": "1286" + }, + { + "Row": "303", + "Name": "Mawile", + "Pokedex_Number": "303", + "Img_name": "303", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "153", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "fairy", + "Weather_1": "Snow", + "Weather_2": "Cloudy", + "STAT_TOTAL": "410", + "ATK": "155", + "DEF": "155", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1484", + "onehundred_CP_at_39": "1463" + }, + { + "Row": "304", + "Name": "Aron", + "Pokedex_Number": "304", + "Img_name": "304", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "154", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "rock", + "Weather_1": "Snow", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "389", + "ATK": "121", + "DEF": "168", + "STA": "100", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1232", + "onehundred_CP_at_39": "1214" + }, + { + "Row": "305", + "Name": "Lairon", + "Pokedex_Number": "305", + "Img_name": "305", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "154", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "rock", + "Weather_1": "Snow", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "518", + "ATK": "158", + "DEF": "240", + "STA": "120", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2004", + "onehundred_CP_at_39": "1976" + }, + { + "Row": "306", + "Name": "Aggron", + "Pokedex_Number": "306", + "Img_name": "306", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "154", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "rock", + "Weather_1": "Snow", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "652", + "ATK": "198", + "DEF": "314", + "STA": "140", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "0", + "Regional": "0", + "Raidable": "4", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3004", + "onehundred_CP_at_39": "2961" + }, + { + "Row": "307", + "Name": "Meditite", + "Pokedex_Number": "307", + "Img_name": "307", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "155", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "psychic", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "245", + "ATK": "78", + "DEF": "107", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "555", + "onehundred_CP_at_39": "547" + }, + { + "Row": "308", + "Name": "Medicham", + "Pokedex_Number": "308", + "Img_name": "308", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "155", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "psychic", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "393", + "ATK": "121", + "DEF": "152", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1275", + "onehundred_CP_at_39": "1257" + }, + { + "Row": "309", + "Name": "Electrike", + "Pokedex_Number": "309", + "Img_name": "309", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "156", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "281", + "ATK": "123", + "DEF": "78", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "810", + "onehundred_CP_at_39": "798" + }, + { + "Row": "310", + "Name": "Manectric", + "Pokedex_Number": "310", + "Img_name": "310", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "156", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "482", + "ATK": "215", + "DEF": "127", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2131", + "onehundred_CP_at_39": "2100" + }, + { + "Row": "311", + "Name": "Plusle", + "Pokedex_Number": "311", + "Img_name": "311", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "157", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "434", + "ATK": "167", + "DEF": "147", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1681", + "onehundred_CP_at_39": "1657" + }, + { + "Row": "312", + "Name": "Minun", + "Pokedex_Number": "312", + "Img_name": "312", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "158", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "434", + "ATK": "147", + "DEF": "167", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1585", + "onehundred_CP_at_39": "1563" + }, + { + "Row": "313", + "Name": "Volbeat", + "Pokedex_Number": "313", + "Img_name": "313", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "159", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "444", + "ATK": "143", + "DEF": "171", + "STA": "130", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1620", + "onehundred_CP_at_39": "1597" + }, + { + "Row": "314", + "Name": "Illumise", + "Pokedex_Number": "314", + "Img_name": "314", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "159", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "444", + "ATK": "143", + "DEF": "171", + "STA": "130", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1620", + "onehundred_CP_at_39": "1597" + }, + { + "Row": "315", + "Name": "Roselia", + "Pokedex_Number": "315", + "Img_name": "315", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "160", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "434", + "ATK": "186", + "DEF": "148", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1718", + "onehundred_CP_at_39": "1694" + }, + { + "Row": "316", + "Name": "Gulpin", + "Pokedex_Number": "316", + "Img_name": "316", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "161", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "319", + "ATK": "80", + "DEF": "99", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "788", + "onehundred_CP_at_39": "777" + }, + { + "Row": "317", + "Name": "Swalot", + "Pokedex_Number": "317", + "Img_name": "317", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "161", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "499", + "ATK": "140", + "DEF": "159", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1872", + "onehundred_CP_at_39": "1845" + }, + { + "Row": "318", + "Name": "Carvanha", + "Pokedex_Number": "318", + "Img_name": "318", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "162", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "dark", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "300", + "ATK": "171", + "DEF": "39", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "874", + "onehundred_CP_at_39": "862" + }, + { + "Row": "319", + "Name": "Sharpedo", + "Pokedex_Number": "319", + "Img_name": "319", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "163", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "dark", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "466", + "ATK": "243", + "DEF": "83", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1986", + "onehundred_CP_at_39": "1957" + }, + { + "Row": "320", + "Name": "Wailmer", + "Pokedex_Number": "320", + "Img_name": "320", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "164", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "464", + "ATK": "136", + "DEF": "68", + "STA": "260", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "1", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1424", + "onehundred_CP_at_39": "1404" + }, + { + "Row": "321", + "Name": "Wailord", + "Pokedex_Number": "321", + "Img_name": "321", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "164", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "602", + "ATK": "175", + "DEF": "87", + "STA": "340", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2258", + "onehundred_CP_at_39": "2225" + }, + { + "Row": "322", + "Name": "Numel", + "Pokedex_Number": "322", + "Img_name": "322", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "165", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "ground", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "321", + "ATK": "119", + "DEF": "82", + "STA": "120", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "957", + "onehundred_CP_at_39": "944" + }, + { + "Row": "323", + "Name": "Camerupt", + "Pokedex_Number": "323", + "Img_name": "323", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "165", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "ground", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "473", + "ATK": "194", + "DEF": "139", + "STA": "140", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2016", + "onehundred_CP_at_39": "1987" + }, + { + "Row": "324", + "Name": "Torkoal", + "Pokedex_Number": "324", + "Img_name": "324", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "166", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "525", + "ATK": "151", + "DEF": "234", + "STA": "140", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2036", + "onehundred_CP_at_39": "2007" + }, + { + "Row": "325", + "Name": "Spoink", + "Pokedex_Number": "325", + "Img_name": "325", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "167", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "390", + "ATK": "125", + "DEF": "145", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1285", + "onehundred_CP_at_39": "1266" + }, + { + "Row": "326", + "Name": "Grumpig", + "Pokedex_Number": "326", + "Img_name": "326", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "167", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "542", + "ATK": "171", + "DEF": "211", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2310", + "onehundred_CP_at_39": "2277" + }, + { + "Row": "327", + "Name": "Spinda", + "Pokedex_Number": "327", + "Img_name": "327", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "168", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "352", + "ATK": "116", + "DEF": "116", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1088", + "onehundred_CP_at_39": "1072" + }, + { + "Row": "328", + "Name": "Trapinch", + "Pokedex_Number": "328", + "Img_name": "328", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "169", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "330", + "ATK": "162", + "DEF": "78", + "STA": "90", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1092", + "onehundred_CP_at_39": "1076" + }, + { + "Row": "329", + "Name": "Vibrava", + "Pokedex_Number": "329", + "Img_name": "329", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "169", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "dragon", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "333", + "ATK": "134", + "DEF": "99", + "STA": "100", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1065", + "onehundred_CP_at_39": "1050" + }, + { + "Row": "330", + "Name": "Flygon", + "Pokedex_Number": "330", + "Img_name": "330", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "169", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "dragon", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "533", + "ATK": "205", + "DEF": "168", + "STA": "160", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2458", + "onehundred_CP_at_39": "2423" + }, + { + "Row": "331", + "Name": "Cacnea", + "Pokedex_Number": "331", + "Img_name": "331", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "170", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "330", + "ATK": "156", + "DEF": "74", + "STA": "100", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1080", + "onehundred_CP_at_39": "1065" + }, + { + "Row": "332", + "Name": "Cacturne", + "Pokedex_Number": "332", + "Img_name": "332", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "170", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "476", + "ATK": "221", + "DEF": "115", + "STA": "140", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2092", + "onehundred_CP_at_39": "2062" + }, + { + "Row": "333", + "Name": "Swablu", + "Pokedex_Number": "333", + "Img_name": "333", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "171", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "305", + "ATK": "76", + "DEF": "139", + "STA": "90", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "1", + "Hatchable": "0", + "Shiny": "1", + "Nest": "1", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "722", + "onehundred_CP_at_39": "712" + }, + { + "Row": "334", + "Name": "Altaria", + "Pokedex_Number": "334", + "Img_name": "334", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "171", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "499", + "ATK": "141", + "DEF": "208", + "STA": "150", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1868", + "onehundred_CP_at_39": "1842" + }, + { + "Row": "335", + "Name": "Zangoose", + "Pokedex_Number": "335", + "Img_name": "335", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "172", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "492", + "ATK": "222", + "DEF": "124", + "STA": "146", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2214", + "onehundred_CP_at_39": "2182" + }, + { + "Row": "336", + "Name": "Seviper", + "Pokedex_Number": "336", + "Img_name": "336", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "178", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "460", + "ATK": "196", + "DEF": "118", + "STA": "146", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1928", + "onehundred_CP_at_39": "1900" + }, + { + "Row": "337", + "Name": "Lunatone", + "Pokedex_Number": "337", + "Img_name": "337", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "179", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "psychic", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "521", + "ATK": "178", + "DEF": "163", + "STA": "180", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2245", + "onehundred_CP_at_39": "2213" + }, + { + "Row": "338", + "Name": "Solrock", + "Pokedex_Number": "338", + "Img_name": "338", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "180", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "psychic", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "521", + "ATK": "178", + "DEF": "163", + "STA": "180", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2245", + "onehundred_CP_at_39": "2213" + }, + { + "Row": "339", + "Name": "Barboach", + "Pokedex_Number": "339", + "Img_name": "339", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "181", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "276", + "ATK": "93", + "DEF": "83", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "716", + "onehundred_CP_at_39": "705" + }, + { + "Row": "340", + "Name": "Whiscash", + "Pokedex_Number": "340", + "Img_name": "340", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "181", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "513", + "ATK": "151", + "DEF": "142", + "STA": "220", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1991", + "onehundred_CP_at_39": "1963" + }, + { + "Row": "341", + "Name": "Corphish", + "Pokedex_Number": "341", + "Img_name": "341", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "182", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "340", + "ATK": "141", + "DEF": "113", + "STA": "86", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1107", + "onehundred_CP_at_39": "1092" + }, + { + "Row": "342", + "Name": "Crawdaunt", + "Pokedex_Number": "342", + "Img_name": "342", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "182", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "dark", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "506", + "ATK": "224", + "DEF": "156", + "STA": "126", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2317", + "onehundred_CP_at_39": "2284" + }, + { + "Row": "343", + "Name": "Baltoy", + "Pokedex_Number": "343", + "Img_name": "343", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "183", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "psychic", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "288", + "ATK": "77", + "DEF": "131", + "STA": "80", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "676", + "onehundred_CP_at_39": "667" + }, + { + "Row": "344", + "Name": "Claydol", + "Pokedex_Number": "344", + "Img_name": "344", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "183", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "psychic", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "496", + "ATK": "140", + "DEF": "236", + "STA": "120", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1782", + "onehundred_CP_at_39": "1756" + }, + { + "Row": "345", + "Name": "Lileep", + "Pokedex_Number": "345", + "Img_name": "345", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "184", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "grass", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "391", + "ATK": "105", + "DEF": "154", + "STA": "132", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1181", + "onehundred_CP_at_39": "1164" + }, + { + "Row": "346", + "Name": "Cradily", + "Pokedex_Number": "346", + "Img_name": "346", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "184", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "grass", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "522", + "ATK": "152", + "DEF": "198", + "STA": "172", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2081", + "onehundred_CP_at_39": "2051" + }, + { + "Row": "347", + "Name": "Anorith", + "Pokedex_Number": "347", + "Img_name": "347", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "185", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "bug", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "366", + "ATK": "176", + "DEF": "100", + "STA": "90", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1310", + "onehundred_CP_at_39": "1292" + }, + { + "Row": "348", + "Name": "Armaldo", + "Pokedex_Number": "348", + "Img_name": "348", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "185", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "bug", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "555", + "ATK": "222", + "DEF": "183", + "STA": "150", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2675", + "onehundred_CP_at_39": "2637" + }, + { + "Row": "349", + "Name": "Feebas", + "Pokedex_Number": "349", + "Img_name": "349", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "186", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "171", + "ATK": "29", + "DEF": "102", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "220", + "onehundred_CP_at_39": "217" + }, + { + "Row": "350", + "Name": "Milotic", + "Pokedex_Number": "350", + "Img_name": "350", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "186", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "624", + "ATK": "192", + "DEF": "242", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2967", + "onehundred_CP_at_39": "2925" + }, + { + "Row": "351", + "Name": "Castform", + "Pokedex_Number": "351", + "Img_name": "351", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "187", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "418", + "ATK": "139", + "DEF": "139", + "STA": "140", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1486", + "onehundred_CP_at_39": "1464" + }, + { + "Row": "352", + "Name": "Kecleon", + "Pokedex_Number": "352", + "Img_name": "352", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "188", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "493", + "ATK": "161", + "DEF": "212", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1924", + "onehundred_CP_at_39": "1896" + }, + { + "Row": "353", + "Name": "Shuppet", + "Pokedex_Number": "353", + "Img_name": "353", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "189", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "292", + "ATK": "138", + "DEF": "66", + "STA": "88", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "872", + "onehundred_CP_at_39": "860" + }, + { + "Row": "354", + "Name": "Banette", + "Pokedex_Number": "354", + "Img_name": "354", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "189", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "473", + "ATK": "218", + "DEF": "127", + "STA": "128", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2073", + "onehundred_CP_at_39": "2044" + }, + { + "Row": "355", + "Name": "Duskull", + "Pokedex_Number": "355", + "Img_name": "355", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "190", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "272", + "ATK": "70", + "DEF": "162", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "523", + "onehundred_CP_at_39": "516" + }, + { + "Row": "356", + "Name": "Dusclops", + "Pokedex_Number": "356", + "Img_name": "356", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "190", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "438", + "ATK": "124", + "DEF": "234", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1335", + "onehundred_CP_at_39": "1316" + }, + { + "Row": "357", + "Name": "Tropius", + "Pokedex_Number": "357", + "Img_name": "357", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "191", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "499", + "ATK": "136", + "DEF": "165", + "STA": "198", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1846", + "onehundred_CP_at_39": "1820" + }, + { + "Row": "358", + "Name": "Chimecho", + "Pokedex_Number": "358", + "Img_name": "358", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "192", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "499", + "ATK": "175", + "DEF": "174", + "STA": "150", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2095", + "onehundred_CP_at_39": "2065" + }, + { + "Row": "359", + "Name": "Absol", + "Pokedex_Number": "359", + "Img_name": "359", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "193", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "496", + "ATK": "246", + "DEF": "120", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "4", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2280", + "onehundred_CP_at_39": "2248" + }, + { + "Row": "360", + "Name": "Wynaut", + "Pokedex_Number": "360", + "Img_name": "360", + "Generation": "3", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "317", + "ATK": "41", + "DEF": "86", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "503", + "onehundred_CP_at_39": "496" + }, + { + "Row": "361", + "Name": "Snorunt", + "Pokedex_Number": "361", + "Img_name": "361", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "194", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "290", + "ATK": "95", + "DEF": "95", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "1", + "Hatchable": "5", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "772", + "onehundred_CP_at_39": "761" + }, + { + "Row": "362", + "Name": "Glalie", + "Pokedex_Number": "362", + "Img_name": "362", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "484", + "ATK": "162", + "DEF": "162", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1945", + "onehundred_CP_at_39": "1917" + }, + { + "Row": "363", + "Name": "Spheal", + "Pokedex_Number": "363", + "Img_name": "363", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "water", + "Weather_1": "Snow", + "Weather_2": "Rainy", + "STAT_TOTAL": "325", + "ATK": "95", + "DEF": "90", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "876", + "onehundred_CP_at_39": "863" + }, + { + "Row": "364", + "Name": "Sealeo", + "Pokedex_Number": "364", + "Img_name": "364", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "water", + "Weather_1": "Snow", + "Weather_2": "Rainy", + "STAT_TOTAL": "449", + "ATK": "137", + "DEF": "132", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1607", + "onehundred_CP_at_39": "1584" + }, + { + "Row": "365", + "Name": "Walrein", + "Pokedex_Number": "365", + "Img_name": "365", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "water", + "Weather_1": "Snow", + "Weather_2": "Rainy", + "STAT_TOTAL": "578", + "ATK": "182", + "DEF": "176", + "STA": "220", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2606", + "onehundred_CP_at_39": "2569" + }, + { + "Row": "366", + "Name": "Clamperl", + "Pokedex_Number": "366", + "Img_name": "366", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "352", + "ATK": "133", + "DEF": "149", + "STA": "70", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1091", + "onehundred_CP_at_39": "1075" + }, + { + "Row": "367", + "Name": "Huntail", + "Pokedex_Number": "367", + "Img_name": "367", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "501", + "ATK": "197", + "DEF": "194", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2140", + "onehundred_CP_at_39": "2109" + }, + { + "Row": "368", + "Name": "Gorebyss", + "Pokedex_Number": "368", + "Img_name": "368", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "515", + "ATK": "211", + "DEF": "194", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2281", + "onehundred_CP_at_39": "2248" + }, + { + "Row": "369", + "Name": "Relicanth", + "Pokedex_Number": "369", + "Img_name": "369", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "596", + "ATK": "162", + "DEF": "234", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2557", + "onehundred_CP_at_39": "2521" + }, + { + "Row": "370", + "Name": "Luvdisc", + "Pokedex_Number": "370", + "Img_name": "370", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "301", + "ATK": "81", + "DEF": "134", + "STA": "86", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "735", + "onehundred_CP_at_39": "725" + }, + { + "Row": "371", + "Name": "Bagon", + "Pokedex_Number": "371", + "Img_name": "371", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "331", + "ATK": "134", + "DEF": "107", + "STA": "90", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1053", + "onehundred_CP_at_39": "1038" + }, + { + "Row": "372", + "Name": "Shelgon", + "Pokedex_Number": "372", + "Img_name": "372", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "481", + "ATK": "172", + "DEF": "179", + "STA": "130", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1958", + "onehundred_CP_at_39": "1930" + }, + { + "Row": "373", + "Name": "Salamence", + "Pokedex_Number": "373", + "Img_name": "373", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "635", + "ATK": "277", + "DEF": "168", + "STA": "190", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3532", + "onehundred_CP_at_39": "3481" + }, + { + "Row": "374", + "Name": "Beldum", + "Pokedex_Number": "374", + "Img_name": "374", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "317", + "ATK": "96", + "DEF": "141", + "STA": "80", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "843", + "onehundred_CP_at_39": "831" + }, + { + "Row": "375", + "Name": "Metang", + "Pokedex_Number": "375", + "Img_name": "375", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "443", + "ATK": "138", + "DEF": "185", + "STA": "120", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1570", + "onehundred_CP_at_39": "1547" + }, + { + "Row": "376", + "Name": "Metagross", + "Pokedex_Number": "376", + "Img_name": "376", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "665", + "ATK": "257", + "DEF": "248", + "STA": "160", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3644", + "onehundred_CP_at_39": "3592" + }, + { + "Row": "377", + "Name": "Regirock", + "Pokedex_Number": "377", + "Img_name": "377", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "695", + "ATK": "179", + "DEF": "356", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3087", + "onehundred_CP_at_39": "3043" + }, + { + "Row": "378", + "Name": "Regice", + "Pokedex_Number": "378", + "Img_name": "378", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "695", + "ATK": "179", + "DEF": "356", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3087", + "onehundred_CP_at_39": "3043" + }, + { + "Row": "379", + "Name": "Registeel", + "Pokedex_Number": "379", + "Img_name": "379", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "588", + "ATK": "143", + "DEF": "285", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2261", + "onehundred_CP_at_39": "2228" + }, + { + "Row": "380", + "Name": "Latias", + "Pokedex_Number": "380", + "Img_name": "380", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "psychic", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "656", + "ATK": "228", + "DEF": "268", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3377", + "onehundred_CP_at_39": "3329" + }, + { + "Row": "381", + "Name": "Latios", + "Pokedex_Number": "381", + "Img_name": "381", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "psychic", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "656", + "ATK": "268", + "DEF": "228", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3644", + "onehundred_CP_at_39": "3592" + }, + { + "Row": "382", + "Name": "Kyogre", + "Pokedex_Number": "382", + "Img_name": "382", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "703", + "ATK": "270", + "DEF": "251", + "STA": "182", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4074", + "onehundred_CP_at_39": "4016" + }, + { + "Row": "383", + "Name": "Groudon", + "Pokedex_Number": "383", + "Img_name": "383", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "703", + "ATK": "270", + "DEF": "251", + "STA": "182", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4074", + "onehundred_CP_at_39": "4016" + }, + { + "Row": "384", + "Name": "Rayquaza", + "Pokedex_Number": "384", + "Img_name": "384", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "645", + "ATK": "284", + "DEF": "170", + "STA": "191", + "Legendary": "1", + "Aquireable": "3", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3645", + "onehundred_CP_at_39": "3593" + }, + { + "Row": "385", + "Name": "Jirachi", + "Pokedex_Number": "385", + "Img_name": "385", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "386", + "Name": "Deoxys Defense", + "Pokedex_Number": "386", + "Img_name": "386-defense", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "574", + "ATK": "144", + "DEF": "330", + "STA": "100", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1978", + "onehundred_CP_at_39": "1949" + }, + { + "Row": "387", + "Name": "Deoxys Normal", + "Pokedex_Number": "386", + "Img_name": "386", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "560", + "ATK": "345", + "DEF": "115", + "STA": "100", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2749", + "onehundred_CP_at_39": "2709" + }, + { + "Row": "388", + "Name": "Deoxys Attack", + "Pokedex_Number": "386", + "Img_name": "386-attack", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "560", + "ATK": "414", + "DEF": "46", + "STA": "100", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2244", + "onehundred_CP_at_39": "2212" + }, + { + "Row": "389", + "Name": "Deoxys Speed", + "Pokedex_Number": "386", + "Img_name": "386-speed", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "548", + "ATK": "230", + "DEF": "218", + "STA": "100", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2504", + "onehundred_CP_at_39": "2469" + }, + { + "Row": "390", + "Name": "Turtwig", + "Pokedex_Number": "387", + "Img_name": "387", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "344", + "ATK": "119", + "DEF": "115", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1066", + "onehundred_CP_at_39": "1051" + }, + { + "Row": "391", + "Name": "Grotle", + "Pokedex_Number": "388", + "Img_name": "388", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "459", + "ATK": "157", + "DEF": "152", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1783", + "onehundred_CP_at_39": "1757" + }, + { + "Row": "392", + "Name": "Torterra", + "Pokedex_Number": "389", + "Img_name": "389", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "ground", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "589", + "ATK": "202", + "DEF": "197", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2825", + "onehundred_CP_at_39": "2785" + }, + { + "Row": "393", + "Name": "Chimchar", + "Pokedex_Number": "390", + "Img_name": "390", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "287", + "ATK": "113", + "DEF": "86", + "STA": "88", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "815", + "onehundred_CP_at_39": "803" + }, + { + "Row": "394", + "Name": "Monferno", + "Pokedex_Number": "391", + "Img_name": "391", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "391", + "ATK": "158", + "DEF": "105", + "STA": "128", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1415", + "onehundred_CP_at_39": "1395" + }, + { + "Row": "395", + "Name": "Infernape", + "Pokedex_Number": "392", + "Img_name": "392", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "525", + "ATK": "222", + "DEF": "151", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2464", + "onehundred_CP_at_39": "2429" + }, + { + "Row": "396", + "Name": "Piplup", + "Pokedex_Number": "393", + "Img_name": "393", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "321", + "ATK": "112", + "DEF": "103", + "STA": "106", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "947", + "onehundred_CP_at_39": "934" + }, + { + "Row": "397", + "Name": "Prinplup", + "Pokedex_Number": "394", + "Img_name": "394", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "421", + "ATK": "150", + "DEF": "143", + "STA": "128", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1549", + "onehundred_CP_at_39": "1526" + }, + { + "Row": "398", + "Name": "Empoleon", + "Pokedex_Number": "395", + "Img_name": "395", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "571", + "ATK": "210", + "DEF": "193", + "STA": "168", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2741", + "onehundred_CP_at_39": "2702" + }, + { + "Row": "399", + "Name": "Starly", + "Pokedex_Number": "396", + "Img_name": "396", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "239", + "ATK": "101", + "DEF": "58", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "603", + "onehundred_CP_at_39": "594" + }, + { + "Row": "400", + "Name": "Staravia", + "Pokedex_Number": "397", + "Img_name": "397", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "351", + "ATK": "142", + "DEF": "99", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1170", + "onehundred_CP_at_39": "1153" + }, + { + "Row": "401", + "Name": "Staraptor", + "Pokedex_Number": "398", + "Img_name": "398", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "549", + "ATK": "234", + "DEF": "145", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2675", + "onehundred_CP_at_39": "2637" + }, + { + "Row": "402", + "Name": "Bidoof", + "Pokedex_Number": "399", + "Img_name": "399", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "271", + "ATK": "80", + "DEF": "73", + "STA": "118", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "641", + "onehundred_CP_at_39": "632" + }, + { + "Row": "403", + "Name": "Bibarel", + "Pokedex_Number": "400", + "Img_name": "400", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "439", + "ATK": "162", + "DEF": "119", + "STA": "158", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1683", + "onehundred_CP_at_39": "1659" + }, + { + "Row": "404", + "Name": "Kricketot", + "Pokedex_Number": "401", + "Img_name": "401", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "193", + "ATK": "45", + "DEF": "74", + "STA": "74", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "333", + "onehundred_CP_at_39": "328" + }, + { + "Row": "405", + "Name": "Kricketune", + "Pokedex_Number": "402", + "Img_name": "402", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "414", + "ATK": "160", + "DEF": "100", + "STA": "154", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1523", + "onehundred_CP_at_39": "1501" + }, + { + "Row": "406", + "Name": "Shinx", + "Pokedex_Number": "403", + "Img_name": "403", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "271", + "ATK": "117", + "DEF": "64", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "750", + "onehundred_CP_at_39": "740" + }, + { + "Row": "407", + "Name": "Luxio", + "Pokedex_Number": "404", + "Img_name": "404", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "374", + "ATK": "159", + "DEF": "95", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1324", + "onehundred_CP_at_39": "1305" + }, + { + "Row": "408", + "Name": "Luxray", + "Pokedex_Number": "405", + "Img_name": "405", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "548", + "ATK": "232", + "DEF": "156", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2668", + "onehundred_CP_at_39": "2630" + }, + { + "Row": "409", + "Name": "Budew", + "Pokedex_Number": "406", + "Img_name": "406", + "Generation": "4", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "297", + "ATK": "91", + "DEF": "126", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "766", + "onehundred_CP_at_39": "755" + }, + { + "Row": "410", + "Name": "Roserade", + "Pokedex_Number": "407", + "Img_name": "407", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "569", + "ATK": "243", + "DEF": "206", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2783", + "onehundred_CP_at_39": "2743" + }, + { + "Row": "411", + "Name": "Cranidos", + "Pokedex_Number": "408", + "Img_name": "408", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "427", + "ATK": "218", + "DEF": "75", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1685", + "onehundred_CP_at_39": "1661" + }, + { + "Row": "412", + "Name": "Rampardos", + "Pokedex_Number": "409", + "Img_name": "409", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "603", + "ATK": "295", + "DEF": "114", + "STA": "194", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3179", + "onehundred_CP_at_39": "3133" + }, + { + "Row": "413", + "Name": "Shieldon", + "Pokedex_Number": "410", + "Img_name": "410", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "steel", + "Weather_1": "Partly cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "344", + "ATK": "76", + "DEF": "208", + "STA": "60", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "735", + "onehundred_CP_at_39": "724" + }, + { + "Row": "414", + "Name": "Bastiodon", + "Pokedex_Number": "411", + "Img_name": "411", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "steel", + "Weather_1": "Partly cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "513", + "ATK": "94", + "DEF": "299", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1401", + "onehundred_CP_at_39": "1381" + }, + { + "Row": "415", + "Name": "Burmy (Plant Cloak)", + "Pokedex_Number": "412", + "Img_name": "412", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "216", + "ATK": "53", + "DEF": "83", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "409", + "onehundred_CP_at_39": "403" + }, + { + "Row": "415", + "Name": "Burmy (Trash Cloak)", + "Pokedex_Number": "412", + "Img_name": "412-trash", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "216", + "ATK": "53", + "DEF": "83", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "409", + "onehundred_CP_at_39": "403" + }, + { + "Row": "415", + "Name": "Burmy (Sandy Cloak)", + "Pokedex_Number": "412", + "Img_name": "412-sandy", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "216", + "ATK": "53", + "DEF": "83", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "409", + "onehundred_CP_at_39": "403" + }, + { + "Row": "418", + "Name": "Wormadam (Plant Cloak)", + "Pokedex_Number": "413", + "Img_name": "413", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "450", + "ATK": "141", + "DEF": "189", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1616", + "onehundred_CP_at_39": "1593" + }, + { + "Row": "419", + "Name": "Wormadam (Trash Cloak)", + "Pokedex_Number": "413", + "Img_name": "413-trash", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "450", + "ATK": "141", + "DEF": "189", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1616", + "onehundred_CP_at_39": "1593" + }, + { + "Row": "420", + "Name": "Wormadam (Sandy Cloak)", + "Pokedex_Number": "413", + "Img_name": "413-sandy", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "450", + "ATK": "141", + "DEF": "189", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1616", + "onehundred_CP_at_39": "1593" + }, + { + "Row": "421", + "Name": "Mothim", + "Pokedex_Number": "414", + "Img_name": "414", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "423", + "ATK": "185", + "DEF": "98", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1653", + "onehundred_CP_at_39": "1629" + }, + { + "Row": "422", + "Name": "Combee", + "Pokedex_Number": "415", + "Img_name": "415", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "202", + "ATK": "59", + "DEF": "83", + "STA": "60", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "396", + "onehundred_CP_at_39": "390" + }, + { + "Row": "423", + "Name": "Vespiquen", + "Pokedex_Number": "416", + "Img_name": "416", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "479", + "ATK": "149", + "DEF": "190", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1825", + "onehundred_CP_at_39": "1799" + }, + { + "Row": "424", + "Name": "Pachirisu", + "Pokedex_Number": "417", + "Img_name": "417", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "396", + "ATK": "94", + "DEF": "182", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1110", + "onehundred_CP_at_39": "1094" + }, + { + "Row": "425", + "Name": "Buizel", + "Pokedex_Number": "418", + "Img_name": "418", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "312", + "ATK": "132", + "DEF": "70", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "946", + "onehundred_CP_at_39": "932" + }, + { + "Row": "426", + "Name": "Floatzel", + "Pokedex_Number": "419", + "Img_name": "419", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "509", + "ATK": "221", + "DEF": "118", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2312", + "onehundred_CP_at_39": "2279" + }, + { + "Row": "427", + "Name": "Cherubi", + "Pokedex_Number": "420", + "Img_name": "420", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "294", + "ATK": "108", + "DEF": "96", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "829", + "onehundred_CP_at_39": "817" + }, + { + "Row": "428", + "Name": "Cherrim", + "Pokedex_Number": "421", + "Img_name": "421", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "467", + "ATK": "170", + "DEF": "157", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1886", + "onehundred_CP_at_39": "1859" + }, + { + "Row": "429", + "Name": "Shellos", + "Pokedex_Number": "422", + "Img_name": "422", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "366", + "ATK": "103", + "DEF": "111", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1069", + "onehundred_CP_at_39": "1053" + }, + { + "Row": "430", + "Name": "Gastrodon", + "Pokedex_Number": "423", + "Img_name": "423", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "540", + "ATK": "169", + "DEF": "149", + "STA": "222", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2265", + "onehundred_CP_at_39": "2233" + }, + { + "Row": "431", + "Name": "Ambipom", + "Pokedex_Number": "424", + "Img_name": "424", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "498", + "ATK": "205", + "DEF": "143", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2218", + "onehundred_CP_at_39": "2186" + }, + { + "Row": "432", + "Name": "Drifloon", + "Pokedex_Number": "425", + "Img_name": "425", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "382", + "ATK": "117", + "DEF": "85", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1151", + "onehundred_CP_at_39": "1134" + }, + { + "Row": "433", + "Name": "Drifblim", + "Pokedex_Number": "426", + "Img_name": "426", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "587", + "ATK": "180", + "DEF": "107", + "STA": "300", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2387", + "onehundred_CP_at_39": "2353" + }, + { + "Row": "434", + "Name": "Buneary", + "Pokedex_Number": "427", + "Img_name": "427", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "351", + "ATK": "130", + "DEF": "111", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1136", + "onehundred_CP_at_39": "1120" + }, + { + "Row": "435", + "Name": "Lopunny", + "Pokedex_Number": "428", + "Img_name": "428", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "486", + "ATK": "156", + "DEF": "200", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1885", + "onehundred_CP_at_39": "1858" + }, + { + "Row": "436", + "Name": "Mismagius", + "Pokedex_Number": "429", + "Img_name": "429", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "542", + "ATK": "211", + "DEF": "211", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2465", + "onehundred_CP_at_39": "2430" + }, + { + "Row": "437", + "Name": "Honchkrow", + "Pokedex_Number": "430", + "Img_name": "430", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "546", + "ATK": "243", + "DEF": "103", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2566", + "onehundred_CP_at_39": "2529" + }, + { + "Row": "438", + "Name": "Glameow", + "Pokedex_Number": "431", + "Img_name": "431", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "292", + "ATK": "109", + "DEF": "85", + "STA": "98", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "823", + "onehundred_CP_at_39": "811" + }, + { + "Row": "439", + "Name": "Purugly", + "Pokedex_Number": "432", + "Img_name": "432", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "450", + "ATK": "172", + "DEF": "136", + "STA": "142", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1798", + "onehundred_CP_at_39": "1772" + }, + { + "Row": "440", + "Name": "Chingling", + "Pokedex_Number": "433", + "Img_name": "433", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "298", + "ATK": "114", + "DEF": "94", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "861", + "onehundred_CP_at_39": "849" + }, + { + "Row": "441", + "Name": "Stunky", + "Pokedex_Number": "434", + "Img_name": "434", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "dark", + "Weather_1": "Cloudy", + "Weather_2": "Fog", + "STAT_TOTAL": "340", + "ATK": "121", + "DEF": "93", + "STA": "126", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1048", + "onehundred_CP_at_39": "1033" + }, + { + "Row": "442", + "Name": "Skuntank", + "Pokedex_Number": "435", + "Img_name": "435", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "dark", + "Weather_1": "Cloudy", + "Weather_2": "Fog", + "STAT_TOTAL": "525", + "ATK": "184", + "DEF": "135", + "STA": "206", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2262", + "onehundred_CP_at_39": "2230" + }, + { + "Row": "443", + "Name": "Bronzor", + "Pokedex_Number": "436", + "Img_name": "436", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "311", + "ATK": "43", + "DEF": "154", + "STA": "114", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "534", + "onehundred_CP_at_39": "527" + }, + { + "Row": "444", + "Name": "Bronzong", + "Pokedex_Number": "437", + "Img_name": "437", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "508", + "ATK": "161", + "DEF": "213", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2026", + "onehundred_CP_at_39": "1997" + }, + { + "Row": "445", + "Name": "Bonsly", + "Pokedex_Number": "438", + "Img_name": "438", + "Generation": "4", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "379", + "ATK": "124", + "DEF": "155", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1213", + "onehundred_CP_at_39": "1196" + }, + { + "Row": "446", + "Name": "Mime Jr.", + "Pokedex_Number": "439", + "Img_name": "439", + "Generation": "4", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fairy", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "329", + "ATK": "125", + "DEF": "164", + "STA": "40", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "867", + "onehundred_CP_at_39": "855" + }, + { + "Row": "447", + "Name": "Happiny", + "Pokedex_Number": "440", + "Img_name": "440", + "Generation": "4", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "330", + "ATK": "25", + "DEF": "105", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "401", + "onehundred_CP_at_39": "395" + }, + { + "Row": "448", + "Name": "Chatot", + "Pokedex_Number": "441", + "Img_name": "441", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "427", + "ATK": "183", + "DEF": "92", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1653", + "onehundred_CP_at_39": "1629" + }, + { + "Row": "449", + "Name": "Spiritomb", + "Pokedex_Number": "442", + "Img_name": "442", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "dark", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "468", + "ATK": "169", + "DEF": "199", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1802", + "onehundred_CP_at_39": "1777" + }, + { + "Row": "450", + "Name": "Gible", + "Pokedex_Number": "443", + "Img_name": "443", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ground", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "324", + "ATK": "124", + "DEF": "84", + "STA": "116", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "988", + "onehundred_CP_at_39": "974" + }, + { + "Row": "451", + "Name": "Gabite", + "Pokedex_Number": "444", + "Img_name": "444", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ground", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "438", + "ATK": "172", + "DEF": "130", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1728", + "onehundred_CP_at_39": "1703" + }, + { + "Row": "452", + "Name": "Garchomp", + "Pokedex_Number": "445", + "Img_name": "445", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ground", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "675", + "ATK": "261", + "DEF": "198", + "STA": "216", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3823", + "onehundred_CP_at_39": "3769" + }, + { + "Row": "453", + "Name": "Munchlax", + "Pokedex_Number": "446", + "Img_name": "446", + "Generation": "4", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "544", + "ATK": "137", + "DEF": "137", + "STA": "270", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1975", + "onehundred_CP_at_39": "1947" + }, + { + "Row": "454", + "Name": "Riolu", + "Pokedex_Number": "447", + "Img_name": "447", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "285", + "ATK": "127", + "DEF": "78", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "833", + "onehundred_CP_at_39": "821" + }, + { + "Row": "455", + "Name": "Lucario", + "Pokedex_Number": "448", + "Img_name": "448", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "steel", + "Weather_1": "Cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "520", + "ATK": "236", + "DEF": "144", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2461", + "onehundred_CP_at_39": "2425" + }, + { + "Row": "456", + "Name": "Hippopotas", + "Pokedex_Number": "449", + "Img_name": "449", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "394", + "ATK": "124", + "DEF": "134", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1302", + "onehundred_CP_at_39": "1283" + }, + { + "Row": "457", + "Name": "Hippowdon", + "Pokedex_Number": "450", + "Img_name": "450", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "629", + "ATK": "201", + "DEF": "212", + "STA": "216", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3089", + "onehundred_CP_at_39": "3045" + }, + { + "Row": "458", + "Name": "Skorupi", + "Pokedex_Number": "451", + "Img_name": "451", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "bug", + "Weather_1": "Cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "341", + "ATK": "93", + "DEF": "168", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "889", + "onehundred_CP_at_39": "876" + }, + { + "Row": "459", + "Name": "Drapion", + "Pokedex_Number": "452", + "Img_name": "452", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "dark", + "Weather_1": "Cloudy", + "Weather_2": "Fog", + "STAT_TOTAL": "539", + "ATK": "180", + "DEF": "219", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2319", + "onehundred_CP_at_39": "2286" + }, + { + "Row": "460", + "Name": "Croagunk", + "Pokedex_Number": "453", + "Img_name": "453", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "fighting", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "288", + "ATK": "116", + "DEF": "76", + "STA": "96", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "822", + "onehundred_CP_at_39": "810" + }, + { + "Row": "461", + "Name": "Toxicroak", + "Pokedex_Number": "454", + "Img_name": "454", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "fighting", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "510", + "ATK": "211", + "DEF": "133", + "STA": "166", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2310", + "onehundred_CP_at_39": "2277" + }, + { + "Row": "462", + "Name": "Carnivine", + "Pokedex_Number": "455", + "Img_name": "455", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "471", + "ATK": "187", + "DEF": "136", + "STA": "148", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1979", + "onehundred_CP_at_39": "1951" + }, + { + "Row": "463", + "Name": "Finneon", + "Pokedex_Number": "456", + "Img_name": "456", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "313", + "ATK": "96", + "DEF": "119", + "STA": "98", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "853", + "onehundred_CP_at_39": "840" + }, + { + "Row": "464", + "Name": "Lumineon", + "Pokedex_Number": "457", + "Img_name": "457", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "455", + "ATK": "142", + "DEF": "175", + "STA": "138", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1671", + "onehundred_CP_at_39": "1648" + }, + { + "Row": "465", + "Name": "Mantyke", + "Pokedex_Number": "458", + "Img_name": "458", + "Generation": "4", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "407", + "ATK": "105", + "DEF": "212", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1157", + "onehundred_CP_at_39": "1140" + }, + { + "Row": "466", + "Name": "Snover", + "Pokedex_Number": "459", + "Img_name": "459", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "ice", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "345", + "ATK": "115", + "DEF": "110", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1054", + "onehundred_CP_at_39": "1039" + }, + { + "Row": "467", + "Name": "Abomasnow", + "Pokedex_Number": "460", + "Img_name": "460", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "ice", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "521", + "ATK": "178", + "DEF": "163", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2245", + "onehundred_CP_at_39": "2213" + }, + { + "Row": "468", + "Name": "Weavile", + "Pokedex_Number": "461", + "Img_name": "461", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "ice", + "Weather_1": "Fog", + "Weather_2": "Snow", + "STAT_TOTAL": "565", + "ATK": "243", + "DEF": "182", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2815", + "onehundred_CP_at_39": "2775" + }, + { + "Row": "469", + "Name": "Magnezone", + "Pokedex_Number": "462", + "Img_name": "462", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "595", + "ATK": "238", + "DEF": "217", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2996", + "onehundred_CP_at_39": "2953" + }, + { + "Row": "470", + "Name": "Lickilicky", + "Pokedex_Number": "463", + "Img_name": "463", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "1", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "562", + "ATK": "161", + "DEF": "181", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2359", + "onehundred_CP_at_39": "2325" + }, + { + "Row": "471", + "Name": "Rhyperior", + "Pokedex_Number": "464", + "Img_name": "464", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "rock", + "Weather_1": "Sunny/clear", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "695", + "ATK": "241", + "DEF": "224", + "STA": "230", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3869", + "onehundred_CP_at_39": "3813" + }, + { + "Row": "472", + "Name": "Tangrowth", + "Pokedex_Number": "465", + "Img_name": "465", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "626", + "ATK": "207", + "DEF": "219", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3110", + "onehundred_CP_at_39": "3065" + }, + { + "Row": "473", + "Name": "Electivire", + "Pokedex_Number": "466", + "Img_name": "466", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "1", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "572", + "ATK": "249", + "DEF": "173", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2904", + "onehundred_CP_at_39": "2862" + }, + { + "Row": "474", + "Name": "Magmortar", + "Pokedex_Number": "467", + "Img_name": "467", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "62", + "Cross_Gen": "1", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "583", + "ATK": "247", + "DEF": "186", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2980", + "onehundred_CP_at_39": "2937" + }, + { + "Row": "475", + "Name": "Togekiss", + "Pokedex_Number": "468", + "Img_name": "468", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "flying", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "622", + "ATK": "225", + "DEF": "227", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3171", + "onehundred_CP_at_39": "3126" + }, + { + "Row": "476", + "Name": "Yanmega", + "Pokedex_Number": "469", + "Img_name": "469", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "575", + "ATK": "231", + "DEF": "172", + "STA": "172", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2873", + "onehundred_CP_at_39": "2832" + }, + { + "Row": "477", + "Name": "Leafeon", + "Pokedex_Number": "470", + "Img_name": "470", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "1", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "600", + "ATK": "216", + "DEF": "254", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2849", + "onehundred_CP_at_39": "2808" + }, + { + "Row": "478", + "Name": "Glaceon", + "Pokedex_Number": "471", + "Img_name": "471", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "1", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "580", + "ATK": "238", + "DEF": "212", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2866", + "onehundred_CP_at_39": "2825" + }, + { + "Row": "479", + "Name": "Gliscor", + "Pokedex_Number": "472", + "Img_name": "472", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "583", + "ATK": "185", + "DEF": "248", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2602", + "onehundred_CP_at_39": "2565" + }, + { + "Row": "480", + "Name": "Mamoswine", + "Pokedex_Number": "473", + "Img_name": "473", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "ground", + "Weather_1": "Snow", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "624", + "ATK": "247", + "DEF": "157", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3289", + "onehundred_CP_at_39": "3242" + }, + { + "Row": "481", + "Name": "Porygon-Z", + "Pokedex_Number": "474", + "Img_name": "474", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "587", + "ATK": "264", + "DEF": "153", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3072", + "onehundred_CP_at_39": "3028" + }, + { + "Row": "482", + "Name": "Gallade", + "Pokedex_Number": "475", + "Img_name": "475", + "Generation": "4", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fighting", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "593", + "ATK": "237", + "DEF": "220", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2964", + "onehundred_CP_at_39": "2922" + }, + { + "Row": "483", + "Name": "Probopass", + "Pokedex_Number": "476", + "Img_name": "476", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "steel", + "Weather_1": "Partly cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "533", + "ATK": "135", + "DEF": "278", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1863", + "onehundred_CP_at_39": "1836" + }, + { + "Row": "484", + "Name": "Dusknoir", + "Pokedex_Number": "477", + "Img_name": "477", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "524", + "ATK": "180", + "DEF": "254", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2046", + "onehundred_CP_at_39": "2017" + }, + { + "Row": "485", + "Name": "Froslass", + "Pokedex_Number": "478", + "Img_name": "478", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "ghost", + "Weather_1": "Snow", + "Weather_2": "Fog", + "STAT_TOTAL": "461", + "ATK": "171", + "DEF": "150", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1857", + "onehundred_CP_at_39": "1831" + }, + { + "Row": "486", + "Name": "Rotom (Heat Rotom)", + "Pokedex_Number": "479", + "Img_name": "479-heat", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1767", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "487", + "Name": "Rotom (Wash Rotom)", + "Pokedex_Number": "479", + "Img_name": "479-wash", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1767", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "488", + "Name": "Rotom (Frost Rotom)", + "Pokedex_Number": "479", + "Img_name": "479-frost", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1767", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "489", + "Name": "Rotom (Fan Rotom)", + "Pokedex_Number": "479", + "Img_name": "479-spin", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1767", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "490", + "Name": "Rotom (Mow Rotom)", + "Pokedex_Number": "479", + "Img_name": "479-mow", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1767", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "491", + "Name": "Rotom (Normal Rotom)", + "Pokedex_Number": "479", + "Img_name": "479", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1767", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "492", + "Name": "Uxie", + "Pokedex_Number": "480", + "Img_name": "480", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "576", + "ATK": "156", + "DEF": "270", + "STA": "150", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2316", + "onehundred_CP_at_39": "2282" + }, + { + "Row": "493", + "Name": "Mesprit", + "Pokedex_Number": "481", + "Img_name": "481", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "584", + "ATK": "212", + "DEF": "212", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2825", + "onehundred_CP_at_39": "2785" + }, + { + "Row": "494", + "Name": "Azelf", + "Pokedex_Number": "482", + "Img_name": "482", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "571", + "ATK": "270", + "DEF": "151", + "STA": "150", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2945", + "onehundred_CP_at_39": "2903" + }, + { + "Row": "495", + "Name": "Dialga", + "Pokedex_Number": "483", + "Img_name": "483", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "dragon", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "744", + "ATK": "302", + "DEF": "242", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4654", + "onehundred_CP_at_39": "4587" + }, + { + "Row": "496", + "Name": "Palkia", + "Pokedex_Number": "484", + "Img_name": "484", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "dragon", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "735", + "ATK": "308", + "DEF": "247", + "STA": "180", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4559", + "onehundred_CP_at_39": "4494" + }, + { + "Row": "497", + "Name": "Heatran", + "Pokedex_Number": "485", + "Img_name": "485", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "steel", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "646", + "ATK": "251", + "DEF": "213", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3521", + "onehundred_CP_at_39": "3470" + }, + { + "Row": "498", + "Name": "Regigigas", + "Pokedex_Number": "486", + "Img_name": "486", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "766", + "ATK": "315", + "DEF": "231", + "STA": "220", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4955", + "onehundred_CP_at_39": "4884" + }, + { + "Row": "499", + "Name": "Giratina (Altered Forme)", + "Pokedex_Number": "487", + "Img_name": "487", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "dragon", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "753", + "ATK": "206", + "DEF": "247", + "STA": "300", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3965", + "onehundred_CP_at_39": "3908" + }, + { + "Row": "500", + "Name": "Giratina (Origin Forme)", + "Pokedex_Number": "487", + "Img_name": "487-origin", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "dragon", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "753", + "ATK": "206", + "DEF": "247", + "STA": "300", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3965", + "onehundred_CP_at_39": "3908" + }, + { + "Row": "501", + "Name": "Cresselia", + "Pokedex_Number": "488", + "Img_name": "488", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "655", + "ATK": "152", + "DEF": "263", + "STA": "240", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2777", + "onehundred_CP_at_39": "2737" + }, + { + "Row": "502", + "Name": "Phione", + "Pokedex_Number": "489", + "Img_name": "489", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "484", + "ATK": "162", + "DEF": "162", + "STA": "160", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1945", + "onehundred_CP_at_39": "1917" + }, + { + "Row": "503", + "Name": "Manaphy", + "Pokedex_Number": "490", + "Img_name": "490", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "504", + "Name": "Darkrai", + "Pokedex_Number": "491", + "Img_name": "491", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "623", + "ATK": "285", + "DEF": "198", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3404", + "onehundred_CP_at_39": "3355" + }, + { + "Row": "505", + "Name": "Shaymin (Land Forme)", + "Pokedex_Number": "492", + "Img_name": "492", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "506", + "Name": "Shaymin (Sky Forme)", + "Pokedex_Number": "492", + "Img_name": "492-sky", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "507", + "Name": "Arceus", + "Pokedex_Number": "493", + "Img_name": "493", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "764", + "ATK": "262", + "DEF": "262", + "STA": "240", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4598", + "onehundred_CP_at_39": "4532" + }, + { + "Row": "508", + "Name": "Victini", + "Pokedex_Number": "494", + "Img_name": "494", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fire", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "509", + "Name": "Snivy", + "Pokedex_Number": "495", + "Img_name": "495", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "285", + "ATK": "88", + "DEF": "107", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "728", + "onehundred_CP_at_39": "717" + }, + { + "Row": "510", + "Name": "Servine", + "Pokedex_Number": "496", + "Img_name": "496", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "394", + "ATK": "122", + "DEF": "152", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1284", + "onehundred_CP_at_39": "1266" + }, + { + "Row": "511", + "Name": "Serperior", + "Pokedex_Number": "497", + "Img_name": "497", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "515", + "ATK": "161", + "DEF": "204", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2089", + "onehundred_CP_at_39": "2059" + }, + { + "Row": "512", + "Name": "Tepig", + "Pokedex_Number": "498", + "Img_name": "498", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "330", + "ATK": "115", + "DEF": "85", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "977", + "onehundred_CP_at_39": "963" + }, + { + "Row": "513", + "Name": "Pignite", + "Pokedex_Number": "499", + "Img_name": "499", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "459", + "ATK": "173", + "DEF": "106", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1803", + "onehundred_CP_at_39": "1777" + }, + { + "Row": "514", + "Name": "Emboar", + "Pokedex_Number": "500", + "Img_name": "500", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "582", + "ATK": "235", + "DEF": "127", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2852", + "onehundred_CP_at_39": "2811" + }, + { + "Row": "515", + "Name": "Oshawott", + "Pokedex_Number": "501", + "Img_name": "501", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "312", + "ATK": "117", + "DEF": "85", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "921", + "onehundred_CP_at_39": "908" + }, + { + "Row": "516", + "Name": "Dewott", + "Pokedex_Number": "502", + "Img_name": "502", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "425", + "ATK": "159", + "DEF": "116", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1597", + "onehundred_CP_at_39": "1574" + }, + { + "Row": "517", + "Name": "Samurott", + "Pokedex_Number": "503", + "Img_name": "503", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "566", + "ATK": "212", + "DEF": "164", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2715", + "onehundred_CP_at_39": "2677" + }, + { + "Row": "518", + "Name": "Patrat", + "Pokedex_Number": "504", + "Img_name": "504", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "261", + "ATK": "98", + "DEF": "73", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "678", + "onehundred_CP_at_39": "668" + }, + { + "Row": "519", + "Name": "Watchog", + "Pokedex_Number": "505", + "Img_name": "505", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "424", + "ATK": "165", + "DEF": "139", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1621", + "onehundred_CP_at_39": "1597" + }, + { + "Row": "520", + "Name": "Lillipup", + "Pokedex_Number": "506", + "Img_name": "506", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "283", + "ATK": "107", + "DEF": "86", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "784", + "onehundred_CP_at_39": "773" + }, + { + "Row": "521", + "Name": "Herdier", + "Pokedex_Number": "507", + "Img_name": "507", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "401", + "ATK": "145", + "DEF": "126", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1428", + "onehundred_CP_at_39": "1408" + }, + { + "Row": "522", + "Name": "Stoutland", + "Pokedex_Number": "508", + "Img_name": "508", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "558", + "ATK": "206", + "DEF": "182", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2635", + "onehundred_CP_at_39": "2597" + }, + { + "Row": "523", + "Name": "Purrloin", + "Pokedex_Number": "509", + "Img_name": "509", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "253", + "ATK": "98", + "DEF": "73", + "STA": "82", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "652", + "onehundred_CP_at_39": "642" + }, + { + "Row": "524", + "Name": "Liepard", + "Pokedex_Number": "510", + "Img_name": "510", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "421", + "ATK": "187", + "DEF": "106", + "STA": "128", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1659", + "onehundred_CP_at_39": "1635" + }, + { + "Row": "525", + "Name": "Pansage", + "Pokedex_Number": "511", + "Img_name": "511", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "298", + "ATK": "104", + "DEF": "94", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "832", + "onehundred_CP_at_39": "820" + }, + { + "Row": "526", + "Name": "Simisage", + "Pokedex_Number": "512", + "Img_name": "512", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "489", + "ATK": "206", + "DEF": "133", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2156", + "onehundred_CP_at_39": "2126" + }, + { + "Row": "527", + "Name": "Pansear", + "Pokedex_Number": "513", + "Img_name": "513", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "298", + "ATK": "104", + "DEF": "94", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "832", + "onehundred_CP_at_39": "820" + }, + { + "Row": "528", + "Name": "Simisear", + "Pokedex_Number": "514", + "Img_name": "514", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "489", + "ATK": "206", + "DEF": "133", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2156", + "onehundred_CP_at_39": "2126" + }, + { + "Row": "529", + "Name": "Panpour", + "Pokedex_Number": "515", + "Img_name": "515", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "298", + "ATK": "104", + "DEF": "94", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "832", + "onehundred_CP_at_39": "820" + }, + { + "Row": "530", + "Name": "Simipour", + "Pokedex_Number": "516", + "Img_name": "516", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "489", + "ATK": "206", + "DEF": "133", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2156", + "onehundred_CP_at_39": "2126" + }, + { + "Row": "531", + "Name": "Munna", + "Pokedex_Number": "517", + "Img_name": "517", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "360", + "ATK": "111", + "DEF": "97", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1076", + "onehundred_CP_at_39": "1060" + }, + { + "Row": "532", + "Name": "Musharna", + "Pokedex_Number": "518", + "Img_name": "518", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "586", + "ATK": "183", + "DEF": "171", + "STA": "232", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2650", + "onehundred_CP_at_39": "2612" + }, + { + "Row": "533", + "Name": "Pidove", + "Pokedex_Number": "519", + "Img_name": "519", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "287", + "ATK": "98", + "DEF": "89", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "771", + "onehundred_CP_at_39": "760" + }, + { + "Row": "534", + "Name": "Tranquill", + "Pokedex_Number": "520", + "Img_name": "520", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "385", + "ATK": "144", + "DEF": "117", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1345", + "onehundred_CP_at_39": "1325" + }, + { + "Row": "535", + "Name": "Unfezant", + "Pokedex_Number": "521", + "Img_name": "521", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "546", + "ATK": "226", + "DEF": "160", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2634", + "onehundred_CP_at_39": "2596" + }, + { + "Row": "536", + "Name": "Blitzle", + "Pokedex_Number": "522", + "Img_name": "522", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "272", + "ATK": "118", + "DEF": "64", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "756", + "onehundred_CP_at_39": "745" + }, + { + "Row": "537", + "Name": "Zebstrika", + "Pokedex_Number": "523", + "Img_name": "523", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "497", + "ATK": "211", + "DEF": "136", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2228", + "onehundred_CP_at_39": "2196" + }, + { + "Row": "538", + "Name": "Roggenrola", + "Pokedex_Number": "524", + "Img_name": "524", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "367", + "ATK": "121", + "DEF": "136", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1166", + "onehundred_CP_at_39": "1150" + }, + { + "Row": "539", + "Name": "Boldore", + "Pokedex_Number": "525", + "Img_name": "525", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "487", + "ATK": "174", + "DEF": "173", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2015", + "onehundred_CP_at_39": "1986" + }, + { + "Row": "540", + "Name": "Gigalith", + "Pokedex_Number": "526", + "Img_name": "526", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "619", + "ATK": "226", + "DEF": "223", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3158", + "onehundred_CP_at_39": "3113" + }, + { + "Row": "541", + "Name": "Woobat", + "Pokedex_Number": "527", + "Img_name": "527", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "322", + "ATK": "107", + "DEF": "85", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "917", + "onehundred_CP_at_39": "904" + }, + { + "Row": "542", + "Name": "Swoobat", + "Pokedex_Number": "528", + "Img_name": "528", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "414", + "ATK": "161", + "DEF": "119", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1553", + "onehundred_CP_at_39": "1531" + }, + { + "Row": "543", + "Name": "Drilbur", + "Pokedex_Number": "529", + "Img_name": "529", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "362", + "ATK": "154", + "DEF": "88", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1244", + "onehundred_CP_at_39": "1226" + }, + { + "Row": "544", + "Name": "Excadrill", + "Pokedex_Number": "530", + "Img_name": "530", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "steel", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "607", + "ATK": "255", + "DEF": "132", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3134", + "onehundred_CP_at_39": "3089" + }, + { + "Row": "545", + "Name": "Audino", + "Pokedex_Number": "531", + "Img_name": "531", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "483", + "ATK": "114", + "DEF": "163", + "STA": "206", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1598", + "onehundred_CP_at_39": "1575" + }, + { + "Row": "546", + "Name": "Timburr", + "Pokedex_Number": "532", + "Img_name": "532", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "381", + "ATK": "134", + "DEF": "97", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1265", + "onehundred_CP_at_39": "1247" + }, + { + "Row": "547", + "Name": "Gurdurr", + "Pokedex_Number": "533", + "Img_name": "533", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "500", + "ATK": "180", + "DEF": "150", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2127", + "onehundred_CP_at_39": "2097" + }, + { + "Row": "548", + "Name": "Conkeldurr", + "Pokedex_Number": "534", + "Img_name": "534", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "625", + "ATK": "243", + "DEF": "172", + "STA": "210", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3305", + "onehundred_CP_at_39": "3258" + }, + { + "Row": "549", + "Name": "Tympole", + "Pokedex_Number": "535", + "Img_name": "535", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "276", + "ATK": "98", + "DEF": "78", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "729", + "onehundred_CP_at_39": "719" + }, + { + "Row": "550", + "Name": "Palpitoad", + "Pokedex_Number": "536", + "Img_name": "536", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "387", + "ATK": "128", + "DEF": "109", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1277", + "onehundred_CP_at_39": "1259" + }, + { + "Row": "551", + "Name": "Seismitoad", + "Pokedex_Number": "537", + "Img_name": "537", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "548", + "ATK": "188", + "DEF": "150", + "STA": "210", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2442", + "onehundred_CP_at_39": "2408" + }, + { + "Row": "552", + "Name": "Throh", + "Pokedex_Number": "538", + "Img_name": "538", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "572", + "ATK": "172", + "DEF": "160", + "STA": "240", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2467", + "onehundred_CP_at_39": "2432" + }, + { + "Row": "553", + "Name": "Sawk", + "Pokedex_Number": "539", + "Img_name": "539", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "534", + "ATK": "231", + "DEF": "153", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2558", + "onehundred_CP_at_39": "2521" + }, + { + "Row": "554", + "Name": "Sewaddle", + "Pokedex_Number": "540", + "Img_name": "540", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "315", + "ATK": "96", + "DEF": "129", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "852", + "onehundred_CP_at_39": "840" + }, + { + "Row": "555", + "Name": "Swadloon", + "Pokedex_Number": "541", + "Img_name": "541", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "391", + "ATK": "115", + "DEF": "166", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1221", + "onehundred_CP_at_39": "1203" + }, + { + "Row": "556", + "Name": "Leavanny", + "Pokedex_Number": "542", + "Img_name": "542", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "520", + "ATK": "205", + "DEF": "165", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2368", + "onehundred_CP_at_39": "2334" + }, + { + "Row": "557", + "Name": "Venipede", + "Pokedex_Number": "543", + "Img_name": "543", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "252", + "ATK": "83", + "DEF": "109", + "STA": "60", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "590", + "onehundred_CP_at_39": "581" + }, + { + "Row": "558", + "Name": "Whirlipede", + "Pokedex_Number": "544", + "Img_name": "544", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "362", + "ATK": "100", + "DEF": "182", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "982", + "onehundred_CP_at_39": "968" + }, + { + "Row": "559", + "Name": "Scolipede", + "Pokedex_Number": "545", + "Img_name": "545", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "509", + "ATK": "203", + "DEF": "186", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2242", + "onehundred_CP_at_39": "2210" + }, + { + "Row": "560", + "Name": "Cottonee", + "Pokedex_Number": "546", + "Img_name": "546", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fairy", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "267", + "ATK": "71", + "DEF": "116", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "599", + "onehundred_CP_at_39": "590" + }, + { + "Row": "561", + "Name": "Whimsicott", + "Pokedex_Number": "547", + "Img_name": "547", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fairy", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "466", + "ATK": "164", + "DEF": "182", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1823", + "onehundred_CP_at_39": "1797" + }, + { + "Row": "562", + "Name": "Petilil", + "Pokedex_Number": "548", + "Img_name": "548", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "300", + "ATK": "119", + "DEF": "91", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "882", + "onehundred_CP_at_39": "870" + }, + { + "Row": "563", + "Name": "Lilligant", + "Pokedex_Number": "549", + "Img_name": "549", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "509", + "ATK": "214", + "DEF": "155", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2321", + "onehundred_CP_at_39": "2288" + }, + { + "Row": "564", + "Name": "Basculin", + "Pokedex_Number": "550", + "Img_name": "550", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "463", + "ATK": "189", + "DEF": "134", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1936", + "onehundred_CP_at_39": "1908" + }, + { + "Row": "565", + "Name": "Sandile", + "Pokedex_Number": "551", + "Img_name": "551", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "301", + "ATK": "132", + "DEF": "69", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "902", + "onehundred_CP_at_39": "889" + }, + { + "Row": "566", + "Name": "Krokorok", + "Pokedex_Number": "552", + "Img_name": "552", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "365", + "ATK": "155", + "DEF": "90", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1264", + "onehundred_CP_at_39": "1246" + }, + { + "Row": "567", + "Name": "Krookodile", + "Pokedex_Number": "553", + "Img_name": "553", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "582", + "ATK": "229", + "DEF": "163", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2911", + "onehundred_CP_at_39": "2869" + }, + { + "Row": "568", + "Name": "Darumaka", + "Pokedex_Number": "554", + "Img_name": "554", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "379", + "ATK": "153", + "DEF": "86", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1312", + "onehundred_CP_at_39": "1294" + }, + { + "Row": "569", + "Name": "Darmanitan (Zen Mode)", + "Pokedex_Number": "555", + "Img_name": "555", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "587", + "ATK": "263", + "DEF": "114", + "STA": "210", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2958", + "onehundred_CP_at_39": "2915" + }, + { + "Row": "570", + "Name": "Darmanitan (Standard Mode)", + "Pokedex_Number": "555", + "Img_name": "555", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "587", + "ATK": "263", + "DEF": "114", + "STA": "210", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2958", + "onehundred_CP_at_39": "2915" + }, + { + "Row": "571", + "Name": "Maractus", + "Pokedex_Number": "556", + "Img_name": "556", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "481", + "ATK": "201", + "DEF": "130", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2086", + "onehundred_CP_at_39": "2056" + }, + { + "Row": "572", + "Name": "Dwebble", + "Pokedex_Number": "557", + "Img_name": "557", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "370", + "ATK": "118", + "DEF": "152", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1151", + "onehundred_CP_at_39": "1134" + }, + { + "Row": "573", + "Name": "Crustle", + "Pokedex_Number": "558", + "Img_name": "558", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "552", + "ATK": "188", + "DEF": "224", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2440", + "onehundred_CP_at_39": "2405" + }, + { + "Row": "574", + "Name": "Scraggy", + "Pokedex_Number": "559", + "Img_name": "559", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "fighting", + "Weather_1": "Fog", + "Weather_2": "Cloudy", + "STAT_TOTAL": "364", + "ATK": "132", + "DEF": "132", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1193", + "onehundred_CP_at_39": "1176" + }, + { + "Row": "575", + "Name": "Scrafty", + "Pokedex_Number": "560", + "Img_name": "560", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "fighting", + "Weather_1": "Fog", + "Weather_2": "Cloudy", + "STAT_TOTAL": "515", + "ATK": "163", + "DEF": "222", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2060", + "onehundred_CP_at_39": "2031" + }, + { + "Row": "576", + "Name": "Sigilyph", + "Pokedex_Number": "561", + "Img_name": "561", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "515", + "ATK": "204", + "DEF": "167", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2326", + "onehundred_CP_at_39": "2293" + }, + { + "Row": "577", + "Name": "Yamask", + "Pokedex_Number": "562", + "Img_name": "562", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "321", + "ATK": "95", + "DEF": "150", + "STA": "76", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "841", + "onehundred_CP_at_39": "829" + }, + { + "Row": "578", + "Name": "Cofagrigus", + "Pokedex_Number": "563", + "Img_name": "563", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "534", + "ATK": "163", + "DEF": "255", + "STA": "116", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2090", + "onehundred_CP_at_39": "2060" + }, + { + "Row": "579", + "Name": "Tirtouga", + "Pokedex_Number": "564", + "Img_name": "564", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "414", + "ATK": "134", + "DEF": "172", + "STA": "108", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1411", + "onehundred_CP_at_39": "1391" + }, + { + "Row": "580", + "Name": "Carracosta", + "Pokedex_Number": "565", + "Img_name": "565", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "568", + "ATK": "192", + "DEF": "228", + "STA": "148", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2573", + "onehundred_CP_at_39": "2536" + }, + { + "Row": "581", + "Name": "Archen", + "Pokedex_Number": "566", + "Img_name": "566", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "412", + "ATK": "213", + "DEF": "89", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1623", + "onehundred_CP_at_39": "1600" + }, + { + "Row": "582", + "Name": "Archeops", + "Pokedex_Number": "567", + "Img_name": "567", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "581", + "ATK": "292", + "DEF": "139", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3056", + "onehundred_CP_at_39": "3012" + }, + { + "Row": "583", + "Name": "Trubbish", + "Pokedex_Number": "568", + "Img_name": "568", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "318", + "ATK": "96", + "DEF": "122", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "870", + "onehundred_CP_at_39": "857" + }, + { + "Row": "584", + "Name": "Garbodor", + "Pokedex_Number": "569", + "Img_name": "569", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "505", + "ATK": "181", + "DEF": "164", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2166", + "onehundred_CP_at_39": "2135" + }, + { + "Row": "585", + "Name": "Zorua", + "Pokedex_Number": "570", + "Img_name": "570", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "311", + "ATK": "153", + "DEF": "78", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "986", + "onehundred_CP_at_39": "972" + }, + { + "Row": "586", + "Name": "Zoroark", + "Pokedex_Number": "571", + "Img_name": "571", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "497", + "ATK": "250", + "DEF": "127", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2291", + "onehundred_CP_at_39": "2258" + }, + { + "Row": "587", + "Name": "Minccino", + "Pokedex_Number": "572", + "Img_name": "572", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "288", + "ATK": "98", + "DEF": "80", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "769", + "onehundred_CP_at_39": "758" + }, + { + "Row": "588", + "Name": "Cinccino", + "Pokedex_Number": "573", + "Img_name": "573", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "478", + "ATK": "198", + "DEF": "130", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2057", + "onehundred_CP_at_39": "2028" + }, + { + "Row": "589", + "Name": "Gothita", + "Pokedex_Number": "574", + "Img_name": "574", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "306", + "ATK": "98", + "DEF": "118", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "834", + "onehundred_CP_at_39": "822" + }, + { + "Row": "590", + "Name": "Gothorita", + "Pokedex_Number": "575", + "Img_name": "575", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "416", + "ATK": "137", + "DEF": "159", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1455", + "onehundred_CP_at_39": "1434" + }, + { + "Row": "591", + "Name": "Gothitelle", + "Pokedex_Number": "576", + "Img_name": "576", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "528", + "ATK": "176", + "DEF": "212", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2237", + "onehundred_CP_at_39": "2205" + }, + { + "Row": "592", + "Name": "Solosis", + "Pokedex_Number": "577", + "Img_name": "577", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "347", + "ATK": "170", + "DEF": "87", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1195", + "onehundred_CP_at_39": "1178" + }, + { + "Row": "593", + "Name": "Duosion", + "Pokedex_Number": "578", + "Img_name": "578", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "445", + "ATK": "208", + "DEF": "107", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1852", + "onehundred_CP_at_39": "1826" + }, + { + "Row": "594", + "Name": "Reuniclus", + "Pokedex_Number": "579", + "Img_name": "579", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "587", + "ATK": "214", + "DEF": "153", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2841", + "onehundred_CP_at_39": "2801" + }, + { + "Row": "595", + "Name": "Ducklett", + "Pokedex_Number": "580", + "Img_name": "580", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "304", + "ATK": "84", + "DEF": "96", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "768", + "onehundred_CP_at_39": "757" + }, + { + "Row": "596", + "Name": "Swanna", + "Pokedex_Number": "581", + "Img_name": "581", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "464", + "ATK": "182", + "DEF": "132", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1916", + "onehundred_CP_at_39": "1888" + }, + { + "Row": "597", + "Name": "Vanillite", + "Pokedex_Number": "582", + "Img_name": "582", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "301", + "ATK": "118", + "DEF": "111", + "STA": "72", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "869", + "onehundred_CP_at_39": "857" + }, + { + "Row": "598", + "Name": "Vanillish", + "Pokedex_Number": "583", + "Img_name": "583", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "396", + "ATK": "151", + "DEF": "143", + "STA": "102", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1409", + "onehundred_CP_at_39": "1389" + }, + { + "Row": "599", + "Name": "Vanilluxe", + "Pokedex_Number": "584", + "Img_name": "584", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "550", + "ATK": "218", + "DEF": "190", + "STA": "142", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2610", + "onehundred_CP_at_39": "2573" + }, + { + "Row": "600", + "Name": "Deerling", + "Pokedex_Number": "585", + "Img_name": "585", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "grass", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "335", + "ATK": "115", + "DEF": "100", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1011", + "onehundred_CP_at_39": "997" + }, + { + "Row": "601", + "Name": "Sawsbuck", + "Pokedex_Number": "586", + "Img_name": "586", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "grass", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "504", + "ATK": "198", + "DEF": "146", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2233", + "onehundred_CP_at_39": "2201" + }, + { + "Row": "602", + "Name": "Emolga", + "Pokedex_Number": "587", + "Img_name": "587", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "395", + "ATK": "158", + "DEF": "127", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1439", + "onehundred_CP_at_39": "1419" + }, + { + "Row": "603", + "Name": "Karrablast", + "Pokedex_Number": "588", + "Img_name": "588", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "324", + "ATK": "137", + "DEF": "87", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1028", + "onehundred_CP_at_39": "1013" + }, + { + "Row": "604", + "Name": "Escavalier", + "Pokedex_Number": "589", + "Img_name": "589", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "550", + "ATK": "223", + "DEF": "187", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2630", + "onehundred_CP_at_39": "2592" + }, + { + "Row": "605", + "Name": "Foongus", + "Pokedex_Number": "590", + "Img_name": "590", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "330", + "ATK": "97", + "DEF": "95", + "STA": "138", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "907", + "onehundred_CP_at_39": "894" + }, + { + "Row": "606", + "Name": "Amoonguss", + "Pokedex_Number": "591", + "Img_name": "591", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "527", + "ATK": "155", + "DEF": "144", + "STA": "228", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2087", + "onehundred_CP_at_39": "2057" + }, + { + "Row": "607", + "Name": "Frillish", + "Pokedex_Number": "592", + "Img_name": "592", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "375", + "ATK": "115", + "DEF": "150", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1166", + "onehundred_CP_at_39": "1149" + }, + { + "Row": "608", + "Name": "Jellicent", + "Pokedex_Number": "593", + "Img_name": "593", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "554", + "ATK": "159", + "DEF": "195", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2309", + "onehundred_CP_at_39": "2276" + }, + { + "Row": "609", + "Name": "Alomomola", + "Pokedex_Number": "594", + "Img_name": "594", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "616", + "ATK": "138", + "DEF": "148", + "STA": "330", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2266", + "onehundred_CP_at_39": "2233" + }, + { + "Row": "610", + "Name": "Joltik", + "Pokedex_Number": "595", + "Img_name": "595", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "electric", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "308", + "ATK": "110", + "DEF": "98", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "889", + "onehundred_CP_at_39": "877" + }, + { + "Row": "611", + "Name": "Galvantula", + "Pokedex_Number": "596", + "Img_name": "596", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "electric", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "469", + "ATK": "201", + "DEF": "128", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2008", + "onehundred_CP_at_39": "1979" + }, + { + "Row": "612", + "Name": "Ferroseed", + "Pokedex_Number": "597", + "Img_name": "597", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "steel", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "327", + "ATK": "82", + "DEF": "157", + "STA": "88", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "806", + "onehundred_CP_at_39": "794" + }, + { + "Row": "613", + "Name": "Ferrothorn", + "Pokedex_Number": "598", + "Img_name": "598", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "steel", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "536", + "ATK": "158", + "DEF": "230", + "STA": "148", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2159", + "onehundred_CP_at_39": "2128" + }, + { + "Row": "614", + "Name": "Klink", + "Pokedex_Number": "599", + "Img_name": "599", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "304", + "ATK": "98", + "DEF": "126", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "816", + "onehundred_CP_at_39": "805" + }, + { + "Row": "615", + "Name": "Klang", + "Pokedex_Number": "600", + "Img_name": "600", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "449", + "ATK": "150", + "DEF": "179", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1667", + "onehundred_CP_at_39": "1643" + }, + { + "Row": "616", + "Name": "Klinklang", + "Pokedex_Number": "601", + "Img_name": "601", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "549", + "ATK": "199", + "DEF": "230", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2430", + "onehundred_CP_at_39": "2396" + }, + { + "Row": "617", + "Name": "Tynamo", + "Pokedex_Number": "602", + "Img_name": "602", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "253", + "ATK": "105", + "DEF": "78", + "STA": "70", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "666", + "onehundred_CP_at_39": "656" + }, + { + "Row": "618", + "Name": "Eelektrik", + "Pokedex_Number": "603", + "Img_name": "603", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "416", + "ATK": "156", + "DEF": "130", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1548", + "onehundred_CP_at_39": "1526" + }, + { + "Row": "619", + "Name": "Eelektross", + "Pokedex_Number": "604", + "Img_name": "604", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "539", + "ATK": "217", + "DEF": "152", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2546", + "onehundred_CP_at_39": "2510" + }, + { + "Row": "620", + "Name": "Elgyem", + "Pokedex_Number": "605", + "Img_name": "605", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "358", + "ATK": "148", + "DEF": "100", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1220", + "onehundred_CP_at_39": "1203" + }, + { + "Row": "621", + "Name": "Beheeyem", + "Pokedex_Number": "606", + "Img_name": "606", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "543", + "ATK": "221", + "DEF": "172", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2589", + "onehundred_CP_at_39": "2552" + }, + { + "Row": "622", + "Name": "Litwick", + "Pokedex_Number": "607", + "Img_name": "607", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "fire", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "306", + "ATK": "108", + "DEF": "98", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "875", + "onehundred_CP_at_39": "863" + }, + { + "Row": "623", + "Name": "Lampent", + "Pokedex_Number": "608", + "Img_name": "608", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "fire", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "404", + "ATK": "169", + "DEF": "115", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1522", + "onehundred_CP_at_39": "1500" + }, + { + "Row": "624", + "Name": "Chandelure", + "Pokedex_Number": "609", + "Img_name": "609", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "fire", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "573", + "ATK": "271", + "DEF": "182", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2913", + "onehundred_CP_at_39": "2871" + }, + { + "Row": "625", + "Name": "Axew", + "Pokedex_Number": "610", + "Img_name": "610", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "357", + "ATK": "154", + "DEF": "111", + "STA": "92", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1225", + "onehundred_CP_at_39": "1208" + }, + { + "Row": "626", + "Name": "Fraxure", + "Pokedex_Number": "611", + "Img_name": "611", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "477", + "ATK": "212", + "DEF": "133", + "STA": "132", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2091", + "onehundred_CP_at_39": "2061" + }, + { + "Row": "627", + "Name": "Haxorus", + "Pokedex_Number": "612", + "Img_name": "612", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "619", + "ATK": "284", + "DEF": "183", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3395", + "onehundred_CP_at_39": "3347" + }, + { + "Row": "628", + "Name": "Cubchoo", + "Pokedex_Number": "613", + "Img_name": "613", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "312", + "ATK": "128", + "DEF": "74", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "942", + "onehundred_CP_at_39": "928" + }, + { + "Row": "629", + "Name": "Beartic", + "Pokedex_Number": "614", + "Img_name": "614", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "575", + "ATK": "233", + "DEF": "152", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2865", + "onehundred_CP_at_39": "2825" + }, + { + "Row": "630", + "Name": "Cryogonal", + "Pokedex_Number": "615", + "Img_name": "615", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "614", + "ATK": "190", + "DEF": "264", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2829", + "onehundred_CP_at_39": "2788" + }, + { + "Row": "631", + "Name": "Shelmet", + "Pokedex_Number": "616", + "Img_name": "616", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "321", + "ATK": "72", + "DEF": "149", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "746", + "onehundred_CP_at_39": "735" + }, + { + "Row": "632", + "Name": "Accelgor", + "Pokedex_Number": "617", + "Img_name": "617", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "511", + "ATK": "220", + "DEF": "131", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2346", + "onehundred_CP_at_39": "2312" + }, + { + "Row": "633", + "Name": "Stunfisk", + "Pokedex_Number": "618", + "Img_name": "618", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "electric", + "Weather_1": "Sunny/clear", + "Weather_2": "Rainy", + "STAT_TOTAL": "539", + "ATK": "144", + "DEF": "177", + "STA": "218", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2100", + "onehundred_CP_at_39": "2070" + }, + { + "Row": "634", + "Name": "Mienfoo", + "Pokedex_Number": "619", + "Img_name": "619", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "348", + "ATK": "160", + "DEF": "98", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1190", + "onehundred_CP_at_39": "1173" + }, + { + "Row": "635", + "Name": "Mienshao", + "Pokedex_Number": "620", + "Img_name": "620", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "515", + "ATK": "258", + "DEF": "127", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2446", + "onehundred_CP_at_39": "2411" + }, + { + "Row": "636", + "Name": "Druddigon", + "Pokedex_Number": "621", + "Img_name": "621", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "537", + "ATK": "213", + "DEF": "170", + "STA": "154", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2517", + "onehundred_CP_at_39": "2481" + }, + { + "Row": "637", + "Name": "Golett", + "Pokedex_Number": "622", + "Img_name": "622", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "ghost", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "337", + "ATK": "127", + "DEF": "92", + "STA": "118", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1058", + "onehundred_CP_at_39": "1042" + }, + { + "Row": "638", + "Name": "Golurk", + "Pokedex_Number": "623", + "Img_name": "623", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "ghost", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "554", + "ATK": "222", + "DEF": "154", + "STA": "178", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2673", + "onehundred_CP_at_39": "2635" + }, + { + "Row": "639", + "Name": "Pawniard", + "Pokedex_Number": "624", + "Img_name": "624", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "steel", + "Weather_1": "Fog", + "Weather_2": "Snow", + "STAT_TOTAL": "373", + "ATK": "154", + "DEF": "129", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1297", + "onehundred_CP_at_39": "1279" + }, + { + "Row": "640", + "Name": "Bisharp", + "Pokedex_Number": "625", + "Img_name": "625", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "steel", + "Weather_1": "Fog", + "Weather_2": "Snow", + "STAT_TOTAL": "553", + "ATK": "232", + "DEF": "191", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2666", + "onehundred_CP_at_39": "2628" + }, + { + "Row": "641", + "Name": "Bouffalant", + "Pokedex_Number": "626", + "Img_name": "626", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "567", + "ATK": "195", + "DEF": "182", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2635", + "onehundred_CP_at_39": "2598" + }, + { + "Row": "642", + "Name": "Rufflet", + "Pokedex_Number": "627", + "Img_name": "627", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "387", + "ATK": "150", + "DEF": "97", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1357", + "onehundred_CP_at_39": "1338" + }, + { + "Row": "643", + "Name": "Braviary", + "Pokedex_Number": "628", + "Img_name": "628", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "584", + "ATK": "232", + "DEF": "152", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2923", + "onehundred_CP_at_39": "2881" + }, + { + "Row": "644", + "Name": "Vullaby", + "Pokedex_Number": "629", + "Img_name": "629", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "389", + "ATK": "105", + "DEF": "144", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1176", + "onehundred_CP_at_39": "1159" + }, + { + "Row": "645", + "Name": "Mandibuzz", + "Pokedex_Number": "630", + "Img_name": "630", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "559", + "ATK": "129", + "DEF": "210", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2068", + "onehundred_CP_at_39": "2038" + }, + { + "Row": "646", + "Name": "Heatmor", + "Pokedex_Number": "631", + "Img_name": "631", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "503", + "ATK": "204", + "DEF": "129", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2232", + "onehundred_CP_at_39": "2200" + }, + { + "Row": "647", + "Name": "Durant", + "Pokedex_Number": "632", + "Img_name": "632", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "555", + "ATK": "217", + "DEF": "222", + "STA": "116", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2553", + "onehundred_CP_at_39": "2516" + }, + { + "Row": "648", + "Name": "Deino", + "Pokedex_Number": "633", + "Img_name": "633", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "dragon", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "313", + "ATK": "116", + "DEF": "93", + "STA": "104", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "927", + "onehundred_CP_at_39": "914" + }, + { + "Row": "649", + "Name": "Zweilous", + "Pokedex_Number": "634", + "Img_name": "634", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "dragon", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "438", + "ATK": "159", + "DEF": "135", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1678", + "onehundred_CP_at_39": "1654" + }, + { + "Row": "650", + "Name": "Hydreigon", + "Pokedex_Number": "635", + "Img_name": "635", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "dragon", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "628", + "ATK": "256", + "DEF": "188", + "STA": "184", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3401", + "onehundred_CP_at_39": "3353" + }, + { + "Row": "651", + "Name": "Larvesta", + "Pokedex_Number": "636", + "Img_name": "636", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fire", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "373", + "ATK": "156", + "DEF": "107", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1318", + "onehundred_CP_at_39": "1300" + }, + { + "Row": "652", + "Name": "Volcarona", + "Pokedex_Number": "637", + "Img_name": "637", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fire", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "644", + "ATK": "264", + "DEF": "210", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3555", + "onehundred_CP_at_39": "3504" + }, + { + "Row": "653", + "Name": "Cobalion", + "Pokedex_Number": "638", + "Img_name": "638", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "fighting", + "Weather_1": "Snow", + "Weather_2": "Cloudy", + "STAT_TOTAL": "634", + "ATK": "192", + "DEF": "260", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3009", + "onehundred_CP_at_39": "2966" + }, + { + "Row": "654", + "Name": "Terrakion", + "Pokedex_Number": "639", + "Img_name": "639", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "fighting", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "634", + "ATK": "260", + "DEF": "192", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3468", + "onehundred_CP_at_39": "3418" + }, + { + "Row": "655", + "Name": "Virizion", + "Pokedex_Number": "640", + "Img_name": "640", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "634", + "ATK": "192", + "DEF": "260", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3009", + "onehundred_CP_at_39": "2966" + }, + { + "Row": "656", + "Name": "Tornadus (Therian Forme)", + "Pokedex_Number": "641", + "Img_name": "641", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "flying", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "593", + "ATK": "266", + "DEF": "169", + "STA": "158", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3131", + "onehundred_CP_at_39": "3086" + }, + { + "Row": "657", + "Name": "Tornadus (Incarnate Forme)", + "Pokedex_Number": "641", + "Img_name": "641", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "flying", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "593", + "ATK": "266", + "DEF": "169", + "STA": "158", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3131", + "onehundred_CP_at_39": "3086" + }, + { + "Row": "658", + "Name": "Thundurus (Incarnate Forme)", + "Pokedex_Number": "642", + "Img_name": "642", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "593", + "ATK": "266", + "DEF": "169", + "STA": "158", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3131", + "onehundred_CP_at_39": "3086" + }, + { + "Row": "659", + "Name": "Thundurus (Therian Forme)", + "Pokedex_Number": "642", + "Img_name": "642", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "593", + "ATK": "266", + "DEF": "169", + "STA": "158", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3131", + "onehundred_CP_at_39": "3086" + }, + { + "Row": "660", + "Name": "Reshiram", + "Pokedex_Number": "643", + "Img_name": "643", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "fire", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "744", + "ATK": "302", + "DEF": "242", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4654", + "onehundred_CP_at_39": "4587" + }, + { + "Row": "661", + "Name": "Zekrom", + "Pokedex_Number": "644", + "Img_name": "644", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "electric", + "Weather_1": "Windy", + "Weather_2": "Rainy", + "STAT_TOTAL": "744", + "ATK": "302", + "DEF": "242", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4654", + "onehundred_CP_at_39": "4587" + }, + { + "Row": "662", + "Name": "Landorus (Incarnate Forme)", + "Pokedex_Number": "645", + "Img_name": "645", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "626", + "ATK": "261", + "DEF": "187", + "STA": "178", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3403", + "onehundred_CP_at_39": "3355" + }, + { + "Row": "663", + "Name": "Landorus (Therian Forme)", + "Pokedex_Number": "645", + "Img_name": "645", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "626", + "ATK": "261", + "DEF": "187", + "STA": "178", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3403", + "onehundred_CP_at_39": "3355" + }, + { + "Row": "664", + "Name": "Kyurem (Black Kyurem)", + "Pokedex_Number": "646", + "Img_name": "646", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ice", + "Weather_1": "Windy", + "Weather_2": "Snow", + "STAT_TOTAL": "707", + "ATK": "270", + "DEF": "187", + "STA": "250", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4118", + "onehundred_CP_at_39": "4059" + }, + { + "Row": "665", + "Name": "Kyurem (Normal Kyurem)", + "Pokedex_Number": "646", + "Img_name": "646", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ice", + "Weather_1": "Windy", + "Weather_2": "Snow", + "STAT_TOTAL": "707", + "ATK": "270", + "DEF": "187", + "STA": "250", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4118", + "onehundred_CP_at_39": "4059" + }, + { + "Row": "666", + "Name": "Kyurem (White Kyurem)", + "Pokedex_Number": "646", + "Img_name": "646", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ice", + "Weather_1": "Windy", + "Weather_2": "Snow", + "STAT_TOTAL": "707", + "ATK": "270", + "DEF": "187", + "STA": "250", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4118", + "onehundred_CP_at_39": "4059" + }, + { + "Row": "667", + "Name": "Keldeo", + "Pokedex_Number": "647", + "Img_name": "647", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "fighting", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "634", + "ATK": "260", + "DEF": "192", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3468", + "onehundred_CP_at_39": "3418" + }, + { + "Row": "668", + "Name": "Meloetta (Pirouette Forme)", + "Pokedex_Number": "648", + "Img_name": "648", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "psychic", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "700", + "ATK": "250", + "DEF": "250", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3950", + "onehundred_CP_at_39": "3894" + }, + { + "Row": "669", + "Name": "Meloetta (Aria Forme)", + "Pokedex_Number": "648", + "Img_name": "648", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "psychic", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "700", + "ATK": "250", + "DEF": "250", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3950", + "onehundred_CP_at_39": "3894" + }, + { + "Row": "670", + "Name": "Genesect", + "Pokedex_Number": "649", + "Img_name": "649", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "593", + "ATK": "252", + "DEF": "199", + "STA": "142", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3056", + "onehundred_CP_at_39": "3013" + }, + { + "Row": "671", + "Name": "Chespin", + "Pokedex_Number": "650", + "Img_name": "650", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "338", + "ATK": "110", + "DEF": "116", + "STA": "112", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1007", + "onehundred_CP_at_39": "992" + }, + { + "Row": "672", + "Name": "Quilladin", + "Pokedex_Number": "651", + "Img_name": "651", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "442", + "ATK": "146", + "DEF": "174", + "STA": "122", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1618", + "onehundred_CP_at_39": "1594" + }, + { + "Row": "673", + "Name": "Chesnaught", + "Pokedex_Number": "652", + "Img_name": "652", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "604", + "ATK": "201", + "DEF": "227", + "STA": "176", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2900", + "onehundred_CP_at_39": "2859" + }, + { + "Row": "674", + "Name": "Fennekin", + "Pokedex_Number": "653", + "Img_name": "653", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "308", + "ATK": "116", + "DEF": "112", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "898", + "onehundred_CP_at_39": "885" + }, + { + "Row": "675", + "Name": "Braixen", + "Pokedex_Number": "654", + "Img_name": "654", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "425", + "ATK": "171", + "DEF": "136", + "STA": "118", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1646", + "onehundred_CP_at_39": "1622" + }, + { + "Row": "676", + "Name": "Delphox", + "Pokedex_Number": "655", + "Img_name": "655", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "psychic", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "584", + "ATK": "230", + "DEF": "204", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2908", + "onehundred_CP_at_39": "2867" + }, + { + "Row": "677", + "Name": "Froakie", + "Pokedex_Number": "656", + "Img_name": "656", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "290", + "ATK": "122", + "DEF": "86", + "STA": "82", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "846", + "onehundred_CP_at_39": "834" + }, + { + "Row": "678", + "Name": "Frogadier", + "Pokedex_Number": "657", + "Img_name": "657", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "392", + "ATK": "168", + "DEF": "116", + "STA": "108", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1450", + "onehundred_CP_at_39": "1430" + }, + { + "Row": "679", + "Name": "Greninja", + "Pokedex_Number": "658", + "Img_name": "658", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "dark", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "521", + "ATK": "223", + "DEF": "154", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2436", + "onehundred_CP_at_39": "2401" + }, + { + "Row": "680", + "Name": "Bunnelby", + "Pokedex_Number": "659", + "Img_name": "659", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "217", + "ATK": "68", + "DEF": "73", + "STA": "76", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "463", + "onehundred_CP_at_39": "457" + }, + { + "Row": "681", + "Name": "Diggersby", + "Pokedex_Number": "660", + "Img_name": "660", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "437", + "ATK": "112", + "DEF": "155", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1406", + "onehundred_CP_at_39": "1386" + }, + { + "Row": "682", + "Name": "Fletchling", + "Pokedex_Number": "661", + "Img_name": "661", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "268", + "ATK": "95", + "DEF": "83", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "696", + "onehundred_CP_at_39": "686" + }, + { + "Row": "683", + "Name": "Fletchinder", + "Pokedex_Number": "662", + "Img_name": "662", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "380", + "ATK": "145", + "DEF": "111", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1322", + "onehundred_CP_at_39": "1303" + }, + { + "Row": "684", + "Name": "Talonflame", + "Pokedex_Number": "663", + "Img_name": "663", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "488", + "ATK": "176", + "DEF": "156", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2039", + "onehundred_CP_at_39": "2010" + }, + { + "Row": "685", + "Name": "Scatterbug", + "Pokedex_Number": "664", + "Img_name": "664", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "209", + "ATK": "63", + "DEF": "70", + "STA": "76", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "428", + "onehundred_CP_at_39": "422" + }, + { + "Row": "686", + "Name": "Spewpa", + "Pokedex_Number": "665", + "Img_name": "665", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "241", + "ATK": "48", + "DEF": "103", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "437", + "onehundred_CP_at_39": "431" + }, + { + "Row": "687", + "Name": "Vivillon", + "Pokedex_Number": "666", + "Img_name": "666", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "439", + "ATK": "176", + "DEF": "103", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1714", + "onehundred_CP_at_39": "1689" + }, + { + "Row": "688", + "Name": "Litleo", + "Pokedex_Number": "667", + "Img_name": "667", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "normal", + "Weather_1": "Sunny/clear", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "377", + "ATK": "139", + "DEF": "114", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1287", + "onehundred_CP_at_39": "1269" + }, + { + "Row": "689", + "Name": "Pyroar", + "Pokedex_Number": "668", + "Img_name": "668", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "normal", + "Weather_1": "Sunny/clear", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "545", + "ATK": "221", + "DEF": "152", + "STA": "172", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2604", + "onehundred_CP_at_39": "2567" + }, + { + "Row": "690", + "Name": "Flab��B��", + "Pokedex_Number": "669", + "Img_name": "669", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "334", + "ATK": "108", + "DEF": "138", + "STA": "88", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "964", + "onehundred_CP_at_39": "950" + }, + { + "Row": "691", + "Name": "Floette", + "Pokedex_Number": "670", + "Img_name": "670", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "419", + "ATK": "136", + "DEF": "175", + "STA": "108", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1441", + "onehundred_CP_at_39": "1421" + }, + { + "Row": "692", + "Name": "Florges", + "Pokedex_Number": "671", + "Img_name": "671", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "655", + "ATK": "212", + "DEF": "287", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3221", + "onehundred_CP_at_39": "3175" + }, + { + "Row": "693", + "Name": "Skiddo", + "Pokedex_Number": "672", + "Img_name": "672", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "362", + "ATK": "123", + "DEF": "107", + "STA": "132", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1154", + "onehundred_CP_at_39": "1137" + }, + { + "Row": "694", + "Name": "Gogoat", + "Pokedex_Number": "673", + "Img_name": "673", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "597", + "ATK": "196", + "DEF": "155", + "STA": "246", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2775", + "onehundred_CP_at_39": "2736" + }, + { + "Row": "695", + "Name": "Pancham", + "Pokedex_Number": "674", + "Img_name": "674", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "392", + "ATK": "145", + "DEF": "113", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1380", + "onehundred_CP_at_39": "1360" + }, + { + "Row": "696", + "Name": "Pangoro", + "Pokedex_Number": "675", + "Img_name": "675", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "dark", + "Weather_1": "Cloudy", + "Weather_2": "Fog", + "STAT_TOTAL": "565", + "ATK": "226", + "DEF": "149", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2759", + "onehundred_CP_at_39": "2720" + }, + { + "Row": "697", + "Name": "Furfrou", + "Pokedex_Number": "676", + "Img_name": "676", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "496", + "ATK": "164", + "DEF": "182", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2015", + "onehundred_CP_at_39": "1986" + }, + { + "Row": "698", + "Name": "Espurr", + "Pokedex_Number": "677", + "Img_name": "677", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "361", + "ATK": "120", + "DEF": "117", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1142", + "onehundred_CP_at_39": "1125" + }, + { + "Row": "699", + "Name": "Meowstic", + "Pokedex_Number": "678", + "Img_name": "678", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "484", + "ATK": "166", + "DEF": "170", + "STA": "148", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1963", + "onehundred_CP_at_39": "1935" + }, + { + "Row": "700", + "Name": "Honedge", + "Pokedex_Number": "679", + "Img_name": "679", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "ghost", + "Weather_1": "Snow", + "Weather_2": "Fog", + "STAT_TOTAL": "392", + "ATK": "135", + "DEF": "167", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1295", + "onehundred_CP_at_39": "1276" + }, + { + "Row": "701", + "Name": "Doublade", + "Pokedex_Number": "680", + "Img_name": "680", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "ghost", + "Weather_1": "Snow", + "Weather_2": "Fog", + "STAT_TOTAL": "559", + "ATK": "188", + "DEF": "253", + "STA": "118", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2393", + "onehundred_CP_at_39": "2359" + }, + { + "Row": "702", + "Name": "Aegislash", + "Pokedex_Number": "681", + "Img_name": "681", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "ghost", + "Weather_1": "Snow", + "Weather_2": "Fog", + "STAT_TOTAL": "508", + "ATK": "97", + "DEF": "291", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1421", + "onehundred_CP_at_39": "1401" + }, + { + "Row": "703", + "Name": "Spritzee", + "Pokedex_Number": "682", + "Img_name": "682", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "382", + "ATK": "110", + "DEF": "116", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1168", + "onehundred_CP_at_39": "1151" + }, + { + "Row": "704", + "Name": "Aromatisse", + "Pokedex_Number": "683", + "Img_name": "683", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "533", + "ATK": "173", + "DEF": "158", + "STA": "202", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2275", + "onehundred_CP_at_39": "2242" + }, + { + "Row": "705", + "Name": "Swirlix", + "Pokedex_Number": "684", + "Img_name": "684", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "356", + "ATK": "109", + "DEF": "123", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1072", + "onehundred_CP_at_39": "1057" + }, + { + "Row": "706", + "Name": "Slurpuff", + "Pokedex_Number": "685", + "Img_name": "685", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "500", + "ATK": "168", + "DEF": "168", + "STA": "164", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2068", + "onehundred_CP_at_39": "2039" + }, + { + "Row": "707", + "Name": "Inkay", + "Pokedex_Number": "686", + "Img_name": "686", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "psychic", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "302", + "ATK": "98", + "DEF": "98", + "STA": "106", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "825", + "onehundred_CP_at_39": "813" + }, + { + "Row": "708", + "Name": "Malamar", + "Pokedex_Number": "687", + "Img_name": "687", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "psychic", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "521", + "ATK": "177", + "DEF": "172", + "STA": "172", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2242", + "onehundred_CP_at_39": "2210" + }, + { + "Row": "709", + "Name": "Binacle", + "Pokedex_Number": "688", + "Img_name": "688", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "304", + "ATK": "96", + "DEF": "124", + "STA": "84", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "813", + "onehundred_CP_at_39": "801" + }, + { + "Row": "710", + "Name": "Barbaracle", + "Pokedex_Number": "689", + "Img_name": "689", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "558", + "ATK": "194", + "DEF": "220", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2523", + "onehundred_CP_at_39": "2487" + }, + { + "Row": "711", + "Name": "Skrelp", + "Pokedex_Number": "690", + "Img_name": "690", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "water", + "Weather_1": "Cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "318", + "ATK": "109", + "DEF": "109", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "924", + "onehundred_CP_at_39": "911" + }, + { + "Row": "712", + "Name": "Dragalge", + "Pokedex_Number": "691", + "Img_name": "691", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "dragon", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "530", + "ATK": "177", + "DEF": "223", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2227", + "onehundred_CP_at_39": "2195" + }, + { + "Row": "713", + "Name": "Clauncher", + "Pokedex_Number": "692", + "Img_name": "692", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "326", + "ATK": "108", + "DEF": "118", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "950", + "onehundred_CP_at_39": "936" + }, + { + "Row": "714", + "Name": "Clawitzer", + "Pokedex_Number": "693", + "Img_name": "693", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "535", + "ATK": "221", + "DEF": "172", + "STA": "142", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2525", + "onehundred_CP_at_39": "2489" + }, + { + "Row": "715", + "Name": "Helioptile", + "Pokedex_Number": "694", + "Img_name": "694", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "normal", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "286", + "ATK": "115", + "DEF": "83", + "STA": "88", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "815", + "onehundred_CP_at_39": "804" + }, + { + "Row": "716", + "Name": "Heliolisk", + "Pokedex_Number": "695", + "Img_name": "695", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "normal", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "533", + "ATK": "219", + "DEF": "190", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2467", + "onehundred_CP_at_39": "2431" + }, + { + "Row": "717", + "Name": "Tyrunt", + "Pokedex_Number": "696", + "Img_name": "696", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "dragon", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "412", + "ATK": "158", + "DEF": "138", + "STA": "116", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1529", + "onehundred_CP_at_39": "1507" + }, + { + "Row": "718", + "Name": "Tyrantrum", + "Pokedex_Number": "697", + "Img_name": "697", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "dragon", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "612", + "ATK": "227", + "DEF": "221", + "STA": "164", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3106", + "onehundred_CP_at_39": "3062" + }, + { + "Row": "719", + "Name": "Amaura", + "Pokedex_Number": "698", + "Img_name": "698", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ice", + "Weather_1": "Partly cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "394", + "ATK": "124", + "DEF": "116", + "STA": "154", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1291", + "onehundred_CP_at_39": "1273" + }, + { + "Row": "720", + "Name": "Aurorus", + "Pokedex_Number": "699", + "Img_name": "699", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ice", + "Weather_1": "Partly cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "605", + "ATK": "186", + "DEF": "173", + "STA": "246", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2780", + "onehundred_CP_at_39": "2741" + }, + { + "Row": "721", + "Name": "Sylveon", + "Pokedex_Number": "700", + "Img_name": "700", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "1", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "630", + "ATK": "203", + "DEF": "237", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3094", + "onehundred_CP_at_39": "3050" + }, + { + "Row": "722", + "Name": "Hawlucha", + "Pokedex_Number": "701", + "Img_name": "701", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "flying", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "511", + "ATK": "195", + "DEF": "160", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2268", + "onehundred_CP_at_39": "2236" + }, + { + "Row": "723", + "Name": "Dedenne", + "Pokedex_Number": "702", + "Img_name": "702", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "437", + "ATK": "164", + "DEF": "139", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1693", + "onehundred_CP_at_39": "1669" + }, + { + "Row": "724", + "Name": "Carbink", + "Pokedex_Number": "703", + "Img_name": "703", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "fairy", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "480", + "ATK": "95", + "DEF": "285", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1276", + "onehundred_CP_at_39": "1257" + }, + { + "Row": "725", + "Name": "Goomy", + "Pokedex_Number": "704", + "Img_name": "704", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "321", + "ATK": "101", + "DEF": "130", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "893", + "onehundred_CP_at_39": "881" + }, + { + "Row": "726", + "Name": "Sliggoo", + "Pokedex_Number": "705", + "Img_name": "705", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "500", + "ATK": "159", + "DEF": "205", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1980", + "onehundred_CP_at_39": "1952" + }, + { + "Row": "727", + "Name": "Goodra", + "Pokedex_Number": "706", + "Img_name": "706", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "683", + "ATK": "220", + "DEF": "283", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3538", + "onehundred_CP_at_39": "3487" + }, + { + "Row": "728", + "Name": "Klefki", + "Pokedex_Number": "707", + "Img_name": "707", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "fairy", + "Weather_1": "Snow", + "Weather_2": "Cloudy", + "STAT_TOTAL": "455", + "ATK": "160", + "DEF": "181", + "STA": "114", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1737", + "onehundred_CP_at_39": "1713" + }, + { + "Row": "729", + "Name": "Phantump", + "Pokedex_Number": "708", + "Img_name": "708", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "grass", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "319", + "ATK": "125", + "DEF": "108", + "STA": "86", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "974", + "onehundred_CP_at_39": "960" + }, + { + "Row": "730", + "Name": "Trevenant", + "Pokedex_Number": "709", + "Img_name": "709", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "grass", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "528", + "ATK": "201", + "DEF": "157", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2406", + "onehundred_CP_at_39": "2372" + }, + { + "Row": "731", + "Name": "Pumpkaboo", + "Pokedex_Number": "710", + "Img_name": "710", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "grass", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "348", + "ATK": "121", + "DEF": "129", + "STA": "98", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1083", + "onehundred_CP_at_39": "1068" + }, + { + "Row": "732", + "Name": "Gourgeist", + "Pokedex_Number": "711", + "Img_name": "711", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "grass", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "541", + "ATK": "175", + "DEF": "236", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2263", + "onehundred_CP_at_39": "2231" + }, + { + "Row": "733", + "Name": "Bergmite", + "Pokedex_Number": "712", + "Img_name": "712", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "370", + "ATK": "117", + "DEF": "143", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1158", + "onehundred_CP_at_39": "1142" + }, + { + "Row": "734", + "Name": "Avalugg", + "Pokedex_Number": "713", + "Img_name": "713", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "689", + "ATK": "196", + "DEF": "303", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3364", + "onehundred_CP_at_39": "3316" + }, + { + "Row": "735", + "Name": "Noibat", + "Pokedex_Number": "714", + "Img_name": "714", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "flying", + "Type_2": "dragon", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "239", + "ATK": "83", + "DEF": "76", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "569", + "onehundred_CP_at_39": "560" + }, + { + "Row": "736", + "Name": "Noivern", + "Pokedex_Number": "715", + "Img_name": "715", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "flying", + "Type_2": "dragon", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "550", + "ATK": "205", + "DEF": "175", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2576", + "onehundred_CP_at_39": "2539" + }, + { + "Row": "737", + "Name": "Xerneas", + "Pokedex_Number": "716", + "Img_name": "716", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "731", + "ATK": "275", + "DEF": "204", + "STA": "252", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4379", + "onehundred_CP_at_39": "4317" + }, + { + "Row": "738", + "Name": "Yveltal", + "Pokedex_Number": "717", + "Img_name": "717", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "731", + "ATK": "275", + "DEF": "204", + "STA": "252", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4379", + "onehundred_CP_at_39": "4317" + }, + { + "Row": "739", + "Name": "Zygarde", + "Pokedex_Number": "718", + "Img_name": "718", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ground", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "664", + "ATK": "203", + "DEF": "245", + "STA": "216", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3336", + "onehundred_CP_at_39": "3289" + }, + { + "Row": "740", + "Name": "Diancie", + "Pokedex_Number": "719", + "Img_name": "719", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "fairy", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "575", + "ATK": "190", + "DEF": "285", + "STA": "100", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2378", + "onehundred_CP_at_39": "2344" + }, + { + "Row": "741", + "Name": "Hoopa", + "Pokedex_Number": "720", + "Img_name": "720", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "ghost", + "Weather_1": "Windy", + "Weather_2": "Fog", + "STAT_TOTAL": "688", + "ATK": "287", + "DEF": "241", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3992", + "onehundred_CP_at_39": "3935" + }, + { + "Row": "742", + "Name": "Volcanion", + "Pokedex_Number": "721", + "Img_name": "721", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "water", + "Weather_1": "Sunny/clear", + "Weather_2": "Rainy", + "STAT_TOTAL": "643", + "ATK": "252", + "DEF": "231", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3460", + "onehundred_CP_at_39": "3410" + }, + { + "Row": "743", + "Name": "Rowlet", + "Pokedex_Number": "722", + "Img_name": "722", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "340", + "ATK": "102", + "DEF": "102", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "971", + "onehundred_CP_at_39": "957" + }, + { + "Row": "744", + "Name": "Dartrix", + "Pokedex_Number": "723", + "Img_name": "723", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "440", + "ATK": "142", + "DEF": "142", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1606", + "onehundred_CP_at_39": "1583" + }, + { + "Row": "745", + "Name": "Decidueye", + "Pokedex_Number": "724", + "Img_name": "724", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "ghost", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "558", + "ATK": "210", + "DEF": "192", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2643", + "onehundred_CP_at_39": "2606" + }, + { + "Row": "746", + "Name": "Litten", + "Pokedex_Number": "725", + "Img_name": "725", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "297", + "ATK": "128", + "DEF": "79", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "887", + "onehundred_CP_at_39": "874" + }, + { + "Row": "747", + "Name": "Torracat", + "Pokedex_Number": "726", + "Img_name": "726", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "407", + "ATK": "174", + "DEF": "103", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1544", + "onehundred_CP_at_39": "1522" + }, + { + "Row": "748", + "Name": "Incineroar", + "Pokedex_Number": "727", + "Img_name": "727", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "579", + "ATK": "214", + "DEF": "175", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2822", + "onehundred_CP_at_39": "2782" + }, + { + "Row": "749", + "Name": "Popplio", + "Pokedex_Number": "728", + "Img_name": "728", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "324", + "ATK": "120", + "DEF": "104", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "986", + "onehundred_CP_at_39": "972" + }, + { + "Row": "750", + "Name": "Brionne", + "Pokedex_Number": "729", + "Img_name": "729", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "439", + "ATK": "168", + "DEF": "151", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1711", + "onehundred_CP_at_39": "1686" + }, + { + "Row": "751", + "Name": "Primarina", + "Pokedex_Number": "730", + "Img_name": "730", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "607", + "ATK": "232", + "DEF": "215", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3095", + "onehundred_CP_at_39": "3050" + }, + { + "Row": "752", + "Name": "Pikipek", + "Pokedex_Number": "731", + "Img_name": "731", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "265", + "ATK": "136", + "DEF": "59", + "STA": "70", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "747", + "onehundred_CP_at_39": "737" + }, + { + "Row": "753", + "Name": "Trumbeak", + "Pokedex_Number": "732", + "Img_name": "732", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "369", + "ATK": "159", + "DEF": "100", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1302", + "onehundred_CP_at_39": "1284" + }, + { + "Row": "754", + "Name": "Toucannon", + "Pokedex_Number": "733", + "Img_name": "733", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "528", + "ATK": "222", + "DEF": "146", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2484", + "onehundred_CP_at_39": "2449" + }, + { + "Row": "755", + "Name": "Yungoos", + "Pokedex_Number": "734", + "Img_name": "734", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "274", + "ATK": "122", + "DEF": "56", + "STA": "96", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "759", + "onehundred_CP_at_39": "748" + }, + { + "Row": "756", + "Name": "Gumshoos", + "Pokedex_Number": "735", + "Img_name": "735", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "483", + "ATK": "194", + "DEF": "113", + "STA": "176", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2041", + "onehundred_CP_at_39": "2011" + }, + { + "Row": "757", + "Name": "Grubbin", + "Pokedex_Number": "736", + "Img_name": "736", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "294", + "ATK": "115", + "DEF": "85", + "STA": "94", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "847", + "onehundred_CP_at_39": "835" + }, + { + "Row": "758", + "Name": "Charjabug", + "Pokedex_Number": "737", + "Img_name": "737", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "electric", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "430", + "ATK": "145", + "DEF": "171", + "STA": "114", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1547", + "onehundred_CP_at_39": "1525" + }, + { + "Row": "759", + "Name": "Vikavolt", + "Pokedex_Number": "738", + "Img_name": "738", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "electric", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "573", + "ATK": "254", + "DEF": "165", + "STA": "154", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2930", + "onehundred_CP_at_39": "2888" + }, + { + "Row": "760", + "Name": "Crabrawler", + "Pokedex_Number": "739", + "Img_name": "739", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "353", + "ATK": "150", + "DEF": "109", + "STA": "94", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1198", + "onehundred_CP_at_39": "1180" + }, + { + "Row": "761", + "Name": "Crabominable", + "Pokedex_Number": "740", + "Img_name": "740", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "ice", + "Weather_1": "Cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "567", + "ATK": "231", + "DEF": "142", + "STA": "194", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2783", + "onehundred_CP_at_39": "2743" + }, + { + "Row": "762", + "Name": "Oricorio", + "Pokedex_Number": "741", + "Img_name": "741", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "491", + "ATK": "196", + "DEF": "145", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2141", + "onehundred_CP_at_39": "2110" + }, + { + "Row": "763", + "Name": "Cutiefly", + "Pokedex_Number": "742", + "Img_name": "742", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "271", + "ATK": "110", + "DEF": "81", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "745", + "onehundred_CP_at_39": "734" + }, + { + "Row": "764", + "Name": "Ribombee", + "Pokedex_Number": "743", + "Img_name": "743", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "470", + "ATK": "198", + "DEF": "152", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1997", + "onehundred_CP_at_39": "1968" + }, + { + "Row": "765", + "Name": "Rockruff", + "Pokedex_Number": "744", + "Img_name": "744", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "285", + "ATK": "117", + "DEF": "78", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "814", + "onehundred_CP_at_39": "803" + }, + { + "Row": "766", + "Name": "Lycanroc", + "Pokedex_Number": "745", + "Img_name": "745", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "521", + "ATK": "231", + "DEF": "140", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2457", + "onehundred_CP_at_39": "2422" + }, + { + "Row": "767", + "Name": "Wishiwashi", + "Pokedex_Number": "746", + "Img_name": "746", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "182", + "ATK": "46", + "DEF": "46", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "304", + "onehundred_CP_at_39": "300" + }, + { + "Row": "768", + "Name": "Mareanie", + "Pokedex_Number": "747", + "Img_name": "747", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "water", + "Weather_1": "Cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "313", + "ATK": "98", + "DEF": "115", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "862", + "onehundred_CP_at_39": "850" + }, + { + "Row": "769", + "Name": "Toxapex", + "Pokedex_Number": "748", + "Img_name": "748", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "water", + "Weather_1": "Cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "492", + "ATK": "114", + "DEF": "278", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1478", + "onehundred_CP_at_39": "1457" + }, + { + "Row": "770", + "Name": "Mudbray", + "Pokedex_Number": "749", + "Img_name": "749", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "443", + "ATK": "175", + "DEF": "128", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1766", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "771", + "Name": "Mudsdale", + "Pokedex_Number": "750", + "Img_name": "750", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "594", + "ATK": "214", + "DEF": "180", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2928", + "onehundred_CP_at_39": "2886" + }, + { + "Row": "772", + "Name": "Dewpider", + "Pokedex_Number": "751", + "Img_name": "751", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "bug", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "274", + "ATK": "72", + "DEF": "126", + "STA": "76", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "615", + "onehundred_CP_at_39": "606" + }, + { + "Row": "773", + "Name": "Araquanid", + "Pokedex_Number": "752", + "Img_name": "752", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "bug", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "499", + "ATK": "126", + "DEF": "237", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1717", + "onehundred_CP_at_39": "1693" + }, + { + "Row": "774", + "Name": "Fomantis", + "Pokedex_Number": "753", + "Img_name": "753", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "244", + "ATK": "100", + "DEF": "64", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "622", + "onehundred_CP_at_39": "613" + }, + { + "Row": "775", + "Name": "Lurantis", + "Pokedex_Number": "754", + "Img_name": "754", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "501", + "ATK": "192", + "DEF": "169", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2183", + "onehundred_CP_at_39": "2152" + }, + { + "Row": "776", + "Name": "Morelull", + "Pokedex_Number": "755", + "Img_name": "755", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fairy", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "316", + "ATK": "108", + "DEF": "128", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "895", + "onehundred_CP_at_39": "882" + }, + { + "Row": "777", + "Name": "Shiinotic", + "Pokedex_Number": "756", + "Img_name": "756", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fairy", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "451", + "ATK": "154", + "DEF": "177", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1699", + "onehundred_CP_at_39": "1675" + }, + { + "Row": "778", + "Name": "Salandit", + "Pokedex_Number": "757", + "Img_name": "757", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "fire", + "Weather_1": "Cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "312", + "ATK": "136", + "DEF": "80", + "STA": "96", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "968", + "onehundred_CP_at_39": "954" + }, + { + "Row": "779", + "Name": "Salazzle", + "Pokedex_Number": "758", + "Img_name": "758", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "fire", + "Weather_1": "Cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "494", + "ATK": "228", + "DEF": "130", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2245", + "onehundred_CP_at_39": "2213" + }, + { + "Row": "780", + "Name": "Stufful", + "Pokedex_Number": "759", + "Img_name": "759", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "fighting", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "371", + "ATK": "136", + "DEF": "95", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1231", + "onehundred_CP_at_39": "1213" + }, + { + "Row": "781", + "Name": "Bewear", + "Pokedex_Number": "760", + "Img_name": "760", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "fighting", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "616", + "ATK": "226", + "DEF": "150", + "STA": "240", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3087", + "onehundred_CP_at_39": "3043" + }, + { + "Row": "782", + "Name": "Bounsweet", + "Pokedex_Number": "761", + "Img_name": "761", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "208", + "ATK": "55", + "DEF": "69", + "STA": "84", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "398", + "onehundred_CP_at_39": "393" + }, + { + "Row": "783", + "Name": "Steenee", + "Pokedex_Number": "762", + "Img_name": "762", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "276", + "ATK": "78", + "DEF": "94", + "STA": "104", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "661", + "onehundred_CP_at_39": "652" + }, + { + "Row": "784", + "Name": "Tsareena", + "Pokedex_Number": "763", + "Img_name": "763", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "561", + "ATK": "222", + "DEF": "195", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2704", + "onehundred_CP_at_39": "2666" + }, + { + "Row": "785", + "Name": "Comfey", + "Pokedex_Number": "764", + "Img_name": "764", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "493", + "ATK": "165", + "DEF": "226", + "STA": "102", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1887", + "onehundred_CP_at_39": "1860" + }, + { + "Row": "786", + "Name": "Oranguru", + "Pokedex_Number": "765", + "Img_name": "765", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "psychic", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "555", + "ATK": "168", + "DEF": "207", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2378", + "onehundred_CP_at_39": "2344" + }, + { + "Row": "787", + "Name": "Passimian", + "Pokedex_Number": "766", + "Img_name": "766", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "597", + "ATK": "222", + "DEF": "175", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2991", + "onehundred_CP_at_39": "2949" + }, + { + "Row": "788", + "Name": "Wimpod", + "Pokedex_Number": "767", + "Img_name": "767", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "water", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "196", + "ATK": "67", + "DEF": "79", + "STA": "50", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "400", + "onehundred_CP_at_39": "394" + }, + { + "Row": "789", + "Name": "Golisopod", + "Pokedex_Number": "768", + "Img_name": "768", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "water", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "617", + "ATK": "218", + "DEF": "249", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3037", + "onehundred_CP_at_39": "2993" + }, + { + "Row": "790", + "Name": "Sandygast", + "Pokedex_Number": "769", + "Img_name": "769", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "ground", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "363", + "ATK": "120", + "DEF": "133", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1146", + "onehundred_CP_at_39": "1130" + }, + { + "Row": "791", + "Name": "Palossand", + "Pokedex_Number": "770", + "Img_name": "770", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "ground", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "542", + "ATK": "178", + "DEF": "194", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2370", + "onehundred_CP_at_39": "2336" + }, + { + "Row": "792", + "Name": "Pyukumuku", + "Pokedex_Number": "771", + "Img_name": "771", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "431", + "ATK": "97", + "DEF": "224", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1209", + "onehundred_CP_at_39": "1191" + }, + { + "Row": "793", + "Name": "Type: Null", + "Pokedex_Number": "772", + "Img_name": "772", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "558", + "ATK": "184", + "DEF": "184", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2510", + "onehundred_CP_at_39": "2474" + }, + { + "Row": "794", + "Name": "Silvally", + "Pokedex_Number": "773", + "Img_name": "773", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "586", + "ATK": "198", + "DEF": "198", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2779", + "onehundred_CP_at_39": "2740" + }, + { + "Row": "795", + "Name": "Minior", + "Pokedex_Number": "774", + "Img_name": "774", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "430", + "ATK": "116", + "DEF": "194", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1374", + "onehundred_CP_at_39": "1354" + }, + { + "Row": "796", + "Name": "Komala", + "Pokedex_Number": "775", + "Img_name": "775", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "525", + "ATK": "216", + "DEF": "179", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2419", + "onehundred_CP_at_39": "2385" + }, + { + "Row": "797", + "Name": "Turtonator", + "Pokedex_Number": "776", + "Img_name": "776", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "dragon", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "523", + "ATK": "165", + "DEF": "238", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2077", + "onehundred_CP_at_39": "2048" + }, + { + "Row": "798", + "Name": "Togedemaru", + "Pokedex_Number": "777", + "Img_name": "777", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "470", + "ATK": "190", + "DEF": "150", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1980", + "onehundred_CP_at_39": "1952" + }, + { + "Row": "799", + "Name": "Mimikyu", + "Pokedex_Number": "778", + "Img_name": "778", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "fairy", + "Weather_1": "Fog", + "Weather_2": "Cloudy", + "STAT_TOTAL": "500", + "ATK": "177", + "DEF": "213", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2024", + "onehundred_CP_at_39": "1995" + }, + { + "Row": "800", + "Name": "Bruxish", + "Pokedex_Number": "779", + "Img_name": "779", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "psychic", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "489", + "ATK": "208", + "DEF": "145", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2164", + "onehundred_CP_at_39": "2133" + }, + { + "Row": "801", + "Name": "Drampa", + "Pokedex_Number": "780", + "Img_name": "780", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "dragon", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "554", + "ATK": "231", + "DEF": "167", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2710", + "onehundred_CP_at_39": "2671" + }, + { + "Row": "802", + "Name": "Dhelmise", + "Pokedex_Number": "781", + "Img_name": "781", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "grass", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "557", + "ATK": "233", + "DEF": "184", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2720", + "onehundred_CP_at_39": "2681" + }, + { + "Row": "803", + "Name": "Jangmo-O", + "Pokedex_Number": "782", + "Img_name": "782", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "310", + "ATK": "102", + "DEF": "118", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "863", + "onehundred_CP_at_39": "851" + }, + { + "Row": "804", + "Name": "Hakamo-O", + "Pokedex_Number": "783", + "Img_name": "783", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "fighting", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "427", + "ATK": "145", + "DEF": "172", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1527", + "onehundred_CP_at_39": "1506" + }, + { + "Row": "805", + "Name": "Kommo-O", + "Pokedex_Number": "784", + "Img_name": "784", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "fighting", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "622", + "ATK": "222", + "DEF": "250", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3095", + "onehundred_CP_at_39": "3051" + }, + { + "Row": "806", + "Name": "Tapu Koko", + "Pokedex_Number": "785", + "Img_name": "785", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "576", + "ATK": "250", + "DEF": "186", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2921", + "onehundred_CP_at_39": "2879" + }, + { + "Row": "807", + "Name": "Tapu Lele", + "Pokedex_Number": "786", + "Img_name": "786", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fairy", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "628", + "ATK": "259", + "DEF": "229", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3328", + "onehundred_CP_at_39": "3280" + }, + { + "Row": "808", + "Name": "Tapu Bulu", + "Pokedex_Number": "787", + "Img_name": "787", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fairy", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "614", + "ATK": "249", + "DEF": "225", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3180", + "onehundred_CP_at_39": "3134" + }, + { + "Row": "809", + "Name": "Tapu Fini", + "Pokedex_Number": "788", + "Img_name": "788", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "590", + "ATK": "189", + "DEF": "261", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2635", + "onehundred_CP_at_39": "2597" + }, + { + "Row": "810", + "Name": "Cosmog", + "Pokedex_Number": "789", + "Img_name": "789", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "197", + "ATK": "54", + "DEF": "57", + "STA": "86", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "367", + "onehundred_CP_at_39": "362" + }, + { + "Row": "811", + "Name": "Cosmoem", + "Pokedex_Number": "790", + "Img_name": "790", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "382", + "ATK": "54", + "DEF": "242", + "STA": "86", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "694", + "onehundred_CP_at_39": "684" + }, + { + "Row": "812", + "Name": "Solgaleo", + "Pokedex_Number": "791", + "Img_name": "791", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "steel", + "Weather_1": "Windy", + "Weather_2": "Snow", + "STAT_TOTAL": "773", + "ATK": "280", + "DEF": "219", + "STA": "274", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4791", + "onehundred_CP_at_39": "4722" + }, + { + "Row": "813", + "Name": "Lunala", + "Pokedex_Number": "792", + "Img_name": "792", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "ghost", + "Weather_1": "Windy", + "Weather_2": "Fog", + "STAT_TOTAL": "773", + "ATK": "280", + "DEF": "219", + "STA": "274", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4791", + "onehundred_CP_at_39": "4722" + }, + { + "Row": "814", + "Name": "Nihilego", + "Pokedex_Number": "793", + "Img_name": "793", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "poison", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "721", + "ATK": "249", + "DEF": "254", + "STA": "218", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4128", + "onehundred_CP_at_39": "4069" + }, + { + "Row": "815", + "Name": "Buzzwole", + "Pokedex_Number": "794", + "Img_name": "794", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fighting", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "732", + "ATK": "259", + "DEF": "259", + "STA": "214", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4286", + "onehundred_CP_at_39": "4225" + }, + { + "Row": "816", + "Name": "Pheromosa", + "Pokedex_Number": "795", + "Img_name": "795", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fighting", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "543", + "ATK": "316", + "DEF": "85", + "STA": "142", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2590", + "onehundred_CP_at_39": "2553" + }, + { + "Row": "817", + "Name": "Xurkitree", + "Pokedex_Number": "796", + "Img_name": "796", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "640", + "ATK": "330", + "DEF": "144", + "STA": "166", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3655", + "onehundred_CP_at_39": "3603" + }, + { + "Row": "818", + "Name": "Celesteela", + "Pokedex_Number": "797", + "Img_name": "797", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "flying", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "601", + "ATK": "207", + "DEF": "200", + "STA": "194", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2939", + "onehundred_CP_at_39": "2897" + }, + { + "Row": "819", + "Name": "Kartana", + "Pokedex_Number": "798", + "Img_name": "798", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "steel", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "726", + "ATK": "355", + "DEF": "253", + "STA": "118", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4362", + "onehundred_CP_at_39": "4300" + }, + { + "Row": "820", + "Name": "Guzzlord", + "Pokedex_Number": "799", + "Img_name": "799", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "dragon", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "733", + "ATK": "188", + "DEF": "99", + "STA": "446", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2906", + "onehundred_CP_at_39": "2865" + }, + { + "Row": "821", + "Name": "Necrozma", + "Pokedex_Number": "800", + "Img_name": "800", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "646", + "ATK": "251", + "DEF": "201", + "STA": "194", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3529", + "onehundred_CP_at_39": "3479" + }, + { + "Row": "822", + "Name": "Magearna", + "Pokedex_Number": "801", + "Img_name": "801", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "fairy", + "Weather_1": "Snow", + "Weather_2": "Cloudy", + "STAT_TOTAL": "631", + "ATK": "246", + "DEF": "225", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3340", + "onehundred_CP_at_39": "3293" + } +] \ No newline at end of file From 64f03b0799c1e94dcb4488eb08ca002e0846154a Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Fri, 26 Mar 2021 08:36:16 -0300 Subject: [PATCH 09/17] refeito a API(problemas na antiga por versoes) --- pokeAPI/app.js | 41 +++++++++++++ pokeAPI/bin/www | 90 ++++++++++++++++++++++++++++ pokeAPI/package.json | 16 +++++ pokeAPI/public/stylesheets/style.css | 8 +++ pokeAPI/routes/index.js | 9 +++ pokeAPI/routes/users.js | 9 +++ pokeAPI/views/error.jade | 6 ++ pokeAPI/views/index.jade | 5 ++ pokeAPI/views/layout.jade | 7 +++ 9 files changed, 191 insertions(+) create mode 100644 pokeAPI/app.js create mode 100644 pokeAPI/bin/www create mode 100644 pokeAPI/package.json create mode 100644 pokeAPI/public/stylesheets/style.css create mode 100644 pokeAPI/routes/index.js create mode 100644 pokeAPI/routes/users.js create mode 100644 pokeAPI/views/error.jade create mode 100644 pokeAPI/views/index.jade create mode 100644 pokeAPI/views/layout.jade diff --git a/pokeAPI/app.js b/pokeAPI/app.js new file mode 100644 index 000000000..662bcc927 --- /dev/null +++ b/pokeAPI/app.js @@ -0,0 +1,41 @@ +var createError = require('http-errors'); +var express = require('express'); +var path = require('path'); +var cookieParser = require('cookie-parser'); +var logger = require('morgan'); + +var indexRouter = require('./routes/index'); +var usersRouter = require('./routes/users'); + +var app = express(); + +// view engine setup +app.set('views', path.join(__dirname, 'views')); +app.set('view engine', 'jade'); + +app.use(logger('dev')); +app.use(express.json()); +app.use(express.urlencoded({ extended: false })); +app.use(cookieParser()); +app.use(express.static(path.join(__dirname, 'public'))); + +app.use('/', indexRouter); +app.use('/users', usersRouter); + +// catch 404 and forward to error handler +app.use(function(req, res, next) { + next(createError(404)); +}); + +// error handler +app.use(function(err, req, res, next) { + // set locals, only providing error in development + res.locals.message = err.message; + res.locals.error = req.app.get('env') === 'development' ? err : {}; + + // render the error page + res.status(err.status || 500); + res.render('error'); +}); + +module.exports = app; diff --git a/pokeAPI/bin/www b/pokeAPI/bin/www new file mode 100644 index 000000000..b77e41f07 --- /dev/null +++ b/pokeAPI/bin/www @@ -0,0 +1,90 @@ +#!/usr/bin/env node + +/** + * Module dependencies. + */ + +var app = require('../app'); +var debug = require('debug')('pokeapi:server'); +var http = require('http'); + +/** + * Get port from environment and store in Express. + */ + +var port = normalizePort(process.env.PORT || '3000'); +app.set('port', port); + +/** + * Create HTTP server. + */ + +var server = http.createServer(app); + +/** + * Listen on provided port, on all network interfaces. + */ + +server.listen(port); +server.on('error', onError); +server.on('listening', onListening); + +/** + * Normalize a port into a number, string, or false. + */ + +function normalizePort(val) { + var port = parseInt(val, 10); + + if (isNaN(port)) { + // named pipe + return val; + } + + if (port >= 0) { + // port number + return port; + } + + return false; +} + +/** + * Event listener for HTTP server "error" event. + */ + +function onError(error) { + if (error.syscall !== 'listen') { + throw error; + } + + var bind = typeof port === 'string' + ? 'Pipe ' + port + : 'Port ' + port; + + // handle specific listen errors with friendly messages + switch (error.code) { + case 'EACCES': + console.error(bind + ' requires elevated privileges'); + process.exit(1); + break; + case 'EADDRINUSE': + console.error(bind + ' is already in use'); + process.exit(1); + break; + default: + throw error; + } +} + +/** + * Event listener for HTTP server "listening" event. + */ + +function onListening() { + var addr = server.address(); + var bind = typeof addr === 'string' + ? 'pipe ' + addr + : 'port ' + addr.port; + debug('Listening on ' + bind); +} diff --git a/pokeAPI/package.json b/pokeAPI/package.json new file mode 100644 index 000000000..f8c62707f --- /dev/null +++ b/pokeAPI/package.json @@ -0,0 +1,16 @@ +{ + "name": "pokeapi", + "version": "0.0.0", + "private": true, + "scripts": { + "start": "node ./bin/www" + }, + "dependencies": { + "cookie-parser": "~1.4.4", + "debug": "~2.6.9", + "express": "~4.16.1", + "http-errors": "~1.6.3", + "jade": "~1.11.0", + "morgan": "~1.9.1" + } +} diff --git a/pokeAPI/public/stylesheets/style.css b/pokeAPI/public/stylesheets/style.css new file mode 100644 index 000000000..9453385b9 --- /dev/null +++ b/pokeAPI/public/stylesheets/style.css @@ -0,0 +1,8 @@ +body { + padding: 50px; + font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; +} + +a { + color: #00B7FF; +} diff --git a/pokeAPI/routes/index.js b/pokeAPI/routes/index.js new file mode 100644 index 000000000..ecca96a56 --- /dev/null +++ b/pokeAPI/routes/index.js @@ -0,0 +1,9 @@ +var express = require('express'); +var router = express.Router(); + +/* GET home page. */ +router.get('/', function(req, res, next) { + res.render('index', { title: 'Express' }); +}); + +module.exports = router; diff --git a/pokeAPI/routes/users.js b/pokeAPI/routes/users.js new file mode 100644 index 000000000..623e4302b --- /dev/null +++ b/pokeAPI/routes/users.js @@ -0,0 +1,9 @@ +var express = require('express'); +var router = express.Router(); + +/* GET users listing. */ +router.get('/', function(req, res, next) { + res.send('respond with a resource'); +}); + +module.exports = router; diff --git a/pokeAPI/views/error.jade b/pokeAPI/views/error.jade new file mode 100644 index 000000000..51ec12c6a --- /dev/null +++ b/pokeAPI/views/error.jade @@ -0,0 +1,6 @@ +extends layout + +block content + h1= message + h2= error.status + pre #{error.stack} diff --git a/pokeAPI/views/index.jade b/pokeAPI/views/index.jade new file mode 100644 index 000000000..3d63b9a04 --- /dev/null +++ b/pokeAPI/views/index.jade @@ -0,0 +1,5 @@ +extends layout + +block content + h1= title + p Welcome to #{title} diff --git a/pokeAPI/views/layout.jade b/pokeAPI/views/layout.jade new file mode 100644 index 000000000..15af079bf --- /dev/null +++ b/pokeAPI/views/layout.jade @@ -0,0 +1,7 @@ +doctype html +html + head + title= title + link(rel='stylesheet', href='/stylesheets/style.css') + body + block content From 997e9cc8bce80f7bb94188e52ae6518f11288aa8 Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Fri, 26 Mar 2021 08:37:25 -0300 Subject: [PATCH 10/17] renomeado arquivos js --- pokeAPI/app.js | 4 ++-- pokeAPI/routes/{users.js => pokedex.js} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename pokeAPI/routes/{users.js => pokedex.js} (100%) diff --git a/pokeAPI/app.js b/pokeAPI/app.js index 662bcc927..e5265c5ba 100644 --- a/pokeAPI/app.js +++ b/pokeAPI/app.js @@ -5,7 +5,7 @@ var cookieParser = require('cookie-parser'); var logger = require('morgan'); var indexRouter = require('./routes/index'); -var usersRouter = require('./routes/users'); +var pokedexRouter = require('./routes/pokedex'); var app = express(); @@ -20,7 +20,7 @@ app.use(cookieParser()); app.use(express.static(path.join(__dirname, 'public'))); app.use('/', indexRouter); -app.use('/users', usersRouter); +app.use('/api', pokedexRouter); // catch 404 and forward to error handler app.use(function(req, res, next) { diff --git a/pokeAPI/routes/users.js b/pokeAPI/routes/pokedex.js similarity index 100% rename from pokeAPI/routes/users.js rename to pokeAPI/routes/pokedex.js From a867e2251a084c8c82b631b1577c57bbc97f3307 Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Fri, 26 Mar 2021 08:54:10 -0300 Subject: [PATCH 11/17] editado API --- pokeAPI/models/pokemon.js | 35 ++ pokeAPI/package-lock.json | 1012 +++++++++++++++++++++++++++++++++++++ pokeAPI/package.json | 1 + pokeAPI/routes/pokedex.js | 10 + 4 files changed, 1058 insertions(+) create mode 100644 pokeAPI/models/pokemon.js create mode 100644 pokeAPI/package-lock.json diff --git a/pokeAPI/models/pokemon.js b/pokeAPI/models/pokemon.js new file mode 100644 index 000000000..093b8d7c2 --- /dev/null +++ b/pokeAPI/models/pokemon.js @@ -0,0 +1,35 @@ +const mongoose = require("mongoose"); +const Schema = mongoose.Schema; +const PokemonSchema = new Schema({ + Row: String, + Name: String, + Pokedex_Number: String, + Img_name: String, + Generation: String, + Evolution_Stage: String, + Evolved: String, + FamilyID: String, + Cross_Gen:String, + Type_1: String, + Type_2: String, + Weather_1: String, + Weather_2: String, + STAT_TOTAL: String, + ATK: String, + DEF: String, + STA: String, + Legendary: String, + Aquireable: String, + Spawns: String, + Regional: String, + Raidable: String, + Hatchable: String, + Shiny: String, + Nest: String, + New: String, + Not_Gettable: String, + Future_Evolve: String, + onehundred_CP_at_40: String, + onehundred_CP_at_39: String, +}); +module.exports = mongoose.model("pokemons", PokemonSchema, "pokemons"); diff --git a/pokeAPI/package-lock.json b/pokeAPI/package-lock.json new file mode 100644 index 000000000..dcc417817 --- /dev/null +++ b/pokeAPI/package-lock.json @@ -0,0 +1,1012 @@ +{ + "name": "pokeapi", + "version": "0.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@types/bson": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@types/bson/-/bson-4.0.3.tgz", + "integrity": "sha512-mVRvYnTOZJz3ccpxhr3wgxVmSeiYinW+zlzQz3SXWaJmD1DuL05Jeq7nKw3SnbKmbleW5qrLG5vdyWe/A9sXhw==", + "requires": { + "@types/node": "*" + } + }, + "@types/mongodb": { + "version": "3.6.10", + "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.10.tgz", + "integrity": "sha512-BkwAHFiZSSWdTIqbUVGmgvIsiXXjqAketeK7Izy7oSs6G3N8Bn993tK9eq6QEovQDx6OQ2FGP2KWDDxBzdlJ6Q==", + "requires": { + "@types/bson": "*", + "@types/node": "*" + } + }, + "@types/node": { + "version": "14.14.36", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.36.tgz", + "integrity": "sha512-kjivUwDJfIjngzbhooRnOLhGYz6oRFi+L+EpMjxroDYXwDw9lHrJJ43E+dJ6KAd3V3WxWAJ/qZE9XKYHhjPOFQ==" + }, + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "requires": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + } + }, + "acorn": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz", + "integrity": "sha1-q259nYhqrKiwhbwzEreaGYQz8Oc=" + }, + "acorn-globals": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.9.tgz", + "integrity": "sha1-VbtemGkVB7dFedBRNBMhfDgMVM8=", + "requires": { + "acorn": "^2.1.0" + } + }, + "align-text": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", + "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", + "requires": { + "kind-of": "^3.0.2", + "longest": "^1.0.1", + "repeat-string": "^1.5.2" + } + }, + "amdefine": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", + "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=" + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "asap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/asap/-/asap-1.0.0.tgz", + "integrity": "sha1-sqRdpf36ILBJb8N2jMJ8EvqRan0=" + }, + "basic-auth": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", + "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "requires": { + "safe-buffer": "5.1.2" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "bl": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/bl/-/bl-2.2.1.tgz", + "integrity": "sha512-6Pesp1w0DEX1N550i/uGV/TqucVL4AM/pgThFSN/Qq9si1/DF9aIHs1BxD8V/QU0HoeHO6cQRTAuYnLPKq1e4g==", + "requires": { + "readable-stream": "^2.3.5", + "safe-buffer": "^5.1.1" + } + }, + "bluebird": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", + "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==" + }, + "body-parser": { + "version": "1.18.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz", + "integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=", + "requires": { + "bytes": "3.0.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "~1.6.3", + "iconv-lite": "0.4.23", + "on-finished": "~2.3.0", + "qs": "6.5.2", + "raw-body": "2.3.3", + "type-is": "~1.6.16" + } + }, + "bson": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.6.tgz", + "integrity": "sha512-EvVNVeGo4tHxwi8L6bPj3y3itEvStdwvvlojVxxbyYfoaxJ6keLgrTuKdyfEAszFK+H3olzBuafE0yoh0D1gdg==" + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" + }, + "camelcase": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", + "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=" + }, + "center-align": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz", + "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=", + "requires": { + "align-text": "^0.1.3", + "lazy-cache": "^1.0.3" + } + }, + "character-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-1.2.1.tgz", + "integrity": "sha1-wN3kqxgnE7kZuXCVmhI+zBow/NY=" + }, + "clean-css": { + "version": "3.4.28", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.28.tgz", + "integrity": "sha1-vxlF6C/ICPVWlebd6uwBQA79A/8=", + "requires": { + "commander": "2.8.x", + "source-map": "0.4.x" + }, + "dependencies": { + "commander": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz", + "integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=", + "requires": { + "graceful-readlink": ">= 1.0.0" + } + } + } + }, + "cliui": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", + "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=", + "requires": { + "center-align": "^0.1.1", + "right-align": "^0.1.1", + "wordwrap": "0.0.2" + }, + "dependencies": { + "wordwrap": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz", + "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=" + } + } + }, + "commander": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.6.0.tgz", + "integrity": "sha1-nfflL7Kgyw+4kFjugMMQQiXzfh0=" + }, + "constantinople": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.0.2.tgz", + "integrity": "sha1-S5RdmTeQe82Y7ldRIsOBdRZUQUE=", + "requires": { + "acorn": "^2.1.0" + } + }, + "content-disposition": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", + "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=" + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + }, + "cookie-parser": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.5.tgz", + "integrity": "sha512-f13bPUj/gG/5mDr+xLmSxxDsB9DQiTIfhJS/sqjrmfAWiAN+x2O4i/XguTL9yDZ+/IFDanJ+5x7hC4CXT9Tdzw==", + "requires": { + "cookie": "0.4.0", + "cookie-signature": "1.0.6" + } + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "css": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/css/-/css-1.0.8.tgz", + "integrity": "sha1-k4aBHKgrzMnuf7WnMrHioxfIo+c=", + "requires": { + "css-parse": "1.0.4", + "css-stringify": "1.0.5" + } + }, + "css-parse": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz", + "integrity": "sha1-OLBQP7+dqfVOnB29pg4UXHcRe90=" + }, + "css-stringify": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz", + "integrity": "sha1-sNBClG2ylTu50pKQCmy19tASIDE=" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "denque": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/denque/-/denque-1.5.0.tgz", + "integrity": "sha512-CYiCSgIF1p6EUByQPlGkKnP1M9g0ZV3qMIrqMqZqdwazygIA/YP2vrbcyl1h/WppKJTdl1F85cXIle+394iDAQ==" + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "express": { + "version": "4.16.4", + "resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz", + "integrity": "sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==", + "requires": { + "accepts": "~1.3.5", + "array-flatten": "1.1.1", + "body-parser": "1.18.3", + "content-disposition": "0.5.2", + "content-type": "~1.0.4", + "cookie": "0.3.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.1.1", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.2", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.4", + "qs": "6.5.2", + "range-parser": "~1.2.0", + "safe-buffer": "5.1.2", + "send": "0.16.2", + "serve-static": "1.13.2", + "setprototypeof": "1.1.0", + "statuses": "~1.4.0", + "type-is": "~1.6.16", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "cookie": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", + "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "finalhandler": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz", + "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.2", + "statuses": "~1.4.0", + "unpipe": "~1.0.0" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "graceful-readlink": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", + "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=" + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "iconv-lite": { + "version": "0.4.23", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", + "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-promise": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", + "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "jade": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/jade/-/jade-1.11.0.tgz", + "integrity": "sha1-nIDlOMEtP7lcjZu5VZ+gzAQEBf0=", + "requires": { + "character-parser": "1.2.1", + "clean-css": "^3.1.9", + "commander": "~2.6.0", + "constantinople": "~3.0.1", + "jstransformer": "0.0.2", + "mkdirp": "~0.5.0", + "transformers": "2.1.0", + "uglify-js": "^2.4.19", + "void-elements": "~2.0.1", + "with": "~4.0.0" + } + }, + "jstransformer": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-0.0.2.tgz", + "integrity": "sha1-eq4pqQPRls+glz2IXT5HlH7Ndqs=", + "requires": { + "is-promise": "^2.0.0", + "promise": "^6.0.1" + } + }, + "kareem": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/kareem/-/kareem-2.3.2.tgz", + "integrity": "sha512-STHz9P7X2L4Kwn72fA4rGyqyXdmrMSdxqHx9IXon/FXluXieaFA6KJ2upcHAHxQPQ0LeM/OjLrhFxifHewOALQ==" + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + }, + "lazy-cache": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", + "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=" + }, + "longest": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", + "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=" + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "memory-pager": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", + "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", + "optional": true + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + }, + "mime": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", + "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==" + }, + "mime-db": { + "version": "1.46.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.46.0.tgz", + "integrity": "sha512-svXaP8UQRZ5K7or+ZmfNhg2xX3yKDMUzqadsSqi4NCH/KomcH75MAMYAGVlvXn4+b/xOPhS3I2uHKRUzvjY7BQ==" + }, + "mime-types": { + "version": "2.1.29", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.29.tgz", + "integrity": "sha512-Y/jMt/S5sR9OaqteJtslsFZKWOIIqMACsJSiHghlCAyhf7jfVYjKBmLiX8OgpWeW+fjJ2b+Az69aPFPkUOY6xQ==", + "requires": { + "mime-db": "1.46.0" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "requires": { + "minimist": "^1.2.5" + } + }, + "mongodb": { + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.5.tgz", + "integrity": "sha512-mQlYKw1iGbvJJejcPuyTaytq0xxlYbIoVDm2FODR+OHxyEiMR021vc32bTvamgBjCswsD54XIRwhg3yBaWqJjg==", + "requires": { + "bl": "^2.2.1", + "bson": "^1.1.4", + "denque": "^1.4.1", + "require_optional": "^1.0.1", + "safe-buffer": "^5.1.2", + "saslprep": "^1.0.0" + } + }, + "mongoose": { + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.12.2.tgz", + "integrity": "sha512-kT9t6Nvu9WPsfssn7Gzke446Il8UdMilY7Sa5vALtwoOoNOGtZEVjekZBFwsBFzTWtBA/x5gBmJoYFP+1LeDlg==", + "requires": { + "@types/mongodb": "^3.5.27", + "bson": "^1.1.4", + "kareem": "2.3.2", + "mongodb": "3.6.5", + "mongoose-legacy-pluralize": "1.0.2", + "mpath": "0.8.3", + "mquery": "3.2.4", + "ms": "2.1.2", + "regexp-clone": "1.0.0", + "safe-buffer": "5.2.1", + "sift": "7.0.1", + "sliced": "1.0.1" + } + }, + "mongoose-legacy-pluralize": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz", + "integrity": "sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ==" + }, + "morgan": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.9.1.tgz", + "integrity": "sha512-HQStPIV4y3afTiCYVxirakhlCfGkI161c76kKFca7Fk1JusM//Qeo1ej2XaMniiNeaZklMVrh3vTtIzpzwbpmA==", + "requires": { + "basic-auth": "~2.0.0", + "debug": "2.6.9", + "depd": "~1.1.2", + "on-finished": "~2.3.0", + "on-headers": "~1.0.1" + } + }, + "mpath": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.3.tgz", + "integrity": "sha512-eb9rRvhDltXVNL6Fxd2zM9D4vKBxjVVQNLNijlj7uoXUy19zNDsIif5zR+pWmPCWNKwAtqyo4JveQm4nfD5+eA==" + }, + "mquery": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.4.tgz", + "integrity": "sha512-uOLpp7iRX0BV1Uu6YpsqJ5b42LwYnmu0WeF/f8qgD/On3g0XDaQM6pfn0m6UxO6SM8DioZ9Bk6xxbWIGHm2zHg==", + "requires": { + "bluebird": "3.5.1", + "debug": "3.1.0", + "regexp-clone": "^1.0.0", + "safe-buffer": "5.1.2", + "sliced": "1.0.1" + }, + "dependencies": { + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + }, + "optimist": { + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz", + "integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=", + "requires": { + "wordwrap": "~0.0.2" + } + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "promise": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz", + "integrity": "sha1-LOcp9rlLRcJoka0GAsXJDgTG7vY=", + "requires": { + "asap": "~1.0.0" + } + }, + "proxy-addr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", + "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", + "requires": { + "forwarded": "~0.1.2", + "ipaddr.js": "1.9.1" + } + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz", + "integrity": "sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==", + "requires": { + "bytes": "3.0.0", + "http-errors": "1.6.3", + "iconv-lite": "0.4.23", + "unpipe": "1.0.0" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "regexp-clone": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-1.0.0.tgz", + "integrity": "sha512-TuAasHQNamyyJ2hb97IuBEif4qBHGjPHBS64sZwytpLEqtBQ1gPJTnOaQ6qmpET16cK14kkjbazl6+p0RRv0yw==" + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + }, + "require_optional": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.1.tgz", + "integrity": "sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g==", + "requires": { + "resolve-from": "^2.0.0", + "semver": "^5.1.0" + } + }, + "resolve-from": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz", + "integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=" + }, + "right-align": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz", + "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=", + "requires": { + "align-text": "^0.1.1" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "saslprep": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", + "integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==", + "optional": true, + "requires": { + "sparse-bitfield": "^3.0.3" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, + "send": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz", + "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.6.2", + "mime": "1.4.1", + "ms": "2.0.0", + "on-finished": "~2.3.0", + "range-parser": "~1.2.0", + "statuses": "~1.4.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "serve-static": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", + "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.2", + "send": "0.16.2" + } + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + }, + "sift": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/sift/-/sift-7.0.1.tgz", + "integrity": "sha512-oqD7PMJ+uO6jV9EQCl0LrRw1OwsiPsiFQR5AR30heR+4Dl7jBBbDLnNvWiak20tzZlSE1H7RB30SX/1j/YYT7g==" + }, + "sliced": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", + "integrity": "sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E=" + }, + "source-map": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", + "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", + "requires": { + "amdefine": ">=0.0.4" + } + }, + "sparse-bitfield": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", + "integrity": "sha1-/0rm5oZWBWuks+eSqzM004JzyhE=", + "optional": true, + "requires": { + "memory-pager": "^1.0.2" + } + }, + "statuses": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", + "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "transformers": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz", + "integrity": "sha1-XSPLNVYd2F3Gf7hIIwm0fVPM6ac=", + "requires": { + "css": "~1.0.8", + "promise": "~2.0", + "uglify-js": "~2.2.5" + }, + "dependencies": { + "is-promise": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz", + "integrity": "sha1-MVc3YcBX4zwukaq56W2gjO++duU=" + }, + "promise": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/promise/-/promise-2.0.0.tgz", + "integrity": "sha1-RmSKqdYFr10ucMMCS/WUNtoCuA4=", + "requires": { + "is-promise": "~1" + } + }, + "source-map": { + "version": "0.1.43", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz", + "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=", + "requires": { + "amdefine": ">=0.0.4" + } + }, + "uglify-js": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz", + "integrity": "sha1-puAqcNg5eSuXgEiLe4sYTAlcmcc=", + "requires": { + "optimist": "~0.3.5", + "source-map": "~0.1.7" + } + } + } + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "uglify-js": { + "version": "2.8.29", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz", + "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=", + "requires": { + "source-map": "~0.5.1", + "uglify-to-browserify": "~1.0.0", + "yargs": "~3.10.0" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, + "uglify-to-browserify": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz", + "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=", + "optional": true + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "void-elements": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", + "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=" + }, + "window-size": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", + "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=" + }, + "with": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/with/-/with-4.0.3.tgz", + "integrity": "sha1-7v0VTp550sjTQXtkeo8U2f7M4U4=", + "requires": { + "acorn": "^1.0.1", + "acorn-globals": "^1.0.3" + }, + "dependencies": { + "acorn": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz", + "integrity": "sha1-yM4n3grMdtiW0rH6099YjZ6C8BQ=" + } + } + }, + "wordwrap": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", + "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=" + }, + "yargs": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", + "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", + "requires": { + "camelcase": "^1.0.2", + "cliui": "^2.1.0", + "decamelize": "^1.0.0", + "window-size": "0.1.0" + } + } + } +} diff --git a/pokeAPI/package.json b/pokeAPI/package.json index f8c62707f..2a5c9eaf8 100644 --- a/pokeAPI/package.json +++ b/pokeAPI/package.json @@ -11,6 +11,7 @@ "express": "~4.16.1", "http-errors": "~1.6.3", "jade": "~1.11.0", + "mongoose": "^5.12.2", "morgan": "~1.9.1" } } diff --git a/pokeAPI/routes/pokedex.js b/pokeAPI/routes/pokedex.js index 623e4302b..56e140048 100644 --- a/pokeAPI/routes/pokedex.js +++ b/pokeAPI/routes/pokedex.js @@ -1,5 +1,15 @@ var express = require('express'); var router = express.Router(); +var mongoose = require('mongoose'); +const db = 'mongodb+srv://userdb:senhadb@cluster0.f39tr.mongodb.net/angularpokedex?retryWrites=true&w=majority' + +mongoose.connect(db,err =>{ + if(err){ + console.log("\n Erro! \n"+err); + }else{ + console.log("Connected to MongoDB!"); + } +}) /* GET users listing. */ router.get('/', function(req, res, next) { From 67adf59a3c3c51e9960ffa00469e4b1a68dd5e7a Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Fri, 26 Mar 2021 09:50:02 -0300 Subject: [PATCH 12/17] criado rota para pegar dados de pokemon --- pokeAPI/routes/pokedex.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pokeAPI/routes/pokedex.js b/pokeAPI/routes/pokedex.js index 56e140048..7af81353d 100644 --- a/pokeAPI/routes/pokedex.js +++ b/pokeAPI/routes/pokedex.js @@ -1,5 +1,6 @@ var express = require('express'); var router = express.Router(); +var Pokemon = require('../models/pokemon') var mongoose = require('mongoose'); const db = 'mongodb+srv://userdb:senhadb@cluster0.f39tr.mongodb.net/angularpokedex?retryWrites=true&w=majority' @@ -12,8 +13,14 @@ mongoose.connect(db,err =>{ }) /* GET users listing. */ -router.get('/', function(req, res, next) { - res.send('respond with a resource'); +router.get('/pokemon/getall', function(req, res, next) { + Pokemon.find({},(err,data)=>{ + if(err){ + console.log(err); + }else{ + res.send(data); + } + }); }); module.exports = router; From 880480dcd9cd28689245aba17256777141d861b1 Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Fri, 26 Mar 2021 09:50:17 -0300 Subject: [PATCH 13/17] criado service para receber daddos da api --- .../src/app/core/pokemon.service.spec.ts | 16 ++++++++++++++++ AngularPokedex/src/app/core/pokemon.service.ts | 9 +++++++++ 2 files changed, 25 insertions(+) create mode 100644 AngularPokedex/src/app/core/pokemon.service.spec.ts create mode 100644 AngularPokedex/src/app/core/pokemon.service.ts diff --git a/AngularPokedex/src/app/core/pokemon.service.spec.ts b/AngularPokedex/src/app/core/pokemon.service.spec.ts new file mode 100644 index 000000000..0a26d5d7c --- /dev/null +++ b/AngularPokedex/src/app/core/pokemon.service.spec.ts @@ -0,0 +1,16 @@ +import { TestBed } from '@angular/core/testing'; + +import { PokemonService } from './pokemon.service'; + +describe('PokemonService', () => { + let service: PokemonService; + + beforeEach(() => { + TestBed.configureTestingModule({}); + service = TestBed.inject(PokemonService); + }); + + it('should be created', () => { + expect(service).toBeTruthy(); + }); +}); diff --git a/AngularPokedex/src/app/core/pokemon.service.ts b/AngularPokedex/src/app/core/pokemon.service.ts new file mode 100644 index 000000000..bf912598f --- /dev/null +++ b/AngularPokedex/src/app/core/pokemon.service.ts @@ -0,0 +1,9 @@ +import { Injectable } from '@angular/core'; + +@Injectable({ + providedIn: 'root' +}) +export class PokemonService { + + constructor() { } +} From 636aeb3709865ea1d067045fdc2bb1b521959f19 Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Fri, 26 Mar 2021 12:58:42 -0300 Subject: [PATCH 14/17] Removido API e substituido por Json-server --- AngularPokedex/db.json | 26308 ++++++++++++++++ AngularPokedex/src/app/app.module.ts | 5 +- .../src/app/core/pokemon.service.ts | 16 +- .../app/pokemonlist/pokemonlist.component.css | 3 + .../pokemonlist/pokemonlist.component.html | 36 +- .../app/pokemonlist/pokemonlist.component.ts | 44 +- .../src/app/shared/models/pokemon.ts | 35 +- AngularPokedex/src/index.html | 4 +- AngularPokedex/src/styles.css | 1 - pokeAPI/app.js | 41 - pokeAPI/bin/www | 90 - pokeAPI/models/pokemon.js | 35 - pokeAPI/package-lock.json | 1012 - pokeAPI/package.json | 17 - pokeAPI/public/stylesheets/style.css | 8 - pokeAPI/routes/index.js | 9 - pokeAPI/routes/pokedex.js | 26 - pokeAPI/views/error.jade | 6 - pokeAPI/views/index.jade | 5 - pokeAPI/views/layout.jade | 7 - 20 files changed, 26440 insertions(+), 1268 deletions(-) create mode 100644 AngularPokedex/db.json delete mode 100644 pokeAPI/app.js delete mode 100644 pokeAPI/bin/www delete mode 100644 pokeAPI/models/pokemon.js delete mode 100644 pokeAPI/package-lock.json delete mode 100644 pokeAPI/package.json delete mode 100644 pokeAPI/public/stylesheets/style.css delete mode 100644 pokeAPI/routes/index.js delete mode 100644 pokeAPI/routes/pokedex.js delete mode 100644 pokeAPI/views/error.jade delete mode 100644 pokeAPI/views/index.jade delete mode 100644 pokeAPI/views/layout.jade diff --git a/AngularPokedex/db.json b/AngularPokedex/db.json new file mode 100644 index 000000000..203ccfe5a --- /dev/null +++ b/AngularPokedex/db.json @@ -0,0 +1,26308 @@ +{ + "pokemons": [ + { + "Row": "1", + "Name": "Bulbasaur", + "Pokedex_Number": "1", + "Img_name": "1", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "1", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "326", + "ATK": "118", + "DEF": "118", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "981", + "onehundred_CP_at_39": "967" + }, + { + "Row": "2", + "Name": "Ivysaur", + "Pokedex_Number": "2", + "Img_name": "2", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "1", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "422", + "ATK": "151", + "DEF": "151", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1552", + "onehundred_CP_at_39": "1529" + }, + { + "Row": "3", + "Name": "Venusaur", + "Pokedex_Number": "3", + "Img_name": "3", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "1", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "556", + "ATK": "198", + "DEF": "198", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2568", + "onehundred_CP_at_39": "2531" + }, + { + "Row": "4", + "Name": "Charmander", + "Pokedex_Number": "4", + "Img_name": "4", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "2", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "290", + "ATK": "116", + "DEF": "96", + "STA": "78", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "831", + "onehundred_CP_at_39": "819" + }, + { + "Row": "5", + "Name": "Charmeleon", + "Pokedex_Number": "5", + "Img_name": "5", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "2", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "403", + "ATK": "158", + "DEF": "129", + "STA": "116", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1484", + "onehundred_CP_at_39": "1462" + }, + { + "Row": "6", + "Name": "Charizard", + "Pokedex_Number": "6", + "Img_name": "6", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "2", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "555", + "ATK": "223", + "DEF": "176", + "STA": "156", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2686", + "onehundred_CP_at_39": "2648" + }, + { + "Row": "7", + "Name": "Squirtle", + "Pokedex_Number": "7", + "Img_name": "7", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "3", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "304", + "ATK": "94", + "DEF": "122", + "STA": "88", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "808", + "onehundred_CP_at_39": "797" + }, + { + "Row": "8", + "Name": "Wartortle", + "Pokedex_Number": "8", + "Img_name": "8", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "3", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "399", + "ATK": "126", + "DEF": "155", + "STA": "118", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1324", + "onehundred_CP_at_39": "1305" + }, + { + "Row": "9", + "Name": "Blastoise", + "Pokedex_Number": "9", + "Img_name": "9", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "3", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "539", + "ATK": "171", + "DEF": "210", + "STA": "158", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2291", + "onehundred_CP_at_39": "2259" + }, + { + "Row": "10", + "Name": "Caterpie", + "Pokedex_Number": "10", + "Img_name": "10", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "4", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "207", + "ATK": "55", + "DEF": "62", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "393", + "onehundred_CP_at_39": "387" + }, + { + "Row": "11", + "Name": "Metapod", + "Pokedex_Number": "11", + "Img_name": "11", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "4", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "239", + "ATK": "45", + "DEF": "94", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "419", + "onehundred_CP_at_39": "413" + }, + { + "Row": "12", + "Name": "Butterfree", + "Pokedex_Number": "12", + "Img_name": "12", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "4", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "438", + "ATK": "167", + "DEF": "151", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1701", + "onehundred_CP_at_39": "1677" + }, + { + "Row": "13", + "Name": "Weedle", + "Pokedex_Number": "13", + "Img_name": "13", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "5", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "198", + "ATK": "63", + "DEF": "55", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "397", + "onehundred_CP_at_39": "391" + }, + { + "Row": "14", + "Name": "Kakuna", + "Pokedex_Number": "14", + "Img_name": "14", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "5", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "222", + "ATK": "46", + "DEF": "86", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "392", + "onehundred_CP_at_39": "386" + }, + { + "Row": "15", + "Name": "Beedrill", + "Pokedex_Number": "15", + "Img_name": "15", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "5", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "449", + "ATK": "169", + "DEF": "150", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1777", + "onehundred_CP_at_39": "1752" + }, + { + "Row": "16", + "Name": "Pidgey", + "Pokedex_Number": "16", + "Img_name": "16", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "6", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "241", + "ATK": "85", + "DEF": "76", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "580", + "onehundred_CP_at_39": "572" + }, + { + "Row": "17", + "Name": "Pidgeotto", + "Pokedex_Number": "17", + "Img_name": "17", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "6", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "351", + "ATK": "117", + "DEF": "108", + "STA": "126", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1085", + "onehundred_CP_at_39": "1070" + }, + { + "Row": "18", + "Name": "Pidgeot", + "Pokedex_Number": "18", + "Img_name": "18", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "6", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "489", + "ATK": "166", + "DEF": "157", + "STA": "166", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1994", + "onehundred_CP_at_39": "1966" + }, + { + "Row": "19", + "Name": "Rattata", + "Pokedex_Number": "19", + "Img_name": "19", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "7", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "233", + "ATK": "103", + "DEF": "70", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "588", + "onehundred_CP_at_39": "580" + }, + { + "Row": "20", + "Name": "Raticate", + "Pokedex_Number": "20", + "Img_name": "20", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "7", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "415", + "ATK": "161", + "DEF": "144", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1549", + "onehundred_CP_at_39": "1527" + }, + { + "Row": "21", + "Name": "Spearow", + "Pokedex_Number": "21", + "Img_name": "21", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "8", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "253", + "ATK": "112", + "DEF": "61", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "673", + "onehundred_CP_at_39": "664" + }, + { + "Row": "22", + "Name": "Fearow", + "Pokedex_Number": "22", + "Img_name": "22", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "8", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "447", + "ATK": "182", + "DEF": "135", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1814", + "onehundred_CP_at_39": "1788" + }, + { + "Row": "23", + "Name": "Ekans", + "Pokedex_Number": "23", + "Img_name": "23", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "9", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "282", + "ATK": "110", + "DEF": "102", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "778", + "onehundred_CP_at_39": "767" + }, + { + "Row": "24", + "Name": "Arbok", + "Pokedex_Number": "24", + "Img_name": "24", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "9", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "445", + "ATK": "167", + "DEF": "158", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1737", + "onehundred_CP_at_39": "1712" + }, + { + "Row": "25", + "Name": "Pikachu", + "Pokedex_Number": "25", + "Img_name": "25", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "10", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "283", + "ATK": "112", + "DEF": "101", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "787", + "onehundred_CP_at_39": "776" + }, + { + "Row": "26", + "Name": "Raichu", + "Pokedex_Number": "26", + "Img_name": "26", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "10", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "478", + "ATK": "193", + "DEF": "165", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2025", + "onehundred_CP_at_39": "1996" + }, + { + "Row": "27", + "Name": "Sandshrew", + "Pokedex_Number": "27", + "Img_name": "27", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "11", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "371", + "ATK": "126", + "DEF": "145", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1194", + "onehundred_CP_at_39": "1177" + }, + { + "Row": "28", + "Name": "Sandslash", + "Pokedex_Number": "28", + "Img_name": "28", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "11", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "534", + "ATK": "182", + "DEF": "202", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2328", + "onehundred_CP_at_39": "2294" + }, + { + "Row": "29", + "Name": "Nidoran F", + "Pokedex_Number": "29", + "Img_name": "29", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "12", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "290", + "ATK": "86", + "DEF": "94", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "736", + "onehundred_CP_at_39": "725" + }, + { + "Row": "30", + "Name": "Nidorina", + "Pokedex_Number": "30", + "Img_name": "30", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "12", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "383", + "ATK": "117", + "DEF": "126", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1218", + "onehundred_CP_at_39": "1201" + }, + { + "Row": "31", + "Name": "Nidoqueen", + "Pokedex_Number": "31", + "Img_name": "31", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "12", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "ground", + "Weather_1": "Cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "534", + "ATK": "180", + "DEF": "174", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2338", + "onehundred_CP_at_39": "2304" + }, + { + "Row": "32", + "Name": "Nidoran M", + "Pokedex_Number": "32", + "Img_name": "32", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "13", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "273", + "ATK": "105", + "DEF": "76", + "STA": "92", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "739", + "onehundred_CP_at_39": "729" + }, + { + "Row": "33", + "Name": "Nidorino", + "Pokedex_Number": "33", + "Img_name": "33", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "13", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "371", + "ATK": "137", + "DEF": "112", + "STA": "122", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1252", + "onehundred_CP_at_39": "1234" + }, + { + "Row": "34", + "Name": "Nidoking", + "Pokedex_Number": "34", + "Img_name": "34", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "13", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "ground", + "Weather_1": "Cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "523", + "ATK": "204", + "DEF": "157", + "STA": "162", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2386", + "onehundred_CP_at_39": "2352" + }, + { + "Row": "35", + "Name": "Clefairy", + "Pokedex_Number": "35", + "Img_name": "35", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "14", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "363", + "ATK": "107", + "DEF": "116", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1085", + "onehundred_CP_at_39": "1070" + }, + { + "Row": "36", + "Name": "Clefable", + "Pokedex_Number": "36", + "Img_name": "36", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "14", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "539", + "ATK": "178", + "DEF": "171", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2353", + "onehundred_CP_at_39": "2320" + }, + { + "Row": "37", + "Name": "Vulpix", + "Pokedex_Number": "37", + "Img_name": "37", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "15", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "294", + "ATK": "96", + "DEF": "122", + "STA": "76", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "774", + "onehundred_CP_at_39": "763" + }, + { + "Row": "38", + "Name": "Ninetales", + "Pokedex_Number": "38", + "Img_name": "38", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "15", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "519", + "ATK": "169", + "DEF": "204", + "STA": "146", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2157", + "onehundred_CP_at_39": "2127" + }, + { + "Row": "39", + "Name": "Jigglypuff", + "Pokedex_Number": "39", + "Img_name": "39", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "16", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "fairy", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "354", + "ATK": "80", + "DEF": "44", + "STA": "230", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "713", + "onehundred_CP_at_39": "703" + }, + { + "Row": "40", + "Name": "Wigglytuff", + "Pokedex_Number": "40", + "Img_name": "40", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "16", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "fairy", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "529", + "ATK": "156", + "DEF": "93", + "STA": "280", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1906", + "onehundred_CP_at_39": "1879" + }, + { + "Row": "41", + "Name": "Zubat", + "Pokedex_Number": "41", + "Img_name": "41", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "17", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "flying", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "239", + "ATK": "83", + "DEF": "76", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "569", + "onehundred_CP_at_39": "560" + }, + { + "Row": "42", + "Name": "Golbat", + "Pokedex_Number": "42", + "Img_name": "42", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "17", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "flying", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "464", + "ATK": "161", + "DEF": "153", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1830", + "onehundred_CP_at_39": "1804" + }, + { + "Row": "43", + "Name": "Oddish", + "Pokedex_Number": "43", + "Img_name": "43", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "18", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "337", + "ATK": "131", + "DEF": "116", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1069", + "onehundred_CP_at_39": "1054" + }, + { + "Row": "44", + "Name": "Gloom", + "Pokedex_Number": "44", + "Img_name": "44", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "18", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "412", + "ATK": "153", + "DEF": "139", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1512", + "onehundred_CP_at_39": "1491" + }, + { + "Row": "45", + "Name": "Vileplume", + "Pokedex_Number": "45", + "Img_name": "45", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "18", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "522", + "ATK": "202", + "DEF": "170", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2367", + "onehundred_CP_at_39": "2334" + }, + { + "Row": "46", + "Name": "Paras", + "Pokedex_Number": "46", + "Img_name": "46", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "19", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "290", + "ATK": "121", + "DEF": "99", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "836", + "onehundred_CP_at_39": "824" + }, + { + "Row": "47", + "Name": "Parasect", + "Pokedex_Number": "47", + "Img_name": "47", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "19", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "431", + "ATK": "165", + "DEF": "146", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1657", + "onehundred_CP_at_39": "1633" + }, + { + "Row": "48", + "Name": "Venonat", + "Pokedex_Number": "48", + "Img_name": "48", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "20", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "322", + "ATK": "100", + "DEF": "102", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "902", + "onehundred_CP_at_39": "889" + }, + { + "Row": "49", + "Name": "Venomoth", + "Pokedex_Number": "49", + "Img_name": "49", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "20", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "469", + "ATK": "179", + "DEF": "150", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1937", + "onehundred_CP_at_39": "1910" + }, + { + "Row": "50", + "Name": "Diglett", + "Pokedex_Number": "50", + "Img_name": "50", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "21", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "217", + "ATK": "109", + "DEF": "88", + "STA": "20", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "465", + "onehundred_CP_at_39": "458" + }, + { + "Row": "51", + "Name": "Dugtrio", + "Pokedex_Number": "51", + "Img_name": "51", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "21", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "384", + "ATK": "167", + "DEF": "147", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1333", + "onehundred_CP_at_39": "1314" + }, + { + "Row": "52", + "Name": "Meowth", + "Pokedex_Number": "52", + "Img_name": "52", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "23", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "253", + "ATK": "92", + "DEF": "81", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "638", + "onehundred_CP_at_39": "629" + }, + { + "Row": "53", + "Name": "Persian", + "Pokedex_Number": "53", + "Img_name": "53", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "23", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "419", + "ATK": "150", + "DEF": "139", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1539", + "onehundred_CP_at_39": "1517" + }, + { + "Row": "54", + "Name": "Psyduck", + "Pokedex_Number": "54", + "Img_name": "54", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "24", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "318", + "ATK": "122", + "DEF": "96", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "966", + "onehundred_CP_at_39": "952" + }, + { + "Row": "55", + "Name": "Golduck", + "Pokedex_Number": "55", + "Img_name": "55", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "24", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "514", + "ATK": "191", + "DEF": "163", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2270", + "onehundred_CP_at_39": "2238" + }, + { + "Row": "56", + "Name": "Mankey", + "Pokedex_Number": "56", + "Img_name": "56", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "25", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "315", + "ATK": "148", + "DEF": "87", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1002", + "onehundred_CP_at_39": "987" + }, + { + "Row": "57", + "Name": "Primeape", + "Pokedex_Number": "57", + "Img_name": "57", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "25", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "481", + "ATK": "207", + "DEF": "144", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2105", + "onehundred_CP_at_39": "2075" + }, + { + "Row": "58", + "Name": "Growlithe", + "Pokedex_Number": "58", + "Img_name": "58", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "26", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "342", + "ATK": "136", + "DEF": "96", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1110", + "onehundred_CP_at_39": "1095" + }, + { + "Row": "59", + "Name": "Arcanine", + "Pokedex_Number": "59", + "Img_name": "59", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "26", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "573", + "ATK": "227", + "DEF": "166", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2839", + "onehundred_CP_at_39": "2799" + }, + { + "Row": "60", + "Name": "Poliwag", + "Pokedex_Number": "60", + "Img_name": "60", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "27", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "263", + "ATK": "101", + "DEF": "82", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "695", + "onehundred_CP_at_39": "685" + }, + { + "Row": "61", + "Name": "Poliwhirl", + "Pokedex_Number": "61", + "Img_name": "61", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "27", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "390", + "ATK": "130", + "DEF": "130", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1313", + "onehundred_CP_at_39": "1294" + }, + { + "Row": "62", + "Name": "Poliwrath", + "Pokedex_Number": "62", + "Img_name": "62", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "27", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "fighting", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "549", + "ATK": "182", + "DEF": "187", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2441", + "onehundred_CP_at_39": "2407" + }, + { + "Row": "63", + "Name": "Abra", + "Pokedex_Number": "63", + "Img_name": "63", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "28", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "348", + "ATK": "195", + "DEF": "103", + "STA": "50", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1148", + "onehundred_CP_at_39": "1132" + }, + { + "Row": "64", + "Name": "Kadabra", + "Pokedex_Number": "64", + "Img_name": "64", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "28", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "450", + "ATK": "232", + "DEF": "138", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1859", + "onehundred_CP_at_39": "1833" + }, + { + "Row": "65", + "Name": "Alakazam", + "Pokedex_Number": "65", + "Img_name": "65", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "28", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "575", + "ATK": "271", + "DEF": "194", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2887", + "onehundred_CP_at_39": "2845" + }, + { + "Row": "66", + "Name": "Machop", + "Pokedex_Number": "66", + "Img_name": "66", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "29", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "365", + "ATK": "137", + "DEF": "88", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1199", + "onehundred_CP_at_39": "1182" + }, + { + "Row": "67", + "Name": "Machoke", + "Pokedex_Number": "67", + "Img_name": "67", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "29", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "467", + "ATK": "177", + "DEF": "130", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1910", + "onehundred_CP_at_39": "1882" + }, + { + "Row": "68", + "Name": "Machamp", + "Pokedex_Number": "68", + "Img_name": "68", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "29", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "576", + "ATK": "234", + "DEF": "162", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "3", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2889", + "onehundred_CP_at_39": "2848" + }, + { + "Row": "69", + "Name": "Bellsprout", + "Pokedex_Number": "69", + "Img_name": "69", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "30", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "303", + "ATK": "139", + "DEF": "64", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "916", + "onehundred_CP_at_39": "903" + }, + { + "Row": "70", + "Name": "Weepinbell", + "Pokedex_Number": "70", + "Img_name": "70", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "30", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "397", + "ATK": "172", + "DEF": "95", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1475", + "onehundred_CP_at_39": "1453" + }, + { + "Row": "71", + "Name": "Victreebel", + "Pokedex_Number": "71", + "Img_name": "71", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "30", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "505", + "ATK": "207", + "DEF": "138", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2268", + "onehundred_CP_at_39": "2236" + }, + { + "Row": "72", + "Name": "Tentacool", + "Pokedex_Number": "72", + "Img_name": "72", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "31", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "359", + "ATK": "97", + "DEF": "182", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "956", + "onehundred_CP_at_39": "943" + }, + { + "Row": "73", + "Name": "Tentacruel", + "Pokedex_Number": "73", + "Img_name": "73", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "31", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "563", + "ATK": "166", + "DEF": "237", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2374", + "onehundred_CP_at_39": "2340" + }, + { + "Row": "74", + "Name": "Geodude", + "Pokedex_Number": "74", + "Img_name": "74", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "32", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "375", + "ATK": "132", + "DEF": "163", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1193", + "onehundred_CP_at_39": "1176" + }, + { + "Row": "75", + "Name": "Graveler", + "Pokedex_Number": "75", + "Img_name": "75", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "32", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "470", + "ATK": "164", + "DEF": "196", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1815", + "onehundred_CP_at_39": "1789" + }, + { + "Row": "76", + "Name": "Golem", + "Pokedex_Number": "76", + "Img_name": "76", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "32", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "600", + "ATK": "211", + "DEF": "229", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "4", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2916", + "onehundred_CP_at_39": "2875" + }, + { + "Row": "77", + "Name": "Ponyta", + "Pokedex_Number": "77", + "Img_name": "77", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "33", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "402", + "ATK": "170", + "DEF": "132", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1502", + "onehundred_CP_at_39": "1480" + }, + { + "Row": "78", + "Name": "Rapidash", + "Pokedex_Number": "78", + "Img_name": "78", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "33", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "504", + "ATK": "207", + "DEF": "167", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2252", + "onehundred_CP_at_39": "2220" + }, + { + "Row": "79", + "Name": "Slowpoke", + "Pokedex_Number": "79", + "Img_name": "79", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "34", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "psychic", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "398", + "ATK": "109", + "DEF": "109", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1204", + "onehundred_CP_at_39": "1187" + }, + { + "Row": "80", + "Name": "Slowbro", + "Pokedex_Number": "80", + "Img_name": "80", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "34", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "psychic", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "561", + "ATK": "177", + "DEF": "194", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2482", + "onehundred_CP_at_39": "2446" + }, + { + "Row": "81", + "Name": "Magnemite", + "Pokedex_Number": "81", + "Img_name": "81", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "35", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "343", + "ATK": "165", + "DEF": "128", + "STA": "50", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1083", + "onehundred_CP_at_39": "1068" + }, + { + "Row": "82", + "Name": "Magneton", + "Pokedex_Number": "82", + "Img_name": "82", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "35", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "505", + "ATK": "223", + "DEF": "182", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "2237", + "onehundred_CP_at_39": "2205" + }, + { + "Row": "83", + "Name": "Farfetchd", + "Pokedex_Number": "83", + "Img_name": "83", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "36", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "346", + "ATK": "124", + "DEF": "118", + "STA": "104", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1092", + "onehundred_CP_at_39": "1076" + }, + { + "Row": "84", + "Name": "Doduo", + "Pokedex_Number": "84", + "Img_name": "84", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "37", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "316", + "ATK": "158", + "DEF": "88", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1011", + "onehundred_CP_at_39": "996" + }, + { + "Row": "85", + "Name": "Dodrio", + "Pokedex_Number": "85", + "Img_name": "85", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "37", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "483", + "ATK": "218", + "DEF": "145", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2138", + "onehundred_CP_at_39": "2108" + }, + { + "Row": "86", + "Name": "Seel", + "Pokedex_Number": "86", + "Img_name": "86", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "38", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "343", + "ATK": "85", + "DEF": "128", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "899", + "onehundred_CP_at_39": "886" + }, + { + "Row": "87", + "Name": "Dewgong", + "Pokedex_Number": "87", + "Img_name": "87", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "38", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ice", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "503", + "ATK": "139", + "DEF": "184", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1894", + "onehundred_CP_at_39": "1867" + }, + { + "Row": "88", + "Name": "Grimer", + "Pokedex_Number": "88", + "Img_name": "88", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "39", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "385", + "ATK": "135", + "DEF": "90", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1269", + "onehundred_CP_at_39": "1251" + }, + { + "Row": "89", + "Name": "Muk", + "Pokedex_Number": "89", + "Img_name": "89", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "39", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "584", + "ATK": "190", + "DEF": "184", + "STA": "210", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2709", + "onehundred_CP_at_39": "2670" + }, + { + "Row": "90", + "Name": "Shellder", + "Pokedex_Number": "90", + "Img_name": "90", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "40", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "344", + "ATK": "116", + "DEF": "168", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "958", + "onehundred_CP_at_39": "944" + }, + { + "Row": "91", + "Name": "Cloyster", + "Pokedex_Number": "91", + "Img_name": "91", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "40", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ice", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "609", + "ATK": "186", + "DEF": "323", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2475", + "onehundred_CP_at_39": "2439" + }, + { + "Row": "92", + "Name": "Gastly", + "Pokedex_Number": "92", + "Img_name": "92", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "41", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "poison", + "Weather_1": "Fog", + "Weather_2": "Cloudy", + "STAT_TOTAL": "316", + "ATK": "186", + "DEF": "70", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1002", + "onehundred_CP_at_39": "988" + }, + { + "Row": "93", + "Name": "Haunter", + "Pokedex_Number": "93", + "Img_name": "93", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "41", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "poison", + "Weather_1": "Fog", + "Weather_2": "Cloudy", + "STAT_TOTAL": "425", + "ATK": "223", + "DEF": "112", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1716", + "onehundred_CP_at_39": "1692" + }, + { + "Row": "94", + "Name": "Gengar", + "Pokedex_Number": "94", + "Img_name": "94", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "41", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "poison", + "Weather_1": "Fog", + "Weather_2": "Cloudy", + "STAT_TOTAL": "537", + "ATK": "261", + "DEF": "156", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "3", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2619", + "onehundred_CP_at_39": "2581" + }, + { + "Row": "95", + "Name": "Onix", + "Pokedex_Number": "95", + "Img_name": "95", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "42", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "443", + "ATK": "85", + "DEF": "288", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1002", + "onehundred_CP_at_39": "988" + }, + { + "Row": "96", + "Name": "Drowzee", + "Pokedex_Number": "96", + "Img_name": "96", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "43", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "367", + "ATK": "89", + "DEF": "158", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "992", + "onehundred_CP_at_39": "978" + }, + { + "Row": "97", + "Name": "Hypno", + "Pokedex_Number": "97", + "Img_name": "97", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "43", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "529", + "ATK": "144", + "DEF": "215", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2048", + "onehundred_CP_at_39": "2019" + }, + { + "Row": "98", + "Name": "Krabby", + "Pokedex_Number": "98", + "Img_name": "98", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "44", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "397", + "ATK": "181", + "DEF": "156", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1386", + "onehundred_CP_at_39": "1366" + }, + { + "Row": "99", + "Name": "Kingler", + "Pokedex_Number": "99", + "Img_name": "99", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "44", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "564", + "ATK": "240", + "DEF": "214", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2694", + "onehundred_CP_at_39": "2656" + }, + { + "Row": "100", + "Name": "Voltorb", + "Pokedex_Number": "100", + "Img_name": "100", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "45", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "303", + "ATK": "109", + "DEF": "114", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "857", + "onehundred_CP_at_39": "845" + }, + { + "Row": "101", + "Name": "Electrode", + "Pokedex_Number": "101", + "Img_name": "101", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "45", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "472", + "ATK": "173", + "DEF": "179", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1900", + "onehundred_CP_at_39": "1873" + }, + { + "Row": "102", + "Name": "Exeggcute", + "Pokedex_Number": "102", + "Img_name": "102", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "46", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "psychic", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "367", + "ATK": "107", + "DEF": "140", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1102", + "onehundred_CP_at_39": "1086" + }, + { + "Row": "103", + "Name": "Exeggutor", + "Pokedex_Number": "103", + "Img_name": "103", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "46", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "psychic", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "581", + "ATK": "233", + "DEF": "158", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2916", + "onehundred_CP_at_39": "2875" + }, + { + "Row": "104", + "Name": "Cubone", + "Pokedex_Number": "104", + "Img_name": "104", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "47", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "355", + "ATK": "90", + "DEF": "165", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "943", + "onehundred_CP_at_39": "930" + }, + { + "Row": "105", + "Name": "Marowak", + "Pokedex_Number": "105", + "Img_name": "105", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "47", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "464", + "ATK": "144", + "DEF": "200", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1691", + "onehundred_CP_at_39": "1667" + }, + { + "Row": "106", + "Name": "Hitmonlee", + "Pokedex_Number": "106", + "Img_name": "106", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "48", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "535", + "ATK": "224", + "DEF": "211", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2406", + "onehundred_CP_at_39": "2372" + }, + { + "Row": "107", + "Name": "Hitmonchan", + "Pokedex_Number": "107", + "Img_name": "107", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "48", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "505", + "ATK": "193", + "DEF": "212", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2098", + "onehundred_CP_at_39": "2069" + }, + { + "Row": "108", + "Name": "Lickitung", + "Pokedex_Number": "108", + "Img_name": "108", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "49", + "Cross_Gen": "1", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "425", + "ATK": "108", + "DEF": "137", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1322", + "onehundred_CP_at_39": "1303" + }, + { + "Row": "109", + "Name": "Koffing", + "Pokedex_Number": "109", + "Img_name": "109", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "50", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "363", + "ATK": "119", + "DEF": "164", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1091", + "onehundred_CP_at_39": "1075" + }, + { + "Row": "110", + "Name": "Weezing", + "Pokedex_Number": "110", + "Img_name": "110", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "50", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "525", + "ATK": "174", + "DEF": "221", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2183", + "onehundred_CP_at_39": "2152" + }, + { + "Row": "111", + "Name": "Rhyhorn", + "Pokedex_Number": "111", + "Img_name": "111", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "51", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "rock", + "Weather_1": "Sunny/clear", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "457", + "ATK": "140", + "DEF": "157", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1679", + "onehundred_CP_at_39": "1655" + }, + { + "Row": "112", + "Name": "Rhydon", + "Pokedex_Number": "112", + "Img_name": "112", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "51", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "rock", + "Weather_1": "Sunny/clear", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "638", + "ATK": "222", + "DEF": "206", + "STA": "210", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "3300", + "onehundred_CP_at_39": "3253" + }, + { + "Row": "113", + "Name": "Chansey", + "Pokedex_Number": "113", + "Img_name": "113", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "52", + "Cross_Gen": "1", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "736", + "ATK": "60", + "DEF": "176", + "STA": "500", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1469", + "onehundred_CP_at_39": "1448" + }, + { + "Row": "114", + "Name": "Tangela", + "Pokedex_Number": "114", + "Img_name": "114", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "53", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "518", + "ATK": "183", + "DEF": "205", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "2208", + "onehundred_CP_at_39": "2177" + }, + { + "Row": "115", + "Name": "Kangaskhan", + "Pokedex_Number": "115", + "Img_name": "115", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "54", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "556", + "ATK": "181", + "DEF": "165", + "STA": "210", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2463", + "onehundred_CP_at_39": "2428" + }, + { + "Row": "116", + "Name": "Horsea", + "Pokedex_Number": "116", + "Img_name": "116", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "55", + "Cross_Gen": "1", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "314", + "ATK": "129", + "DEF": "125", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "921", + "onehundred_CP_at_39": "908" + }, + { + "Row": "117", + "Name": "Seadra", + "Pokedex_Number": "117", + "Img_name": "117", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "55", + "Cross_Gen": "1", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "479", + "ATK": "187", + "DEF": "182", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1979", + "onehundred_CP_at_39": "1951" + }, + { + "Row": "118", + "Name": "Goldeen", + "Pokedex_Number": "118", + "Img_name": "118", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "56", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "328", + "ATK": "123", + "DEF": "115", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1006", + "onehundred_CP_at_39": "992" + }, + { + "Row": "119", + "Name": "Seaking", + "Pokedex_Number": "119", + "Img_name": "119", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "56", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "489", + "ATK": "175", + "DEF": "154", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2040", + "onehundred_CP_at_39": "2011" + }, + { + "Row": "120", + "Name": "Staryu", + "Pokedex_Number": "120", + "Img_name": "120", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "57", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "309", + "ATK": "137", + "DEF": "112", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "926", + "onehundred_CP_at_39": "913" + }, + { + "Row": "121", + "Name": "Starmie", + "Pokedex_Number": "121", + "Img_name": "121", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "57", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "psychic", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "514", + "ATK": "210", + "DEF": "184", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2303", + "onehundred_CP_at_39": "2270" + }, + { + "Row": "122", + "Name": "Mr Mime", + "Pokedex_Number": "122", + "Img_name": "122", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "58", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fairy", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "505", + "ATK": "192", + "DEF": "233", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1984", + "onehundred_CP_at_39": "1956" + }, + { + "Row": "123", + "Name": "Scyther", + "Pokedex_Number": "123", + "Img_name": "123", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "59", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "528", + "ATK": "218", + "DEF": "170", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2464", + "onehundred_CP_at_39": "2429" + }, + { + "Row": "124", + "Name": "Jynx", + "Pokedex_Number": "124", + "Img_name": "124", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "60", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "535", + "ATK": "223", + "DEF": "182", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "3", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2512", + "onehundred_CP_at_39": "2476" + }, + { + "Row": "125", + "Name": "Electabuzz", + "Pokedex_Number": "125", + "Img_name": "125", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "61", + "Cross_Gen": "1", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "501", + "ATK": "198", + "DEF": "173", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "2196", + "onehundred_CP_at_39": "2165" + }, + { + "Row": "126", + "Name": "Magmar", + "Pokedex_Number": "126", + "Img_name": "126", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "62", + "Cross_Gen": "1", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "505", + "ATK": "206", + "DEF": "169", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "2254", + "onehundred_CP_at_39": "2222" + }, + { + "Row": "127", + "Name": "Pinsir", + "Pokedex_Number": "127", + "Img_name": "127", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "63", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "565", + "ATK": "238", + "DEF": "197", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2770", + "onehundred_CP_at_39": "2730" + }, + { + "Row": "128", + "Name": "Tauros", + "Pokedex_Number": "128", + "Img_name": "128", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "64", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "545", + "ATK": "198", + "DEF": "197", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2488", + "onehundred_CP_at_39": "2452" + }, + { + "Row": "129", + "Name": "Magikarp", + "Pokedex_Number": "129", + "Img_name": "129", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "65", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "171", + "ATK": "29", + "DEF": "102", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "1", + "Hatchable": "0", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "220", + "onehundred_CP_at_39": "217" + }, + { + "Row": "130", + "Name": "Gyarados", + "Pokedex_Number": "130", + "Img_name": "130", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "65", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "624", + "ATK": "237", + "DEF": "197", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3281", + "onehundred_CP_at_39": "3234" + }, + { + "Row": "131", + "Name": "Lapras", + "Pokedex_Number": "131", + "Img_name": "131", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "66", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ice", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "605", + "ATK": "165", + "DEF": "180", + "STA": "260", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2603", + "onehundred_CP_at_39": "2566" + }, + { + "Row": "132", + "Name": "Ditto", + "Pokedex_Number": "132", + "Img_name": "132", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "67", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "278", + "ATK": "91", + "DEF": "91", + "STA": "96", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "718", + "onehundred_CP_at_39": "707" + }, + { + "Row": "133", + "Name": "Eevee", + "Pokedex_Number": "133", + "Img_name": "133", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "68", + "Cross_Gen": "1", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "335", + "ATK": "104", + "DEF": "121", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "969", + "onehundred_CP_at_39": "955" + }, + { + "Row": "134", + "Name": "Vaporeon", + "Pokedex_Number": "134", + "Img_name": "134", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "642", + "ATK": "205", + "DEF": "177", + "STA": "260", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3157", + "onehundred_CP_at_39": "3112" + }, + { + "Row": "135", + "Name": "Jolteon", + "Pokedex_Number": "135", + "Img_name": "135", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "563", + "ATK": "232", + "DEF": "201", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "3", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2730", + "onehundred_CP_at_39": "2691" + }, + { + "Row": "136", + "Name": "Flareon", + "Pokedex_Number": "136", + "Img_name": "136", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "580", + "ATK": "246", + "DEF": "204", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2904", + "onehundred_CP_at_39": "2863" + }, + { + "Row": "137", + "Name": "Porygon", + "Pokedex_Number": "137", + "Img_name": "137", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "69", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "422", + "ATK": "153", + "DEF": "139", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1567", + "onehundred_CP_at_39": "1545" + }, + { + "Row": "138", + "Name": "Omanyte", + "Pokedex_Number": "138", + "Img_name": "138", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "70", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "399", + "ATK": "155", + "DEF": "174", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1345", + "onehundred_CP_at_39": "1326" + }, + { + "Row": "139", + "Name": "Omastar", + "Pokedex_Number": "139", + "Img_name": "139", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "70", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "574", + "ATK": "207", + "DEF": "227", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2685", + "onehundred_CP_at_39": "2647" + }, + { + "Row": "140", + "Name": "Kabuto", + "Pokedex_Number": "140", + "Img_name": "140", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "71", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "370", + "ATK": "148", + "DEF": "162", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1172", + "onehundred_CP_at_39": "1156" + }, + { + "Row": "141", + "Name": "Kabutops", + "Pokedex_Number": "141", + "Img_name": "141", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "71", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "543", + "ATK": "220", + "DEF": "203", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2517", + "onehundred_CP_at_39": "2481" + }, + { + "Row": "142", + "Name": "Aerodactyl", + "Pokedex_Number": "142", + "Img_name": "142", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "72", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "545", + "ATK": "221", + "DEF": "164", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2608", + "onehundred_CP_at_39": "2571" + }, + { + "Row": "143", + "Name": "Snorlax", + "Pokedex_Number": "143", + "Img_name": "143", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "73", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "700", + "ATK": "190", + "DEF": "190", + "STA": "320", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3355", + "onehundred_CP_at_39": "3307" + }, + { + "Row": "144", + "Name": "Articuno", + "Pokedex_Number": "144", + "Img_name": "144", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "74", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "flying", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "621", + "ATK": "192", + "DEF": "249", + "STA": "180", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2933", + "onehundred_CP_at_39": "2891" + }, + { + "Row": "145", + "Name": "Zapdos", + "Pokedex_Number": "145", + "Img_name": "145", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "75", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "621", + "ATK": "253", + "DEF": "188", + "STA": "180", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3330", + "onehundred_CP_at_39": "3282" + }, + { + "Row": "146", + "Name": "Moltres", + "Pokedex_Number": "146", + "Img_name": "146", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "76", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "615", + "ATK": "251", + "DEF": "184", + "STA": "180", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3272", + "onehundred_CP_at_39": "3225" + }, + { + "Row": "147", + "Name": "Dratini", + "Pokedex_Number": "147", + "Img_name": "147", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "77", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "295", + "ATK": "119", + "DEF": "94", + "STA": "82", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "860", + "onehundred_CP_at_39": "848" + }, + { + "Row": "148", + "Name": "Dragonair", + "Pokedex_Number": "148", + "Img_name": "148", + "Generation": "1", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "77", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "423", + "ATK": "163", + "DEF": "138", + "STA": "122", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1609", + "onehundred_CP_at_39": "1586" + }, + { + "Row": "149", + "Name": "Dragonite", + "Pokedex_Number": "149", + "Img_name": "149", + "Generation": "1", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "77", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "646", + "ATK": "263", + "DEF": "201", + "STA": "182", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3581", + "onehundred_CP_at_39": "3530" + }, + { + "Row": "150", + "Name": "Mewtwo", + "Pokedex_Number": "150", + "Img_name": "150", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "78", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "675", + "ATK": "300", + "DEF": "182", + "STA": "193", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3982", + "onehundred_CP_at_39": "3925" + }, + { + "Row": "151", + "Name": "Mew", + "Pokedex_Number": "151", + "Img_name": "151", + "Generation": "1", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "79", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "152", + "Name": "Chikorita", + "Pokedex_Number": "152", + "Img_name": "152", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "80", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "304", + "ATK": "92", + "DEF": "122", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "801", + "onehundred_CP_at_39": "790" + }, + { + "Row": "153", + "Name": "Bayleef", + "Pokedex_Number": "153", + "Img_name": "153", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "80", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "397", + "ATK": "122", + "DEF": "155", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1296", + "onehundred_CP_at_39": "1277" + }, + { + "Row": "154", + "Name": "Meganium", + "Pokedex_Number": "154", + "Img_name": "154", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "80", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "530", + "ATK": "168", + "DEF": "202", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2227", + "onehundred_CP_at_39": "2195" + }, + { + "Row": "155", + "Name": "Cyndaquil", + "Pokedex_Number": "155", + "Img_name": "155", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "81", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "290", + "ATK": "116", + "DEF": "96", + "STA": "78", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "831", + "onehundred_CP_at_39": "819" + }, + { + "Row": "156", + "Name": "Quilava", + "Pokedex_Number": "156", + "Img_name": "156", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "81", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "403", + "ATK": "158", + "DEF": "129", + "STA": "116", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1484", + "onehundred_CP_at_39": "1462" + }, + { + "Row": "157", + "Name": "Typhlosion", + "Pokedex_Number": "157", + "Img_name": "157", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "81", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "555", + "ATK": "223", + "DEF": "176", + "STA": "156", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2686", + "onehundred_CP_at_39": "2648" + }, + { + "Row": "158", + "Name": "Totodile", + "Pokedex_Number": "158", + "Img_name": "158", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "82", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "333", + "ATK": "117", + "DEF": "116", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1011", + "onehundred_CP_at_39": "997" + }, + { + "Row": "159", + "Name": "Croconaw", + "Pokedex_Number": "159", + "Img_name": "159", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "82", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "431", + "ATK": "150", + "DEF": "151", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1598", + "onehundred_CP_at_39": "1576" + }, + { + "Row": "160", + "Name": "Feraligatr", + "Pokedex_Number": "160", + "Img_name": "160", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "82", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "572", + "ATK": "205", + "DEF": "197", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2721", + "onehundred_CP_at_39": "2682" + }, + { + "Row": "161", + "Name": "Sentret", + "Pokedex_Number": "161", + "Img_name": "161", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "83", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "226", + "ATK": "79", + "DEF": "77", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "519", + "onehundred_CP_at_39": "511" + }, + { + "Row": "162", + "Name": "Furret", + "Pokedex_Number": "162", + "Img_name": "162", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "83", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "448", + "ATK": "148", + "DEF": "130", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1667", + "onehundred_CP_at_39": "1643" + }, + { + "Row": "163", + "Name": "Hoothoot", + "Pokedex_Number": "163", + "Img_name": "163", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "84", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "288", + "ATK": "67", + "DEF": "101", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "640", + "onehundred_CP_at_39": "631" + }, + { + "Row": "164", + "Name": "Noctowl", + "Pokedex_Number": "164", + "Img_name": "164", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "84", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "524", + "ATK": "145", + "DEF": "179", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2040", + "onehundred_CP_at_39": "2011" + }, + { + "Row": "165", + "Name": "Ledyba", + "Pokedex_Number": "165", + "Img_name": "165", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "85", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "294", + "ATK": "72", + "DEF": "142", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "663", + "onehundred_CP_at_39": "654" + }, + { + "Row": "166", + "Name": "Ledian", + "Pokedex_Number": "166", + "Img_name": "166", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "85", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "426", + "ATK": "107", + "DEF": "209", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1275", + "onehundred_CP_at_39": "1256" + }, + { + "Row": "167", + "Name": "Spinarak", + "Pokedex_Number": "167", + "Img_name": "167", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "86", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "258", + "ATK": "105", + "DEF": "73", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "685", + "onehundred_CP_at_39": "675" + }, + { + "Row": "168", + "Name": "Ariados", + "Pokedex_Number": "168", + "Img_name": "168", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "86", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "429", + "ATK": "161", + "DEF": "128", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1636", + "onehundred_CP_at_39": "1613" + }, + { + "Row": "169", + "Name": "Crobat", + "Pokedex_Number": "169", + "Img_name": "169", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "17", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "flying", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "542", + "ATK": "194", + "DEF": "178", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2466", + "onehundred_CP_at_39": "2431" + }, + { + "Row": "170", + "Name": "Chinchou", + "Pokedex_Number": "170", + "Img_name": "170", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "87", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "electric", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "362", + "ATK": "106", + "DEF": "106", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1067", + "onehundred_CP_at_39": "1052" + }, + { + "Row": "171", + "Name": "Lanturn", + "Pokedex_Number": "171", + "Img_name": "171", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "87", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "electric", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "542", + "ATK": "146", + "DEF": "146", + "STA": "250", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2077", + "onehundred_CP_at_39": "2047" + }, + { + "Row": "172", + "Name": "Pichu", + "Pokedex_Number": "172", + "Img_name": "172", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "10", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "180", + "ATK": "77", + "DEF": "63", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "376", + "onehundred_CP_at_39": "370" + }, + { + "Row": "173", + "Name": "Cleffa", + "Pokedex_Number": "173", + "Img_name": "173", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "14", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "266", + "ATK": "75", + "DEF": "91", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "620", + "onehundred_CP_at_39": "611" + }, + { + "Row": "174", + "Name": "Igglybuff", + "Pokedex_Number": "174", + "Img_name": "174", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "16", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "fairy", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "283", + "ATK": "69", + "DEF": "34", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "512", + "onehundred_CP_at_39": "505" + }, + { + "Row": "175", + "Name": "Togepi", + "Pokedex_Number": "175", + "Img_name": "175", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "88", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "253", + "ATK": "67", + "DEF": "116", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "540", + "onehundred_CP_at_39": "532" + }, + { + "Row": "176", + "Name": "Togetic", + "Pokedex_Number": "176", + "Img_name": "176", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "88", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "flying", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "440", + "ATK": "139", + "DEF": "191", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1543", + "onehundred_CP_at_39": "1521" + }, + { + "Row": "177", + "Name": "Natu", + "Pokedex_Number": "177", + "Img_name": "177", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "89", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "303", + "ATK": "134", + "DEF": "89", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "925", + "onehundred_CP_at_39": "911" + }, + { + "Row": "178", + "Name": "Xatu", + "Pokedex_Number": "178", + "Img_name": "178", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "89", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "468", + "ATK": "192", + "DEF": "146", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1975", + "onehundred_CP_at_39": "1947" + }, + { + "Row": "179", + "Name": "Mareep", + "Pokedex_Number": "179", + "Img_name": "179", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "90", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "306", + "ATK": "114", + "DEF": "82", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "887", + "onehundred_CP_at_39": "874" + }, + { + "Row": "180", + "Name": "Flaaffy", + "Pokedex_Number": "180", + "Img_name": "180", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "90", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "397", + "ATK": "145", + "DEF": "112", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1402", + "onehundred_CP_at_39": "1382" + }, + { + "Row": "181", + "Name": "Ampharos", + "Pokedex_Number": "181", + "Img_name": "181", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "90", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "563", + "ATK": "211", + "DEF": "172", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2695", + "onehundred_CP_at_39": "2656" + }, + { + "Row": "182", + "Name": "Bellossom", + "Pokedex_Number": "182", + "Img_name": "182", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "18", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "508", + "ATK": "169", + "DEF": "189", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2108", + "onehundred_CP_at_39": "2078" + }, + { + "Row": "183", + "Name": "Marill", + "Pokedex_Number": "183", + "Img_name": "183", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "91", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "270", + "ATK": "37", + "DEF": "93", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "420", + "onehundred_CP_at_39": "414" + }, + { + "Row": "184", + "Name": "Azumarill", + "Pokedex_Number": "184", + "Img_name": "184", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "91", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "464", + "ATK": "112", + "DEF": "152", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1503", + "onehundred_CP_at_39": "1481" + }, + { + "Row": "185", + "Name": "Sudowoodo", + "Pokedex_Number": "185", + "Img_name": "185", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "92", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "505", + "ATK": "167", + "DEF": "198", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2065", + "onehundred_CP_at_39": "2035" + }, + { + "Row": "186", + "Name": "Politoed", + "Pokedex_Number": "186", + "Img_name": "186", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "27", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "546", + "ATK": "174", + "DEF": "192", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2371", + "onehundred_CP_at_39": "2337" + }, + { + "Row": "187", + "Name": "Hoppip", + "Pokedex_Number": "187", + "Img_name": "187", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "93", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "238", + "ATK": "67", + "DEF": "101", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "508", + "onehundred_CP_at_39": "501" + }, + { + "Row": "188", + "Name": "Skiploom", + "Pokedex_Number": "188", + "Img_name": "188", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "93", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "328", + "ATK": "91", + "DEF": "127", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "882", + "onehundred_CP_at_39": "869" + }, + { + "Row": "189", + "Name": "Jumpluff", + "Pokedex_Number": "189", + "Img_name": "189", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "93", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "465", + "ATK": "118", + "DEF": "197", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1553", + "onehundred_CP_at_39": "1531" + }, + { + "Row": "190", + "Name": "Aipom", + "Pokedex_Number": "190", + "Img_name": "190", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "94", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "358", + "ATK": "136", + "DEF": "112", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1188", + "onehundred_CP_at_39": "1171" + }, + { + "Row": "191", + "Name": "Sunkern", + "Pokedex_Number": "191", + "Img_name": "191", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "95", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "170", + "ATK": "55", + "DEF": "55", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "316", + "onehundred_CP_at_39": "312" + }, + { + "Row": "192", + "Name": "Sunflora", + "Pokedex_Number": "192", + "Img_name": "192", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "95", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "483", + "ATK": "185", + "DEF": "148", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2048", + "onehundred_CP_at_39": "2019" + }, + { + "Row": "193", + "Name": "Yanma", + "Pokedex_Number": "193", + "Img_name": "193", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "96", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "378", + "ATK": "154", + "DEF": "94", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1326", + "onehundred_CP_at_39": "1308" + }, + { + "Row": "194", + "Name": "Wooper", + "Pokedex_Number": "194", + "Img_name": "194", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "97", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "260", + "ATK": "75", + "DEF": "75", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "596", + "onehundred_CP_at_39": "587" + }, + { + "Row": "195", + "Name": "Quagsire", + "Pokedex_Number": "195", + "Img_name": "195", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "97", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "494", + "ATK": "152", + "DEF": "152", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1929", + "onehundred_CP_at_39": "1902" + }, + { + "Row": "196", + "Name": "Espeon", + "Pokedex_Number": "196", + "Img_name": "196", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross_Gen": "1", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "585", + "ATK": "261", + "DEF": "194", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3000", + "onehundred_CP_at_39": "2958" + }, + { + "Row": "197", + "Name": "Umbreon", + "Pokedex_Number": "197", + "Img_name": "197", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "68", + "Cross_Gen": "1", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "566", + "ATK": "126", + "DEF": "250", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2052", + "onehundred_CP_at_39": "2023" + }, + { + "Row": "198", + "Name": "Murkrow", + "Pokedex_Number": "198", + "Img_name": "198", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "98", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "382", + "ATK": "175", + "DEF": "87", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1392", + "onehundred_CP_at_39": "1372" + }, + { + "Row": "199", + "Name": "Slowking", + "Pokedex_Number": "199", + "Img_name": "199", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "34", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "psychic", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "561", + "ATK": "177", + "DEF": "194", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2482", + "onehundred_CP_at_39": "2446" + }, + { + "Row": "200", + "Name": "Misdreavus", + "Pokedex_Number": "200", + "Img_name": "200", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "99", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "454", + "ATK": "167", + "DEF": "167", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1781", + "onehundred_CP_at_39": "1756" + }, + { + "Row": "201", + "Name": "Unown", + "Pokedex_Number": "201", + "Img_name": "201", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "100", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "323", + "ATK": "136", + "DEF": "91", + "STA": "96", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1022", + "onehundred_CP_at_39": "1008" + }, + { + "Row": "202", + "Name": "Wobbuffet", + "Pokedex_Number": "202", + "Img_name": "202", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "101", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "546", + "ATK": "60", + "DEF": "106", + "STA": "380", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1024", + "onehundred_CP_at_39": "1009" + }, + { + "Row": "203", + "Name": "Girafarig", + "Pokedex_Number": "203", + "Img_name": "203", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "102", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "psychic", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "455", + "ATK": "182", + "DEF": "133", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1863", + "onehundred_CP_at_39": "1836" + }, + { + "Row": "204", + "Name": "Pineco", + "Pokedex_Number": "204", + "Img_name": "204", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "103", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "354", + "ATK": "108", + "DEF": "146", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1045", + "onehundred_CP_at_39": "1030" + }, + { + "Row": "205", + "Name": "Forretress", + "Pokedex_Number": "205", + "Img_name": "205", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "103", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "553", + "ATK": "161", + "DEF": "242", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2263", + "onehundred_CP_at_39": "2231" + }, + { + "Row": "206", + "Name": "Dunsparce", + "Pokedex_Number": "206", + "Img_name": "206", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "104", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "462", + "ATK": "131", + "DEF": "131", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1615", + "onehundred_CP_at_39": "1592" + }, + { + "Row": "207", + "Name": "Gligar", + "Pokedex_Number": "207", + "Img_name": "207", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "105", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "477", + "ATK": "143", + "DEF": "204", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1758", + "onehundred_CP_at_39": "1733" + }, + { + "Row": "208", + "Name": "Steelix", + "Pokedex_Number": "208", + "Img_name": "208", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "42", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "ground", + "Weather_1": "Snow", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "631", + "ATK": "148", + "DEF": "333", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2439", + "onehundred_CP_at_39": "2404" + }, + { + "Row": "209", + "Name": "Snubbull", + "Pokedex_Number": "209", + "Img_name": "209", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "106", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "346", + "ATK": "137", + "DEF": "89", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1124", + "onehundred_CP_at_39": "1108" + }, + { + "Row": "210", + "Name": "Granbull", + "Pokedex_Number": "210", + "Img_name": "210", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "106", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "529", + "ATK": "212", + "DEF": "137", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2440", + "onehundred_CP_at_39": "2406" + }, + { + "Row": "211", + "Name": "Qwilfish", + "Pokedex_Number": "211", + "Img_name": "211", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "107", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "462", + "ATK": "184", + "DEF": "148", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1910", + "onehundred_CP_at_39": "1883" + }, + { + "Row": "212", + "Name": "Scizor", + "Pokedex_Number": "212", + "Img_name": "212", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "59", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "567", + "ATK": "236", + "DEF": "191", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2801", + "onehundred_CP_at_39": "2761" + }, + { + "Row": "213", + "Name": "Shuckle", + "Pokedex_Number": "213", + "Img_name": "213", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "108", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "453", + "ATK": "17", + "DEF": "396", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "300", + "onehundred_CP_at_39": "296" + }, + { + "Row": "214", + "Name": "Heracross", + "Pokedex_Number": "214", + "Img_name": "214", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "109", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fighting", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "583", + "ATK": "234", + "DEF": "189", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2938", + "onehundred_CP_at_39": "2896" + }, + { + "Row": "215", + "Name": "Sneasel", + "Pokedex_Number": "215", + "Img_name": "215", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "110", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "ice", + "Weather_1": "Fog", + "Weather_2": "Snow", + "STAT_TOTAL": "456", + "ATK": "189", + "DEF": "157", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1868", + "onehundred_CP_at_39": "1841" + }, + { + "Row": "216", + "Name": "Teddiursa", + "Pokedex_Number": "216", + "Img_name": "216", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "111", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "355", + "ATK": "142", + "DEF": "93", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1184", + "onehundred_CP_at_39": "1167" + }, + { + "Row": "217", + "Name": "Ursaring", + "Pokedex_Number": "217", + "Img_name": "217", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "111", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "560", + "ATK": "236", + "DEF": "144", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2760", + "onehundred_CP_at_39": "2720" + }, + { + "Row": "218", + "Name": "Slugma", + "Pokedex_Number": "218", + "Img_name": "218", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "112", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "269", + "ATK": "118", + "DEF": "71", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "750", + "onehundred_CP_at_39": "740" + }, + { + "Row": "219", + "Name": "Magcargo", + "Pokedex_Number": "219", + "Img_name": "219", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "112", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "rock", + "Weather_1": "Sunny/clear", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "448", + "ATK": "139", + "DEF": "209", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1543", + "onehundred_CP_at_39": "1521" + }, + { + "Row": "220", + "Name": "Swinub", + "Pokedex_Number": "220", + "Img_name": "220", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "113", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "ground", + "Weather_1": "Snow", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "264", + "ATK": "90", + "DEF": "74", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "663", + "onehundred_CP_at_39": "653" + }, + { + "Row": "221", + "Name": "Piloswine", + "Pokedex_Number": "221", + "Img_name": "221", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "113", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "ground", + "Weather_1": "Snow", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "528", + "ATK": "181", + "DEF": "147", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "2284", + "onehundred_CP_at_39": "2252" + }, + { + "Row": "222", + "Name": "Corsola", + "Pokedex_Number": "222", + "Img_name": "222", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "114", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "384", + "ATK": "118", + "DEF": "156", + "STA": "110", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1214", + "onehundred_CP_at_39": "1197" + }, + { + "Row": "223", + "Name": "Remoraid", + "Pokedex_Number": "223", + "Img_name": "223", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "115", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "266", + "ATK": "127", + "DEF": "69", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "749", + "onehundred_CP_at_39": "738" + }, + { + "Row": "224", + "Name": "Octillery", + "Pokedex_Number": "224", + "Img_name": "224", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "115", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "488", + "ATK": "197", + "DEF": "141", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2124", + "onehundred_CP_at_39": "2094" + }, + { + "Row": "225", + "Name": "Delibird", + "Pokedex_Number": "225", + "Img_name": "225", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "116", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "flying", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "308", + "ATK": "128", + "DEF": "90", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "937", + "onehundred_CP_at_39": "924" + }, + { + "Row": "226", + "Name": "Mantine", + "Pokedex_Number": "226", + "Img_name": "226", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "117", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "538", + "ATK": "148", + "DEF": "260", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2032", + "onehundred_CP_at_39": "2003" + }, + { + "Row": "227", + "Name": "Skarmory", + "Pokedex_Number": "227", + "Img_name": "227", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "118", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "flying", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "538", + "ATK": "148", + "DEF": "260", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2032", + "onehundred_CP_at_39": "2003" + }, + { + "Row": "228", + "Name": "Houndour", + "Pokedex_Number": "228", + "Img_name": "228", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "119", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "fire", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "335", + "ATK": "152", + "DEF": "93", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1110", + "onehundred_CP_at_39": "1094" + }, + { + "Row": "229", + "Name": "Houndoom", + "Pokedex_Number": "229", + "Img_name": "229", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "119", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "fire", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "533", + "ATK": "224", + "DEF": "159", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2529", + "onehundred_CP_at_39": "2493" + }, + { + "Row": "230", + "Name": "Kingdra", + "Pokedex_Number": "230", + "Img_name": "230", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "55", + "Cross_Gen": "1", + "Type_1": "water", + "Type_2": "dragon", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "538", + "ATK": "194", + "DEF": "194", + "STA": "150", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2424", + "onehundred_CP_at_39": "2389" + }, + { + "Row": "231", + "Name": "Phanpy", + "Pokedex_Number": "231", + "Img_name": "231", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "120", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "394", + "ATK": "107", + "DEF": "107", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1175", + "onehundred_CP_at_39": "1158" + }, + { + "Row": "232", + "Name": "Donphan", + "Pokedex_Number": "232", + "Img_name": "232", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "120", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "608", + "ATK": "214", + "DEF": "214", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3022", + "onehundred_CP_at_39": "2979" + }, + { + "Row": "233", + "Name": "Porygon2", + "Pokedex_Number": "233", + "Img_name": "233", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "69", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "551", + "ATK": "198", + "DEF": "183", + "STA": "170", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "2546", + "onehundred_CP_at_39": "2509" + }, + { + "Row": "234", + "Name": "Stantler", + "Pokedex_Number": "234", + "Img_name": "234", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "121", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "470", + "ATK": "192", + "DEF": "132", + "STA": "146", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1988", + "onehundred_CP_at_39": "1960" + }, + { + "Row": "235", + "Name": "Smeargle", + "Pokedex_Number": "235", + "Img_name": "235", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "122", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "238", + "ATK": "40", + "DEF": "88", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "389", + "onehundred_CP_at_39": "384" + }, + { + "Row": "236", + "Name": "Tyrogue", + "Pokedex_Number": "236", + "Img_name": "236", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "48", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "198", + "ATK": "64", + "DEF": "64", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "404", + "onehundred_CP_at_39": "398" + }, + { + "Row": "237", + "Name": "Hitmontop", + "Pokedex_Number": "237", + "Img_name": "237", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "48", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "487", + "ATK": "173", + "DEF": "214", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1905", + "onehundred_CP_at_39": "1878" + }, + { + "Row": "238", + "Name": "Smoochum", + "Pokedex_Number": "238", + "Img_name": "238", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "359", + "ATK": "153", + "DEF": "116", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1230", + "onehundred_CP_at_39": "1213" + }, + { + "Row": "239", + "Name": "Elekid", + "Pokedex_Number": "239", + "Img_name": "239", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "335", + "ATK": "135", + "DEF": "110", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1073", + "onehundred_CP_at_39": "1057" + }, + { + "Row": "240", + "Name": "Magby", + "Pokedex_Number": "240", + "Img_name": "240", + "Generation": "2", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "349", + "ATK": "151", + "DEF": "108", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1178", + "onehundred_CP_at_39": "1161" + }, + { + "Row": "241", + "Name": "Miltank", + "Pokedex_Number": "241", + "Img_name": "241", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "123", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "558", + "ATK": "157", + "DEF": "211", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2312", + "onehundred_CP_at_39": "2279" + }, + { + "Row": "242", + "Name": "Blissey", + "Pokedex_Number": "242", + "Img_name": "242", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "", + "Cross_Gen": "1", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "868", + "ATK": "129", + "DEF": "229", + "STA": "510", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3219", + "onehundred_CP_at_39": "3173" + }, + { + "Row": "243", + "Name": "Raikou", + "Pokedex_Number": "243", + "Img_name": "243", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "124", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "631", + "ATK": "241", + "DEF": "210", + "STA": "180", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3349", + "onehundred_CP_at_39": "3301" + }, + { + "Row": "244", + "Name": "Entei", + "Pokedex_Number": "244", + "Img_name": "244", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "125", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "641", + "ATK": "235", + "DEF": "176", + "STA": "230", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3377", + "onehundred_CP_at_39": "3329" + }, + { + "Row": "245", + "Name": "Suicune", + "Pokedex_Number": "245", + "Img_name": "245", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "126", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "615", + "ATK": "180", + "DEF": "235", + "STA": "200", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2823", + "onehundred_CP_at_39": "2783" + }, + { + "Row": "246", + "Name": "Larvitar", + "Pokedex_Number": "246", + "Img_name": "246", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "127", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "308", + "ATK": "115", + "DEF": "93", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "904", + "onehundred_CP_at_39": "891" + }, + { + "Row": "247", + "Name": "Pupitar", + "Pokedex_Number": "247", + "Img_name": "247", + "Generation": "2", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "127", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "428", + "ATK": "155", + "DEF": "133", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1608", + "onehundred_CP_at_39": "1585" + }, + { + "Row": "248", + "Name": "Tyranitar", + "Pokedex_Number": "248", + "Img_name": "248", + "Generation": "2", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "127", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "dark", + "Weather_1": "Partly cloudy", + "Weather_2": "Fog", + "STAT_TOTAL": "663", + "ATK": "251", + "DEF": "212", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "4", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3670", + "onehundred_CP_at_39": "3617" + }, + { + "Row": "249", + "Name": "Lugia", + "Pokedex_Number": "249", + "Img_name": "249", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "128", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "728", + "ATK": "193", + "DEF": "323", + "STA": "212", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "5", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3598", + "onehundred_CP_at_39": "3547" + }, + { + "Row": "250", + "Name": "Ho Oh", + "Pokedex_Number": "250", + "Img_name": "250", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "129", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "706", + "ATK": "239", + "DEF": "274", + "STA": "193", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3889", + "onehundred_CP_at_39": "3833" + }, + { + "Row": "251", + "Name": "Celebi", + "Pokedex_Number": "251", + "Img_name": "251", + "Generation": "2", + "Evolution_Stage": "1", + "Evolved": "1", + "FamilyID": "130", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "grass", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "252", + "Name": "Treecko", + "Pokedex_Number": "252", + "Img_name": "252", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "131", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "308", + "ATK": "124", + "DEF": "104", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "923", + "onehundred_CP_at_39": "909" + }, + { + "Row": "253", + "Name": "Grovyle", + "Pokedex_Number": "253", + "Img_name": "253", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "131", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "402", + "ATK": "172", + "DEF": "130", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1508", + "onehundred_CP_at_39": "1486" + }, + { + "Row": "254", + "Name": "Sceptile", + "Pokedex_Number": "254", + "Img_name": "254", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "131", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "543", + "ATK": "223", + "DEF": "180", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2584", + "onehundred_CP_at_39": "2547" + }, + { + "Row": "255", + "Name": "Torchic", + "Pokedex_Number": "255", + "Img_name": "255", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "132", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "312", + "ATK": "130", + "DEF": "92", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "959", + "onehundred_CP_at_39": "946" + }, + { + "Row": "256", + "Name": "Combusken", + "Pokedex_Number": "256", + "Img_name": "256", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "132", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "398", + "ATK": "163", + "DEF": "115", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1472", + "onehundred_CP_at_39": "1451" + }, + { + "Row": "257", + "Name": "Blaziken", + "Pokedex_Number": "257", + "Img_name": "257", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "132", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "541", + "ATK": "240", + "DEF": "141", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2631", + "onehundred_CP_at_39": "2593" + }, + { + "Row": "258", + "Name": "Mudkip", + "Pokedex_Number": "258", + "Img_name": "258", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "133", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "319", + "ATK": "126", + "DEF": "93", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "981", + "onehundred_CP_at_39": "967" + }, + { + "Row": "259", + "Name": "Marshtomp", + "Pokedex_Number": "259", + "Img_name": "259", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "133", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "429", + "ATK": "156", + "DEF": "133", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1617", + "onehundred_CP_at_39": "1594" + }, + { + "Row": "260", + "Name": "Swampert", + "Pokedex_Number": "260", + "Img_name": "260", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "133", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "583", + "ATK": "208", + "DEF": "175", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2815", + "onehundred_CP_at_39": "2774" + }, + { + "Row": "261", + "Name": "Poochyena", + "Pokedex_Number": "261", + "Img_name": "261", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "134", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "229", + "ATK": "96", + "DEF": "63", + "STA": "70", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "564", + "onehundred_CP_at_39": "556" + }, + { + "Row": "262", + "Name": "Mightyena", + "Pokedex_Number": "262", + "Img_name": "262", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "134", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "448", + "ATK": "171", + "DEF": "137", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1783", + "onehundred_CP_at_39": "1757" + }, + { + "Row": "263", + "Name": "Zigzagoon", + "Pokedex_Number": "263", + "Img_name": "263", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "135", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "214", + "ATK": "58", + "DEF": "80", + "STA": "76", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "423", + "onehundred_CP_at_39": "417" + }, + { + "Row": "264", + "Name": "Linoone", + "Pokedex_Number": "264", + "Img_name": "264", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "135", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "426", + "ATK": "142", + "DEF": "128", + "STA": "156", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1533", + "onehundred_CP_at_39": "1511" + }, + { + "Row": "265", + "Name": "Wurmple", + "Pokedex_Number": "265", + "Img_name": "265", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "136", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "226", + "ATK": "75", + "DEF": "61", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "502", + "onehundred_CP_at_39": "494" + }, + { + "Row": "266", + "Name": "Silcoon", + "Pokedex_Number": "266", + "Img_name": "266", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "136", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "251", + "ATK": "60", + "DEF": "91", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "517", + "onehundred_CP_at_39": "509" + }, + { + "Row": "267", + "Name": "Beautifly", + "Pokedex_Number": "267", + "Img_name": "267", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "136", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "407", + "ATK": "189", + "DEF": "98", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1573", + "onehundred_CP_at_39": "1551" + }, + { + "Row": "268", + "Name": "Cascoon", + "Pokedex_Number": "268", + "Img_name": "268", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "137", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "251", + "ATK": "60", + "DEF": "91", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "517", + "onehundred_CP_at_39": "509" + }, + { + "Row": "269", + "Name": "Dustox", + "Pokedex_Number": "269", + "Img_name": "269", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "137", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "390", + "ATK": "98", + "DEF": "172", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1121", + "onehundred_CP_at_39": "1105" + }, + { + "Row": "270", + "Name": "Lotad", + "Pokedex_Number": "270", + "Img_name": "270", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "138", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "237", + "ATK": "71", + "DEF": "86", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "526", + "onehundred_CP_at_39": "518" + }, + { + "Row": "271", + "Name": "Lombre", + "Pokedex_Number": "271", + "Img_name": "271", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "138", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "360", + "ATK": "112", + "DEF": "128", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1102", + "onehundred_CP_at_39": "1086" + }, + { + "Row": "272", + "Name": "Ludicolo", + "Pokedex_Number": "272", + "Img_name": "272", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "138", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "524", + "ATK": "173", + "DEF": "191", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2229", + "onehundred_CP_at_39": "2197" + }, + { + "Row": "273", + "Name": "Seedot", + "Pokedex_Number": "273", + "Img_name": "273", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "139", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "237", + "ATK": "71", + "DEF": "86", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "526", + "onehundred_CP_at_39": "518" + }, + { + "Row": "274", + "Name": "Nuzleaf", + "Pokedex_Number": "274", + "Img_name": "274", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "139", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "352", + "ATK": "134", + "DEF": "78", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1117", + "onehundred_CP_at_39": "1101" + }, + { + "Row": "275", + "Name": "Shiftry", + "Pokedex_Number": "275", + "Img_name": "275", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "139", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "501", + "ATK": "200", + "DEF": "121", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2186", + "onehundred_CP_at_39": "2155" + }, + { + "Row": "276", + "Name": "Taillow", + "Pokedex_Number": "276", + "Img_name": "276", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "140", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "247", + "ATK": "106", + "DEF": "61", + "STA": "80", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "642", + "onehundred_CP_at_39": "632" + }, + { + "Row": "277", + "Name": "Swellow", + "Pokedex_Number": "277", + "Img_name": "277", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "140", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "435", + "ATK": "185", + "DEF": "130", + "STA": "120", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1747", + "onehundred_CP_at_39": "1722" + }, + { + "Row": "278", + "Name": "Wingull", + "Pokedex_Number": "278", + "Img_name": "278", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "141", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "247", + "ATK": "106", + "DEF": "61", + "STA": "80", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "642", + "onehundred_CP_at_39": "632" + }, + { + "Row": "279", + "Name": "Pelipper", + "Pokedex_Number": "279", + "Img_name": "279", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "141", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "484", + "ATK": "175", + "DEF": "189", + "STA": "120", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1969", + "onehundred_CP_at_39": "1941" + }, + { + "Row": "280", + "Name": "Ralts", + "Pokedex_Number": "280", + "Img_name": "280", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "142", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fairy", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "198", + "ATK": "79", + "DEF": "63", + "STA": "56", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "436", + "onehundred_CP_at_39": "430" + }, + { + "Row": "281", + "Name": "Kirlia", + "Pokedex_Number": "281", + "Img_name": "281", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "142", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fairy", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "293", + "ATK": "117", + "DEF": "100", + "STA": "76", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "843", + "onehundred_CP_at_39": "831" + }, + { + "Row": "282", + "Name": "Gardevoir", + "Pokedex_Number": "282", + "Img_name": "282", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "142", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fairy", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "593", + "ATK": "237", + "DEF": "220", + "STA": "136", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2964", + "onehundred_CP_at_39": "2922" + }, + { + "Row": "283", + "Name": "Surskit", + "Pokedex_Number": "283", + "Img_name": "283", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "143", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "water", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "270", + "ATK": "93", + "DEF": "97", + "STA": "80", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "695", + "onehundred_CP_at_39": "685" + }, + { + "Row": "284", + "Name": "Masquerain", + "Pokedex_Number": "284", + "Img_name": "284", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "143", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "493", + "ATK": "192", + "DEF": "161", + "STA": "140", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2135", + "onehundred_CP_at_39": "2104" + }, + { + "Row": "285", + "Name": "Shroomish", + "Pokedex_Number": "285", + "Img_name": "285", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "144", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "304", + "ATK": "74", + "DEF": "110", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "722", + "onehundred_CP_at_39": "711" + }, + { + "Row": "286", + "Name": "Breloom", + "Pokedex_Number": "286", + "Img_name": "286", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "144", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "514", + "ATK": "241", + "DEF": "153", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2407", + "onehundred_CP_at_39": "2373" + }, + { + "Row": "287", + "Name": "Slakoth", + "Pokedex_Number": "287", + "Img_name": "287", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "145", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "328", + "ATK": "104", + "DEF": "104", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "942", + "onehundred_CP_at_39": "928" + }, + { + "Row": "288", + "Name": "Vigoroth", + "Pokedex_Number": "288", + "Img_name": "288", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "145", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "478", + "ATK": "159", + "DEF": "159", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1896", + "onehundred_CP_at_39": "1869" + }, + { + "Row": "289", + "Name": "Slaking", + "Pokedex_Number": "289", + "Img_name": "289", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "145", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "746", + "ATK": "290", + "DEF": "183", + "STA": "273", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4548", + "onehundred_CP_at_39": "4484" + }, + { + "Row": "290", + "Name": "Nincada", + "Pokedex_Number": "290", + "Img_name": "290", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "146", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "295", + "ATK": "80", + "DEF": "153", + "STA": "62", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "674", + "onehundred_CP_at_39": "665" + }, + { + "Row": "291", + "Name": "Ninjask", + "Pokedex_Number": "291", + "Img_name": "291", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "146", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "437", + "ATK": "199", + "DEF": "116", + "STA": "122", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1790", + "onehundred_CP_at_39": "1765" + }, + { + "Row": "292", + "Name": "Shedinja", + "Pokedex_Number": "292", + "Img_name": "292", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "146", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "235", + "ATK": "153", + "DEF": "80", + "STA": "2", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "421", + "onehundred_CP_at_39": "415" + }, + { + "Row": "293", + "Name": "Whismur", + "Pokedex_Number": "293", + "Img_name": "293", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "147", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "262", + "ATK": "92", + "DEF": "42", + "STA": "128", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "603", + "onehundred_CP_at_39": "594" + }, + { + "Row": "294", + "Name": "Loudred", + "Pokedex_Number": "294", + "Img_name": "294", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "147", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "383", + "ATK": "134", + "DEF": "81", + "STA": "168", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1233", + "onehundred_CP_at_39": "1215" + }, + { + "Row": "295", + "Name": "Exploud", + "Pokedex_Number": "295", + "Img_name": "295", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "147", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "529", + "ATK": "179", + "DEF": "142", + "STA": "208", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2267", + "onehundred_CP_at_39": "2234" + }, + { + "Row": "296", + "Name": "Makuhita", + "Pokedex_Number": "296", + "Img_name": "296", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "148", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "297", + "ATK": "99", + "DEF": "54", + "STA": "144", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "745", + "onehundred_CP_at_39": "735" + }, + { + "Row": "297", + "Name": "Hariyama", + "Pokedex_Number": "297", + "Img_name": "297", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "148", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "611", + "ATK": "209", + "DEF": "114", + "STA": "288", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2765", + "onehundred_CP_at_39": "2726" + }, + { + "Row": "298", + "Name": "Azurill", + "Pokedex_Number": "298", + "Img_name": "298", + "Generation": "3", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "fairy", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "207", + "ATK": "36", + "DEF": "71", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "316", + "onehundred_CP_at_39": "312" + }, + { + "Row": "299", + "Name": "Nosepass", + "Pokedex_Number": "299", + "Img_name": "299", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "149", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "378", + "ATK": "82", + "DEF": "236", + "STA": "60", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "831", + "onehundred_CP_at_39": "819" + }, + { + "Row": "300", + "Name": "Skitty", + "Pokedex_Number": "300", + "Img_name": "300", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "150", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "268", + "ATK": "84", + "DEF": "84", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "659", + "onehundred_CP_at_39": "650" + }, + { + "Row": "301", + "Name": "Delcatty", + "Pokedex_Number": "301", + "Img_name": "301", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "151", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "404", + "ATK": "132", + "DEF": "132", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1385", + "onehundred_CP_at_39": "1366" + }, + { + "Row": "302", + "Name": "Sableye", + "Pokedex_Number": "302", + "Img_name": "302", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "152", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "ghost", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "382", + "ATK": "141", + "DEF": "141", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1305", + "onehundred_CP_at_39": "1286" + }, + { + "Row": "303", + "Name": "Mawile", + "Pokedex_Number": "303", + "Img_name": "303", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "153", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "fairy", + "Weather_1": "Snow", + "Weather_2": "Cloudy", + "STAT_TOTAL": "410", + "ATK": "155", + "DEF": "155", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1484", + "onehundred_CP_at_39": "1463" + }, + { + "Row": "304", + "Name": "Aron", + "Pokedex_Number": "304", + "Img_name": "304", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "154", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "rock", + "Weather_1": "Snow", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "389", + "ATK": "121", + "DEF": "168", + "STA": "100", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1232", + "onehundred_CP_at_39": "1214" + }, + { + "Row": "305", + "Name": "Lairon", + "Pokedex_Number": "305", + "Img_name": "305", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "154", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "rock", + "Weather_1": "Snow", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "518", + "ATK": "158", + "DEF": "240", + "STA": "120", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2004", + "onehundred_CP_at_39": "1976" + }, + { + "Row": "306", + "Name": "Aggron", + "Pokedex_Number": "306", + "Img_name": "306", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "154", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "rock", + "Weather_1": "Snow", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "652", + "ATK": "198", + "DEF": "314", + "STA": "140", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "0", + "Regional": "0", + "Raidable": "4", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3004", + "onehundred_CP_at_39": "2961" + }, + { + "Row": "307", + "Name": "Meditite", + "Pokedex_Number": "307", + "Img_name": "307", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "155", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "psychic", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "245", + "ATK": "78", + "DEF": "107", + "STA": "60", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "555", + "onehundred_CP_at_39": "547" + }, + { + "Row": "308", + "Name": "Medicham", + "Pokedex_Number": "308", + "Img_name": "308", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "155", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "psychic", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "393", + "ATK": "121", + "DEF": "152", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1275", + "onehundred_CP_at_39": "1257" + }, + { + "Row": "309", + "Name": "Electrike", + "Pokedex_Number": "309", + "Img_name": "309", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "156", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "281", + "ATK": "123", + "DEF": "78", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "810", + "onehundred_CP_at_39": "798" + }, + { + "Row": "310", + "Name": "Manectric", + "Pokedex_Number": "310", + "Img_name": "310", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "156", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "482", + "ATK": "215", + "DEF": "127", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "2", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2131", + "onehundred_CP_at_39": "2100" + }, + { + "Row": "311", + "Name": "Plusle", + "Pokedex_Number": "311", + "Img_name": "311", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "157", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "434", + "ATK": "167", + "DEF": "147", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1681", + "onehundred_CP_at_39": "1657" + }, + { + "Row": "312", + "Name": "Minun", + "Pokedex_Number": "312", + "Img_name": "312", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "158", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "434", + "ATK": "147", + "DEF": "167", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1585", + "onehundred_CP_at_39": "1563" + }, + { + "Row": "313", + "Name": "Volbeat", + "Pokedex_Number": "313", + "Img_name": "313", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "159", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "444", + "ATK": "143", + "DEF": "171", + "STA": "130", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1620", + "onehundred_CP_at_39": "1597" + }, + { + "Row": "314", + "Name": "Illumise", + "Pokedex_Number": "314", + "Img_name": "314", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "159", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "444", + "ATK": "143", + "DEF": "171", + "STA": "130", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1620", + "onehundred_CP_at_39": "1597" + }, + { + "Row": "315", + "Name": "Roselia", + "Pokedex_Number": "315", + "Img_name": "315", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "160", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "434", + "ATK": "186", + "DEF": "148", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1718", + "onehundred_CP_at_39": "1694" + }, + { + "Row": "316", + "Name": "Gulpin", + "Pokedex_Number": "316", + "Img_name": "316", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "161", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "319", + "ATK": "80", + "DEF": "99", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "788", + "onehundred_CP_at_39": "777" + }, + { + "Row": "317", + "Name": "Swalot", + "Pokedex_Number": "317", + "Img_name": "317", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "161", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "499", + "ATK": "140", + "DEF": "159", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1872", + "onehundred_CP_at_39": "1845" + }, + { + "Row": "318", + "Name": "Carvanha", + "Pokedex_Number": "318", + "Img_name": "318", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "162", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "dark", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "300", + "ATK": "171", + "DEF": "39", + "STA": "90", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "874", + "onehundred_CP_at_39": "862" + }, + { + "Row": "319", + "Name": "Sharpedo", + "Pokedex_Number": "319", + "Img_name": "319", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "163", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "dark", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "466", + "ATK": "243", + "DEF": "83", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1986", + "onehundred_CP_at_39": "1957" + }, + { + "Row": "320", + "Name": "Wailmer", + "Pokedex_Number": "320", + "Img_name": "320", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "164", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "464", + "ATK": "136", + "DEF": "68", + "STA": "260", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "1", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1424", + "onehundred_CP_at_39": "1404" + }, + { + "Row": "321", + "Name": "Wailord", + "Pokedex_Number": "321", + "Img_name": "321", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "164", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "602", + "ATK": "175", + "DEF": "87", + "STA": "340", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2258", + "onehundred_CP_at_39": "2225" + }, + { + "Row": "322", + "Name": "Numel", + "Pokedex_Number": "322", + "Img_name": "322", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "165", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "ground", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "321", + "ATK": "119", + "DEF": "82", + "STA": "120", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "957", + "onehundred_CP_at_39": "944" + }, + { + "Row": "323", + "Name": "Camerupt", + "Pokedex_Number": "323", + "Img_name": "323", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "165", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "ground", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "473", + "ATK": "194", + "DEF": "139", + "STA": "140", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2016", + "onehundred_CP_at_39": "1987" + }, + { + "Row": "324", + "Name": "Torkoal", + "Pokedex_Number": "324", + "Img_name": "324", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "166", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "525", + "ATK": "151", + "DEF": "234", + "STA": "140", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2036", + "onehundred_CP_at_39": "2007" + }, + { + "Row": "325", + "Name": "Spoink", + "Pokedex_Number": "325", + "Img_name": "325", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "167", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "390", + "ATK": "125", + "DEF": "145", + "STA": "120", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1285", + "onehundred_CP_at_39": "1266" + }, + { + "Row": "326", + "Name": "Grumpig", + "Pokedex_Number": "326", + "Img_name": "326", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "167", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "542", + "ATK": "171", + "DEF": "211", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2310", + "onehundred_CP_at_39": "2277" + }, + { + "Row": "327", + "Name": "Spinda", + "Pokedex_Number": "327", + "Img_name": "327", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "168", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "352", + "ATK": "116", + "DEF": "116", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1088", + "onehundred_CP_at_39": "1072" + }, + { + "Row": "328", + "Name": "Trapinch", + "Pokedex_Number": "328", + "Img_name": "328", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "169", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "330", + "ATK": "162", + "DEF": "78", + "STA": "90", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1092", + "onehundred_CP_at_39": "1076" + }, + { + "Row": "329", + "Name": "Vibrava", + "Pokedex_Number": "329", + "Img_name": "329", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "169", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "dragon", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "333", + "ATK": "134", + "DEF": "99", + "STA": "100", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1065", + "onehundred_CP_at_39": "1050" + }, + { + "Row": "330", + "Name": "Flygon", + "Pokedex_Number": "330", + "Img_name": "330", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "169", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "dragon", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "533", + "ATK": "205", + "DEF": "168", + "STA": "160", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2458", + "onehundred_CP_at_39": "2423" + }, + { + "Row": "331", + "Name": "Cacnea", + "Pokedex_Number": "331", + "Img_name": "331", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "170", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "330", + "ATK": "156", + "DEF": "74", + "STA": "100", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1080", + "onehundred_CP_at_39": "1065" + }, + { + "Row": "332", + "Name": "Cacturne", + "Pokedex_Number": "332", + "Img_name": "332", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "170", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "476", + "ATK": "221", + "DEF": "115", + "STA": "140", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2092", + "onehundred_CP_at_39": "2062" + }, + { + "Row": "333", + "Name": "Swablu", + "Pokedex_Number": "333", + "Img_name": "333", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "171", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "305", + "ATK": "76", + "DEF": "139", + "STA": "90", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "1", + "Hatchable": "0", + "Shiny": "1", + "Nest": "1", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "722", + "onehundred_CP_at_39": "712" + }, + { + "Row": "334", + "Name": "Altaria", + "Pokedex_Number": "334", + "Img_name": "334", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "171", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "499", + "ATK": "141", + "DEF": "208", + "STA": "150", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1868", + "onehundred_CP_at_39": "1842" + }, + { + "Row": "335", + "Name": "Zangoose", + "Pokedex_Number": "335", + "Img_name": "335", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "172", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "492", + "ATK": "222", + "DEF": "124", + "STA": "146", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2214", + "onehundred_CP_at_39": "2182" + }, + { + "Row": "336", + "Name": "Seviper", + "Pokedex_Number": "336", + "Img_name": "336", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "178", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "460", + "ATK": "196", + "DEF": "118", + "STA": "146", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1928", + "onehundred_CP_at_39": "1900" + }, + { + "Row": "337", + "Name": "Lunatone", + "Pokedex_Number": "337", + "Img_name": "337", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "179", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "psychic", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "521", + "ATK": "178", + "DEF": "163", + "STA": "180", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2245", + "onehundred_CP_at_39": "2213" + }, + { + "Row": "338", + "Name": "Solrock", + "Pokedex_Number": "338", + "Img_name": "338", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "180", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "psychic", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "521", + "ATK": "178", + "DEF": "163", + "STA": "180", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2245", + "onehundred_CP_at_39": "2213" + }, + { + "Row": "339", + "Name": "Barboach", + "Pokedex_Number": "339", + "Img_name": "339", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "181", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "276", + "ATK": "93", + "DEF": "83", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "2", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "716", + "onehundred_CP_at_39": "705" + }, + { + "Row": "340", + "Name": "Whiscash", + "Pokedex_Number": "340", + "Img_name": "340", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "181", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "513", + "ATK": "151", + "DEF": "142", + "STA": "220", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1991", + "onehundred_CP_at_39": "1963" + }, + { + "Row": "341", + "Name": "Corphish", + "Pokedex_Number": "341", + "Img_name": "341", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "182", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "340", + "ATK": "141", + "DEF": "113", + "STA": "86", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1107", + "onehundred_CP_at_39": "1092" + }, + { + "Row": "342", + "Name": "Crawdaunt", + "Pokedex_Number": "342", + "Img_name": "342", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "182", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "dark", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "506", + "ATK": "224", + "DEF": "156", + "STA": "126", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2317", + "onehundred_CP_at_39": "2284" + }, + { + "Row": "343", + "Name": "Baltoy", + "Pokedex_Number": "343", + "Img_name": "343", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "183", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "psychic", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "288", + "ATK": "77", + "DEF": "131", + "STA": "80", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "676", + "onehundred_CP_at_39": "667" + }, + { + "Row": "344", + "Name": "Claydol", + "Pokedex_Number": "344", + "Img_name": "344", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "183", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "psychic", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "496", + "ATK": "140", + "DEF": "236", + "STA": "120", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1782", + "onehundred_CP_at_39": "1756" + }, + { + "Row": "345", + "Name": "Lileep", + "Pokedex_Number": "345", + "Img_name": "345", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "184", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "grass", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "391", + "ATK": "105", + "DEF": "154", + "STA": "132", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1181", + "onehundred_CP_at_39": "1164" + }, + { + "Row": "346", + "Name": "Cradily", + "Pokedex_Number": "346", + "Img_name": "346", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "184", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "grass", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "522", + "ATK": "152", + "DEF": "198", + "STA": "172", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2081", + "onehundred_CP_at_39": "2051" + }, + { + "Row": "347", + "Name": "Anorith", + "Pokedex_Number": "347", + "Img_name": "347", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "185", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "bug", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "366", + "ATK": "176", + "DEF": "100", + "STA": "90", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1310", + "onehundred_CP_at_39": "1292" + }, + { + "Row": "348", + "Name": "Armaldo", + "Pokedex_Number": "348", + "Img_name": "348", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "185", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "bug", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "555", + "ATK": "222", + "DEF": "183", + "STA": "150", + "Legendary": "0", + "Aquireable": "2", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2675", + "onehundred_CP_at_39": "2637" + }, + { + "Row": "349", + "Name": "Feebas", + "Pokedex_Number": "349", + "Img_name": "349", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "186", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "171", + "ATK": "29", + "DEF": "102", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "10", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "220", + "onehundred_CP_at_39": "217" + }, + { + "Row": "350", + "Name": "Milotic", + "Pokedex_Number": "350", + "Img_name": "350", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "186", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "624", + "ATK": "192", + "DEF": "242", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2967", + "onehundred_CP_at_39": "2925" + }, + { + "Row": "351", + "Name": "Castform", + "Pokedex_Number": "351", + "Img_name": "351", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "187", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "418", + "ATK": "139", + "DEF": "139", + "STA": "140", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1486", + "onehundred_CP_at_39": "1464" + }, + { + "Row": "352", + "Name": "Kecleon", + "Pokedex_Number": "352", + "Img_name": "352", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "188", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "493", + "ATK": "161", + "DEF": "212", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1924", + "onehundred_CP_at_39": "1896" + }, + { + "Row": "353", + "Name": "Shuppet", + "Pokedex_Number": "353", + "Img_name": "353", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "189", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "292", + "ATK": "138", + "DEF": "66", + "STA": "88", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "872", + "onehundred_CP_at_39": "860" + }, + { + "Row": "354", + "Name": "Banette", + "Pokedex_Number": "354", + "Img_name": "354", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "189", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "473", + "ATK": "218", + "DEF": "127", + "STA": "128", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2073", + "onehundred_CP_at_39": "2044" + }, + { + "Row": "355", + "Name": "Duskull", + "Pokedex_Number": "355", + "Img_name": "355", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "190", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "272", + "ATK": "70", + "DEF": "162", + "STA": "40", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "1", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "523", + "onehundred_CP_at_39": "516" + }, + { + "Row": "356", + "Name": "Dusclops", + "Pokedex_Number": "356", + "Img_name": "356", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "190", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "438", + "ATK": "124", + "DEF": "234", + "STA": "80", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "1335", + "onehundred_CP_at_39": "1316" + }, + { + "Row": "357", + "Name": "Tropius", + "Pokedex_Number": "357", + "Img_name": "357", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "191", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "499", + "ATK": "136", + "DEF": "165", + "STA": "198", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1846", + "onehundred_CP_at_39": "1820" + }, + { + "Row": "358", + "Name": "Chimecho", + "Pokedex_Number": "358", + "Img_name": "358", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "192", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "499", + "ATK": "175", + "DEF": "174", + "STA": "150", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2095", + "onehundred_CP_at_39": "2065" + }, + { + "Row": "359", + "Name": "Absol", + "Pokedex_Number": "359", + "Img_name": "359", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "193", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "496", + "ATK": "246", + "DEF": "120", + "STA": "130", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "4", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2280", + "onehundred_CP_at_39": "2248" + }, + { + "Row": "360", + "Name": "Wynaut", + "Pokedex_Number": "360", + "Img_name": "360", + "Generation": "3", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "317", + "ATK": "41", + "DEF": "86", + "STA": "190", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "503", + "onehundred_CP_at_39": "496" + }, + { + "Row": "361", + "Name": "Snorunt", + "Pokedex_Number": "361", + "Img_name": "361", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "194", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "290", + "ATK": "95", + "DEF": "95", + "STA": "100", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "1", + "Hatchable": "5", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "1", + "onehundred_CP_at_40": "772", + "onehundred_CP_at_39": "761" + }, + { + "Row": "362", + "Name": "Glalie", + "Pokedex_Number": "362", + "Img_name": "362", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "1", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "484", + "ATK": "162", + "DEF": "162", + "STA": "160", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "1", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1945", + "onehundred_CP_at_39": "1917" + }, + { + "Row": "363", + "Name": "Spheal", + "Pokedex_Number": "363", + "Img_name": "363", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "water", + "Weather_1": "Snow", + "Weather_2": "Rainy", + "STAT_TOTAL": "325", + "ATK": "95", + "DEF": "90", + "STA": "140", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "5", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "876", + "onehundred_CP_at_39": "863" + }, + { + "Row": "364", + "Name": "Sealeo", + "Pokedex_Number": "364", + "Img_name": "364", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "water", + "Weather_1": "Snow", + "Weather_2": "Rainy", + "STAT_TOTAL": "449", + "ATK": "137", + "DEF": "132", + "STA": "180", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1607", + "onehundred_CP_at_39": "1584" + }, + { + "Row": "365", + "Name": "Walrein", + "Pokedex_Number": "365", + "Img_name": "365", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "water", + "Weather_1": "Snow", + "Weather_2": "Rainy", + "STAT_TOTAL": "578", + "ATK": "182", + "DEF": "176", + "STA": "220", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2606", + "onehundred_CP_at_39": "2569" + }, + { + "Row": "366", + "Name": "Clamperl", + "Pokedex_Number": "366", + "Img_name": "366", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "352", + "ATK": "133", + "DEF": "149", + "STA": "70", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1091", + "onehundred_CP_at_39": "1075" + }, + { + "Row": "367", + "Name": "Huntail", + "Pokedex_Number": "367", + "Img_name": "367", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "501", + "ATK": "197", + "DEF": "194", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2140", + "onehundred_CP_at_39": "2109" + }, + { + "Row": "368", + "Name": "Gorebyss", + "Pokedex_Number": "368", + "Img_name": "368", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "515", + "ATK": "211", + "DEF": "194", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2281", + "onehundred_CP_at_39": "2248" + }, + { + "Row": "369", + "Name": "Relicanth", + "Pokedex_Number": "369", + "Img_name": "369", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "596", + "ATK": "162", + "DEF": "234", + "STA": "200", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "1", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2557", + "onehundred_CP_at_39": "2521" + }, + { + "Row": "370", + "Name": "Luvdisc", + "Pokedex_Number": "370", + "Img_name": "370", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "301", + "ATK": "81", + "DEF": "134", + "STA": "86", + "Legendary": "0", + "Aquireable": "1", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "1", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "735", + "onehundred_CP_at_39": "725" + }, + { + "Row": "371", + "Name": "Bagon", + "Pokedex_Number": "371", + "Img_name": "371", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "331", + "ATK": "134", + "DEF": "107", + "STA": "90", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1053", + "onehundred_CP_at_39": "1038" + }, + { + "Row": "372", + "Name": "Shelgon", + "Pokedex_Number": "372", + "Img_name": "372", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "481", + "ATK": "172", + "DEF": "179", + "STA": "130", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1958", + "onehundred_CP_at_39": "1930" + }, + { + "Row": "373", + "Name": "Salamence", + "Pokedex_Number": "373", + "Img_name": "373", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "635", + "ATK": "277", + "DEF": "168", + "STA": "190", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3532", + "onehundred_CP_at_39": "3481" + }, + { + "Row": "374", + "Name": "Beldum", + "Pokedex_Number": "374", + "Img_name": "374", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "317", + "ATK": "96", + "DEF": "141", + "STA": "80", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "843", + "onehundred_CP_at_39": "831" + }, + { + "Row": "375", + "Name": "Metang", + "Pokedex_Number": "375", + "Img_name": "375", + "Generation": "3", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "443", + "ATK": "138", + "DEF": "185", + "STA": "120", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "1", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1570", + "onehundred_CP_at_39": "1547" + }, + { + "Row": "376", + "Name": "Metagross", + "Pokedex_Number": "376", + "Img_name": "376", + "Generation": "3", + "Evolution_Stage": "3", + "Evolved": "1", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "665", + "ATK": "257", + "DEF": "248", + "STA": "160", + "Legendary": "0", + "Aquireable": "3", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3644", + "onehundred_CP_at_39": "3592" + }, + { + "Row": "377", + "Name": "Regirock", + "Pokedex_Number": "377", + "Img_name": "377", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "695", + "ATK": "179", + "DEF": "356", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3087", + "onehundred_CP_at_39": "3043" + }, + { + "Row": "378", + "Name": "Regice", + "Pokedex_Number": "378", + "Img_name": "378", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "695", + "ATK": "179", + "DEF": "356", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3087", + "onehundred_CP_at_39": "3043" + }, + { + "Row": "379", + "Name": "Registeel", + "Pokedex_Number": "379", + "Img_name": "379", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "588", + "ATK": "143", + "DEF": "285", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2261", + "onehundred_CP_at_39": "2228" + }, + { + "Row": "380", + "Name": "Latias", + "Pokedex_Number": "380", + "Img_name": "380", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "psychic", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "656", + "ATK": "228", + "DEF": "268", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3377", + "onehundred_CP_at_39": "3329" + }, + { + "Row": "381", + "Name": "Latios", + "Pokedex_Number": "381", + "Img_name": "381", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "psychic", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "656", + "ATK": "268", + "DEF": "228", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3644", + "onehundred_CP_at_39": "3592" + }, + { + "Row": "382", + "Name": "Kyogre", + "Pokedex_Number": "382", + "Img_name": "382", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "703", + "ATK": "270", + "DEF": "251", + "STA": "182", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4074", + "onehundred_CP_at_39": "4016" + }, + { + "Row": "383", + "Name": "Groudon", + "Pokedex_Number": "383", + "Img_name": "383", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "703", + "ATK": "270", + "DEF": "251", + "STA": "182", + "Legendary": "1", + "Aquireable": "1", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "1", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4074", + "onehundred_CP_at_39": "4016" + }, + { + "Row": "384", + "Name": "Rayquaza", + "Pokedex_Number": "384", + "Img_name": "384", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "645", + "ATK": "284", + "DEF": "170", + "STA": "191", + "Legendary": "1", + "Aquireable": "3", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "1", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3645", + "onehundred_CP_at_39": "3593" + }, + { + "Row": "385", + "Name": "Jirachi", + "Pokedex_Number": "385", + "Img_name": "385", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "386", + "Name": "Deoxys Defense", + "Pokedex_Number": "386", + "Img_name": "386-defense", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "574", + "ATK": "144", + "DEF": "330", + "STA": "100", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1978", + "onehundred_CP_at_39": "1949" + }, + { + "Row": "387", + "Name": "Deoxys Normal", + "Pokedex_Number": "386", + "Img_name": "386", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "560", + "ATK": "345", + "DEF": "115", + "STA": "100", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2749", + "onehundred_CP_at_39": "2709" + }, + { + "Row": "388", + "Name": "Deoxys Attack", + "Pokedex_Number": "386", + "Img_name": "386-attack", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "560", + "ATK": "414", + "DEF": "46", + "STA": "100", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2244", + "onehundred_CP_at_39": "2212" + }, + { + "Row": "389", + "Name": "Deoxys Speed", + "Pokedex_Number": "386", + "Img_name": "386-speed", + "Generation": "3", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "548", + "ATK": "230", + "DEF": "218", + "STA": "100", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2504", + "onehundred_CP_at_39": "2469" + }, + { + "Row": "390", + "Name": "Turtwig", + "Pokedex_Number": "387", + "Img_name": "387", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "344", + "ATK": "119", + "DEF": "115", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1066", + "onehundred_CP_at_39": "1051" + }, + { + "Row": "391", + "Name": "Grotle", + "Pokedex_Number": "388", + "Img_name": "388", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "459", + "ATK": "157", + "DEF": "152", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1783", + "onehundred_CP_at_39": "1757" + }, + { + "Row": "392", + "Name": "Torterra", + "Pokedex_Number": "389", + "Img_name": "389", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "ground", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "589", + "ATK": "202", + "DEF": "197", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2825", + "onehundred_CP_at_39": "2785" + }, + { + "Row": "393", + "Name": "Chimchar", + "Pokedex_Number": "390", + "Img_name": "390", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "287", + "ATK": "113", + "DEF": "86", + "STA": "88", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "815", + "onehundred_CP_at_39": "803" + }, + { + "Row": "394", + "Name": "Monferno", + "Pokedex_Number": "391", + "Img_name": "391", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "391", + "ATK": "158", + "DEF": "105", + "STA": "128", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1415", + "onehundred_CP_at_39": "1395" + }, + { + "Row": "395", + "Name": "Infernape", + "Pokedex_Number": "392", + "Img_name": "392", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "525", + "ATK": "222", + "DEF": "151", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2464", + "onehundred_CP_at_39": "2429" + }, + { + "Row": "396", + "Name": "Piplup", + "Pokedex_Number": "393", + "Img_name": "393", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "321", + "ATK": "112", + "DEF": "103", + "STA": "106", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "947", + "onehundred_CP_at_39": "934" + }, + { + "Row": "397", + "Name": "Prinplup", + "Pokedex_Number": "394", + "Img_name": "394", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "421", + "ATK": "150", + "DEF": "143", + "STA": "128", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1549", + "onehundred_CP_at_39": "1526" + }, + { + "Row": "398", + "Name": "Empoleon", + "Pokedex_Number": "395", + "Img_name": "395", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "571", + "ATK": "210", + "DEF": "193", + "STA": "168", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2741", + "onehundred_CP_at_39": "2702" + }, + { + "Row": "399", + "Name": "Starly", + "Pokedex_Number": "396", + "Img_name": "396", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "239", + "ATK": "101", + "DEF": "58", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "603", + "onehundred_CP_at_39": "594" + }, + { + "Row": "400", + "Name": "Staravia", + "Pokedex_Number": "397", + "Img_name": "397", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "351", + "ATK": "142", + "DEF": "99", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1170", + "onehundred_CP_at_39": "1153" + }, + { + "Row": "401", + "Name": "Staraptor", + "Pokedex_Number": "398", + "Img_name": "398", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "549", + "ATK": "234", + "DEF": "145", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2675", + "onehundred_CP_at_39": "2637" + }, + { + "Row": "402", + "Name": "Bidoof", + "Pokedex_Number": "399", + "Img_name": "399", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "271", + "ATK": "80", + "DEF": "73", + "STA": "118", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "641", + "onehundred_CP_at_39": "632" + }, + { + "Row": "403", + "Name": "Bibarel", + "Pokedex_Number": "400", + "Img_name": "400", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "439", + "ATK": "162", + "DEF": "119", + "STA": "158", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1683", + "onehundred_CP_at_39": "1659" + }, + { + "Row": "404", + "Name": "Kricketot", + "Pokedex_Number": "401", + "Img_name": "401", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "193", + "ATK": "45", + "DEF": "74", + "STA": "74", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "333", + "onehundred_CP_at_39": "328" + }, + { + "Row": "405", + "Name": "Kricketune", + "Pokedex_Number": "402", + "Img_name": "402", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "414", + "ATK": "160", + "DEF": "100", + "STA": "154", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1523", + "onehundred_CP_at_39": "1501" + }, + { + "Row": "406", + "Name": "Shinx", + "Pokedex_Number": "403", + "Img_name": "403", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "271", + "ATK": "117", + "DEF": "64", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "750", + "onehundred_CP_at_39": "740" + }, + { + "Row": "407", + "Name": "Luxio", + "Pokedex_Number": "404", + "Img_name": "404", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "374", + "ATK": "159", + "DEF": "95", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1324", + "onehundred_CP_at_39": "1305" + }, + { + "Row": "408", + "Name": "Luxray", + "Pokedex_Number": "405", + "Img_name": "405", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "548", + "ATK": "232", + "DEF": "156", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2668", + "onehundred_CP_at_39": "2630" + }, + { + "Row": "409", + "Name": "Budew", + "Pokedex_Number": "406", + "Img_name": "406", + "Generation": "4", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "297", + "ATK": "91", + "DEF": "126", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "766", + "onehundred_CP_at_39": "755" + }, + { + "Row": "410", + "Name": "Roserade", + "Pokedex_Number": "407", + "Img_name": "407", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "569", + "ATK": "243", + "DEF": "206", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2783", + "onehundred_CP_at_39": "2743" + }, + { + "Row": "411", + "Name": "Cranidos", + "Pokedex_Number": "408", + "Img_name": "408", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "427", + "ATK": "218", + "DEF": "75", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1685", + "onehundred_CP_at_39": "1661" + }, + { + "Row": "412", + "Name": "Rampardos", + "Pokedex_Number": "409", + "Img_name": "409", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "603", + "ATK": "295", + "DEF": "114", + "STA": "194", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3179", + "onehundred_CP_at_39": "3133" + }, + { + "Row": "413", + "Name": "Shieldon", + "Pokedex_Number": "410", + "Img_name": "410", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "steel", + "Weather_1": "Partly cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "344", + "ATK": "76", + "DEF": "208", + "STA": "60", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "735", + "onehundred_CP_at_39": "724" + }, + { + "Row": "414", + "Name": "Bastiodon", + "Pokedex_Number": "411", + "Img_name": "411", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "steel", + "Weather_1": "Partly cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "513", + "ATK": "94", + "DEF": "299", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1401", + "onehundred_CP_at_39": "1381" + }, + { + "Row": "415", + "Name": "Burmy (Plant Cloak)", + "Pokedex_Number": "412", + "Img_name": "412", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "216", + "ATK": "53", + "DEF": "83", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "409", + "onehundred_CP_at_39": "403" + }, + { + "Row": "415", + "Name": "Burmy (Trash Cloak)", + "Pokedex_Number": "412", + "Img_name": "412-trash", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "216", + "ATK": "53", + "DEF": "83", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "409", + "onehundred_CP_at_39": "403" + }, + { + "Row": "415", + "Name": "Burmy (Sandy Cloak)", + "Pokedex_Number": "412", + "Img_name": "412-sandy", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "216", + "ATK": "53", + "DEF": "83", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "409", + "onehundred_CP_at_39": "403" + }, + { + "Row": "418", + "Name": "Wormadam (Plant Cloak)", + "Pokedex_Number": "413", + "Img_name": "413", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "450", + "ATK": "141", + "DEF": "189", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1616", + "onehundred_CP_at_39": "1593" + }, + { + "Row": "419", + "Name": "Wormadam (Trash Cloak)", + "Pokedex_Number": "413", + "Img_name": "413-trash", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "450", + "ATK": "141", + "DEF": "189", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1616", + "onehundred_CP_at_39": "1593" + }, + { + "Row": "420", + "Name": "Wormadam (Sandy Cloak)", + "Pokedex_Number": "413", + "Img_name": "413-sandy", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "450", + "ATK": "141", + "DEF": "189", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1616", + "onehundred_CP_at_39": "1593" + }, + { + "Row": "421", + "Name": "Mothim", + "Pokedex_Number": "414", + "Img_name": "414", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "423", + "ATK": "185", + "DEF": "98", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1653", + "onehundred_CP_at_39": "1629" + }, + { + "Row": "422", + "Name": "Combee", + "Pokedex_Number": "415", + "Img_name": "415", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "202", + "ATK": "59", + "DEF": "83", + "STA": "60", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "396", + "onehundred_CP_at_39": "390" + }, + { + "Row": "423", + "Name": "Vespiquen", + "Pokedex_Number": "416", + "Img_name": "416", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "479", + "ATK": "149", + "DEF": "190", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1825", + "onehundred_CP_at_39": "1799" + }, + { + "Row": "424", + "Name": "Pachirisu", + "Pokedex_Number": "417", + "Img_name": "417", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "396", + "ATK": "94", + "DEF": "182", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1110", + "onehundred_CP_at_39": "1094" + }, + { + "Row": "425", + "Name": "Buizel", + "Pokedex_Number": "418", + "Img_name": "418", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "312", + "ATK": "132", + "DEF": "70", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "946", + "onehundred_CP_at_39": "932" + }, + { + "Row": "426", + "Name": "Floatzel", + "Pokedex_Number": "419", + "Img_name": "419", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "509", + "ATK": "221", + "DEF": "118", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2312", + "onehundred_CP_at_39": "2279" + }, + { + "Row": "427", + "Name": "Cherubi", + "Pokedex_Number": "420", + "Img_name": "420", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "294", + "ATK": "108", + "DEF": "96", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "829", + "onehundred_CP_at_39": "817" + }, + { + "Row": "428", + "Name": "Cherrim", + "Pokedex_Number": "421", + "Img_name": "421", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "467", + "ATK": "170", + "DEF": "157", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1886", + "onehundred_CP_at_39": "1859" + }, + { + "Row": "429", + "Name": "Shellos", + "Pokedex_Number": "422", + "Img_name": "422", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "366", + "ATK": "103", + "DEF": "111", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1069", + "onehundred_CP_at_39": "1053" + }, + { + "Row": "430", + "Name": "Gastrodon", + "Pokedex_Number": "423", + "Img_name": "423", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "540", + "ATK": "169", + "DEF": "149", + "STA": "222", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2265", + "onehundred_CP_at_39": "2233" + }, + { + "Row": "431", + "Name": "Ambipom", + "Pokedex_Number": "424", + "Img_name": "424", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "498", + "ATK": "205", + "DEF": "143", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2218", + "onehundred_CP_at_39": "2186" + }, + { + "Row": "432", + "Name": "Drifloon", + "Pokedex_Number": "425", + "Img_name": "425", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "382", + "ATK": "117", + "DEF": "85", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1151", + "onehundred_CP_at_39": "1134" + }, + { + "Row": "433", + "Name": "Drifblim", + "Pokedex_Number": "426", + "Img_name": "426", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "587", + "ATK": "180", + "DEF": "107", + "STA": "300", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2387", + "onehundred_CP_at_39": "2353" + }, + { + "Row": "434", + "Name": "Buneary", + "Pokedex_Number": "427", + "Img_name": "427", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "351", + "ATK": "130", + "DEF": "111", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1136", + "onehundred_CP_at_39": "1120" + }, + { + "Row": "435", + "Name": "Lopunny", + "Pokedex_Number": "428", + "Img_name": "428", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "486", + "ATK": "156", + "DEF": "200", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1885", + "onehundred_CP_at_39": "1858" + }, + { + "Row": "436", + "Name": "Mismagius", + "Pokedex_Number": "429", + "Img_name": "429", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "542", + "ATK": "211", + "DEF": "211", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2465", + "onehundred_CP_at_39": "2430" + }, + { + "Row": "437", + "Name": "Honchkrow", + "Pokedex_Number": "430", + "Img_name": "430", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "546", + "ATK": "243", + "DEF": "103", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2566", + "onehundred_CP_at_39": "2529" + }, + { + "Row": "438", + "Name": "Glameow", + "Pokedex_Number": "431", + "Img_name": "431", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "292", + "ATK": "109", + "DEF": "85", + "STA": "98", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "823", + "onehundred_CP_at_39": "811" + }, + { + "Row": "439", + "Name": "Purugly", + "Pokedex_Number": "432", + "Img_name": "432", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "450", + "ATK": "172", + "DEF": "136", + "STA": "142", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1798", + "onehundred_CP_at_39": "1772" + }, + { + "Row": "440", + "Name": "Chingling", + "Pokedex_Number": "433", + "Img_name": "433", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "298", + "ATK": "114", + "DEF": "94", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "861", + "onehundred_CP_at_39": "849" + }, + { + "Row": "441", + "Name": "Stunky", + "Pokedex_Number": "434", + "Img_name": "434", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "dark", + "Weather_1": "Cloudy", + "Weather_2": "Fog", + "STAT_TOTAL": "340", + "ATK": "121", + "DEF": "93", + "STA": "126", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1048", + "onehundred_CP_at_39": "1033" + }, + { + "Row": "442", + "Name": "Skuntank", + "Pokedex_Number": "435", + "Img_name": "435", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "dark", + "Weather_1": "Cloudy", + "Weather_2": "Fog", + "STAT_TOTAL": "525", + "ATK": "184", + "DEF": "135", + "STA": "206", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2262", + "onehundred_CP_at_39": "2230" + }, + { + "Row": "443", + "Name": "Bronzor", + "Pokedex_Number": "436", + "Img_name": "436", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "311", + "ATK": "43", + "DEF": "154", + "STA": "114", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "534", + "onehundred_CP_at_39": "527" + }, + { + "Row": "444", + "Name": "Bronzong", + "Pokedex_Number": "437", + "Img_name": "437", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "psychic", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "508", + "ATK": "161", + "DEF": "213", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2026", + "onehundred_CP_at_39": "1997" + }, + { + "Row": "445", + "Name": "Bonsly", + "Pokedex_Number": "438", + "Img_name": "438", + "Generation": "4", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "379", + "ATK": "124", + "DEF": "155", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1213", + "onehundred_CP_at_39": "1196" + }, + { + "Row": "446", + "Name": "Mime Jr.", + "Pokedex_Number": "439", + "Img_name": "439", + "Generation": "4", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fairy", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "329", + "ATK": "125", + "DEF": "164", + "STA": "40", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "867", + "onehundred_CP_at_39": "855" + }, + { + "Row": "447", + "Name": "Happiny", + "Pokedex_Number": "440", + "Img_name": "440", + "Generation": "4", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "330", + "ATK": "25", + "DEF": "105", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "401", + "onehundred_CP_at_39": "395" + }, + { + "Row": "448", + "Name": "Chatot", + "Pokedex_Number": "441", + "Img_name": "441", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "427", + "ATK": "183", + "DEF": "92", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1653", + "onehundred_CP_at_39": "1629" + }, + { + "Row": "449", + "Name": "Spiritomb", + "Pokedex_Number": "442", + "Img_name": "442", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "dark", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "468", + "ATK": "169", + "DEF": "199", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1802", + "onehundred_CP_at_39": "1777" + }, + { + "Row": "450", + "Name": "Gible", + "Pokedex_Number": "443", + "Img_name": "443", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ground", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "324", + "ATK": "124", + "DEF": "84", + "STA": "116", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "988", + "onehundred_CP_at_39": "974" + }, + { + "Row": "451", + "Name": "Gabite", + "Pokedex_Number": "444", + "Img_name": "444", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ground", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "438", + "ATK": "172", + "DEF": "130", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1728", + "onehundred_CP_at_39": "1703" + }, + { + "Row": "452", + "Name": "Garchomp", + "Pokedex_Number": "445", + "Img_name": "445", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ground", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "675", + "ATK": "261", + "DEF": "198", + "STA": "216", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3823", + "onehundred_CP_at_39": "3769" + }, + { + "Row": "453", + "Name": "Munchlax", + "Pokedex_Number": "446", + "Img_name": "446", + "Generation": "4", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "544", + "ATK": "137", + "DEF": "137", + "STA": "270", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1975", + "onehundred_CP_at_39": "1947" + }, + { + "Row": "454", + "Name": "Riolu", + "Pokedex_Number": "447", + "Img_name": "447", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "285", + "ATK": "127", + "DEF": "78", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "833", + "onehundred_CP_at_39": "821" + }, + { + "Row": "455", + "Name": "Lucario", + "Pokedex_Number": "448", + "Img_name": "448", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "steel", + "Weather_1": "Cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "520", + "ATK": "236", + "DEF": "144", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2461", + "onehundred_CP_at_39": "2425" + }, + { + "Row": "456", + "Name": "Hippopotas", + "Pokedex_Number": "449", + "Img_name": "449", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "394", + "ATK": "124", + "DEF": "134", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1302", + "onehundred_CP_at_39": "1283" + }, + { + "Row": "457", + "Name": "Hippowdon", + "Pokedex_Number": "450", + "Img_name": "450", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "629", + "ATK": "201", + "DEF": "212", + "STA": "216", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3089", + "onehundred_CP_at_39": "3045" + }, + { + "Row": "458", + "Name": "Skorupi", + "Pokedex_Number": "451", + "Img_name": "451", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "bug", + "Weather_1": "Cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "341", + "ATK": "93", + "DEF": "168", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "889", + "onehundred_CP_at_39": "876" + }, + { + "Row": "459", + "Name": "Drapion", + "Pokedex_Number": "452", + "Img_name": "452", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "dark", + "Weather_1": "Cloudy", + "Weather_2": "Fog", + "STAT_TOTAL": "539", + "ATK": "180", + "DEF": "219", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2319", + "onehundred_CP_at_39": "2286" + }, + { + "Row": "460", + "Name": "Croagunk", + "Pokedex_Number": "453", + "Img_name": "453", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "fighting", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "288", + "ATK": "116", + "DEF": "76", + "STA": "96", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "822", + "onehundred_CP_at_39": "810" + }, + { + "Row": "461", + "Name": "Toxicroak", + "Pokedex_Number": "454", + "Img_name": "454", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "fighting", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "510", + "ATK": "211", + "DEF": "133", + "STA": "166", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2310", + "onehundred_CP_at_39": "2277" + }, + { + "Row": "462", + "Name": "Carnivine", + "Pokedex_Number": "455", + "Img_name": "455", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "471", + "ATK": "187", + "DEF": "136", + "STA": "148", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1979", + "onehundred_CP_at_39": "1951" + }, + { + "Row": "463", + "Name": "Finneon", + "Pokedex_Number": "456", + "Img_name": "456", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "313", + "ATK": "96", + "DEF": "119", + "STA": "98", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "853", + "onehundred_CP_at_39": "840" + }, + { + "Row": "464", + "Name": "Lumineon", + "Pokedex_Number": "457", + "Img_name": "457", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "455", + "ATK": "142", + "DEF": "175", + "STA": "138", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1671", + "onehundred_CP_at_39": "1648" + }, + { + "Row": "465", + "Name": "Mantyke", + "Pokedex_Number": "458", + "Img_name": "458", + "Generation": "4", + "Evolution_Stage": "0", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "407", + "ATK": "105", + "DEF": "212", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1157", + "onehundred_CP_at_39": "1140" + }, + { + "Row": "466", + "Name": "Snover", + "Pokedex_Number": "459", + "Img_name": "459", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "ice", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "345", + "ATK": "115", + "DEF": "110", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1054", + "onehundred_CP_at_39": "1039" + }, + { + "Row": "467", + "Name": "Abomasnow", + "Pokedex_Number": "460", + "Img_name": "460", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "ice", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "521", + "ATK": "178", + "DEF": "163", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2245", + "onehundred_CP_at_39": "2213" + }, + { + "Row": "468", + "Name": "Weavile", + "Pokedex_Number": "461", + "Img_name": "461", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "ice", + "Weather_1": "Fog", + "Weather_2": "Snow", + "STAT_TOTAL": "565", + "ATK": "243", + "DEF": "182", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2815", + "onehundred_CP_at_39": "2775" + }, + { + "Row": "469", + "Name": "Magnezone", + "Pokedex_Number": "462", + "Img_name": "462", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "595", + "ATK": "238", + "DEF": "217", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2996", + "onehundred_CP_at_39": "2953" + }, + { + "Row": "470", + "Name": "Lickilicky", + "Pokedex_Number": "463", + "Img_name": "463", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "1", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "562", + "ATK": "161", + "DEF": "181", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2359", + "onehundred_CP_at_39": "2325" + }, + { + "Row": "471", + "Name": "Rhyperior", + "Pokedex_Number": "464", + "Img_name": "464", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "rock", + "Weather_1": "Sunny/clear", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "695", + "ATK": "241", + "DEF": "224", + "STA": "230", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3869", + "onehundred_CP_at_39": "3813" + }, + { + "Row": "472", + "Name": "Tangrowth", + "Pokedex_Number": "465", + "Img_name": "465", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "626", + "ATK": "207", + "DEF": "219", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3110", + "onehundred_CP_at_39": "3065" + }, + { + "Row": "473", + "Name": "Electivire", + "Pokedex_Number": "466", + "Img_name": "466", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "1", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "572", + "ATK": "249", + "DEF": "173", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2904", + "onehundred_CP_at_39": "2862" + }, + { + "Row": "474", + "Name": "Magmortar", + "Pokedex_Number": "467", + "Img_name": "467", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "62", + "Cross_Gen": "1", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "583", + "ATK": "247", + "DEF": "186", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2980", + "onehundred_CP_at_39": "2937" + }, + { + "Row": "475", + "Name": "Togekiss", + "Pokedex_Number": "468", + "Img_name": "468", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "flying", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "622", + "ATK": "225", + "DEF": "227", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3171", + "onehundred_CP_at_39": "3126" + }, + { + "Row": "476", + "Name": "Yanmega", + "Pokedex_Number": "469", + "Img_name": "469", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "575", + "ATK": "231", + "DEF": "172", + "STA": "172", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2873", + "onehundred_CP_at_39": "2832" + }, + { + "Row": "477", + "Name": "Leafeon", + "Pokedex_Number": "470", + "Img_name": "470", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "1", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "600", + "ATK": "216", + "DEF": "254", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2849", + "onehundred_CP_at_39": "2808" + }, + { + "Row": "478", + "Name": "Glaceon", + "Pokedex_Number": "471", + "Img_name": "471", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "1", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "580", + "ATK": "238", + "DEF": "212", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2866", + "onehundred_CP_at_39": "2825" + }, + { + "Row": "479", + "Name": "Gliscor", + "Pokedex_Number": "472", + "Img_name": "472", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "583", + "ATK": "185", + "DEF": "248", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2602", + "onehundred_CP_at_39": "2565" + }, + { + "Row": "480", + "Name": "Mamoswine", + "Pokedex_Number": "473", + "Img_name": "473", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "ground", + "Weather_1": "Snow", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "624", + "ATK": "247", + "DEF": "157", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3289", + "onehundred_CP_at_39": "3242" + }, + { + "Row": "481", + "Name": "Porygon-Z", + "Pokedex_Number": "474", + "Img_name": "474", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "587", + "ATK": "264", + "DEF": "153", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3072", + "onehundred_CP_at_39": "3028" + }, + { + "Row": "482", + "Name": "Gallade", + "Pokedex_Number": "475", + "Img_name": "475", + "Generation": "4", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fighting", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "593", + "ATK": "237", + "DEF": "220", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2964", + "onehundred_CP_at_39": "2922" + }, + { + "Row": "483", + "Name": "Probopass", + "Pokedex_Number": "476", + "Img_name": "476", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "steel", + "Weather_1": "Partly cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "533", + "ATK": "135", + "DEF": "278", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1863", + "onehundred_CP_at_39": "1836" + }, + { + "Row": "484", + "Name": "Dusknoir", + "Pokedex_Number": "477", + "Img_name": "477", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "524", + "ATK": "180", + "DEF": "254", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2046", + "onehundred_CP_at_39": "2017" + }, + { + "Row": "485", + "Name": "Froslass", + "Pokedex_Number": "478", + "Img_name": "478", + "Generation": "4", + "Evolution_Stage": "3", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "ghost", + "Weather_1": "Snow", + "Weather_2": "Fog", + "STAT_TOTAL": "461", + "ATK": "171", + "DEF": "150", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1857", + "onehundred_CP_at_39": "1831" + }, + { + "Row": "486", + "Name": "Rotom (Heat Rotom)", + "Pokedex_Number": "479", + "Img_name": "479-heat", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1767", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "487", + "Name": "Rotom (Wash Rotom)", + "Pokedex_Number": "479", + "Img_name": "479-wash", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1767", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "488", + "Name": "Rotom (Frost Rotom)", + "Pokedex_Number": "479", + "Img_name": "479-frost", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1767", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "489", + "Name": "Rotom (Fan Rotom)", + "Pokedex_Number": "479", + "Img_name": "479-spin", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1767", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "490", + "Name": "Rotom (Mow Rotom)", + "Pokedex_Number": "479", + "Img_name": "479-mow", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1767", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "491", + "Name": "Rotom (Normal Rotom)", + "Pokedex_Number": "479", + "Img_name": "479", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "444", + "ATK": "185", + "DEF": "159", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1767", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "492", + "Name": "Uxie", + "Pokedex_Number": "480", + "Img_name": "480", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "576", + "ATK": "156", + "DEF": "270", + "STA": "150", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2316", + "onehundred_CP_at_39": "2282" + }, + { + "Row": "493", + "Name": "Mesprit", + "Pokedex_Number": "481", + "Img_name": "481", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "584", + "ATK": "212", + "DEF": "212", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2825", + "onehundred_CP_at_39": "2785" + }, + { + "Row": "494", + "Name": "Azelf", + "Pokedex_Number": "482", + "Img_name": "482", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "571", + "ATK": "270", + "DEF": "151", + "STA": "150", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2945", + "onehundred_CP_at_39": "2903" + }, + { + "Row": "495", + "Name": "Dialga", + "Pokedex_Number": "483", + "Img_name": "483", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "dragon", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "744", + "ATK": "302", + "DEF": "242", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4654", + "onehundred_CP_at_39": "4587" + }, + { + "Row": "496", + "Name": "Palkia", + "Pokedex_Number": "484", + "Img_name": "484", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "dragon", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "735", + "ATK": "308", + "DEF": "247", + "STA": "180", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4559", + "onehundred_CP_at_39": "4494" + }, + { + "Row": "497", + "Name": "Heatran", + "Pokedex_Number": "485", + "Img_name": "485", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "steel", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "646", + "ATK": "251", + "DEF": "213", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3521", + "onehundred_CP_at_39": "3470" + }, + { + "Row": "498", + "Name": "Regigigas", + "Pokedex_Number": "486", + "Img_name": "486", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "766", + "ATK": "315", + "DEF": "231", + "STA": "220", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4955", + "onehundred_CP_at_39": "4884" + }, + { + "Row": "499", + "Name": "Giratina (Altered Forme)", + "Pokedex_Number": "487", + "Img_name": "487", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "dragon", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "753", + "ATK": "206", + "DEF": "247", + "STA": "300", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3965", + "onehundred_CP_at_39": "3908" + }, + { + "Row": "500", + "Name": "Giratina (Origin Forme)", + "Pokedex_Number": "487", + "Img_name": "487-origin", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "dragon", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "753", + "ATK": "206", + "DEF": "247", + "STA": "300", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3965", + "onehundred_CP_at_39": "3908" + }, + { + "Row": "501", + "Name": "Cresselia", + "Pokedex_Number": "488", + "Img_name": "488", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "655", + "ATK": "152", + "DEF": "263", + "STA": "240", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2777", + "onehundred_CP_at_39": "2737" + }, + { + "Row": "502", + "Name": "Phione", + "Pokedex_Number": "489", + "Img_name": "489", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "484", + "ATK": "162", + "DEF": "162", + "STA": "160", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1945", + "onehundred_CP_at_39": "1917" + }, + { + "Row": "503", + "Name": "Manaphy", + "Pokedex_Number": "490", + "Img_name": "490", + "Generation": "4", + "Evolution_Stage": "2", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "2", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "504", + "Name": "Darkrai", + "Pokedex_Number": "491", + "Img_name": "491", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "623", + "ATK": "285", + "DEF": "198", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3404", + "onehundred_CP_at_39": "3355" + }, + { + "Row": "505", + "Name": "Shaymin (Land Forme)", + "Pokedex_Number": "492", + "Img_name": "492", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "506", + "Name": "Shaymin (Sky Forme)", + "Pokedex_Number": "492", + "Img_name": "492-sky", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "507", + "Name": "Arceus", + "Pokedex_Number": "493", + "Img_name": "493", + "Generation": "4", + "Evolution_Stage": "1", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "764", + "ATK": "262", + "DEF": "262", + "STA": "240", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4598", + "onehundred_CP_at_39": "4532" + }, + { + "Row": "508", + "Name": "Victini", + "Pokedex_Number": "494", + "Img_name": "494", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fire", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "620", + "ATK": "210", + "DEF": "210", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3090", + "onehundred_CP_at_39": "3046" + }, + { + "Row": "509", + "Name": "Snivy", + "Pokedex_Number": "495", + "Img_name": "495", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "285", + "ATK": "88", + "DEF": "107", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "728", + "onehundred_CP_at_39": "717" + }, + { + "Row": "510", + "Name": "Servine", + "Pokedex_Number": "496", + "Img_name": "496", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "394", + "ATK": "122", + "DEF": "152", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1284", + "onehundred_CP_at_39": "1266" + }, + { + "Row": "511", + "Name": "Serperior", + "Pokedex_Number": "497", + "Img_name": "497", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "515", + "ATK": "161", + "DEF": "204", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2089", + "onehundred_CP_at_39": "2059" + }, + { + "Row": "512", + "Name": "Tepig", + "Pokedex_Number": "498", + "Img_name": "498", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "330", + "ATK": "115", + "DEF": "85", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "977", + "onehundred_CP_at_39": "963" + }, + { + "Row": "513", + "Name": "Pignite", + "Pokedex_Number": "499", + "Img_name": "499", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "459", + "ATK": "173", + "DEF": "106", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1803", + "onehundred_CP_at_39": "1777" + }, + { + "Row": "514", + "Name": "Emboar", + "Pokedex_Number": "500", + "Img_name": "500", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "582", + "ATK": "235", + "DEF": "127", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2852", + "onehundred_CP_at_39": "2811" + }, + { + "Row": "515", + "Name": "Oshawott", + "Pokedex_Number": "501", + "Img_name": "501", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "312", + "ATK": "117", + "DEF": "85", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "921", + "onehundred_CP_at_39": "908" + }, + { + "Row": "516", + "Name": "Dewott", + "Pokedex_Number": "502", + "Img_name": "502", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "425", + "ATK": "159", + "DEF": "116", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1597", + "onehundred_CP_at_39": "1574" + }, + { + "Row": "517", + "Name": "Samurott", + "Pokedex_Number": "503", + "Img_name": "503", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "566", + "ATK": "212", + "DEF": "164", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2715", + "onehundred_CP_at_39": "2677" + }, + { + "Row": "518", + "Name": "Patrat", + "Pokedex_Number": "504", + "Img_name": "504", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "261", + "ATK": "98", + "DEF": "73", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "678", + "onehundred_CP_at_39": "668" + }, + { + "Row": "519", + "Name": "Watchog", + "Pokedex_Number": "505", + "Img_name": "505", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "424", + "ATK": "165", + "DEF": "139", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1621", + "onehundred_CP_at_39": "1597" + }, + { + "Row": "520", + "Name": "Lillipup", + "Pokedex_Number": "506", + "Img_name": "506", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "283", + "ATK": "107", + "DEF": "86", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "784", + "onehundred_CP_at_39": "773" + }, + { + "Row": "521", + "Name": "Herdier", + "Pokedex_Number": "507", + "Img_name": "507", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "401", + "ATK": "145", + "DEF": "126", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1428", + "onehundred_CP_at_39": "1408" + }, + { + "Row": "522", + "Name": "Stoutland", + "Pokedex_Number": "508", + "Img_name": "508", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "558", + "ATK": "206", + "DEF": "182", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2635", + "onehundred_CP_at_39": "2597" + }, + { + "Row": "523", + "Name": "Purrloin", + "Pokedex_Number": "509", + "Img_name": "509", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "253", + "ATK": "98", + "DEF": "73", + "STA": "82", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "652", + "onehundred_CP_at_39": "642" + }, + { + "Row": "524", + "Name": "Liepard", + "Pokedex_Number": "510", + "Img_name": "510", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "421", + "ATK": "187", + "DEF": "106", + "STA": "128", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1659", + "onehundred_CP_at_39": "1635" + }, + { + "Row": "525", + "Name": "Pansage", + "Pokedex_Number": "511", + "Img_name": "511", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "298", + "ATK": "104", + "DEF": "94", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "832", + "onehundred_CP_at_39": "820" + }, + { + "Row": "526", + "Name": "Simisage", + "Pokedex_Number": "512", + "Img_name": "512", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "489", + "ATK": "206", + "DEF": "133", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2156", + "onehundred_CP_at_39": "2126" + }, + { + "Row": "527", + "Name": "Pansear", + "Pokedex_Number": "513", + "Img_name": "513", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "298", + "ATK": "104", + "DEF": "94", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "832", + "onehundred_CP_at_39": "820" + }, + { + "Row": "528", + "Name": "Simisear", + "Pokedex_Number": "514", + "Img_name": "514", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "489", + "ATK": "206", + "DEF": "133", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2156", + "onehundred_CP_at_39": "2126" + }, + { + "Row": "529", + "Name": "Panpour", + "Pokedex_Number": "515", + "Img_name": "515", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "298", + "ATK": "104", + "DEF": "94", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "832", + "onehundred_CP_at_39": "820" + }, + { + "Row": "530", + "Name": "Simipour", + "Pokedex_Number": "516", + "Img_name": "516", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "489", + "ATK": "206", + "DEF": "133", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2156", + "onehundred_CP_at_39": "2126" + }, + { + "Row": "531", + "Name": "Munna", + "Pokedex_Number": "517", + "Img_name": "517", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "360", + "ATK": "111", + "DEF": "97", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1076", + "onehundred_CP_at_39": "1060" + }, + { + "Row": "532", + "Name": "Musharna", + "Pokedex_Number": "518", + "Img_name": "518", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "586", + "ATK": "183", + "DEF": "171", + "STA": "232", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2650", + "onehundred_CP_at_39": "2612" + }, + { + "Row": "533", + "Name": "Pidove", + "Pokedex_Number": "519", + "Img_name": "519", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "287", + "ATK": "98", + "DEF": "89", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "771", + "onehundred_CP_at_39": "760" + }, + { + "Row": "534", + "Name": "Tranquill", + "Pokedex_Number": "520", + "Img_name": "520", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "385", + "ATK": "144", + "DEF": "117", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1345", + "onehundred_CP_at_39": "1325" + }, + { + "Row": "535", + "Name": "Unfezant", + "Pokedex_Number": "521", + "Img_name": "521", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "546", + "ATK": "226", + "DEF": "160", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2634", + "onehundred_CP_at_39": "2596" + }, + { + "Row": "536", + "Name": "Blitzle", + "Pokedex_Number": "522", + "Img_name": "522", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "272", + "ATK": "118", + "DEF": "64", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "756", + "onehundred_CP_at_39": "745" + }, + { + "Row": "537", + "Name": "Zebstrika", + "Pokedex_Number": "523", + "Img_name": "523", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "497", + "ATK": "211", + "DEF": "136", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2228", + "onehundred_CP_at_39": "2196" + }, + { + "Row": "538", + "Name": "Roggenrola", + "Pokedex_Number": "524", + "Img_name": "524", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "367", + "ATK": "121", + "DEF": "136", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1166", + "onehundred_CP_at_39": "1150" + }, + { + "Row": "539", + "Name": "Boldore", + "Pokedex_Number": "525", + "Img_name": "525", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "487", + "ATK": "174", + "DEF": "173", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2015", + "onehundred_CP_at_39": "1986" + }, + { + "Row": "540", + "Name": "Gigalith", + "Pokedex_Number": "526", + "Img_name": "526", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "619", + "ATK": "226", + "DEF": "223", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3158", + "onehundred_CP_at_39": "3113" + }, + { + "Row": "541", + "Name": "Woobat", + "Pokedex_Number": "527", + "Img_name": "527", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "322", + "ATK": "107", + "DEF": "85", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "917", + "onehundred_CP_at_39": "904" + }, + { + "Row": "542", + "Name": "Swoobat", + "Pokedex_Number": "528", + "Img_name": "528", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "414", + "ATK": "161", + "DEF": "119", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1553", + "onehundred_CP_at_39": "1531" + }, + { + "Row": "543", + "Name": "Drilbur", + "Pokedex_Number": "529", + "Img_name": "529", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "362", + "ATK": "154", + "DEF": "88", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1244", + "onehundred_CP_at_39": "1226" + }, + { + "Row": "544", + "Name": "Excadrill", + "Pokedex_Number": "530", + "Img_name": "530", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "steel", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "607", + "ATK": "255", + "DEF": "132", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3134", + "onehundred_CP_at_39": "3089" + }, + { + "Row": "545", + "Name": "Audino", + "Pokedex_Number": "531", + "Img_name": "531", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "483", + "ATK": "114", + "DEF": "163", + "STA": "206", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1598", + "onehundred_CP_at_39": "1575" + }, + { + "Row": "546", + "Name": "Timburr", + "Pokedex_Number": "532", + "Img_name": "532", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "381", + "ATK": "134", + "DEF": "97", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1265", + "onehundred_CP_at_39": "1247" + }, + { + "Row": "547", + "Name": "Gurdurr", + "Pokedex_Number": "533", + "Img_name": "533", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "500", + "ATK": "180", + "DEF": "150", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2127", + "onehundred_CP_at_39": "2097" + }, + { + "Row": "548", + "Name": "Conkeldurr", + "Pokedex_Number": "534", + "Img_name": "534", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "625", + "ATK": "243", + "DEF": "172", + "STA": "210", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3305", + "onehundred_CP_at_39": "3258" + }, + { + "Row": "549", + "Name": "Tympole", + "Pokedex_Number": "535", + "Img_name": "535", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "276", + "ATK": "98", + "DEF": "78", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "729", + "onehundred_CP_at_39": "719" + }, + { + "Row": "550", + "Name": "Palpitoad", + "Pokedex_Number": "536", + "Img_name": "536", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "387", + "ATK": "128", + "DEF": "109", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1277", + "onehundred_CP_at_39": "1259" + }, + { + "Row": "551", + "Name": "Seismitoad", + "Pokedex_Number": "537", + "Img_name": "537", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ground", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "548", + "ATK": "188", + "DEF": "150", + "STA": "210", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2442", + "onehundred_CP_at_39": "2408" + }, + { + "Row": "552", + "Name": "Throh", + "Pokedex_Number": "538", + "Img_name": "538", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "572", + "ATK": "172", + "DEF": "160", + "STA": "240", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2467", + "onehundred_CP_at_39": "2432" + }, + { + "Row": "553", + "Name": "Sawk", + "Pokedex_Number": "539", + "Img_name": "539", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "534", + "ATK": "231", + "DEF": "153", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2558", + "onehundred_CP_at_39": "2521" + }, + { + "Row": "554", + "Name": "Sewaddle", + "Pokedex_Number": "540", + "Img_name": "540", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "315", + "ATK": "96", + "DEF": "129", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "852", + "onehundred_CP_at_39": "840" + }, + { + "Row": "555", + "Name": "Swadloon", + "Pokedex_Number": "541", + "Img_name": "541", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "391", + "ATK": "115", + "DEF": "166", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1221", + "onehundred_CP_at_39": "1203" + }, + { + "Row": "556", + "Name": "Leavanny", + "Pokedex_Number": "542", + "Img_name": "542", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "grass", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "520", + "ATK": "205", + "DEF": "165", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2368", + "onehundred_CP_at_39": "2334" + }, + { + "Row": "557", + "Name": "Venipede", + "Pokedex_Number": "543", + "Img_name": "543", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "252", + "ATK": "83", + "DEF": "109", + "STA": "60", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "590", + "onehundred_CP_at_39": "581" + }, + { + "Row": "558", + "Name": "Whirlipede", + "Pokedex_Number": "544", + "Img_name": "544", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "362", + "ATK": "100", + "DEF": "182", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "982", + "onehundred_CP_at_39": "968" + }, + { + "Row": "559", + "Name": "Scolipede", + "Pokedex_Number": "545", + "Img_name": "545", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "poison", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "509", + "ATK": "203", + "DEF": "186", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2242", + "onehundred_CP_at_39": "2210" + }, + { + "Row": "560", + "Name": "Cottonee", + "Pokedex_Number": "546", + "Img_name": "546", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fairy", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "267", + "ATK": "71", + "DEF": "116", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "599", + "onehundred_CP_at_39": "590" + }, + { + "Row": "561", + "Name": "Whimsicott", + "Pokedex_Number": "547", + "Img_name": "547", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fairy", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "466", + "ATK": "164", + "DEF": "182", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1823", + "onehundred_CP_at_39": "1797" + }, + { + "Row": "562", + "Name": "Petilil", + "Pokedex_Number": "548", + "Img_name": "548", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "300", + "ATK": "119", + "DEF": "91", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "882", + "onehundred_CP_at_39": "870" + }, + { + "Row": "563", + "Name": "Lilligant", + "Pokedex_Number": "549", + "Img_name": "549", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "509", + "ATK": "214", + "DEF": "155", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2321", + "onehundred_CP_at_39": "2288" + }, + { + "Row": "564", + "Name": "Basculin", + "Pokedex_Number": "550", + "Img_name": "550", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "463", + "ATK": "189", + "DEF": "134", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1936", + "onehundred_CP_at_39": "1908" + }, + { + "Row": "565", + "Name": "Sandile", + "Pokedex_Number": "551", + "Img_name": "551", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "301", + "ATK": "132", + "DEF": "69", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "902", + "onehundred_CP_at_39": "889" + }, + { + "Row": "566", + "Name": "Krokorok", + "Pokedex_Number": "552", + "Img_name": "552", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "365", + "ATK": "155", + "DEF": "90", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1264", + "onehundred_CP_at_39": "1246" + }, + { + "Row": "567", + "Name": "Krookodile", + "Pokedex_Number": "553", + "Img_name": "553", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "582", + "ATK": "229", + "DEF": "163", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2911", + "onehundred_CP_at_39": "2869" + }, + { + "Row": "568", + "Name": "Darumaka", + "Pokedex_Number": "554", + "Img_name": "554", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "379", + "ATK": "153", + "DEF": "86", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1312", + "onehundred_CP_at_39": "1294" + }, + { + "Row": "569", + "Name": "Darmanitan (Zen Mode)", + "Pokedex_Number": "555", + "Img_name": "555", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "587", + "ATK": "263", + "DEF": "114", + "STA": "210", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2958", + "onehundred_CP_at_39": "2915" + }, + { + "Row": "570", + "Name": "Darmanitan (Standard Mode)", + "Pokedex_Number": "555", + "Img_name": "555", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "587", + "ATK": "263", + "DEF": "114", + "STA": "210", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2958", + "onehundred_CP_at_39": "2915" + }, + { + "Row": "571", + "Name": "Maractus", + "Pokedex_Number": "556", + "Img_name": "556", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "481", + "ATK": "201", + "DEF": "130", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2086", + "onehundred_CP_at_39": "2056" + }, + { + "Row": "572", + "Name": "Dwebble", + "Pokedex_Number": "557", + "Img_name": "557", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "370", + "ATK": "118", + "DEF": "152", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1151", + "onehundred_CP_at_39": "1134" + }, + { + "Row": "573", + "Name": "Crustle", + "Pokedex_Number": "558", + "Img_name": "558", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "552", + "ATK": "188", + "DEF": "224", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2440", + "onehundred_CP_at_39": "2405" + }, + { + "Row": "574", + "Name": "Scraggy", + "Pokedex_Number": "559", + "Img_name": "559", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "fighting", + "Weather_1": "Fog", + "Weather_2": "Cloudy", + "STAT_TOTAL": "364", + "ATK": "132", + "DEF": "132", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1193", + "onehundred_CP_at_39": "1176" + }, + { + "Row": "575", + "Name": "Scrafty", + "Pokedex_Number": "560", + "Img_name": "560", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "fighting", + "Weather_1": "Fog", + "Weather_2": "Cloudy", + "STAT_TOTAL": "515", + "ATK": "163", + "DEF": "222", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2060", + "onehundred_CP_at_39": "2031" + }, + { + "Row": "576", + "Name": "Sigilyph", + "Pokedex_Number": "561", + "Img_name": "561", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "flying", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "515", + "ATK": "204", + "DEF": "167", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2326", + "onehundred_CP_at_39": "2293" + }, + { + "Row": "577", + "Name": "Yamask", + "Pokedex_Number": "562", + "Img_name": "562", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "321", + "ATK": "95", + "DEF": "150", + "STA": "76", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "841", + "onehundred_CP_at_39": "829" + }, + { + "Row": "578", + "Name": "Cofagrigus", + "Pokedex_Number": "563", + "Img_name": "563", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "534", + "ATK": "163", + "DEF": "255", + "STA": "116", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2090", + "onehundred_CP_at_39": "2060" + }, + { + "Row": "579", + "Name": "Tirtouga", + "Pokedex_Number": "564", + "Img_name": "564", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "414", + "ATK": "134", + "DEF": "172", + "STA": "108", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1411", + "onehundred_CP_at_39": "1391" + }, + { + "Row": "580", + "Name": "Carracosta", + "Pokedex_Number": "565", + "Img_name": "565", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "rock", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "568", + "ATK": "192", + "DEF": "228", + "STA": "148", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2573", + "onehundred_CP_at_39": "2536" + }, + { + "Row": "581", + "Name": "Archen", + "Pokedex_Number": "566", + "Img_name": "566", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "412", + "ATK": "213", + "DEF": "89", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1623", + "onehundred_CP_at_39": "1600" + }, + { + "Row": "582", + "Name": "Archeops", + "Pokedex_Number": "567", + "Img_name": "567", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "581", + "ATK": "292", + "DEF": "139", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3056", + "onehundred_CP_at_39": "3012" + }, + { + "Row": "583", + "Name": "Trubbish", + "Pokedex_Number": "568", + "Img_name": "568", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "318", + "ATK": "96", + "DEF": "122", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "870", + "onehundred_CP_at_39": "857" + }, + { + "Row": "584", + "Name": "Garbodor", + "Pokedex_Number": "569", + "Img_name": "569", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "505", + "ATK": "181", + "DEF": "164", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2166", + "onehundred_CP_at_39": "2135" + }, + { + "Row": "585", + "Name": "Zorua", + "Pokedex_Number": "570", + "Img_name": "570", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "311", + "ATK": "153", + "DEF": "78", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "986", + "onehundred_CP_at_39": "972" + }, + { + "Row": "586", + "Name": "Zoroark", + "Pokedex_Number": "571", + "Img_name": "571", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "", + "Weather_1": "Fog", + "Weather_2": "", + "STAT_TOTAL": "497", + "ATK": "250", + "DEF": "127", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2291", + "onehundred_CP_at_39": "2258" + }, + { + "Row": "587", + "Name": "Minccino", + "Pokedex_Number": "572", + "Img_name": "572", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "288", + "ATK": "98", + "DEF": "80", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "769", + "onehundred_CP_at_39": "758" + }, + { + "Row": "588", + "Name": "Cinccino", + "Pokedex_Number": "573", + "Img_name": "573", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "478", + "ATK": "198", + "DEF": "130", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2057", + "onehundred_CP_at_39": "2028" + }, + { + "Row": "589", + "Name": "Gothita", + "Pokedex_Number": "574", + "Img_name": "574", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "306", + "ATK": "98", + "DEF": "118", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "834", + "onehundred_CP_at_39": "822" + }, + { + "Row": "590", + "Name": "Gothorita", + "Pokedex_Number": "575", + "Img_name": "575", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "416", + "ATK": "137", + "DEF": "159", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1455", + "onehundred_CP_at_39": "1434" + }, + { + "Row": "591", + "Name": "Gothitelle", + "Pokedex_Number": "576", + "Img_name": "576", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "528", + "ATK": "176", + "DEF": "212", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2237", + "onehundred_CP_at_39": "2205" + }, + { + "Row": "592", + "Name": "Solosis", + "Pokedex_Number": "577", + "Img_name": "577", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "347", + "ATK": "170", + "DEF": "87", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1195", + "onehundred_CP_at_39": "1178" + }, + { + "Row": "593", + "Name": "Duosion", + "Pokedex_Number": "578", + "Img_name": "578", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "445", + "ATK": "208", + "DEF": "107", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1852", + "onehundred_CP_at_39": "1826" + }, + { + "Row": "594", + "Name": "Reuniclus", + "Pokedex_Number": "579", + "Img_name": "579", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "587", + "ATK": "214", + "DEF": "153", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2841", + "onehundred_CP_at_39": "2801" + }, + { + "Row": "595", + "Name": "Ducklett", + "Pokedex_Number": "580", + "Img_name": "580", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "304", + "ATK": "84", + "DEF": "96", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "768", + "onehundred_CP_at_39": "757" + }, + { + "Row": "596", + "Name": "Swanna", + "Pokedex_Number": "581", + "Img_name": "581", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "464", + "ATK": "182", + "DEF": "132", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1916", + "onehundred_CP_at_39": "1888" + }, + { + "Row": "597", + "Name": "Vanillite", + "Pokedex_Number": "582", + "Img_name": "582", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "301", + "ATK": "118", + "DEF": "111", + "STA": "72", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "869", + "onehundred_CP_at_39": "857" + }, + { + "Row": "598", + "Name": "Vanillish", + "Pokedex_Number": "583", + "Img_name": "583", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "396", + "ATK": "151", + "DEF": "143", + "STA": "102", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1409", + "onehundred_CP_at_39": "1389" + }, + { + "Row": "599", + "Name": "Vanilluxe", + "Pokedex_Number": "584", + "Img_name": "584", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "550", + "ATK": "218", + "DEF": "190", + "STA": "142", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2610", + "onehundred_CP_at_39": "2573" + }, + { + "Row": "600", + "Name": "Deerling", + "Pokedex_Number": "585", + "Img_name": "585", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "grass", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "335", + "ATK": "115", + "DEF": "100", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1011", + "onehundred_CP_at_39": "997" + }, + { + "Row": "601", + "Name": "Sawsbuck", + "Pokedex_Number": "586", + "Img_name": "586", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "grass", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "504", + "ATK": "198", + "DEF": "146", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2233", + "onehundred_CP_at_39": "2201" + }, + { + "Row": "602", + "Name": "Emolga", + "Pokedex_Number": "587", + "Img_name": "587", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "395", + "ATK": "158", + "DEF": "127", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1439", + "onehundred_CP_at_39": "1419" + }, + { + "Row": "603", + "Name": "Karrablast", + "Pokedex_Number": "588", + "Img_name": "588", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "324", + "ATK": "137", + "DEF": "87", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1028", + "onehundred_CP_at_39": "1013" + }, + { + "Row": "604", + "Name": "Escavalier", + "Pokedex_Number": "589", + "Img_name": "589", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "550", + "ATK": "223", + "DEF": "187", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2630", + "onehundred_CP_at_39": "2592" + }, + { + "Row": "605", + "Name": "Foongus", + "Pokedex_Number": "590", + "Img_name": "590", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "330", + "ATK": "97", + "DEF": "95", + "STA": "138", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "907", + "onehundred_CP_at_39": "894" + }, + { + "Row": "606", + "Name": "Amoonguss", + "Pokedex_Number": "591", + "Img_name": "591", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "poison", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "527", + "ATK": "155", + "DEF": "144", + "STA": "228", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2087", + "onehundred_CP_at_39": "2057" + }, + { + "Row": "607", + "Name": "Frillish", + "Pokedex_Number": "592", + "Img_name": "592", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "375", + "ATK": "115", + "DEF": "150", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1166", + "onehundred_CP_at_39": "1149" + }, + { + "Row": "608", + "Name": "Jellicent", + "Pokedex_Number": "593", + "Img_name": "593", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "ghost", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "554", + "ATK": "159", + "DEF": "195", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2309", + "onehundred_CP_at_39": "2276" + }, + { + "Row": "609", + "Name": "Alomomola", + "Pokedex_Number": "594", + "Img_name": "594", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "616", + "ATK": "138", + "DEF": "148", + "STA": "330", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2266", + "onehundred_CP_at_39": "2233" + }, + { + "Row": "610", + "Name": "Joltik", + "Pokedex_Number": "595", + "Img_name": "595", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "electric", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "308", + "ATK": "110", + "DEF": "98", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "889", + "onehundred_CP_at_39": "877" + }, + { + "Row": "611", + "Name": "Galvantula", + "Pokedex_Number": "596", + "Img_name": "596", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "electric", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "469", + "ATK": "201", + "DEF": "128", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2008", + "onehundred_CP_at_39": "1979" + }, + { + "Row": "612", + "Name": "Ferroseed", + "Pokedex_Number": "597", + "Img_name": "597", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "steel", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "327", + "ATK": "82", + "DEF": "157", + "STA": "88", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "806", + "onehundred_CP_at_39": "794" + }, + { + "Row": "613", + "Name": "Ferrothorn", + "Pokedex_Number": "598", + "Img_name": "598", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "steel", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "536", + "ATK": "158", + "DEF": "230", + "STA": "148", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2159", + "onehundred_CP_at_39": "2128" + }, + { + "Row": "614", + "Name": "Klink", + "Pokedex_Number": "599", + "Img_name": "599", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "304", + "ATK": "98", + "DEF": "126", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "816", + "onehundred_CP_at_39": "805" + }, + { + "Row": "615", + "Name": "Klang", + "Pokedex_Number": "600", + "Img_name": "600", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "449", + "ATK": "150", + "DEF": "179", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1667", + "onehundred_CP_at_39": "1643" + }, + { + "Row": "616", + "Name": "Klinklang", + "Pokedex_Number": "601", + "Img_name": "601", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "549", + "ATK": "199", + "DEF": "230", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2430", + "onehundred_CP_at_39": "2396" + }, + { + "Row": "617", + "Name": "Tynamo", + "Pokedex_Number": "602", + "Img_name": "602", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "253", + "ATK": "105", + "DEF": "78", + "STA": "70", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "666", + "onehundred_CP_at_39": "656" + }, + { + "Row": "618", + "Name": "Eelektrik", + "Pokedex_Number": "603", + "Img_name": "603", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "416", + "ATK": "156", + "DEF": "130", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1548", + "onehundred_CP_at_39": "1526" + }, + { + "Row": "619", + "Name": "Eelektross", + "Pokedex_Number": "604", + "Img_name": "604", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "539", + "ATK": "217", + "DEF": "152", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2546", + "onehundred_CP_at_39": "2510" + }, + { + "Row": "620", + "Name": "Elgyem", + "Pokedex_Number": "605", + "Img_name": "605", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "358", + "ATK": "148", + "DEF": "100", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1220", + "onehundred_CP_at_39": "1203" + }, + { + "Row": "621", + "Name": "Beheeyem", + "Pokedex_Number": "606", + "Img_name": "606", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "543", + "ATK": "221", + "DEF": "172", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2589", + "onehundred_CP_at_39": "2552" + }, + { + "Row": "622", + "Name": "Litwick", + "Pokedex_Number": "607", + "Img_name": "607", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "fire", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "306", + "ATK": "108", + "DEF": "98", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "875", + "onehundred_CP_at_39": "863" + }, + { + "Row": "623", + "Name": "Lampent", + "Pokedex_Number": "608", + "Img_name": "608", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "fire", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "404", + "ATK": "169", + "DEF": "115", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1522", + "onehundred_CP_at_39": "1500" + }, + { + "Row": "624", + "Name": "Chandelure", + "Pokedex_Number": "609", + "Img_name": "609", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "fire", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "573", + "ATK": "271", + "DEF": "182", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2913", + "onehundred_CP_at_39": "2871" + }, + { + "Row": "625", + "Name": "Axew", + "Pokedex_Number": "610", + "Img_name": "610", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "357", + "ATK": "154", + "DEF": "111", + "STA": "92", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1225", + "onehundred_CP_at_39": "1208" + }, + { + "Row": "626", + "Name": "Fraxure", + "Pokedex_Number": "611", + "Img_name": "611", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "477", + "ATK": "212", + "DEF": "133", + "STA": "132", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2091", + "onehundred_CP_at_39": "2061" + }, + { + "Row": "627", + "Name": "Haxorus", + "Pokedex_Number": "612", + "Img_name": "612", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "619", + "ATK": "284", + "DEF": "183", + "STA": "152", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3395", + "onehundred_CP_at_39": "3347" + }, + { + "Row": "628", + "Name": "Cubchoo", + "Pokedex_Number": "613", + "Img_name": "613", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "312", + "ATK": "128", + "DEF": "74", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "942", + "onehundred_CP_at_39": "928" + }, + { + "Row": "629", + "Name": "Beartic", + "Pokedex_Number": "614", + "Img_name": "614", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "575", + "ATK": "233", + "DEF": "152", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2865", + "onehundred_CP_at_39": "2825" + }, + { + "Row": "630", + "Name": "Cryogonal", + "Pokedex_Number": "615", + "Img_name": "615", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "614", + "ATK": "190", + "DEF": "264", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2829", + "onehundred_CP_at_39": "2788" + }, + { + "Row": "631", + "Name": "Shelmet", + "Pokedex_Number": "616", + "Img_name": "616", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "321", + "ATK": "72", + "DEF": "149", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "746", + "onehundred_CP_at_39": "735" + }, + { + "Row": "632", + "Name": "Accelgor", + "Pokedex_Number": "617", + "Img_name": "617", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "511", + "ATK": "220", + "DEF": "131", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2346", + "onehundred_CP_at_39": "2312" + }, + { + "Row": "633", + "Name": "Stunfisk", + "Pokedex_Number": "618", + "Img_name": "618", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "electric", + "Weather_1": "Sunny/clear", + "Weather_2": "Rainy", + "STAT_TOTAL": "539", + "ATK": "144", + "DEF": "177", + "STA": "218", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2100", + "onehundred_CP_at_39": "2070" + }, + { + "Row": "634", + "Name": "Mienfoo", + "Pokedex_Number": "619", + "Img_name": "619", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "348", + "ATK": "160", + "DEF": "98", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1190", + "onehundred_CP_at_39": "1173" + }, + { + "Row": "635", + "Name": "Mienshao", + "Pokedex_Number": "620", + "Img_name": "620", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "515", + "ATK": "258", + "DEF": "127", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2446", + "onehundred_CP_at_39": "2411" + }, + { + "Row": "636", + "Name": "Druddigon", + "Pokedex_Number": "621", + "Img_name": "621", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "537", + "ATK": "213", + "DEF": "170", + "STA": "154", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2517", + "onehundred_CP_at_39": "2481" + }, + { + "Row": "637", + "Name": "Golett", + "Pokedex_Number": "622", + "Img_name": "622", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "ghost", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "337", + "ATK": "127", + "DEF": "92", + "STA": "118", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1058", + "onehundred_CP_at_39": "1042" + }, + { + "Row": "638", + "Name": "Golurk", + "Pokedex_Number": "623", + "Img_name": "623", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "ghost", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "554", + "ATK": "222", + "DEF": "154", + "STA": "178", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2673", + "onehundred_CP_at_39": "2635" + }, + { + "Row": "639", + "Name": "Pawniard", + "Pokedex_Number": "624", + "Img_name": "624", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "steel", + "Weather_1": "Fog", + "Weather_2": "Snow", + "STAT_TOTAL": "373", + "ATK": "154", + "DEF": "129", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1297", + "onehundred_CP_at_39": "1279" + }, + { + "Row": "640", + "Name": "Bisharp", + "Pokedex_Number": "625", + "Img_name": "625", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "steel", + "Weather_1": "Fog", + "Weather_2": "Snow", + "STAT_TOTAL": "553", + "ATK": "232", + "DEF": "191", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2666", + "onehundred_CP_at_39": "2628" + }, + { + "Row": "641", + "Name": "Bouffalant", + "Pokedex_Number": "626", + "Img_name": "626", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "567", + "ATK": "195", + "DEF": "182", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2635", + "onehundred_CP_at_39": "2598" + }, + { + "Row": "642", + "Name": "Rufflet", + "Pokedex_Number": "627", + "Img_name": "627", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "387", + "ATK": "150", + "DEF": "97", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1357", + "onehundred_CP_at_39": "1338" + }, + { + "Row": "643", + "Name": "Braviary", + "Pokedex_Number": "628", + "Img_name": "628", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "584", + "ATK": "232", + "DEF": "152", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2923", + "onehundred_CP_at_39": "2881" + }, + { + "Row": "644", + "Name": "Vullaby", + "Pokedex_Number": "629", + "Img_name": "629", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "389", + "ATK": "105", + "DEF": "144", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1176", + "onehundred_CP_at_39": "1159" + }, + { + "Row": "645", + "Name": "Mandibuzz", + "Pokedex_Number": "630", + "Img_name": "630", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "559", + "ATK": "129", + "DEF": "210", + "STA": "220", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2068", + "onehundred_CP_at_39": "2038" + }, + { + "Row": "646", + "Name": "Heatmor", + "Pokedex_Number": "631", + "Img_name": "631", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "503", + "ATK": "204", + "DEF": "129", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2232", + "onehundred_CP_at_39": "2200" + }, + { + "Row": "647", + "Name": "Durant", + "Pokedex_Number": "632", + "Img_name": "632", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "555", + "ATK": "217", + "DEF": "222", + "STA": "116", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2553", + "onehundred_CP_at_39": "2516" + }, + { + "Row": "648", + "Name": "Deino", + "Pokedex_Number": "633", + "Img_name": "633", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "dragon", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "313", + "ATK": "116", + "DEF": "93", + "STA": "104", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "927", + "onehundred_CP_at_39": "914" + }, + { + "Row": "649", + "Name": "Zweilous", + "Pokedex_Number": "634", + "Img_name": "634", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "dragon", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "438", + "ATK": "159", + "DEF": "135", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1678", + "onehundred_CP_at_39": "1654" + }, + { + "Row": "650", + "Name": "Hydreigon", + "Pokedex_Number": "635", + "Img_name": "635", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "dragon", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "628", + "ATK": "256", + "DEF": "188", + "STA": "184", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3401", + "onehundred_CP_at_39": "3353" + }, + { + "Row": "651", + "Name": "Larvesta", + "Pokedex_Number": "636", + "Img_name": "636", + "Generation": "5", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fire", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "373", + "ATK": "156", + "DEF": "107", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1318", + "onehundred_CP_at_39": "1300" + }, + { + "Row": "652", + "Name": "Volcarona", + "Pokedex_Number": "637", + "Img_name": "637", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fire", + "Weather_1": "Rainy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "644", + "ATK": "264", + "DEF": "210", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3555", + "onehundred_CP_at_39": "3504" + }, + { + "Row": "653", + "Name": "Cobalion", + "Pokedex_Number": "638", + "Img_name": "638", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "fighting", + "Weather_1": "Snow", + "Weather_2": "Cloudy", + "STAT_TOTAL": "634", + "ATK": "192", + "DEF": "260", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3009", + "onehundred_CP_at_39": "2966" + }, + { + "Row": "654", + "Name": "Terrakion", + "Pokedex_Number": "639", + "Img_name": "639", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "fighting", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "634", + "ATK": "260", + "DEF": "192", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3468", + "onehundred_CP_at_39": "3418" + }, + { + "Row": "655", + "Name": "Virizion", + "Pokedex_Number": "640", + "Img_name": "640", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "634", + "ATK": "192", + "DEF": "260", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3009", + "onehundred_CP_at_39": "2966" + }, + { + "Row": "656", + "Name": "Tornadus (Therian Forme)", + "Pokedex_Number": "641", + "Img_name": "641", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "flying", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "593", + "ATK": "266", + "DEF": "169", + "STA": "158", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3131", + "onehundred_CP_at_39": "3086" + }, + { + "Row": "657", + "Name": "Tornadus (Incarnate Forme)", + "Pokedex_Number": "641", + "Img_name": "641", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "flying", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "593", + "ATK": "266", + "DEF": "169", + "STA": "158", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3131", + "onehundred_CP_at_39": "3086" + }, + { + "Row": "658", + "Name": "Thundurus (Incarnate Forme)", + "Pokedex_Number": "642", + "Img_name": "642", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "593", + "ATK": "266", + "DEF": "169", + "STA": "158", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3131", + "onehundred_CP_at_39": "3086" + }, + { + "Row": "659", + "Name": "Thundurus (Therian Forme)", + "Pokedex_Number": "642", + "Img_name": "642", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "593", + "ATK": "266", + "DEF": "169", + "STA": "158", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3131", + "onehundred_CP_at_39": "3086" + }, + { + "Row": "660", + "Name": "Reshiram", + "Pokedex_Number": "643", + "Img_name": "643", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "fire", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "744", + "ATK": "302", + "DEF": "242", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4654", + "onehundred_CP_at_39": "4587" + }, + { + "Row": "661", + "Name": "Zekrom", + "Pokedex_Number": "644", + "Img_name": "644", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "electric", + "Weather_1": "Windy", + "Weather_2": "Rainy", + "STAT_TOTAL": "744", + "ATK": "302", + "DEF": "242", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4654", + "onehundred_CP_at_39": "4587" + }, + { + "Row": "662", + "Name": "Landorus (Incarnate Forme)", + "Pokedex_Number": "645", + "Img_name": "645", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "626", + "ATK": "261", + "DEF": "187", + "STA": "178", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3403", + "onehundred_CP_at_39": "3355" + }, + { + "Row": "663", + "Name": "Landorus (Therian Forme)", + "Pokedex_Number": "645", + "Img_name": "645", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "626", + "ATK": "261", + "DEF": "187", + "STA": "178", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3403", + "onehundred_CP_at_39": "3355" + }, + { + "Row": "664", + "Name": "Kyurem (Black Kyurem)", + "Pokedex_Number": "646", + "Img_name": "646", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ice", + "Weather_1": "Windy", + "Weather_2": "Snow", + "STAT_TOTAL": "707", + "ATK": "270", + "DEF": "187", + "STA": "250", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4118", + "onehundred_CP_at_39": "4059" + }, + { + "Row": "665", + "Name": "Kyurem (Normal Kyurem)", + "Pokedex_Number": "646", + "Img_name": "646", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ice", + "Weather_1": "Windy", + "Weather_2": "Snow", + "STAT_TOTAL": "707", + "ATK": "270", + "DEF": "187", + "STA": "250", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4118", + "onehundred_CP_at_39": "4059" + }, + { + "Row": "666", + "Name": "Kyurem (White Kyurem)", + "Pokedex_Number": "646", + "Img_name": "646", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ice", + "Weather_1": "Windy", + "Weather_2": "Snow", + "STAT_TOTAL": "707", + "ATK": "270", + "DEF": "187", + "STA": "250", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4118", + "onehundred_CP_at_39": "4059" + }, + { + "Row": "667", + "Name": "Keldeo", + "Pokedex_Number": "647", + "Img_name": "647", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "fighting", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "634", + "ATK": "260", + "DEF": "192", + "STA": "182", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3468", + "onehundred_CP_at_39": "3418" + }, + { + "Row": "668", + "Name": "Meloetta (Pirouette Forme)", + "Pokedex_Number": "648", + "Img_name": "648", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "psychic", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "700", + "ATK": "250", + "DEF": "250", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3950", + "onehundred_CP_at_39": "3894" + }, + { + "Row": "669", + "Name": "Meloetta (Aria Forme)", + "Pokedex_Number": "648", + "Img_name": "648", + "Generation": "5", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "psychic", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "700", + "ATK": "250", + "DEF": "250", + "STA": "200", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3950", + "onehundred_CP_at_39": "3894" + }, + { + "Row": "670", + "Name": "Genesect", + "Pokedex_Number": "649", + "Img_name": "649", + "Generation": "5", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "593", + "ATK": "252", + "DEF": "199", + "STA": "142", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3056", + "onehundred_CP_at_39": "3013" + }, + { + "Row": "671", + "Name": "Chespin", + "Pokedex_Number": "650", + "Img_name": "650", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "338", + "ATK": "110", + "DEF": "116", + "STA": "112", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1007", + "onehundred_CP_at_39": "992" + }, + { + "Row": "672", + "Name": "Quilladin", + "Pokedex_Number": "651", + "Img_name": "651", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "442", + "ATK": "146", + "DEF": "174", + "STA": "122", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1618", + "onehundred_CP_at_39": "1594" + }, + { + "Row": "673", + "Name": "Chesnaught", + "Pokedex_Number": "652", + "Img_name": "652", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fighting", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "604", + "ATK": "201", + "DEF": "227", + "STA": "176", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2900", + "onehundred_CP_at_39": "2859" + }, + { + "Row": "674", + "Name": "Fennekin", + "Pokedex_Number": "653", + "Img_name": "653", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "308", + "ATK": "116", + "DEF": "112", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "898", + "onehundred_CP_at_39": "885" + }, + { + "Row": "675", + "Name": "Braixen", + "Pokedex_Number": "654", + "Img_name": "654", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "425", + "ATK": "171", + "DEF": "136", + "STA": "118", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1646", + "onehundred_CP_at_39": "1622" + }, + { + "Row": "676", + "Name": "Delphox", + "Pokedex_Number": "655", + "Img_name": "655", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "psychic", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "584", + "ATK": "230", + "DEF": "204", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2908", + "onehundred_CP_at_39": "2867" + }, + { + "Row": "677", + "Name": "Froakie", + "Pokedex_Number": "656", + "Img_name": "656", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "290", + "ATK": "122", + "DEF": "86", + "STA": "82", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "846", + "onehundred_CP_at_39": "834" + }, + { + "Row": "678", + "Name": "Frogadier", + "Pokedex_Number": "657", + "Img_name": "657", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "392", + "ATK": "168", + "DEF": "116", + "STA": "108", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1450", + "onehundred_CP_at_39": "1430" + }, + { + "Row": "679", + "Name": "Greninja", + "Pokedex_Number": "658", + "Img_name": "658", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "dark", + "Weather_1": "Rainy", + "Weather_2": "Fog", + "STAT_TOTAL": "521", + "ATK": "223", + "DEF": "154", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2436", + "onehundred_CP_at_39": "2401" + }, + { + "Row": "680", + "Name": "Bunnelby", + "Pokedex_Number": "659", + "Img_name": "659", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "217", + "ATK": "68", + "DEF": "73", + "STA": "76", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "463", + "onehundred_CP_at_39": "457" + }, + { + "Row": "681", + "Name": "Diggersby", + "Pokedex_Number": "660", + "Img_name": "660", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "ground", + "Weather_1": "Partly cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "437", + "ATK": "112", + "DEF": "155", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1406", + "onehundred_CP_at_39": "1386" + }, + { + "Row": "682", + "Name": "Fletchling", + "Pokedex_Number": "661", + "Img_name": "661", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "268", + "ATK": "95", + "DEF": "83", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "696", + "onehundred_CP_at_39": "686" + }, + { + "Row": "683", + "Name": "Fletchinder", + "Pokedex_Number": "662", + "Img_name": "662", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "380", + "ATK": "145", + "DEF": "111", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1322", + "onehundred_CP_at_39": "1303" + }, + { + "Row": "684", + "Name": "Talonflame", + "Pokedex_Number": "663", + "Img_name": "663", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "488", + "ATK": "176", + "DEF": "156", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2039", + "onehundred_CP_at_39": "2010" + }, + { + "Row": "685", + "Name": "Scatterbug", + "Pokedex_Number": "664", + "Img_name": "664", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "209", + "ATK": "63", + "DEF": "70", + "STA": "76", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "428", + "onehundred_CP_at_39": "422" + }, + { + "Row": "686", + "Name": "Spewpa", + "Pokedex_Number": "665", + "Img_name": "665", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "241", + "ATK": "48", + "DEF": "103", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "437", + "onehundred_CP_at_39": "431" + }, + { + "Row": "687", + "Name": "Vivillon", + "Pokedex_Number": "666", + "Img_name": "666", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "flying", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "439", + "ATK": "176", + "DEF": "103", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1714", + "onehundred_CP_at_39": "1689" + }, + { + "Row": "688", + "Name": "Litleo", + "Pokedex_Number": "667", + "Img_name": "667", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "normal", + "Weather_1": "Sunny/clear", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "377", + "ATK": "139", + "DEF": "114", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1287", + "onehundred_CP_at_39": "1269" + }, + { + "Row": "689", + "Name": "Pyroar", + "Pokedex_Number": "668", + "Img_name": "668", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "normal", + "Weather_1": "Sunny/clear", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "545", + "ATK": "221", + "DEF": "152", + "STA": "172", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2604", + "onehundred_CP_at_39": "2567" + }, + { + "Row": "690", + "Name": "Flab��B��", + "Pokedex_Number": "669", + "Img_name": "669", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "334", + "ATK": "108", + "DEF": "138", + "STA": "88", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "964", + "onehundred_CP_at_39": "950" + }, + { + "Row": "691", + "Name": "Floette", + "Pokedex_Number": "670", + "Img_name": "670", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "419", + "ATK": "136", + "DEF": "175", + "STA": "108", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1441", + "onehundred_CP_at_39": "1421" + }, + { + "Row": "692", + "Name": "Florges", + "Pokedex_Number": "671", + "Img_name": "671", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "655", + "ATK": "212", + "DEF": "287", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3221", + "onehundred_CP_at_39": "3175" + }, + { + "Row": "693", + "Name": "Skiddo", + "Pokedex_Number": "672", + "Img_name": "672", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "362", + "ATK": "123", + "DEF": "107", + "STA": "132", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1154", + "onehundred_CP_at_39": "1137" + }, + { + "Row": "694", + "Name": "Gogoat", + "Pokedex_Number": "673", + "Img_name": "673", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "597", + "ATK": "196", + "DEF": "155", + "STA": "246", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2775", + "onehundred_CP_at_39": "2736" + }, + { + "Row": "695", + "Name": "Pancham", + "Pokedex_Number": "674", + "Img_name": "674", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "392", + "ATK": "145", + "DEF": "113", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1380", + "onehundred_CP_at_39": "1360" + }, + { + "Row": "696", + "Name": "Pangoro", + "Pokedex_Number": "675", + "Img_name": "675", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "dark", + "Weather_1": "Cloudy", + "Weather_2": "Fog", + "STAT_TOTAL": "565", + "ATK": "226", + "DEF": "149", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2759", + "onehundred_CP_at_39": "2720" + }, + { + "Row": "697", + "Name": "Furfrou", + "Pokedex_Number": "676", + "Img_name": "676", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "496", + "ATK": "164", + "DEF": "182", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2015", + "onehundred_CP_at_39": "1986" + }, + { + "Row": "698", + "Name": "Espurr", + "Pokedex_Number": "677", + "Img_name": "677", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "361", + "ATK": "120", + "DEF": "117", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1142", + "onehundred_CP_at_39": "1125" + }, + { + "Row": "699", + "Name": "Meowstic", + "Pokedex_Number": "678", + "Img_name": "678", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "484", + "ATK": "166", + "DEF": "170", + "STA": "148", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1963", + "onehundred_CP_at_39": "1935" + }, + { + "Row": "700", + "Name": "Honedge", + "Pokedex_Number": "679", + "Img_name": "679", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "ghost", + "Weather_1": "Snow", + "Weather_2": "Fog", + "STAT_TOTAL": "392", + "ATK": "135", + "DEF": "167", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1295", + "onehundred_CP_at_39": "1276" + }, + { + "Row": "701", + "Name": "Doublade", + "Pokedex_Number": "680", + "Img_name": "680", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "ghost", + "Weather_1": "Snow", + "Weather_2": "Fog", + "STAT_TOTAL": "559", + "ATK": "188", + "DEF": "253", + "STA": "118", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2393", + "onehundred_CP_at_39": "2359" + }, + { + "Row": "702", + "Name": "Aegislash", + "Pokedex_Number": "681", + "Img_name": "681", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "ghost", + "Weather_1": "Snow", + "Weather_2": "Fog", + "STAT_TOTAL": "508", + "ATK": "97", + "DEF": "291", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1421", + "onehundred_CP_at_39": "1401" + }, + { + "Row": "703", + "Name": "Spritzee", + "Pokedex_Number": "682", + "Img_name": "682", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "382", + "ATK": "110", + "DEF": "116", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1168", + "onehundred_CP_at_39": "1151" + }, + { + "Row": "704", + "Name": "Aromatisse", + "Pokedex_Number": "683", + "Img_name": "683", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "533", + "ATK": "173", + "DEF": "158", + "STA": "202", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2275", + "onehundred_CP_at_39": "2242" + }, + { + "Row": "705", + "Name": "Swirlix", + "Pokedex_Number": "684", + "Img_name": "684", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "356", + "ATK": "109", + "DEF": "123", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1072", + "onehundred_CP_at_39": "1057" + }, + { + "Row": "706", + "Name": "Slurpuff", + "Pokedex_Number": "685", + "Img_name": "685", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "500", + "ATK": "168", + "DEF": "168", + "STA": "164", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2068", + "onehundred_CP_at_39": "2039" + }, + { + "Row": "707", + "Name": "Inkay", + "Pokedex_Number": "686", + "Img_name": "686", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "psychic", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "302", + "ATK": "98", + "DEF": "98", + "STA": "106", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "825", + "onehundred_CP_at_39": "813" + }, + { + "Row": "708", + "Name": "Malamar", + "Pokedex_Number": "687", + "Img_name": "687", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "psychic", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "521", + "ATK": "177", + "DEF": "172", + "STA": "172", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2242", + "onehundred_CP_at_39": "2210" + }, + { + "Row": "709", + "Name": "Binacle", + "Pokedex_Number": "688", + "Img_name": "688", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "304", + "ATK": "96", + "DEF": "124", + "STA": "84", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "813", + "onehundred_CP_at_39": "801" + }, + { + "Row": "710", + "Name": "Barbaracle", + "Pokedex_Number": "689", + "Img_name": "689", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "water", + "Weather_1": "Partly cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "558", + "ATK": "194", + "DEF": "220", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2523", + "onehundred_CP_at_39": "2487" + }, + { + "Row": "711", + "Name": "Skrelp", + "Pokedex_Number": "690", + "Img_name": "690", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "water", + "Weather_1": "Cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "318", + "ATK": "109", + "DEF": "109", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "924", + "onehundred_CP_at_39": "911" + }, + { + "Row": "712", + "Name": "Dragalge", + "Pokedex_Number": "691", + "Img_name": "691", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "dragon", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "530", + "ATK": "177", + "DEF": "223", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2227", + "onehundred_CP_at_39": "2195" + }, + { + "Row": "713", + "Name": "Clauncher", + "Pokedex_Number": "692", + "Img_name": "692", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "326", + "ATK": "108", + "DEF": "118", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "950", + "onehundred_CP_at_39": "936" + }, + { + "Row": "714", + "Name": "Clawitzer", + "Pokedex_Number": "693", + "Img_name": "693", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "535", + "ATK": "221", + "DEF": "172", + "STA": "142", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2525", + "onehundred_CP_at_39": "2489" + }, + { + "Row": "715", + "Name": "Helioptile", + "Pokedex_Number": "694", + "Img_name": "694", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "normal", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "286", + "ATK": "115", + "DEF": "83", + "STA": "88", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "815", + "onehundred_CP_at_39": "804" + }, + { + "Row": "716", + "Name": "Heliolisk", + "Pokedex_Number": "695", + "Img_name": "695", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "normal", + "Weather_1": "Rainy", + "Weather_2": "Partly cloudy", + "STAT_TOTAL": "533", + "ATK": "219", + "DEF": "190", + "STA": "124", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2467", + "onehundred_CP_at_39": "2431" + }, + { + "Row": "717", + "Name": "Tyrunt", + "Pokedex_Number": "696", + "Img_name": "696", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "dragon", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "412", + "ATK": "158", + "DEF": "138", + "STA": "116", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1529", + "onehundred_CP_at_39": "1507" + }, + { + "Row": "718", + "Name": "Tyrantrum", + "Pokedex_Number": "697", + "Img_name": "697", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "dragon", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "612", + "ATK": "227", + "DEF": "221", + "STA": "164", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3106", + "onehundred_CP_at_39": "3062" + }, + { + "Row": "719", + "Name": "Amaura", + "Pokedex_Number": "698", + "Img_name": "698", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ice", + "Weather_1": "Partly cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "394", + "ATK": "124", + "DEF": "116", + "STA": "154", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1291", + "onehundred_CP_at_39": "1273" + }, + { + "Row": "720", + "Name": "Aurorus", + "Pokedex_Number": "699", + "Img_name": "699", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "ice", + "Weather_1": "Partly cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "605", + "ATK": "186", + "DEF": "173", + "STA": "246", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2780", + "onehundred_CP_at_39": "2741" + }, + { + "Row": "721", + "Name": "Sylveon", + "Pokedex_Number": "700", + "Img_name": "700", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "1", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "630", + "ATK": "203", + "DEF": "237", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3094", + "onehundred_CP_at_39": "3050" + }, + { + "Row": "722", + "Name": "Hawlucha", + "Pokedex_Number": "701", + "Img_name": "701", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "flying", + "Weather_1": "Cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "511", + "ATK": "195", + "DEF": "160", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2268", + "onehundred_CP_at_39": "2236" + }, + { + "Row": "723", + "Name": "Dedenne", + "Pokedex_Number": "702", + "Img_name": "702", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "437", + "ATK": "164", + "DEF": "139", + "STA": "134", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1693", + "onehundred_CP_at_39": "1669" + }, + { + "Row": "724", + "Name": "Carbink", + "Pokedex_Number": "703", + "Img_name": "703", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "fairy", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "480", + "ATK": "95", + "DEF": "285", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1276", + "onehundred_CP_at_39": "1257" + }, + { + "Row": "725", + "Name": "Goomy", + "Pokedex_Number": "704", + "Img_name": "704", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "321", + "ATK": "101", + "DEF": "130", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "893", + "onehundred_CP_at_39": "881" + }, + { + "Row": "726", + "Name": "Sliggoo", + "Pokedex_Number": "705", + "Img_name": "705", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "500", + "ATK": "159", + "DEF": "205", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1980", + "onehundred_CP_at_39": "1952" + }, + { + "Row": "727", + "Name": "Goodra", + "Pokedex_Number": "706", + "Img_name": "706", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "683", + "ATK": "220", + "DEF": "283", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3538", + "onehundred_CP_at_39": "3487" + }, + { + "Row": "728", + "Name": "Klefki", + "Pokedex_Number": "707", + "Img_name": "707", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "fairy", + "Weather_1": "Snow", + "Weather_2": "Cloudy", + "STAT_TOTAL": "455", + "ATK": "160", + "DEF": "181", + "STA": "114", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1737", + "onehundred_CP_at_39": "1713" + }, + { + "Row": "729", + "Name": "Phantump", + "Pokedex_Number": "708", + "Img_name": "708", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "grass", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "319", + "ATK": "125", + "DEF": "108", + "STA": "86", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "974", + "onehundred_CP_at_39": "960" + }, + { + "Row": "730", + "Name": "Trevenant", + "Pokedex_Number": "709", + "Img_name": "709", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "grass", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "528", + "ATK": "201", + "DEF": "157", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2406", + "onehundred_CP_at_39": "2372" + }, + { + "Row": "731", + "Name": "Pumpkaboo", + "Pokedex_Number": "710", + "Img_name": "710", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "grass", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "348", + "ATK": "121", + "DEF": "129", + "STA": "98", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1083", + "onehundred_CP_at_39": "1068" + }, + { + "Row": "732", + "Name": "Gourgeist", + "Pokedex_Number": "711", + "Img_name": "711", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "grass", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "541", + "ATK": "175", + "DEF": "236", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2263", + "onehundred_CP_at_39": "2231" + }, + { + "Row": "733", + "Name": "Bergmite", + "Pokedex_Number": "712", + "Img_name": "712", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "370", + "ATK": "117", + "DEF": "143", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1158", + "onehundred_CP_at_39": "1142" + }, + { + "Row": "734", + "Name": "Avalugg", + "Pokedex_Number": "713", + "Img_name": "713", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ice", + "Type_2": "", + "Weather_1": "Snow", + "Weather_2": "", + "STAT_TOTAL": "689", + "ATK": "196", + "DEF": "303", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3364", + "onehundred_CP_at_39": "3316" + }, + { + "Row": "735", + "Name": "Noibat", + "Pokedex_Number": "714", + "Img_name": "714", + "Generation": "6", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "flying", + "Type_2": "dragon", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "239", + "ATK": "83", + "DEF": "76", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "569", + "onehundred_CP_at_39": "560" + }, + { + "Row": "736", + "Name": "Noivern", + "Pokedex_Number": "715", + "Img_name": "715", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "flying", + "Type_2": "dragon", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "550", + "ATK": "205", + "DEF": "175", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2576", + "onehundred_CP_at_39": "2539" + }, + { + "Row": "737", + "Name": "Xerneas", + "Pokedex_Number": "716", + "Img_name": "716", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "731", + "ATK": "275", + "DEF": "204", + "STA": "252", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4379", + "onehundred_CP_at_39": "4317" + }, + { + "Row": "738", + "Name": "Yveltal", + "Pokedex_Number": "717", + "Img_name": "717", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "flying", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "731", + "ATK": "275", + "DEF": "204", + "STA": "252", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4379", + "onehundred_CP_at_39": "4317" + }, + { + "Row": "739", + "Name": "Zygarde", + "Pokedex_Number": "718", + "Img_name": "718", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "ground", + "Weather_1": "Windy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "664", + "ATK": "203", + "DEF": "245", + "STA": "216", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3336", + "onehundred_CP_at_39": "3289" + }, + { + "Row": "740", + "Name": "Diancie", + "Pokedex_Number": "719", + "Img_name": "719", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "fairy", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "575", + "ATK": "190", + "DEF": "285", + "STA": "100", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2378", + "onehundred_CP_at_39": "2344" + }, + { + "Row": "741", + "Name": "Hoopa", + "Pokedex_Number": "720", + "Img_name": "720", + "Generation": "6", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "ghost", + "Weather_1": "Windy", + "Weather_2": "Fog", + "STAT_TOTAL": "688", + "ATK": "287", + "DEF": "241", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3992", + "onehundred_CP_at_39": "3935" + }, + { + "Row": "742", + "Name": "Volcanion", + "Pokedex_Number": "721", + "Img_name": "721", + "Generation": "6", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "water", + "Weather_1": "Sunny/clear", + "Weather_2": "Rainy", + "STAT_TOTAL": "643", + "ATK": "252", + "DEF": "231", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3460", + "onehundred_CP_at_39": "3410" + }, + { + "Row": "743", + "Name": "Rowlet", + "Pokedex_Number": "722", + "Img_name": "722", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "340", + "ATK": "102", + "DEF": "102", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "971", + "onehundred_CP_at_39": "957" + }, + { + "Row": "744", + "Name": "Dartrix", + "Pokedex_Number": "723", + "Img_name": "723", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "440", + "ATK": "142", + "DEF": "142", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1606", + "onehundred_CP_at_39": "1583" + }, + { + "Row": "745", + "Name": "Decidueye", + "Pokedex_Number": "724", + "Img_name": "724", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "ghost", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "558", + "ATK": "210", + "DEF": "192", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2643", + "onehundred_CP_at_39": "2606" + }, + { + "Row": "746", + "Name": "Litten", + "Pokedex_Number": "725", + "Img_name": "725", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "297", + "ATK": "128", + "DEF": "79", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "887", + "onehundred_CP_at_39": "874" + }, + { + "Row": "747", + "Name": "Torracat", + "Pokedex_Number": "726", + "Img_name": "726", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "407", + "ATK": "174", + "DEF": "103", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1544", + "onehundred_CP_at_39": "1522" + }, + { + "Row": "748", + "Name": "Incineroar", + "Pokedex_Number": "727", + "Img_name": "727", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "dark", + "Weather_1": "Sunny/clear", + "Weather_2": "Fog", + "STAT_TOTAL": "579", + "ATK": "214", + "DEF": "175", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2822", + "onehundred_CP_at_39": "2782" + }, + { + "Row": "749", + "Name": "Popplio", + "Pokedex_Number": "728", + "Img_name": "728", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "324", + "ATK": "120", + "DEF": "104", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "986", + "onehundred_CP_at_39": "972" + }, + { + "Row": "750", + "Name": "Brionne", + "Pokedex_Number": "729", + "Img_name": "729", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "439", + "ATK": "168", + "DEF": "151", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1711", + "onehundred_CP_at_39": "1686" + }, + { + "Row": "751", + "Name": "Primarina", + "Pokedex_Number": "730", + "Img_name": "730", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "607", + "ATK": "232", + "DEF": "215", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3095", + "onehundred_CP_at_39": "3050" + }, + { + "Row": "752", + "Name": "Pikipek", + "Pokedex_Number": "731", + "Img_name": "731", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "265", + "ATK": "136", + "DEF": "59", + "STA": "70", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "747", + "onehundred_CP_at_39": "737" + }, + { + "Row": "753", + "Name": "Trumbeak", + "Pokedex_Number": "732", + "Img_name": "732", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "369", + "ATK": "159", + "DEF": "100", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1302", + "onehundred_CP_at_39": "1284" + }, + { + "Row": "754", + "Name": "Toucannon", + "Pokedex_Number": "733", + "Img_name": "733", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "528", + "ATK": "222", + "DEF": "146", + "STA": "160", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2484", + "onehundred_CP_at_39": "2449" + }, + { + "Row": "755", + "Name": "Yungoos", + "Pokedex_Number": "734", + "Img_name": "734", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "274", + "ATK": "122", + "DEF": "56", + "STA": "96", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "759", + "onehundred_CP_at_39": "748" + }, + { + "Row": "756", + "Name": "Gumshoos", + "Pokedex_Number": "735", + "Img_name": "735", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "483", + "ATK": "194", + "DEF": "113", + "STA": "176", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2041", + "onehundred_CP_at_39": "2011" + }, + { + "Row": "757", + "Name": "Grubbin", + "Pokedex_Number": "736", + "Img_name": "736", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "294", + "ATK": "115", + "DEF": "85", + "STA": "94", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "847", + "onehundred_CP_at_39": "835" + }, + { + "Row": "758", + "Name": "Charjabug", + "Pokedex_Number": "737", + "Img_name": "737", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "electric", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "430", + "ATK": "145", + "DEF": "171", + "STA": "114", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1547", + "onehundred_CP_at_39": "1525" + }, + { + "Row": "759", + "Name": "Vikavolt", + "Pokedex_Number": "738", + "Img_name": "738", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "electric", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "573", + "ATK": "254", + "DEF": "165", + "STA": "154", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2930", + "onehundred_CP_at_39": "2888" + }, + { + "Row": "760", + "Name": "Crabrawler", + "Pokedex_Number": "739", + "Img_name": "739", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "353", + "ATK": "150", + "DEF": "109", + "STA": "94", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1198", + "onehundred_CP_at_39": "1180" + }, + { + "Row": "761", + "Name": "Crabominable", + "Pokedex_Number": "740", + "Img_name": "740", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "ice", + "Weather_1": "Cloudy", + "Weather_2": "Snow", + "STAT_TOTAL": "567", + "ATK": "231", + "DEF": "142", + "STA": "194", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2783", + "onehundred_CP_at_39": "2743" + }, + { + "Row": "762", + "Name": "Oricorio", + "Pokedex_Number": "741", + "Img_name": "741", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "flying", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "491", + "ATK": "196", + "DEF": "145", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2141", + "onehundred_CP_at_39": "2110" + }, + { + "Row": "763", + "Name": "Cutiefly", + "Pokedex_Number": "742", + "Img_name": "742", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "271", + "ATK": "110", + "DEF": "81", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "745", + "onehundred_CP_at_39": "734" + }, + { + "Row": "764", + "Name": "Ribombee", + "Pokedex_Number": "743", + "Img_name": "743", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "470", + "ATK": "198", + "DEF": "152", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1997", + "onehundred_CP_at_39": "1968" + }, + { + "Row": "765", + "Name": "Rockruff", + "Pokedex_Number": "744", + "Img_name": "744", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "285", + "ATK": "117", + "DEF": "78", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "814", + "onehundred_CP_at_39": "803" + }, + { + "Row": "766", + "Name": "Lycanroc", + "Pokedex_Number": "745", + "Img_name": "745", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "521", + "ATK": "231", + "DEF": "140", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2457", + "onehundred_CP_at_39": "2422" + }, + { + "Row": "767", + "Name": "Wishiwashi", + "Pokedex_Number": "746", + "Img_name": "746", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "182", + "ATK": "46", + "DEF": "46", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "304", + "onehundred_CP_at_39": "300" + }, + { + "Row": "768", + "Name": "Mareanie", + "Pokedex_Number": "747", + "Img_name": "747", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "water", + "Weather_1": "Cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "313", + "ATK": "98", + "DEF": "115", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "862", + "onehundred_CP_at_39": "850" + }, + { + "Row": "769", + "Name": "Toxapex", + "Pokedex_Number": "748", + "Img_name": "748", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "water", + "Weather_1": "Cloudy", + "Weather_2": "Rainy", + "STAT_TOTAL": "492", + "ATK": "114", + "DEF": "278", + "STA": "100", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1478", + "onehundred_CP_at_39": "1457" + }, + { + "Row": "770", + "Name": "Mudbray", + "Pokedex_Number": "749", + "Img_name": "749", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "443", + "ATK": "175", + "DEF": "128", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1766", + "onehundred_CP_at_39": "1741" + }, + { + "Row": "771", + "Name": "Mudsdale", + "Pokedex_Number": "750", + "Img_name": "750", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ground", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "594", + "ATK": "214", + "DEF": "180", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2928", + "onehundred_CP_at_39": "2886" + }, + { + "Row": "772", + "Name": "Dewpider", + "Pokedex_Number": "751", + "Img_name": "751", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "bug", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "274", + "ATK": "72", + "DEF": "126", + "STA": "76", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "615", + "onehundred_CP_at_39": "606" + }, + { + "Row": "773", + "Name": "Araquanid", + "Pokedex_Number": "752", + "Img_name": "752", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "bug", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "499", + "ATK": "126", + "DEF": "237", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1717", + "onehundred_CP_at_39": "1693" + }, + { + "Row": "774", + "Name": "Fomantis", + "Pokedex_Number": "753", + "Img_name": "753", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "244", + "ATK": "100", + "DEF": "64", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "622", + "onehundred_CP_at_39": "613" + }, + { + "Row": "775", + "Name": "Lurantis", + "Pokedex_Number": "754", + "Img_name": "754", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "501", + "ATK": "192", + "DEF": "169", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2183", + "onehundred_CP_at_39": "2152" + }, + { + "Row": "776", + "Name": "Morelull", + "Pokedex_Number": "755", + "Img_name": "755", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fairy", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "316", + "ATK": "108", + "DEF": "128", + "STA": "80", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "895", + "onehundred_CP_at_39": "882" + }, + { + "Row": "777", + "Name": "Shiinotic", + "Pokedex_Number": "756", + "Img_name": "756", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fairy", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "451", + "ATK": "154", + "DEF": "177", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1699", + "onehundred_CP_at_39": "1675" + }, + { + "Row": "778", + "Name": "Salandit", + "Pokedex_Number": "757", + "Img_name": "757", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "fire", + "Weather_1": "Cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "312", + "ATK": "136", + "DEF": "80", + "STA": "96", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "968", + "onehundred_CP_at_39": "954" + }, + { + "Row": "779", + "Name": "Salazzle", + "Pokedex_Number": "758", + "Img_name": "758", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "poison", + "Type_2": "fire", + "Weather_1": "Cloudy", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "494", + "ATK": "228", + "DEF": "130", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2245", + "onehundred_CP_at_39": "2213" + }, + { + "Row": "780", + "Name": "Stufful", + "Pokedex_Number": "759", + "Img_name": "759", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "fighting", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "371", + "ATK": "136", + "DEF": "95", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1231", + "onehundred_CP_at_39": "1213" + }, + { + "Row": "781", + "Name": "Bewear", + "Pokedex_Number": "760", + "Img_name": "760", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "fighting", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "616", + "ATK": "226", + "DEF": "150", + "STA": "240", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3087", + "onehundred_CP_at_39": "3043" + }, + { + "Row": "782", + "Name": "Bounsweet", + "Pokedex_Number": "761", + "Img_name": "761", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "208", + "ATK": "55", + "DEF": "69", + "STA": "84", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "398", + "onehundred_CP_at_39": "393" + }, + { + "Row": "783", + "Name": "Steenee", + "Pokedex_Number": "762", + "Img_name": "762", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "276", + "ATK": "78", + "DEF": "94", + "STA": "104", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "661", + "onehundred_CP_at_39": "652" + }, + { + "Row": "784", + "Name": "Tsareena", + "Pokedex_Number": "763", + "Img_name": "763", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "", + "Weather_1": "Sunny/clear", + "Weather_2": "", + "STAT_TOTAL": "561", + "ATK": "222", + "DEF": "195", + "STA": "144", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2704", + "onehundred_CP_at_39": "2666" + }, + { + "Row": "785", + "Name": "Comfey", + "Pokedex_Number": "764", + "Img_name": "764", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fairy", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "493", + "ATK": "165", + "DEF": "226", + "STA": "102", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1887", + "onehundred_CP_at_39": "1860" + }, + { + "Row": "786", + "Name": "Oranguru", + "Pokedex_Number": "765", + "Img_name": "765", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "psychic", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "555", + "ATK": "168", + "DEF": "207", + "STA": "180", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2378", + "onehundred_CP_at_39": "2344" + }, + { + "Row": "787", + "Name": "Passimian", + "Pokedex_Number": "766", + "Img_name": "766", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fighting", + "Type_2": "", + "Weather_1": "Cloudy", + "Weather_2": "", + "STAT_TOTAL": "597", + "ATK": "222", + "DEF": "175", + "STA": "200", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2991", + "onehundred_CP_at_39": "2949" + }, + { + "Row": "788", + "Name": "Wimpod", + "Pokedex_Number": "767", + "Img_name": "767", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "water", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "196", + "ATK": "67", + "DEF": "79", + "STA": "50", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "400", + "onehundred_CP_at_39": "394" + }, + { + "Row": "789", + "Name": "Golisopod", + "Pokedex_Number": "768", + "Img_name": "768", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "water", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "617", + "ATK": "218", + "DEF": "249", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3037", + "onehundred_CP_at_39": "2993" + }, + { + "Row": "790", + "Name": "Sandygast", + "Pokedex_Number": "769", + "Img_name": "769", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "ground", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "363", + "ATK": "120", + "DEF": "133", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1146", + "onehundred_CP_at_39": "1130" + }, + { + "Row": "791", + "Name": "Palossand", + "Pokedex_Number": "770", + "Img_name": "770", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "ground", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "542", + "ATK": "178", + "DEF": "194", + "STA": "170", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2370", + "onehundred_CP_at_39": "2336" + }, + { + "Row": "792", + "Name": "Pyukumuku", + "Pokedex_Number": "771", + "Img_name": "771", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "431", + "ATK": "97", + "DEF": "224", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1209", + "onehundred_CP_at_39": "1191" + }, + { + "Row": "793", + "Name": "Type: Null", + "Pokedex_Number": "772", + "Img_name": "772", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "558", + "ATK": "184", + "DEF": "184", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2510", + "onehundred_CP_at_39": "2474" + }, + { + "Row": "794", + "Name": "Silvally", + "Pokedex_Number": "773", + "Img_name": "773", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "586", + "ATK": "198", + "DEF": "198", + "STA": "190", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2779", + "onehundred_CP_at_39": "2740" + }, + { + "Row": "795", + "Name": "Minior", + "Pokedex_Number": "774", + "Img_name": "774", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "flying", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "430", + "ATK": "116", + "DEF": "194", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1374", + "onehundred_CP_at_39": "1354" + }, + { + "Row": "796", + "Name": "Komala", + "Pokedex_Number": "775", + "Img_name": "775", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "", + "Weather_1": "Partly cloudy", + "Weather_2": "", + "STAT_TOTAL": "525", + "ATK": "216", + "DEF": "179", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2419", + "onehundred_CP_at_39": "2385" + }, + { + "Row": "797", + "Name": "Turtonator", + "Pokedex_Number": "776", + "Img_name": "776", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "fire", + "Type_2": "dragon", + "Weather_1": "Sunny/clear", + "Weather_2": "Windy", + "STAT_TOTAL": "523", + "ATK": "165", + "DEF": "238", + "STA": "120", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2077", + "onehundred_CP_at_39": "2048" + }, + { + "Row": "798", + "Name": "Togedemaru", + "Pokedex_Number": "777", + "Img_name": "777", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "steel", + "Weather_1": "Rainy", + "Weather_2": "Snow", + "STAT_TOTAL": "470", + "ATK": "190", + "DEF": "150", + "STA": "130", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1980", + "onehundred_CP_at_39": "1952" + }, + { + "Row": "799", + "Name": "Mimikyu", + "Pokedex_Number": "778", + "Img_name": "778", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "fairy", + "Weather_1": "Fog", + "Weather_2": "Cloudy", + "STAT_TOTAL": "500", + "ATK": "177", + "DEF": "213", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2024", + "onehundred_CP_at_39": "1995" + }, + { + "Row": "800", + "Name": "Bruxish", + "Pokedex_Number": "779", + "Img_name": "779", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "psychic", + "Weather_1": "Rainy", + "Weather_2": "Windy", + "STAT_TOTAL": "489", + "ATK": "208", + "DEF": "145", + "STA": "136", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2164", + "onehundred_CP_at_39": "2133" + }, + { + "Row": "801", + "Name": "Drampa", + "Pokedex_Number": "780", + "Img_name": "780", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "normal", + "Type_2": "dragon", + "Weather_1": "Partly cloudy", + "Weather_2": "Windy", + "STAT_TOTAL": "554", + "ATK": "231", + "DEF": "167", + "STA": "156", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2710", + "onehundred_CP_at_39": "2671" + }, + { + "Row": "802", + "Name": "Dhelmise", + "Pokedex_Number": "781", + "Img_name": "781", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "ghost", + "Type_2": "grass", + "Weather_1": "Fog", + "Weather_2": "Sunny/clear", + "STAT_TOTAL": "557", + "ATK": "233", + "DEF": "184", + "STA": "140", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2720", + "onehundred_CP_at_39": "2681" + }, + { + "Row": "803", + "Name": "Jangmo-O", + "Pokedex_Number": "782", + "Img_name": "782", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "310", + "ATK": "102", + "DEF": "118", + "STA": "90", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "863", + "onehundred_CP_at_39": "851" + }, + { + "Row": "804", + "Name": "Hakamo-O", + "Pokedex_Number": "783", + "Img_name": "783", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "fighting", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "427", + "ATK": "145", + "DEF": "172", + "STA": "110", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "1527", + "onehundred_CP_at_39": "1506" + }, + { + "Row": "805", + "Name": "Kommo-O", + "Pokedex_Number": "784", + "Img_name": "784", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dragon", + "Type_2": "fighting", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "622", + "ATK": "222", + "DEF": "250", + "STA": "150", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3095", + "onehundred_CP_at_39": "3051" + }, + { + "Row": "806", + "Name": "Tapu Koko", + "Pokedex_Number": "785", + "Img_name": "785", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "576", + "ATK": "250", + "DEF": "186", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2921", + "onehundred_CP_at_39": "2879" + }, + { + "Row": "807", + "Name": "Tapu Lele", + "Pokedex_Number": "786", + "Img_name": "786", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "fairy", + "Weather_1": "Windy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "628", + "ATK": "259", + "DEF": "229", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3328", + "onehundred_CP_at_39": "3280" + }, + { + "Row": "808", + "Name": "Tapu Bulu", + "Pokedex_Number": "787", + "Img_name": "787", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "fairy", + "Weather_1": "Sunny/clear", + "Weather_2": "Cloudy", + "STAT_TOTAL": "614", + "ATK": "249", + "DEF": "225", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3180", + "onehundred_CP_at_39": "3134" + }, + { + "Row": "809", + "Name": "Tapu Fini", + "Pokedex_Number": "788", + "Img_name": "788", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "water", + "Type_2": "fairy", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "590", + "ATK": "189", + "DEF": "261", + "STA": "140", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2635", + "onehundred_CP_at_39": "2597" + }, + { + "Row": "810", + "Name": "Cosmog", + "Pokedex_Number": "789", + "Img_name": "789", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "197", + "ATK": "54", + "DEF": "57", + "STA": "86", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "367", + "onehundred_CP_at_39": "362" + }, + { + "Row": "811", + "Name": "Cosmoem", + "Pokedex_Number": "790", + "Img_name": "790", + "Generation": "7", + "Evolution_Stage": "", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "382", + "ATK": "54", + "DEF": "242", + "STA": "86", + "Legendary": "0", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "694", + "onehundred_CP_at_39": "684" + }, + { + "Row": "812", + "Name": "Solgaleo", + "Pokedex_Number": "791", + "Img_name": "791", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "steel", + "Weather_1": "Windy", + "Weather_2": "Snow", + "STAT_TOTAL": "773", + "ATK": "280", + "DEF": "219", + "STA": "274", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4791", + "onehundred_CP_at_39": "4722" + }, + { + "Row": "813", + "Name": "Lunala", + "Pokedex_Number": "792", + "Img_name": "792", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "ghost", + "Weather_1": "Windy", + "Weather_2": "Fog", + "STAT_TOTAL": "773", + "ATK": "280", + "DEF": "219", + "STA": "274", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4791", + "onehundred_CP_at_39": "4722" + }, + { + "Row": "814", + "Name": "Nihilego", + "Pokedex_Number": "793", + "Img_name": "793", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "rock", + "Type_2": "poison", + "Weather_1": "Partly cloudy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "721", + "ATK": "249", + "DEF": "254", + "STA": "218", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4128", + "onehundred_CP_at_39": "4069" + }, + { + "Row": "815", + "Name": "Buzzwole", + "Pokedex_Number": "794", + "Img_name": "794", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fighting", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "732", + "ATK": "259", + "DEF": "259", + "STA": "214", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4286", + "onehundred_CP_at_39": "4225" + }, + { + "Row": "816", + "Name": "Pheromosa", + "Pokedex_Number": "795", + "Img_name": "795", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "bug", + "Type_2": "fighting", + "Weather_1": "Rainy", + "Weather_2": "Cloudy", + "STAT_TOTAL": "543", + "ATK": "316", + "DEF": "85", + "STA": "142", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2590", + "onehundred_CP_at_39": "2553" + }, + { + "Row": "817", + "Name": "Xurkitree", + "Pokedex_Number": "796", + "Img_name": "796", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "electric", + "Type_2": "", + "Weather_1": "Rainy", + "Weather_2": "", + "STAT_TOTAL": "640", + "ATK": "330", + "DEF": "144", + "STA": "166", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3655", + "onehundred_CP_at_39": "3603" + }, + { + "Row": "818", + "Name": "Celesteela", + "Pokedex_Number": "797", + "Img_name": "797", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "flying", + "Weather_1": "Snow", + "Weather_2": "Windy", + "STAT_TOTAL": "601", + "ATK": "207", + "DEF": "200", + "STA": "194", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2939", + "onehundred_CP_at_39": "2897" + }, + { + "Row": "819", + "Name": "Kartana", + "Pokedex_Number": "798", + "Img_name": "798", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "grass", + "Type_2": "steel", + "Weather_1": "Sunny/clear", + "Weather_2": "Snow", + "STAT_TOTAL": "726", + "ATK": "355", + "DEF": "253", + "STA": "118", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "4362", + "onehundred_CP_at_39": "4300" + }, + { + "Row": "820", + "Name": "Guzzlord", + "Pokedex_Number": "799", + "Img_name": "799", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "dark", + "Type_2": "dragon", + "Weather_1": "Fog", + "Weather_2": "Windy", + "STAT_TOTAL": "733", + "ATK": "188", + "DEF": "99", + "STA": "446", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "2906", + "onehundred_CP_at_39": "2865" + }, + { + "Row": "821", + "Name": "Necrozma", + "Pokedex_Number": "800", + "Img_name": "800", + "Generation": "7", + "Evolution_Stage": "Lower", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "psychic", + "Type_2": "", + "Weather_1": "Windy", + "Weather_2": "", + "STAT_TOTAL": "646", + "ATK": "251", + "DEF": "201", + "STA": "194", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3529", + "onehundred_CP_at_39": "3479" + }, + { + "Row": "822", + "Name": "Magearna", + "Pokedex_Number": "801", + "Img_name": "801", + "Generation": "7", + "Evolution_Stage": "Evolved", + "Evolved": "0", + "FamilyID": "", + "Cross_Gen": "0", + "Type_1": "steel", + "Type_2": "fairy", + "Weather_1": "Snow", + "Weather_2": "Cloudy", + "STAT_TOTAL": "631", + "ATK": "246", + "DEF": "225", + "STA": "160", + "Legendary": "1", + "Aquireable": "0", + "Spawns": "0", + "Regional": "0", + "Raidable": "0", + "Hatchable": "0", + "Shiny": "0", + "Nest": "0", + "New": "0", + "Not_Gettable": "0", + "Future_Evolve": "0", + "onehundred_CP_at_40": "3340", + "onehundred_CP_at_39": "3293" + } + ] +} \ No newline at end of file diff --git a/AngularPokedex/src/app/app.module.ts b/AngularPokedex/src/app/app.module.ts index eba33740f..22688a21f 100644 --- a/AngularPokedex/src/app/app.module.ts +++ b/AngularPokedex/src/app/app.module.ts @@ -1,6 +1,6 @@ import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; - +import { HttpClientModule } from "@angular/common/http"; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; @@ -14,7 +14,8 @@ import { PokemonlistComponent } from './pokemonlist/pokemonlist.component'; imports: [ BrowserModule, AppRoutingModule, - BrowserAnimationsModule + BrowserAnimationsModule, + HttpClientModule ], providers: [], bootstrap: [AppComponent] diff --git a/AngularPokedex/src/app/core/pokemon.service.ts b/AngularPokedex/src/app/core/pokemon.service.ts index bf912598f..ff4a37c9c 100644 --- a/AngularPokedex/src/app/core/pokemon.service.ts +++ b/AngularPokedex/src/app/core/pokemon.service.ts @@ -1,9 +1,21 @@ +import { HttpClient, HttpParams } from '@angular/common/http'; import { Injectable } from '@angular/core'; - +const url = "http://localhost:3000/pokemons/" @Injectable({ providedIn: 'root' }) export class PokemonService { - constructor() { } + constructor(private http: HttpClient) { } + + getAllPokemon(page: number){ + let httpParams = new HttpParams(); + httpParams = httpParams.set('_page',page.toString()); + httpParams= httpParams.set('_limit','18'); + return this.http.get(url,{params: httpParams}); + } + + getSprites(id:String){ + return `https://pokeres.bastionbot.org/images/pokemon/${id}.png` + } } diff --git a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.css b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.css index e69de29bb..7f818d91d 100644 --- a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.css +++ b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.css @@ -0,0 +1,3 @@ +bg-pokered{ + background-color: #ffd5ac; +} \ No newline at end of file diff --git a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.html b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.html index bda5e69be..be4a94219 100644 --- a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.html +++ b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.html @@ -1 +1,35 @@ -

pokemonlist works!

+
+
+ +
+
+
+ ... +
+
{{pokes.Name}}
+

#{{pokes.Pokedex_Number}}

+

{{pokes.Type_1}}/{{pokes.Type_2}}

+ +
+
+
+
+ +
+
diff --git a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.ts b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.ts index ef1f8fb72..09f055a58 100644 --- a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.ts +++ b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.ts @@ -1,4 +1,6 @@ import { Component, OnInit } from '@angular/core'; +import { PokemonService } from '../core/pokemon.service'; +import { Pokemon } from '../shared/models/pokemon'; @Component({ selector: 'app-pokemonlist', @@ -7,9 +9,49 @@ import { Component, OnInit } from '@angular/core'; }) export class PokemonlistComponent implements OnInit { - constructor() { } + constructor(private pokemonService : PokemonService) { } + + pokemons: Pokemon[] =[] + paginacao = 1; + ngOnInit(): void { + this.getPokemonAll(this.paginacao); + + } + + getPokemonAll(pagina:number){ + this.pokemons = [] + this.pokemonService.getAllPokemon(pagina).subscribe((res:Pokemon[])=>{ + this.pokemons = res + },(error)=>{ + console.log(error) + }) + } + getSprite(id:String){ + let spriteurl ="" + spriteurl = this.pokemonService.getSprites(id); + return spriteurl; } + proxPagina(){ + this.paginacao++; + + this.pokemons = [] + this.getPokemonAll(this.paginacao); + } + + voltarPagina(){ + if(this.paginacao == 1){ + return + }else{ + this.paginacao--; + // this.indexatual =- 19; + + this.getPokemonAll(this.paginacao); + } + } + + + } diff --git a/AngularPokedex/src/app/shared/models/pokemon.ts b/AngularPokedex/src/app/shared/models/pokemon.ts index 4606fbb9b..102ff8bdb 100644 --- a/AngularPokedex/src/app/shared/models/pokemon.ts +++ b/AngularPokedex/src/app/shared/models/pokemon.ts @@ -1,3 +1,32 @@ -export interface Pokemon{ - -} \ No newline at end of file +export interface Pokemon { + Row: String; + Name: String; + Pokedex_Number: String; + Img_name: String; + Generation: String; + Evolution_Stage: String; + Evolved: String; + FamilyID: String; + Cross_Gen: String; + Type_1: String; + Type_2: String; + Weather_1: String; + Weather_2: String; + STAT_TOTAL: String; + ATK: String; + DEF: String; + STA: String; + Legendary: String; + Aquireable: String; + Spawns: String; + Regional: String; + Raidable: String; + Hatchable: String; + Shiny: String; + Nest: String; + New: String; + Not_Gettable: String; + Future_Evolve: String; + onehundred_CP_at_40: String; + onehundred_CP_at_39: String; +} diff --git a/AngularPokedex/src/index.html b/AngularPokedex/src/index.html index ed3e40188..3a6070805 100644 --- a/AngularPokedex/src/index.html +++ b/AngularPokedex/src/index.html @@ -7,8 +7,8 @@ - - + diff --git a/AngularPokedex/src/styles.css b/AngularPokedex/src/styles.css index 7e7239a2e..7d539d0a0 100644 --- a/AngularPokedex/src/styles.css +++ b/AngularPokedex/src/styles.css @@ -1,4 +1,3 @@ /* You can add global styles to this file, and also import other style files */ - html, body { height: 100%; } body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } diff --git a/pokeAPI/app.js b/pokeAPI/app.js deleted file mode 100644 index e5265c5ba..000000000 --- a/pokeAPI/app.js +++ /dev/null @@ -1,41 +0,0 @@ -var createError = require('http-errors'); -var express = require('express'); -var path = require('path'); -var cookieParser = require('cookie-parser'); -var logger = require('morgan'); - -var indexRouter = require('./routes/index'); -var pokedexRouter = require('./routes/pokedex'); - -var app = express(); - -// view engine setup -app.set('views', path.join(__dirname, 'views')); -app.set('view engine', 'jade'); - -app.use(logger('dev')); -app.use(express.json()); -app.use(express.urlencoded({ extended: false })); -app.use(cookieParser()); -app.use(express.static(path.join(__dirname, 'public'))); - -app.use('/', indexRouter); -app.use('/api', pokedexRouter); - -// catch 404 and forward to error handler -app.use(function(req, res, next) { - next(createError(404)); -}); - -// error handler -app.use(function(err, req, res, next) { - // set locals, only providing error in development - res.locals.message = err.message; - res.locals.error = req.app.get('env') === 'development' ? err : {}; - - // render the error page - res.status(err.status || 500); - res.render('error'); -}); - -module.exports = app; diff --git a/pokeAPI/bin/www b/pokeAPI/bin/www deleted file mode 100644 index b77e41f07..000000000 --- a/pokeAPI/bin/www +++ /dev/null @@ -1,90 +0,0 @@ -#!/usr/bin/env node - -/** - * Module dependencies. - */ - -var app = require('../app'); -var debug = require('debug')('pokeapi:server'); -var http = require('http'); - -/** - * Get port from environment and store in Express. - */ - -var port = normalizePort(process.env.PORT || '3000'); -app.set('port', port); - -/** - * Create HTTP server. - */ - -var server = http.createServer(app); - -/** - * Listen on provided port, on all network interfaces. - */ - -server.listen(port); -server.on('error', onError); -server.on('listening', onListening); - -/** - * Normalize a port into a number, string, or false. - */ - -function normalizePort(val) { - var port = parseInt(val, 10); - - if (isNaN(port)) { - // named pipe - return val; - } - - if (port >= 0) { - // port number - return port; - } - - return false; -} - -/** - * Event listener for HTTP server "error" event. - */ - -function onError(error) { - if (error.syscall !== 'listen') { - throw error; - } - - var bind = typeof port === 'string' - ? 'Pipe ' + port - : 'Port ' + port; - - // handle specific listen errors with friendly messages - switch (error.code) { - case 'EACCES': - console.error(bind + ' requires elevated privileges'); - process.exit(1); - break; - case 'EADDRINUSE': - console.error(bind + ' is already in use'); - process.exit(1); - break; - default: - throw error; - } -} - -/** - * Event listener for HTTP server "listening" event. - */ - -function onListening() { - var addr = server.address(); - var bind = typeof addr === 'string' - ? 'pipe ' + addr - : 'port ' + addr.port; - debug('Listening on ' + bind); -} diff --git a/pokeAPI/models/pokemon.js b/pokeAPI/models/pokemon.js deleted file mode 100644 index 093b8d7c2..000000000 --- a/pokeAPI/models/pokemon.js +++ /dev/null @@ -1,35 +0,0 @@ -const mongoose = require("mongoose"); -const Schema = mongoose.Schema; -const PokemonSchema = new Schema({ - Row: String, - Name: String, - Pokedex_Number: String, - Img_name: String, - Generation: String, - Evolution_Stage: String, - Evolved: String, - FamilyID: String, - Cross_Gen:String, - Type_1: String, - Type_2: String, - Weather_1: String, - Weather_2: String, - STAT_TOTAL: String, - ATK: String, - DEF: String, - STA: String, - Legendary: String, - Aquireable: String, - Spawns: String, - Regional: String, - Raidable: String, - Hatchable: String, - Shiny: String, - Nest: String, - New: String, - Not_Gettable: String, - Future_Evolve: String, - onehundred_CP_at_40: String, - onehundred_CP_at_39: String, -}); -module.exports = mongoose.model("pokemons", PokemonSchema, "pokemons"); diff --git a/pokeAPI/package-lock.json b/pokeAPI/package-lock.json deleted file mode 100644 index dcc417817..000000000 --- a/pokeAPI/package-lock.json +++ /dev/null @@ -1,1012 +0,0 @@ -{ - "name": "pokeapi", - "version": "0.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@types/bson": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@types/bson/-/bson-4.0.3.tgz", - "integrity": "sha512-mVRvYnTOZJz3ccpxhr3wgxVmSeiYinW+zlzQz3SXWaJmD1DuL05Jeq7nKw3SnbKmbleW5qrLG5vdyWe/A9sXhw==", - "requires": { - "@types/node": "*" - } - }, - "@types/mongodb": { - "version": "3.6.10", - "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.10.tgz", - "integrity": "sha512-BkwAHFiZSSWdTIqbUVGmgvIsiXXjqAketeK7Izy7oSs6G3N8Bn993tK9eq6QEovQDx6OQ2FGP2KWDDxBzdlJ6Q==", - "requires": { - "@types/bson": "*", - "@types/node": "*" - } - }, - "@types/node": { - "version": "14.14.36", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.36.tgz", - "integrity": "sha512-kjivUwDJfIjngzbhooRnOLhGYz6oRFi+L+EpMjxroDYXwDw9lHrJJ43E+dJ6KAd3V3WxWAJ/qZE9XKYHhjPOFQ==" - }, - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - } - }, - "acorn": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz", - "integrity": "sha1-q259nYhqrKiwhbwzEreaGYQz8Oc=" - }, - "acorn-globals": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.9.tgz", - "integrity": "sha1-VbtemGkVB7dFedBRNBMhfDgMVM8=", - "requires": { - "acorn": "^2.1.0" - } - }, - "align-text": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", - "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", - "requires": { - "kind-of": "^3.0.2", - "longest": "^1.0.1", - "repeat-string": "^1.5.2" - } - }, - "amdefine": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", - "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=" - }, - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "asap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/asap/-/asap-1.0.0.tgz", - "integrity": "sha1-sqRdpf36ILBJb8N2jMJ8EvqRan0=" - }, - "basic-auth": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", - "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", - "requires": { - "safe-buffer": "5.1.2" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } - }, - "bl": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/bl/-/bl-2.2.1.tgz", - "integrity": "sha512-6Pesp1w0DEX1N550i/uGV/TqucVL4AM/pgThFSN/Qq9si1/DF9aIHs1BxD8V/QU0HoeHO6cQRTAuYnLPKq1e4g==", - "requires": { - "readable-stream": "^2.3.5", - "safe-buffer": "^5.1.1" - } - }, - "bluebird": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", - "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==" - }, - "body-parser": { - "version": "1.18.3", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz", - "integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=", - "requires": { - "bytes": "3.0.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "~1.6.3", - "iconv-lite": "0.4.23", - "on-finished": "~2.3.0", - "qs": "6.5.2", - "raw-body": "2.3.3", - "type-is": "~1.6.16" - } - }, - "bson": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.6.tgz", - "integrity": "sha512-EvVNVeGo4tHxwi8L6bPj3y3itEvStdwvvlojVxxbyYfoaxJ6keLgrTuKdyfEAszFK+H3olzBuafE0yoh0D1gdg==" - }, - "bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" - }, - "camelcase": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", - "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=" - }, - "center-align": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz", - "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=", - "requires": { - "align-text": "^0.1.3", - "lazy-cache": "^1.0.3" - } - }, - "character-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-1.2.1.tgz", - "integrity": "sha1-wN3kqxgnE7kZuXCVmhI+zBow/NY=" - }, - "clean-css": { - "version": "3.4.28", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.28.tgz", - "integrity": "sha1-vxlF6C/ICPVWlebd6uwBQA79A/8=", - "requires": { - "commander": "2.8.x", - "source-map": "0.4.x" - }, - "dependencies": { - "commander": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz", - "integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=", - "requires": { - "graceful-readlink": ">= 1.0.0" - } - } - } - }, - "cliui": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", - "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=", - "requires": { - "center-align": "^0.1.1", - "right-align": "^0.1.1", - "wordwrap": "0.0.2" - }, - "dependencies": { - "wordwrap": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz", - "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=" - } - } - }, - "commander": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.6.0.tgz", - "integrity": "sha1-nfflL7Kgyw+4kFjugMMQQiXzfh0=" - }, - "constantinople": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.0.2.tgz", - "integrity": "sha1-S5RdmTeQe82Y7ldRIsOBdRZUQUE=", - "requires": { - "acorn": "^2.1.0" - } - }, - "content-disposition": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", - "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=" - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" - }, - "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" - }, - "cookie-parser": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.5.tgz", - "integrity": "sha512-f13bPUj/gG/5mDr+xLmSxxDsB9DQiTIfhJS/sqjrmfAWiAN+x2O4i/XguTL9yDZ+/IFDanJ+5x7hC4CXT9Tdzw==", - "requires": { - "cookie": "0.4.0", - "cookie-signature": "1.0.6" - } - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - }, - "css": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/css/-/css-1.0.8.tgz", - "integrity": "sha1-k4aBHKgrzMnuf7WnMrHioxfIo+c=", - "requires": { - "css-parse": "1.0.4", - "css-stringify": "1.0.5" - } - }, - "css-parse": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz", - "integrity": "sha1-OLBQP7+dqfVOnB29pg4UXHcRe90=" - }, - "css-stringify": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz", - "integrity": "sha1-sNBClG2ylTu50pKQCmy19tASIDE=" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" - }, - "denque": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/denque/-/denque-1.5.0.tgz", - "integrity": "sha512-CYiCSgIF1p6EUByQPlGkKnP1M9g0ZV3qMIrqMqZqdwazygIA/YP2vrbcyl1h/WppKJTdl1F85cXIle+394iDAQ==" - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" - }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" - }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" - }, - "express": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz", - "integrity": "sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==", - "requires": { - "accepts": "~1.3.5", - "array-flatten": "1.1.1", - "body-parser": "1.18.3", - "content-disposition": "0.5.2", - "content-type": "~1.0.4", - "cookie": "0.3.1", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.1.1", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.2", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.4", - "qs": "6.5.2", - "range-parser": "~1.2.0", - "safe-buffer": "5.1.2", - "send": "0.16.2", - "serve-static": "1.13.2", - "setprototypeof": "1.1.0", - "statuses": "~1.4.0", - "type-is": "~1.6.16", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "cookie": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", - "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } - }, - "finalhandler": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz", - "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.2", - "statuses": "~1.4.0", - "unpipe": "~1.0.0" - } - }, - "forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" - }, - "graceful-readlink": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", - "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=" - }, - "http-errors": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - }, - "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - } - } - }, - "iconv-lite": { - "version": "0.4.23", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", - "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" - }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" - }, - "is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", - "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "jade": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/jade/-/jade-1.11.0.tgz", - "integrity": "sha1-nIDlOMEtP7lcjZu5VZ+gzAQEBf0=", - "requires": { - "character-parser": "1.2.1", - "clean-css": "^3.1.9", - "commander": "~2.6.0", - "constantinople": "~3.0.1", - "jstransformer": "0.0.2", - "mkdirp": "~0.5.0", - "transformers": "2.1.0", - "uglify-js": "^2.4.19", - "void-elements": "~2.0.1", - "with": "~4.0.0" - } - }, - "jstransformer": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-0.0.2.tgz", - "integrity": "sha1-eq4pqQPRls+glz2IXT5HlH7Ndqs=", - "requires": { - "is-promise": "^2.0.0", - "promise": "^6.0.1" - } - }, - "kareem": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/kareem/-/kareem-2.3.2.tgz", - "integrity": "sha512-STHz9P7X2L4Kwn72fA4rGyqyXdmrMSdxqHx9IXon/FXluXieaFA6KJ2upcHAHxQPQ0LeM/OjLrhFxifHewOALQ==" - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - }, - "lazy-cache": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", - "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=" - }, - "longest": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", - "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=" - }, - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" - }, - "memory-pager": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", - "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", - "optional": true - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" - }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" - }, - "mime": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", - "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==" - }, - "mime-db": { - "version": "1.46.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.46.0.tgz", - "integrity": "sha512-svXaP8UQRZ5K7or+ZmfNhg2xX3yKDMUzqadsSqi4NCH/KomcH75MAMYAGVlvXn4+b/xOPhS3I2uHKRUzvjY7BQ==" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.29.tgz", - "integrity": "sha512-Y/jMt/S5sR9OaqteJtslsFZKWOIIqMACsJSiHghlCAyhf7jfVYjKBmLiX8OgpWeW+fjJ2b+Az69aPFPkUOY6xQ==", - "requires": { - "mime-db": "1.46.0" - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "requires": { - "minimist": "^1.2.5" - } - }, - "mongodb": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.5.tgz", - "integrity": "sha512-mQlYKw1iGbvJJejcPuyTaytq0xxlYbIoVDm2FODR+OHxyEiMR021vc32bTvamgBjCswsD54XIRwhg3yBaWqJjg==", - "requires": { - "bl": "^2.2.1", - "bson": "^1.1.4", - "denque": "^1.4.1", - "require_optional": "^1.0.1", - "safe-buffer": "^5.1.2", - "saslprep": "^1.0.0" - } - }, - "mongoose": { - "version": "5.12.2", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.12.2.tgz", - "integrity": "sha512-kT9t6Nvu9WPsfssn7Gzke446Il8UdMilY7Sa5vALtwoOoNOGtZEVjekZBFwsBFzTWtBA/x5gBmJoYFP+1LeDlg==", - "requires": { - "@types/mongodb": "^3.5.27", - "bson": "^1.1.4", - "kareem": "2.3.2", - "mongodb": "3.6.5", - "mongoose-legacy-pluralize": "1.0.2", - "mpath": "0.8.3", - "mquery": "3.2.4", - "ms": "2.1.2", - "regexp-clone": "1.0.0", - "safe-buffer": "5.2.1", - "sift": "7.0.1", - "sliced": "1.0.1" - } - }, - "mongoose-legacy-pluralize": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz", - "integrity": "sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ==" - }, - "morgan": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.9.1.tgz", - "integrity": "sha512-HQStPIV4y3afTiCYVxirakhlCfGkI161c76kKFca7Fk1JusM//Qeo1ej2XaMniiNeaZklMVrh3vTtIzpzwbpmA==", - "requires": { - "basic-auth": "~2.0.0", - "debug": "2.6.9", - "depd": "~1.1.2", - "on-finished": "~2.3.0", - "on-headers": "~1.0.1" - } - }, - "mpath": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.3.tgz", - "integrity": "sha512-eb9rRvhDltXVNL6Fxd2zM9D4vKBxjVVQNLNijlj7uoXUy19zNDsIif5zR+pWmPCWNKwAtqyo4JveQm4nfD5+eA==" - }, - "mquery": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.4.tgz", - "integrity": "sha512-uOLpp7iRX0BV1Uu6YpsqJ5b42LwYnmu0WeF/f8qgD/On3g0XDaQM6pfn0m6UxO6SM8DioZ9Bk6xxbWIGHm2zHg==", - "requires": { - "bluebird": "3.5.1", - "debug": "3.1.0", - "regexp-clone": "^1.0.0", - "safe-buffer": "5.1.2", - "sliced": "1.0.1" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "requires": { - "ee-first": "1.1.1" - } - }, - "on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" - }, - "optimist": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz", - "integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=", - "requires": { - "wordwrap": "~0.0.2" - } - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" - }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "promise": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz", - "integrity": "sha1-LOcp9rlLRcJoka0GAsXJDgTG7vY=", - "requires": { - "asap": "~1.0.0" - } - }, - "proxy-addr": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", - "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - } - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" - }, - "raw-body": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz", - "integrity": "sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==", - "requires": { - "bytes": "3.0.0", - "http-errors": "1.6.3", - "iconv-lite": "0.4.23", - "unpipe": "1.0.0" - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } - }, - "regexp-clone": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-1.0.0.tgz", - "integrity": "sha512-TuAasHQNamyyJ2hb97IuBEif4qBHGjPHBS64sZwytpLEqtBQ1gPJTnOaQ6qmpET16cK14kkjbazl6+p0RRv0yw==" - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" - }, - "require_optional": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.1.tgz", - "integrity": "sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g==", - "requires": { - "resolve-from": "^2.0.0", - "semver": "^5.1.0" - } - }, - "resolve-from": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz", - "integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=" - }, - "right-align": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz", - "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=", - "requires": { - "align-text": "^0.1.1" - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "saslprep": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", - "integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==", - "optional": true, - "requires": { - "sparse-bitfield": "^3.0.3" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - }, - "send": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz", - "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.6.2", - "mime": "1.4.1", - "ms": "2.0.0", - "on-finished": "~2.3.0", - "range-parser": "~1.2.0", - "statuses": "~1.4.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "serve-static": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", - "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.2", - "send": "0.16.2" - } - }, - "setprototypeof": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" - }, - "sift": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/sift/-/sift-7.0.1.tgz", - "integrity": "sha512-oqD7PMJ+uO6jV9EQCl0LrRw1OwsiPsiFQR5AR30heR+4Dl7jBBbDLnNvWiak20tzZlSE1H7RB30SX/1j/YYT7g==" - }, - "sliced": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", - "integrity": "sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E=" - }, - "source-map": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", - "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", - "requires": { - "amdefine": ">=0.0.4" - } - }, - "sparse-bitfield": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", - "integrity": "sha1-/0rm5oZWBWuks+eSqzM004JzyhE=", - "optional": true, - "requires": { - "memory-pager": "^1.0.2" - } - }, - "statuses": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", - "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } - }, - "transformers": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz", - "integrity": "sha1-XSPLNVYd2F3Gf7hIIwm0fVPM6ac=", - "requires": { - "css": "~1.0.8", - "promise": "~2.0", - "uglify-js": "~2.2.5" - }, - "dependencies": { - "is-promise": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz", - "integrity": "sha1-MVc3YcBX4zwukaq56W2gjO++duU=" - }, - "promise": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-2.0.0.tgz", - "integrity": "sha1-RmSKqdYFr10ucMMCS/WUNtoCuA4=", - "requires": { - "is-promise": "~1" - } - }, - "source-map": { - "version": "0.1.43", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz", - "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=", - "requires": { - "amdefine": ">=0.0.4" - } - }, - "uglify-js": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz", - "integrity": "sha1-puAqcNg5eSuXgEiLe4sYTAlcmcc=", - "requires": { - "optimist": "~0.3.5", - "source-map": "~0.1.7" - } - } - } - }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - } - }, - "uglify-js": { - "version": "2.8.29", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz", - "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=", - "requires": { - "source-map": "~0.5.1", - "uglify-to-browserify": "~1.0.0", - "yargs": "~3.10.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - } - } - }, - "uglify-to-browserify": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz", - "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=", - "optional": true - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" - }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" - }, - "void-elements": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", - "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=" - }, - "window-size": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", - "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=" - }, - "with": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/with/-/with-4.0.3.tgz", - "integrity": "sha1-7v0VTp550sjTQXtkeo8U2f7M4U4=", - "requires": { - "acorn": "^1.0.1", - "acorn-globals": "^1.0.3" - }, - "dependencies": { - "acorn": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz", - "integrity": "sha1-yM4n3grMdtiW0rH6099YjZ6C8BQ=" - } - } - }, - "wordwrap": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", - "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=" - }, - "yargs": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", - "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", - "requires": { - "camelcase": "^1.0.2", - "cliui": "^2.1.0", - "decamelize": "^1.0.0", - "window-size": "0.1.0" - } - } - } -} diff --git a/pokeAPI/package.json b/pokeAPI/package.json deleted file mode 100644 index 2a5c9eaf8..000000000 --- a/pokeAPI/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "pokeapi", - "version": "0.0.0", - "private": true, - "scripts": { - "start": "node ./bin/www" - }, - "dependencies": { - "cookie-parser": "~1.4.4", - "debug": "~2.6.9", - "express": "~4.16.1", - "http-errors": "~1.6.3", - "jade": "~1.11.0", - "mongoose": "^5.12.2", - "morgan": "~1.9.1" - } -} diff --git a/pokeAPI/public/stylesheets/style.css b/pokeAPI/public/stylesheets/style.css deleted file mode 100644 index 9453385b9..000000000 --- a/pokeAPI/public/stylesheets/style.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - padding: 50px; - font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; -} - -a { - color: #00B7FF; -} diff --git a/pokeAPI/routes/index.js b/pokeAPI/routes/index.js deleted file mode 100644 index ecca96a56..000000000 --- a/pokeAPI/routes/index.js +++ /dev/null @@ -1,9 +0,0 @@ -var express = require('express'); -var router = express.Router(); - -/* GET home page. */ -router.get('/', function(req, res, next) { - res.render('index', { title: 'Express' }); -}); - -module.exports = router; diff --git a/pokeAPI/routes/pokedex.js b/pokeAPI/routes/pokedex.js deleted file mode 100644 index 7af81353d..000000000 --- a/pokeAPI/routes/pokedex.js +++ /dev/null @@ -1,26 +0,0 @@ -var express = require('express'); -var router = express.Router(); -var Pokemon = require('../models/pokemon') -var mongoose = require('mongoose'); -const db = 'mongodb+srv://userdb:senhadb@cluster0.f39tr.mongodb.net/angularpokedex?retryWrites=true&w=majority' - -mongoose.connect(db,err =>{ - if(err){ - console.log("\n Erro! \n"+err); - }else{ - console.log("Connected to MongoDB!"); - } -}) - -/* GET users listing. */ -router.get('/pokemon/getall', function(req, res, next) { - Pokemon.find({},(err,data)=>{ - if(err){ - console.log(err); - }else{ - res.send(data); - } - }); -}); - -module.exports = router; diff --git a/pokeAPI/views/error.jade b/pokeAPI/views/error.jade deleted file mode 100644 index 51ec12c6a..000000000 --- a/pokeAPI/views/error.jade +++ /dev/null @@ -1,6 +0,0 @@ -extends layout - -block content - h1= message - h2= error.status - pre #{error.stack} diff --git a/pokeAPI/views/index.jade b/pokeAPI/views/index.jade deleted file mode 100644 index 3d63b9a04..000000000 --- a/pokeAPI/views/index.jade +++ /dev/null @@ -1,5 +0,0 @@ -extends layout - -block content - h1= title - p Welcome to #{title} diff --git a/pokeAPI/views/layout.jade b/pokeAPI/views/layout.jade deleted file mode 100644 index 15af079bf..000000000 --- a/pokeAPI/views/layout.jade +++ /dev/null @@ -1,7 +0,0 @@ -doctype html -html - head - title= title - link(rel='stylesheet', href='/stylesheets/style.css') - body - block content From f602fb0bf69ac6b9f10f3c32194b76f43e2dfde6 Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Fri, 26 Mar 2021 18:47:22 -0300 Subject: [PATCH 15/17] finalizado os ultimos detalhes do projeto! --- AngularPokedex/angular.json | 1 + AngularPokedex/src/app/app.module.ts | 9 +- .../src/app/core/pokemon.service.ts | 71 +- AngularPokedex/src/app/material.module.ts | 99 + .../pokemonlist/pokemonlist.component.html | 161 +- .../app/pokemonlist/pokemonlist.component.ts | 114 +- .../src/assets/audio/pokemon-recovery.mp3 | Bin 0 -> 124893 bytes .../src/assets/data/pokemondata.json | 26306 ---------------- AngularPokedex/src/assets/icons/bug.svg | 1 + AngularPokedex/src/assets/icons/dark.svg | 3 + AngularPokedex/src/assets/icons/dragon.svg | 3 + AngularPokedex/src/assets/icons/electric.svg | 3 + AngularPokedex/src/assets/icons/fairy.svg | 3 + AngularPokedex/src/assets/icons/fighting.svg | 3 + AngularPokedex/src/assets/icons/fire.svg | 3 + AngularPokedex/src/assets/icons/flying.svg | 3 + AngularPokedex/src/assets/icons/ghost.svg | 3 + AngularPokedex/src/assets/icons/grass.svg | 1 + AngularPokedex/src/assets/icons/ground.svg | 3 + AngularPokedex/src/assets/icons/ice.svg | 8 + AngularPokedex/src/assets/icons/normal.svg | 3 + AngularPokedex/src/assets/icons/poison.svg | 3 + AngularPokedex/src/assets/icons/psychic.svg | 3 + AngularPokedex/src/assets/icons/rock.svg | 3 + AngularPokedex/src/assets/icons/steel.svg | 3 + AngularPokedex/src/assets/icons/water.svg | 3 + AngularPokedex/src/index.html | 2 + AngularPokedex/src/styles.css | 107 + 28 files changed, 583 insertions(+), 26342 deletions(-) create mode 100644 AngularPokedex/src/app/material.module.ts create mode 100644 AngularPokedex/src/assets/audio/pokemon-recovery.mp3 delete mode 100644 AngularPokedex/src/assets/data/pokemondata.json create mode 100644 AngularPokedex/src/assets/icons/bug.svg create mode 100644 AngularPokedex/src/assets/icons/dark.svg create mode 100644 AngularPokedex/src/assets/icons/dragon.svg create mode 100644 AngularPokedex/src/assets/icons/electric.svg create mode 100644 AngularPokedex/src/assets/icons/fairy.svg create mode 100644 AngularPokedex/src/assets/icons/fighting.svg create mode 100644 AngularPokedex/src/assets/icons/fire.svg create mode 100644 AngularPokedex/src/assets/icons/flying.svg create mode 100644 AngularPokedex/src/assets/icons/ghost.svg create mode 100644 AngularPokedex/src/assets/icons/grass.svg create mode 100644 AngularPokedex/src/assets/icons/ground.svg create mode 100644 AngularPokedex/src/assets/icons/ice.svg create mode 100644 AngularPokedex/src/assets/icons/normal.svg create mode 100644 AngularPokedex/src/assets/icons/poison.svg create mode 100644 AngularPokedex/src/assets/icons/psychic.svg create mode 100644 AngularPokedex/src/assets/icons/rock.svg create mode 100644 AngularPokedex/src/assets/icons/steel.svg create mode 100644 AngularPokedex/src/assets/icons/water.svg diff --git a/AngularPokedex/angular.json b/AngularPokedex/angular.json index bb3ece006..ed88bad5f 100644 --- a/AngularPokedex/angular.json +++ b/AngularPokedex/angular.json @@ -91,6 +91,7 @@ "src/assets" ], "styles": [ + "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", "src/styles.css" ], "scripts": [] diff --git a/AngularPokedex/src/app/app.module.ts b/AngularPokedex/src/app/app.module.ts index 22688a21f..127181c8a 100644 --- a/AngularPokedex/src/app/app.module.ts +++ b/AngularPokedex/src/app/app.module.ts @@ -5,6 +5,9 @@ import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { PokemonlistComponent } from './pokemonlist/pokemonlist.component'; +import { MaterialModule } from './material.module'; +import { FormsModule } from '@angular/forms'; +import { TitleCasePipe} from '@angular/common'; @NgModule({ declarations: [ @@ -15,9 +18,11 @@ import { PokemonlistComponent } from './pokemonlist/pokemonlist.component'; BrowserModule, AppRoutingModule, BrowserAnimationsModule, - HttpClientModule + HttpClientModule, + MaterialModule, + FormsModule ], - providers: [], + providers: [TitleCasePipe], bootstrap: [AppComponent] }) export class AppModule { } diff --git a/AngularPokedex/src/app/core/pokemon.service.ts b/AngularPokedex/src/app/core/pokemon.service.ts index ff4a37c9c..c5a08ff8a 100644 --- a/AngularPokedex/src/app/core/pokemon.service.ts +++ b/AngularPokedex/src/app/core/pokemon.service.ts @@ -1,19 +1,84 @@ import { HttpClient, HttpParams } from '@angular/common/http'; import { Injectable } from '@angular/core'; -const url = "http://localhost:3000/pokemons/" +const url = "http://localhost:3000/pokemons/"; +const urltofilter = "http://localhost:3000/pokemons" @Injectable({ providedIn: 'root' }) export class PokemonService { - + constructor(private http: HttpClient) { } - + + // done + getFilteredPokemons(name:string,type1:string,type2:string){ + let httpParams = new HttpParams(); + httpParams = httpParams.set('Name',name); + httpParams = httpParams.set('Type_1',type1); + httpParams = httpParams.set('Type_2',type2); + console.log(httpParams); + return this.http.get(urltofilter,{params: httpParams}); + } + + // done getAllPokemon(page: number){ let httpParams = new HttpParams(); httpParams = httpParams.set('_page',page.toString()); httpParams= httpParams.set('_limit','18'); return this.http.get(url,{params: httpParams}); } + + // done + getFilteredPokemonsByName(name:string){ + let httpParams = new HttpParams(); + httpParams = httpParams.set('Name',name); + console.log(httpParams); + return this.http.get(urltofilter,{params: httpParams}); + } + + // done + getFilteredPokemonsByNameandType1(name:string,type:string){ + let httpParams = new HttpParams(); + httpParams = httpParams.set('Name',name); + httpParams = httpParams.set('Type_1',type); + console.log(httpParams); + return this.http.get(urltofilter,{params: httpParams}); + } + + //done + getFilteredPokemonsByNameandType2(name:string,type:string){ + let httpParams = new HttpParams(); + httpParams = httpParams.set('Name',name); + httpParams = httpParams.set('Type_2',type); + console.log(httpParams); + return this.http.get(urltofilter,{params: httpParams}); + } + + // done + getFilteredPokemonsByType1(type:string){ + let httpParams = new HttpParams(); + httpParams = httpParams.set('Type_1',type); + console.log(httpParams); + return this.http.get(urltofilter,{params: httpParams}); + } + + // done + getFilteredPokemonsByType2(type:string){ + let httpParams = new HttpParams(); + httpParams = httpParams.set('Type_2',type); + console.log(httpParams); + return this.http.get(urltofilter,{params: httpParams}); + } + + // done + getFilteredPokemonsByType1and2(type1:string,type2:string){ + let httpParams = new HttpParams(); + httpParams = httpParams.set('Type_1',type1); + httpParams = httpParams.set('Type_2',type2); + console.log(httpParams); + return this.http.get(urltofilter,{params: httpParams}); + } + + getSprites(id:String){ return `https://pokeres.bastionbot.org/images/pokemon/${id}.png` diff --git a/AngularPokedex/src/app/material.module.ts b/AngularPokedex/src/app/material.module.ts new file mode 100644 index 000000000..d6a92d118 --- /dev/null +++ b/AngularPokedex/src/app/material.module.ts @@ -0,0 +1,99 @@ +import { NgModule } from '@angular/core'; +import { MatButtonModule } from '@angular/material/button'; +import { MatSidenavModule } from '@angular/material/sidenav'; +import { MatCheckboxModule } from '@angular/material/checkbox'; +import { MatIconModule } from '@angular/material/icon'; +import { MatListModule } from '@angular/material/list'; +import { MatCardModule } from '@angular/material/card'; +import { MatExpansionModule } from '@angular/material/expansion'; +import { MatRadioModule } from '@angular/material/radio'; +import { MatInputModule } from '@angular/material/input'; +import { MatTabsModule } from '@angular/material/tabs'; +import { MatSnackBarModule } from '@angular/material/snack-bar'; +import { MatProgressSpinnerModule } from '@angular/material/progress-spinner'; +import { MatBottomSheetModule } from '@angular/material/bottom-sheet'; +import { MatBadgeModule } from '@angular/material/badge'; +import { MatGridListModule } from '@angular/material/grid-list'; +import { MatDialogModule } from '@angular/material/dialog'; +import { MatSelectModule } from '@angular/material/select'; +import { MatChipsModule } from '@angular/material/chips'; +import { MatFormFieldModule } from '@angular/material/form-field'; +import { MatPaginatorModule } from '@angular/material/paginator'; +import { MatSlideToggleModule } from '@angular/material/slide-toggle'; +import { MatSortModule } from '@angular/material/sort'; +import { MatMenuModule } from '@angular/material/menu'; +import { MatTooltipModule } from '@angular/material/tooltip'; +import { MatToolbarModule } from '@angular/material/toolbar'; +import { MatTableModule } from '@angular/material/table'; +import { MatDatepickerModule } from '@angular/material/datepicker'; +import { MatNativeDateModule } from '@angular/material/core'; + + +@NgModule({ + imports: [ + MatIconModule, + MatButtonModule, + MatCheckboxModule, + MatSidenavModule, + MatListModule, + MatTabsModule, + MatCardModule, + MatListModule, + MatCardModule, + MatExpansionModule, + MatRadioModule, + MatInputModule, + MatSnackBarModule, + MatProgressSpinnerModule, + MatBottomSheetModule, + MatBadgeModule, + MatGridListModule, + MatDialogModule, + MatSelectModule, + MatChipsModule, + MatSlideToggleModule, + MatMenuModule, + MatTooltipModule, + MatToolbarModule, + MatTableModule, + MatPaginatorModule, + MatSortModule, + MatFormFieldModule, + MatDatepickerModule, + MatNativeDateModule + ], + exports: [ + MatIconModule, + MatButtonModule, + MatCheckboxModule, + MatSidenavModule, + MatListModule, + MatTabsModule, + MatCardModule, + MatListModule, + MatCardModule, + MatExpansionModule, + MatRadioModule, + MatInputModule, + MatSnackBarModule, + MatProgressSpinnerModule, + MatBottomSheetModule, + MatBadgeModule, + MatGridListModule, + MatDialogModule, + MatSelectModule, + MatChipsModule, + MatSlideToggleModule, + MatMenuModule, + MatTooltipModule, + MatToolbarModule, + MatTableModule, + MatPaginatorModule, + MatSortModule, + MatFormFieldModule, + MatDatepickerModule, + MatNativeDateModule + ] +}) +export class MaterialModule { +} diff --git a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.html b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.html index be4a94219..3104875ed 100644 --- a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.html +++ b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.html @@ -1,35 +1,140 @@ -
-
-
+
+
+
+
+ +
+

Filtros

+
+ + Nome do Pokemon + + + + Tipo 1 + + + {{ types.name | titlecase }} + + + + + Tipo 2 + + + {{ types.name | titlecase }} + + + + +
+
+ - -
  • - {{paginacao}} -
  • -
  • - -
  • - - -
    -
    -
    - ... -
    -
    {{pokes.Name}}
    -

    #{{pokes.Pokedex_Number}}

    -

    {{pokes.Type_1}}/{{pokes.Type_2}}

    - +
    +
    + +
    +
    + +
    +
    + +
    + +
    + +
    +
    + +
    + +
    +
    + ... +
    +
    {{ pokes.Name }}
    +

    #{{ pokes.Pokedex_Number }}

    +

    Tipo(s)

    +
    +
    +
    +
    -
    +
    +
    + +
    +
    +
    + + +
    - +
    +
    +
    diff --git a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.ts b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.ts index 09f055a58..71564f458 100644 --- a/AngularPokedex/src/app/pokemonlist/pokemonlist.component.ts +++ b/AngularPokedex/src/app/pokemonlist/pokemonlist.component.ts @@ -1,7 +1,11 @@ import { Component, OnInit } from '@angular/core'; import { PokemonService } from '../core/pokemon.service'; import { Pokemon } from '../shared/models/pokemon'; - +import { TitleCasePipe } from "@angular/common" +interface types { + name: string, + value?: string +} @Component({ selector: 'app-pokemonlist', templateUrl: './pokemonlist.component.html', @@ -9,13 +13,47 @@ import { Pokemon } from '../shared/models/pokemon'; }) export class PokemonlistComponent implements OnInit { - constructor(private pokemonService : PokemonService) { } + constructor(private pokemonService : PokemonService, + public titlecase: TitleCasePipe) { } + filters = { + name: '', + type1:'', + type2:'' + } + +poketypes : types[] = [ + {name: 'Selecione',value:''}, + {name:'bug', value:'bug'}, + {name:'dark',value:'dark'}, + {name:'dragon',value:'dragon'}, + {name:'electric',value:'electric'}, + {name:'fairy',value:'fairy'}, + {name:'fighting',value:'fighting'}, + {name:'fire',value:'fire'}, + {name:'flying',value:'flying'}, + {name:'ghost',value:'ghost'}, + {name:'grass',value:'grass'}, + {name:'ground',value:'ground'}, + {name:'ice',value:'ice'}, + {name:'normal',value:'normal'}, + {name:'poison',value:'poison'}, + {name:'psychic',value:'psychic'}, + {name:'rock',value:'rock'}, + {name:'steel',value:'steel'}, + {name:'water',value:'water'}, + +] + open: boolean = false + isSearching = false pokemons: Pokemon[] =[] paginacao = 1; - + isLoading:boolean= true; + empty:boolean = false ngOnInit(): void { + let audio = new Audio('assets/audio/pokemon-recovery.mp3'); + audio.play(); this.getPokemonAll(this.paginacao); } @@ -24,6 +62,8 @@ export class PokemonlistComponent implements OnInit { this.pokemons = [] this.pokemonService.getAllPokemon(pagina).subscribe((res:Pokemon[])=>{ this.pokemons = res + this.isLoading = false + this.empty = false },(error)=>{ console.log(error) }) @@ -34,7 +74,69 @@ export class PokemonlistComponent implements OnInit { return spriteurl; } + getFilteredPokemon(){ + this.pokemons = [] + this.filters.name = this.titlecase.transform(this.filters.name); + this.isSearching = true + this.empty = true + if(this.filters.name == "" && this.filters.type1=='' && this.filters.type2==''){ + this.getPokemonAll(this.paginacao); + return; + } + if(this.filters.name !='' && this.filters.type1 == "" && this.filters.type2 == ""){ + this.pokemonService.getFilteredPokemonsByName(this.filters.name).subscribe((res:Pokemon[])=>{ + this.pokemons = res; + + }) + } + if(this.filters.name != '' && this.filters.type1!=''){ + this.pokemonService.getFilteredPokemonsByNameandType1(this.filters.name,this.filters.type1).subscribe((res:Pokemon[])=>{ + this.pokemons = res; + }); + } + if(this.filters.name != '' && this.filters.type1 == '' && this.filters.type2 != ''){ + this.pokemonService.getFilteredPokemonsByNameandType2(this.filters.name,this.filters.type2).subscribe((res:Pokemon[])=>{ + this.pokemons = res; + }) + } + if(this.filters.name !='' && this.filters.type1 !="" && this.filters.type2 != ''){ + this.pokemonService.getFilteredPokemons(this.filters.name,this.filters.type1,this.filters.type2).subscribe((res:Pokemon[])=>{ + this.pokemons = res; + }) + } + if(this.filters.name == '' && this.filters.type1 != "" && this.filters.type2 == ""){ + this.pokemonService.getFilteredPokemonsByType1(this.filters.type1).subscribe((res:Pokemon[])=>{ + this.pokemons = res; + }); + } + if(this.filters.name == '' && this.filters.type1 == "" && this.filters.type2 != ""){ + this.pokemonService.getFilteredPokemonsByType2(this.filters.type2).subscribe((res:Pokemon[])=>{ + this.pokemons = res; + }); + } + if(this.filters.name == '' && this.filters.type1 != "" && this.filters.type2 != ""){ + this.pokemonService.getFilteredPokemonsByType1and2(this.filters.type1,this.filters.type2).subscribe((res:Pokemon[])=>{ + this.pokemons = res; + }); + } + if(this.pokemons == []){ + this.empty = false + } + + + } + + clearFilters(){ + this.isSearching = false + this.open = !this.open + this.filters.name=""; + this.filters.type1 =''; + this.filters.type2 =''; + this.getPokemonAll(this.paginacao); + } + proxPagina(){ + this.isLoading = true this.paginacao++; this.pokemons = [] @@ -42,6 +144,7 @@ export class PokemonlistComponent implements OnInit { } voltarPagina(){ + this.isLoading = true if(this.paginacao == 1){ return }else{ @@ -52,6 +155,11 @@ export class PokemonlistComponent implements OnInit { } } + getTypeIcon(type:string){ + return `assets/icons/${type}.svg` + } + + } diff --git a/AngularPokedex/src/assets/audio/pokemon-recovery.mp3 b/AngularPokedex/src/assets/audio/pokemon-recovery.mp3 new file mode 100644 index 0000000000000000000000000000000000000000..806511962935d7489e93ec8c1bb6e94156d65e4f GIT binary patch literal 124893 zcmeFY2UJwew(q;T$vH?AkenolL?uX6$vGnek|d)fMWLIV1p$$qa}Wgq2?8RbNX{yf zRDv`?l0pMrcj5Pa`|LBuyYJn*_r7nubM~t-px5fvy;fEIYR>tus@VXWku9RF)0N#EjD?29-pP-P4n7GshS%pi=YF9M0^$bnSEUj(r zom|{KZ~FxV2BE_uqGIC{lT#mOWaZ`;m6TW2)INLO)ZEto>h+svFr^7DrvZ))3jNnL0N@r{IkCLe<2pdz_O2m#H*bp9&jBs5Si#g4b*;>CbciSu0a# zA@Pj+H9_)4f!rXoygx7femO>g$@I|7Sf^{ZZ&d!jRbu{DZ`$yvpv$!1{yfM3`GM$< z${i~LaEJl`?DnG}lATeBk`{(r~i?9p8yIf$R+xLM!xg8 zLkuyZFSNVEc5;)9ePEsg(no(qJVitQ$esTieCMx$Mdfq8(~gy&4*e&fX~|1uDq_&X zi6+_<{*@GJBLnTe2imUxM_POWXhRG{{RlzxiiuuHxS=0D$=`jQ->8JprV754IpQvd8BR1d-YP281vtVISy( zAPT4`1h$}m{Qm!?zX|vJ?}GOdt%9zl`7_W$boD1uRj{7&76n(2kxEE>8LXk3ldZlGAuZA<^Z3^KkajYOo}j zNnfEBzr{qtpKD6{m!#t&|fN! zF@T5%$)j@nZ-kuecOZzU5u&3($RAyn*ogWM8v?kY4&3v9Mz{Tq&F_N~KqN&lpgTwn zA1~O&ar^=3J_*YJtSYHb0R7vlxWC09L;_dHTB6P0VJKDl?ff99%)=b@ckg$A>7w1x z;eK^$()Z&=(qI4M5*7t4|8#%}{~M0~1kmBj-!bT|&t2lb#UR^1T%7iaiu<<}34d7- zMW9&c$WXzm!=F%yKhAjlN6*7Y6Jii_#!$eBfTL1Cu;_Z^zi`HO0w}i&R&ld%3`!)1 zSpSGY&^{R#1ssD^p?_zY{ntE5@dve%UAF+qUoMW{$rJT=fN&XT2nu?7(E-wEf4iJk z|96)FI2QcpB=`v+)(@}+g(9z>s5s{QKU|yx8Oxw8EVKU*3I7`=`QPcIe_0UGE2ei$ zjEO16Fo=_akdsrEfn@?LuXU|BnWl!#epGrVK|*=5`lmQ;Ku6x+5aD+Jj7IeTXuq5Q zs(ba@#r+1vg#J@z|KZ})|Cp%$qj&!={=Jwa=(o}E>*{;Ih&6t*65YGZp!Ay&1U;c- z4AAa8IU$N;B4(0|e@g-(Q;bKEq&_KsiMoG5`%eJTnu0LzKV>%A{Ds+*rJf(`oCAn2 zo!1dX&G~KruJa(+#r+0!YL-%x134IJj46XP_isR@g-^D;-~vB3_!4sI{}2nz<^4LdVQ4ca*)pp;7;a2*(C5%4+Ne41JHj~e*ZRSf2lZv z1SCS`%%^+~i06b3vMi3tT6q-mey;rvqO0YS7bbV)8U4-eO7}~x-TEc~M*qZQ|IZrH z381Vt5a*qG0_e_D8t8yhpNa?CCF7ug7fXfkzBMb!C;hWe`7iqYzeECso>*rm^x9wL zHv|YOZaM1C*?=Py)!GdxqA-MUSLp%-+mN`cc@Pyfx663~DZ2g_-`@NyntcMO=`)BD z3q-!#fhVdo^S=QhZc+#iD9l5bps#nI68{^!xZg-9ka(OCou@=PA*9mD8w}57&93g- zaV#;&g~M}21eyuz%!dT1i6I8tJ3EJY{d!_PKanK+?7v`B3T6V~N}EX3c8usXw0$cY zl0Uh{??RNw{+FfwPxnwx0F~&&fP#_gClgglCG!pU3lJilgmb_af~3QWFTxh|Z{yVd zb3=LD6h7Y{=Y~i#1le_QaNc-t7(WzEBX*Ca z)V-K(NH~D+rvBy0AouH%mnGTo1-QP8XYl4aB+EN|=W{&o`_iptCN;*l;uQD%E+cLB z3_eAFS2UW;tF0pD#ufp08Lj#UOtlNIzNBvP^`)CNzhh7mKtnK~JvjK#q7Nu5A&8J# z)nnff-KiGhA%_pIFBqpa)MeGSq?k;!UV2^~yQ1)sMMS-Y{-ySN4;dXQpjY8#W>8^; z!m`NbY*v4$xoJ4GF~32BpoRwu-Y{(YZI{IS1@(mwi`I<9Qz{IX{?wtz8FT{m*(#6{ zgoh-ye>lv>$4k7`Gf}^Pk-lmcrBQ3Jp^lTA52@B@gtssFgpJhlN?G`QCbS9W$e_>1x=WI94*o zPP1`utjW#z7R{WZ!n&LeHfp-HIe~ku(RxQW>m&XX$D@1nUw-v(ZEJg+y~O2Nx1)M= zGSo@m@!VDt#}QFPKnR3(_-FU-7uV*W)e%_UNag;V8T0Z-W?T)!f<;~L#M-#7?v+%3 z@s|CB_Bo+Z>b0$z7k9JI$fBJyw0 z#2WZja*+@eCSsjtMB|P%_!#5YSW8?~{0SwexC>U|Z{ufH%HS!TSgn9E(M`2)GCC+i zQ6dNr0YUG%SPjd0tjk6YQpo$8at`v z>5!#M%aeZhRSC;6oym>Trqb1x@r}t2Lki2j#M;^Q(#L*=hOVy1nM*{2=e>QhGMCMM z!4=*2U}k-BRWkH1E&QLY=I_to#e61Fm3{Mg`;SU{rwAX;>3+kVeQ)L$Lp#u8rYT-?*J929FxW}4q8DyUbx?(TLmWlD0Wq0r1fZ|Yvdd5<}|nXM+@I0m6l z_6CljKYy?+r1Ke*wg|HBP*8fuoH8hj(dcMP3oi^iy;)>;w$>`}s>|j)u5w*a?gUVg z|4+1}XONDI(7C5{%9T%;xUbMI{t}7GsPB{s6S|N}te&%OD(c_P@?|}BVZ`Lxt>8_< zsEEEMLEVPB{v&tf7vXm*j0#oK&fezwx{DA*@MT0vSIu0SolEa|^PAMM;Pnlz82)E( z1CBm^9&@%TL4n3v%3z-@*t$;R-&G>N@$dzTH-48-h_=zsg3~lNGWp`|ToXIY)XU~9 z{UXyBH>OFOb0|zlb}%nL4~j8mWDZX<@|iLhoR_O+eYsilLMpSNWUIrR{)tB{=3+z5 zwJ(#nde_;fL2fsh)ks$SvY2cHBE1-c6e~3y&>aMa)n#ua$wey z$m*pRCSM9yH}#h2#E=K7~*^3$Q6NGgIS=RZ1C^vu(|d86t` zWLG9&aMM{WwBXj7&aEk_z~>1Z)6P%$!RkT7m#K||L;!9RBrqB(!oC9Du0P)NgD!=e zJtWJ}zmrtFs-ao!g-ZL$4^Oyr}) z=8=j>=kSqh6AIExgHxM6SF!_mE)&Y|5IrMrNB4|-hU&Uzo~>K8ysCdrT)kC}x8{MM zi8wviWKmF()puS)7uVn{IjuyGPjMxc7XDSk&g%|O>hvF}f0snJR8b_~tzzQkXeXHX73=zxTC9ScWz6Oa_Zd_+7HMXQ!w_-A92XzOw3&G? z#R^l$ihi&zSEjqp`BqbF%AvF-9YG}Npn9LWr!kg1WQJ$~5vz#&BCb;CA33NnlIOYd zHrL`q0twSGmHkb}z{)!73362P;~}?Q<*kbT+U=-Kt3h$#{O-d}c(P$YbfgPBto*4} zp%)tBIlQlR0`jE8^EX75;-OB0pPsEu{cX*(LQ*W#dnINz^}zuT70vcOHXx8XbR_hS znpU+q>@?T}SdvwYT;C6<>Bw5C)|9bY zQ&r!a(UQW7-ST`q=0PuEp~Yx~)A{T>He>wAAdbN0wnz2$FCOX3L%#iljSF&H+u!T0 zR&C^q(mJcIb*9^OygQQDJ16?&N(XFUJNuNwp|ML4bGWlIdEHIb=(E%|DZsYs6Y)t(4{2Fbg=JbuZf2kYq{ZA;8Esu<{;%-x@s zL}SgW_35-8)B8$WDMk?T7IfdpiSoAMmhMiVyxHOH!W^Jw@V+G;OTle<=2^?3+l7~Y zu~zd3=%%!JdVyWm>ZEFN_1d4#oGEl9(nF zf)oqO$1go6QmcQNEKk0-RR2iOqIOEt{^FjFHqQGbh$~HCLK(Rt@TfWHkOpM7%AD@1 z!Qv-?zE$>;(7z6Pud!+E&BFx);xai!zbAYZjzNlHt1rajm0op~cz!Y!zP;uXP){a% z+8@>UIk1h~7oyhPlHH^(B*x@M-lq=#GBUm^gp!{)>`$qiSW=qYcJ@fQf)6c1yE7;b`k8ed${-4s*=D-?Q_UkPfzub6l!|TT2Posc7 zFK|CNq@sT~Q?__hCg_!IiM7>q;E5ZEyJCXB0u53<9KH|{Bbvd}>~s|AZNPdXU;C?duQ51g}TJI@L}|m#F*3xKXsdNSamrP7*3MoT8{EHt# z67Y^MB+6Ubn?AD_ekRqac{XXXY|Bnrpf4(-T!06OuY(_|Qd+4kk2d5#9hjV)_@>fQ zm%+P^B-@QYK`LOgU0T)IANA}ELxL8=@vwYEB#-87Ea5eYQ*S)6eAwqqLjim7U!H%y z!%(&MWk2qv8@u_yvxJRD$%j3`Zt+$Y?TQ`yyWNd1U%F&_W`@MM9<(d`!nm%FYfYKQ zwTx=tKLIp&*pHz95v(Byiv)=;l~iIb{0s(rg8Ugf?{e^$sBQDnn5Bi`^ zuXOf3gQa-fK$#K8p--MErTj^SBST>ObN6_a``oksjL3GT;=T=*-TIG4$D$3FJ`_tA z9yABA@B+jA#`ABRE(e&oKR;I{qkL>*c5S99_9)z`f;>Z~rTXbfCMFSd8b7-$wW#lh z-8*jA+MT140%2-nb}@H{=MWv3Cs8Gn}9yIVGWO1hb-q$@-&yC=K$6;y!Vq+;6T+~Tf*kH%7;N=ZDa7qwz`YVgZ^>E7xNw6LPUHkbh2TrBq0MJ)$Q9? z`plZB$oH=AuAF8$-<6Oy+DUWa$J6UkK{hAcjz&oZkZCup!qHd0L||T(JiU6l*suGp zOP;1I@$~yedsd%}{=hXU{6W3<4#~}GyH07ynAhXyGk6}b)g-*AxAreNzg*Iyx@AsE zasROoCcI7rfBKQ8r{OYF*rzoK&L`979wUC0W8PH%?5`YfwTNSnysQ7AAxFxRVz%!D z(6hUh5dKwo9u$4a+i-=%gGcZIoAQ>RNjyYyg}t;f*&8}r|NLc1f^})?D>n4U;T0vH zXH?x~8y1tT51JnxR99{<`735@o*qB=>eKADHE|S>%T{0W)m~)L{@}*auYQSVItkfN zoBLaxO@C?RxS8Fp-gsYEb95ZsI`o?I{>IKGs-s%S>)H@zscrh^~q_+<<{Eu6X znd_%T5_dsD zi;x!0V_PXK*~DCEmpPGtH^e;q`p3w83$zkV=0m$!LAH3`#|xc-M-t82($AL8)2-KN z+@oE8d~6ao>|Ezy|BcuWpToiOb@i>cA4?>D4D(z`Anf6%Bcvr>x{7dOXJBbK_{Fng znG-LU%6E>|*^ZFweG=#@RVqRKAM4@LjZmr z-Eq^<=C8o6o|`HR_+7}aglIczd|QZ|316}ZLMwSQ(G!x(lRljAPRB>s526+T_~E{M z^3{`~2>%^EkUKeqOJWZ_kB&=W_QRin4%&zrXOg-pUNkWgM)`0bONfRSrx0yEZ*t?z zZ#_s&AI`?}{`%>8XB*k;0$pzhN|i<{j*wf-_ZjTmX(I$z4ab@nW{p@E!T0tMay-aC zQT#MJDE-!DAR%+~;SP}9oX{Sf17KKLrnIyce)KOtgEV zt_#UbbZHGoe(}n(@tj&zTyhA1g;PA+l{+fl9<;^Q+z#0*ewUfSi2nc;=bqqcuzD{) zti*A|#dd(S1E^;RReA;`pXYmMx#ROuY5CX@+p)-2E~f+?#Rs3b1XX@yG~V1jldDd) zkhHVhxy5V*c?iaY;&M%AQI4nlFnf5_Yfh*B(H(O`4@J>xk>(*yZfrnZg|h`NpbB3KWlC zaZ0FPRV>sM8oy3`ttG*A1%PwZelSk%hhFQ)Hsuc#0N8xrPe{yzP|E)aLHGGMo_t%^ z8(Ro1BUBiJXDFMF zzNo>q!Pp!lX(~_vyl=L_6`zHJbPxjKMbI>h%MuTyL_Pb2T&nCPwiD~~yIr%;WW~Yy zvu@_53!2=>wRw!vWeQ`cHgA&UwyJm>6!^M;qvHfn=6MccJpRB*Hw`xqLC01-0fGhc z35#qRr4QD8eJCNe1U zk8EuEZSp2HgMH8Pbm&!qy=);f0JaOKZ~!!aU5D!f?^HmDd5H8|3{VgVtivB8%*FHy-;5v&n1k5lh@2(96dY-kDf#3C6{8 zujoixpCzeH>>5Yg`)VpR7?%5pK_XFnk$Y;RTo*RkYrqNU>{A9y2P zQ=X3JnK_m7UcU3ivXRke0l5Q%5V+Q(`mX1}mpPmqsG$O*$#5TjphoI5R1Q$nZ3*}{ z7<)DMIlkhzKGiNp!uMMEnNc{~O($EHqI)LeHcRcetQ6$gPe;Fil`;F94nD}qC(=|Z4N+keV-wIaA{hKuWczhT=LFD=5)_2o zgaN6#K|;lHwZcR`WLp@EYJzI0{IREeK707Z7GKn`J{-}GbwJna8*@0tW9G{y91xU@ zPuE{DlJrAlzbVw$w{Ek_U$IafYmIs=r_m&aWLS`0CT2-qVMA2YX;n>Pr4ilJRFw|brvw#K9HUdJ6(2Vro9vm;0ZNIGs^Ix{TH*>x|o zA2c71EPP$8d{s>27}-AK-( zY#EFP2WjMhnaUaEk(ZyZ;ql#^5dU zk)0~b6Ycre1CVFOa2LCRJRBK_$Wi-401xbzfdUTbbjZxNLnoFS zQ-QIjxH(X+Pjzf`VnLjtvuI=&Y(W%8`eHnC=Oo|Slff~F;(WC-Y0+9+zDzjS=THN< zr!u>HP{%PmwWHL3qnR)|D$G2}LuFrSq4kJ_!kfamK0i8DT6n-XY0_i10diVhQD}>4 z@Cw9R4tW0<*ZzTt3joh-HlgFd4iPN5Y=^{gdoi*(4-O2s=O#eyHf%q*EAynHNy7#H zXh^t*9w}cKR;Zse`5}DtZK1?@30IH`joJ*#-0nD%KMM*0kRO8WXAy-R0i)snY(m}t zRYHU<1mz;=Z@m?*Pq{_XZ6+$_vSCK&%Ddo~D@jqrBTBmFWc+K1WA5tr^2ilFKSmw) z=P3N>L*b>@tEQHZ9oQR`KR9q>Ut)uF)cFbzvVs`2tEQd9zG0+JWNb%vDHhMAcgE9 zY(Wh=N?&r^+a6bFH^lx@$Y(iTpUwO6ihU2@3duK*?K`k3VDtsNpJh%h{+L5n^{Z*P zrdXUhq3CK+<*Y;XcTr8vG>qxW!iT%5N%))uL^K|2w``o=Z!ZRr`P6-I5nx;WDPmvo z?z#APSx@f!Qx;x>n&G!~KH+)@RFB-1Liwla(0x zi)ja+JG1yzw%OWx zzs7O_{DemQl{+&Z z&gdH_Jt`5*Xd1J%BuT_@*0g@VBRzW)Z+O|n^#srdHW<)7J2N*DH?ecDi{n5Ru#jL( zs=qb8a;fx?-(?H3oTwYG4{y;mNMl+|=YyEHQ`S#&ToEroJxFqtPwilae&VhI;vhXw_kRqI8Hu==yQtpxIJ`4x@D(LL2@g8` zw;&e<&R&}X;9Hn@SFhb*(=G>zk=x72GZsxpoh<|`Vx3IfovMh@ssk@psj|Ih* zrCE0f_soL8N@BjLlI$6UwwdF(s$bP{?puO8L9R@iMWgYgU7r_PjIM((hd-DNCR(yx z)uuXjOMf^Ffw@TBua2Zy6)HB+?@G;#EvLU|a#q9!JYq5N>?ede~^G7m7^IYGww#h*$okTz3M<$#|R`zsh5hh1^X^!G%Rfm^6j<5k_A`{s3xE z@_4S#r5$U*Yk?mJ^h0Y6F{u~nhqRY+e_V`;iq`0C;F=%q$b_+GjYy+y!V zdwlNMNQGV@-!}((kO{V}eu<#K%3~Ty00w#UuYjYksO&=^Xq8UPJk}ic1C1aGx-xTd z_i`64We7`GNLNoby6G@z_9oLQ9ixP+?e6hvr`XEC>VTm#9#{dpV7CC?CqZmy&r7X) zZCoZX)y|Ra?#JBZ2t$#pIz4&Hx|nzjc^iS&RAh@QhYbKE?yvx7*WUw2eqhUNPY>+! zrU5Wk;Pp*@>LKpX0UwRbw2$%@Bhw`IRTD0_6?BDd;p)7^D1moa!=e@N!X<}igi?FR zbO6{P@9JHV19_+e(vulZG?IZeZRow>*9_AK3=FyA4^4_GwUWx2tQS8NbDe2V_snYA z#b+7=4%*$lfl+S(D8I;EX#*O0hXxZ3((-^Rc!W}b9a3f%02c!5?3e+r6v+KV`NmVT zAcQ+fI@O^QK$0{)NIWTzNiC!shb(Wao|vm6$+HOacqtvF&)gpJw<=O+M>gENOq~o` zdV?6T_itpMwYzAwi%$@|6x|Z~;schL7udjKSxTb=tSDYQ?~ex&cREZcZdK0{j8z9) zs+&$4YW>u!y6_>VVT9%zn{}vg)JILVi}qf)R?z{8=>~1Nj)1-8ojSXA8GNx!$C9#R$vCgIPO^X zsYQMm32`tA;FLQ6u4v*R1qw955_KBvSW}|&IoyBnnKOi*tLsd-b%ozHz^K$`r2fjF zI#*a;E^Q=k;!f&P(+QxEPWTs{i=L+Tcy1gr%Wmi7b(~3GMp(pCREIFZF0QdM0asYY z&2vs-Hg6Ar$z!&T!&=;$26#^kQ7ff|Sp=#pdyvPKB;IU@v{fPaYBpJtmEX#eo)!PD zDR^OA+RG~UT)Z6_@K>wj5SRZ7-$5y&72EOTYs6Y69?#i$+77cvs69$)y~!wW&?VZ7 zf@M%D16T#yqpmB?GGdIk{X6@D(R7lGBy?$GK7_wP+T4O2*8Sf z9yqYx)#tcbHjT*xEC0_KE`Oix@;^I@;*Z-l!sPP&D*R94HJWIi{ z3z)>P;3qdu)x`nxFg_c9y}f=szZw}y*Y=w0B@wn>up(NTeMTf4bhyVhja3=p_qqy> zR+e-+060s9+TH+**B}}X6$_#Mt6U~oU+kw}mPJ0HpD?A5coQA1n6fxGnz!|X^rG?! zAnzrBMq=)nXd&DO&{<6OW8$(+jqRrtAh59iB3R3 z{b6uJ_53o~EqJ7k$5I^%8BFCh^%m2lTG|6TSCRr^JY$04*7B-|QMHXvK}06`qOtv8 zyJ46_jO1db*6u40#a|;8?uo}79dLzz9NEKR#g6w3#<9J`&9h?(;Sh2Up1r}7kAv4J za19a356Bh5qb<7}mUhRSs+ewzxXuOkGY-vKY41Hx${mnrTz&g6rwk-K%V2tClHPme zQ)^~yIRJBGoQY4sB$ooH4*dsy3}(_P2Gxb6-|BYc-#wDEUp@V0IyMo%rmcsOZbfjM zW3K$vw@W!sN-A8B9|}>v0{~FJx(_Q+?@+D>wVMFPEpoD^Py@f8tq7J-N2^IRNqBwJ zLv}Qz1f`S%o|om!lBnMefN!XP>OhCrX?_9LzM7$_qk|KzGK!X+-1IytI|@;0lz=fZ3)aeLN6; zrW1)I{()X%y-oE9BdS9>P2vBX_Qs6^uM&QAfv?XV&R4SN*W_cM(+kbOt83WUa8=ma zy|1#M0MI|ygI7|S;eSW(8sKU6(Q}BFAVarCG+I|uo8Wt+uoON18naCW&l7mAG^6?q zWufoE;Ng5$+;>1hqRK~vl*h{YW*>w1g!V3M zki!G@=$$1D&3?J#p)SC__b(%iw#?#nF*y)!uQ& z{JXuS{5r|fevb!^we(%L^n)0LV@p_FNAng8u}hj6zcVpE9K(S8>`Yz0xQXegW2h7g zOGq-JtYJVQ4rkq-_f*_BFq%h&hxW3^?KRpC~){hBLQz#)Ksh1Rb&03pnW&i^- zQG#+OJ~3^~>nDn5dDab;5gqz(@DlJW_q285v?d%I9zQ-rs0y_DukHo+`!Wov0`Mr# z<`|efA0+;8N0b+11NJE2+W&<86%{*dI{?^#3bY30+}rwB^q571u4eVJC&a1uuz@M2 zR1 z8@i2lfMo*If#m;k7_udR@Y20o8I}eJGG!ju4A8$ee!-&|XeP7jXNg`hknVW1wj+d} zS~~gBrFjXrOoic5d%F5=PK7WuI7U?}6a9*>gidJTULD+n z3FpM5_>p;taPU`yGZmO2Oh}phF^|QDatJ1Ggcq-+VlFwdjhmk8^IPrilU@m1^iygj zwY3n?0-xsIy)i5p$p`WuTy z9)hc}y$Tk?)YfLV=Sf;Co}W^7;*|-csw`rl&M!VU4Ju17#5|P`Yx_Lny4L6AI((@& z-}scWr+R7egrQL2s4KhUsn8=iax(ySqfcC9?g=0}T^LXw3~1g13ec?Fyg^n$<`QLH zmQcM=e%4)nSMa$C*h69GAw&q>Ld*9U!}9QveG9#5y1T}Yhp&uFJ5-8SxS&7ZqNa;D zon^qoOEM$;L6`335XxfSTT{0v+G0@ZT929Dt`M&L`wpdIM9+dCBUmr;lXum=6SI~F zj-Flw`K*K->aMYsMJQ3Z7>=hTAsoyF9QfDDiL0IHm?E^dI z!RfUjc=)k1OsAR7NeP(vM}Np?a%D#4ei)a-`&1aYD(6*%YayE@m1FYs4AZ*9U8{OX z-lo^@vKOJ{T$0ASx#W}b>nb%X8AD~iozqNlZ3yqS-PAo|w+ptUftw0fJvbBA zbwm~d-ZMSLNJXBxdpbrqHqBtWv_3~9eZTwi za;EL^-hsQehd!l`2W+?2U-ehtZVu90d?Ab1`?>VuT8LCHXZ@{7jIjTXw1MPWBkEct zHxbPoxH7b-f}S4>Z!9`f8SR#F+0P{cA8qb|0*9x+QF%ZdPyjWtkvVHmx?GjcyJ18B zAE`$LSS8|%Bk~jRQw5Do+Op?)le;85`I2DOX8V! zSmka`nyv6NBz@nz7SWhI^`|$RI1LMHpcl7WjT__#2y)I9_gb7ufVT3U^m%5L)a0gZ zpo=QYMlBzXPY7LiT2!&Ay;976{iQ~k`W=;cCAC45bWd%FywvIXdAEC4u-O`jiHh)0 z>di=cjCYY@$h>=RMUu0!__n{LB1SX-fQ^tS@H^R@@+*p%P&{x)7WdKj2Ig zgt5?WFnJ|ZEF!-nl^OsHnD8KaJkz{iv6 zvY%Z%-As@zB00OiT}+ZSO58_zL+opkcfneWBz>3(6GLOsCzmo_6Rh`?gu<`up}c%3 z9m&@k6%j$sHU=)My;n-}NJumo?3$U5wn@Toga)0SEI;C7(OaE6`Y?@41cPyT$Ef4& z8*qY69opxWtIBkhHzqM|fa(q@uNmSlf6fRZo*v`cM$0{U`QW*Co?i=5-fVgl?D|!T zBj~enPi{>d(;!7_!0sWu@g_Tm4L^&oPQ+zkaZz_3q3Ve5$(8!kK&*Jn);D!;Tx#I` z8|i!4)@Ocqn=2dZI!PXW>v5Eltq^fxW{Oo#c6vE}3DK$^JO12wnZ}4go$I6CrmRwU z*4`Me2EK(5SD%jKXr0|~Y`tQBe#g1|luRsS;O{7Fp9kcY5Z6mls{z{uyQrqBsr@Y? zFb47)A@bpGvxIHbO67~_9HWw`5C-#2389q}3#t~?N8{@TPMk7QuodfONn~C%qFTgQ zYx7ojPIK3^y?#_(Tcs*<6b{w!J7F(n-s5;c6q%qk0a}TZ#K6Xg8A-sY3(S5YQkH@vLi2Ip_8rWFjP@t_6CEU!i@}K8`&Z$7>#7R1pM=r}09eS4S3!cJY+o=N!XEfYIh%A40)M#-dPWLOS zzT_qsPJPbZH_XTp)*u=oM&GenN`gbE3pYLVYAQ-?Jr|Xp7wj-9?ozA2Y3laAuu@$jE1$W?UY+gF*(GaA^lFMpHO zmEW0Bx<;(dj`aXfclQdOmthqvs2hV|nIZfhO$|kdAZf<8Ta5%S+}G^V8+T=pQ<7V} z>pN1ZhC!Hoad9&Qfp_>qR=sA6l!aw1)n}&i_l(Ggswb)x_hb%|V!S5b@q5N*TxDCh z&P>S}D3Rm5M-9RX@c7h9j97N3ZR(QQ!_podqp&#B<70S`p$^Qb&#Oe=LFy?X<+}?9 z8qUn-S0L4O2e#9S0#vR96(;}wxrVu#CK|8UW6F)tO-UBs@)jd4AlnPG*3PLx@WH7& zKPBm?6o+b?u*jyC^i}=G!<&25NBmUqZbTT|T)gL9q6p?v3J zSw5O5F(+-R&v-VcwRnu!Q)f#~+}|w1VGQIstuSz=X!-h*M~-3+Ul1L_ zNqI7|5#XMs!lV8D%=A%f$ALQ%LjG9zOic*QjfV`%k63H*^qt$=?KRF$mkFjJpb^&W zf%jjE$(%yf>**C9wPEVAJG(Q_Bg&s0cYsOw{(5^4UQ43@7&3uZJ^Uj4YrM)$NXR*} z%!NGoKVGf#{xtLX$fV>!C5XDbCz2Y?t}YC|v+NuI%kb-x0>04CdBzuFMD@Mbn9V+fMy3%~9%wyi z-668HsJZ#lW_t%UwL=%g6NCOP-%#P9K8J0Y#L#-nn>E&gy$+z_>h*aMf!Z&Jh!*fH zrYAqx%E#UHv^%jNQXeZc9$Da&J-nKIRfA0Ad`T7gMT~_ATMe}OSVVqUCLCG2$VSs} zn#H1AV_wSm2m0Dm`Lv2+f(6f}NtbJ{=Y}&vD}co&26JCAxfV_u*wl9?p|4$*9a``GbK@%3T@and)YC1o{gl_e5} zE2eRKTq$dFvkogaQFB^_E#0Y{WOGMW;5`la4zE%^2+`1pNaQm#pEzUPVS8K0j48ow zK|#FQ&n)RGXIJz=RUzfqIm@`FOEwh*iiNS9wx3!OQ8w-D>L@t9Vx0Zabn(YAY=4Iu zUkRNIJn6TBeV}jsaR78T}#3m8?%JDxkf0zpcGqy)E?;$w4* z6!8LWBK3K7r*&xUcY!qo-ZRX9iy^53oW@J76^F8_KcciMmuYad_pNDAIgn37&vrkjLQgu)`3zX#JG2ay)Q$OWc%{_DSE42F-B){|#jdRB zWjJ%17zJ1L%4l~*?>_<={A%v8-t_Bhr( z$nMCaMq2Q@EUBSjwj^s_jmOXDy~7>Y{^>)b2E81kn%hr5o*}gv^UVDwvv&$FSteob z7#=H>VrYY~25BW~PV*bVg^{xdg<7<$gTIEnC1@KdJGu)*OO`lT9O>GNEXxA3CZ8)m zY}jMRb*vD>X5+UdC1bOEacc59?h;Gm3_E}aG`zL0IEMx4@WG%M0z#eus{0fM0}7lp z68LRFdXf}lWXOUKmBq zmy0#YsiN+Zh5$yZU3%Sb%dW!PZQ_>!FaxPzI~-sialb_p^9zwg%c`l}k%)Y!8ZKUT zw-BipXYE;|=u@rBjJifb?nDt>QQi9M&Wd9&_f<>Nv)60NBi!wOtTjroM7r3-Z#Qc> z)jSE7+1KYzYaD1B(D{N5^RU0=R_<3FPF&ph%w=oda=3J`XsLFmf@{)_!Ql<2S>WDl3yVFFs%!Vs{K!og^ekI|1a>o&^zj+%qQAQxr3O>qa5J z<#EapVWXNx0VVedMF0Dfpe&sH!7f50+z_fVpOr}9 z_1UdiOfEATULG@jtS1^<+DqQ4IgMLCnq)mg6ME%zTY>-SR9Y$st-W&)*A|fKRnfJT zpKLY5OmpT~W0ENG1riPML=xXI7#@t46u6S`0qs=&KRCJyps3a;ymU&JfOLm+NC-$H zNP~2DNr~hVBB`WwcXueYC@lymEh4B$EFels?Edfac4i%BoZY?mo<84q&d(x(of_j# zxFI9~6z&yEF(n|{jmw1OKmJOlrs)*KA`N<6*yOy?yLjsM`bd(sA-nQ4xTzS&h{5Id z;?wt)7E558_>u8TO49hl?4C6{Q40l{kM}#!>*6bFdv{V;oCGfQ)v$)vdLrpwl8PO% zyJ{j;o|bBST|6;SM&!5-p(ugjzZ1k13LG$RP8u;h7a1&UTbAam@Jbi){AqL}AhlZ4 z=h%Nkjres<6z{nad2#C4P@oRfU1C&P*&a; zkT$sbomYAPPi0m6fUMcIGM%d9rD*n@(4!JH+w|s;Ksk?vYsjiDws#(0(*0Hu5JQoO zp;JmqQC5f@@KThgWM>?Amd9idb8uBVhF+^KR}wF^k_iRPcAk)k;_M#ya)1A%AA?K3RGAPY3-1r=A_%AYQay2S1_( z5#Y~1zm(nG0uVdS4rXCH&`?p!Jl$vKc+8dW$*naH$3lZ4CaI4y_4B(`PXBryS4P&W zn~u$a?$(^4csBTjJmOzFT{HL{ie@D;Fvww-ChM#_wBVJnnAZd)Cxoycca&V zI16l)db~5Oo#XAqkA$IsjK2(Gqa1fbl7DnsFC631HXbH}T+6dX$=o2%(JS787skYo zGezjiM0Y<}#c_ds~T zGrz&;iG1})b3I3@`rkehly-P+>(nDUfF$~@49Y-$83qRS%Em2IH|(ps_5`N&jMhahN%9sJ z)LjeJHSc%Qfb!+nKAQkDoNA{vgOZj9&8H#Rojf@&+DD1MAWYHHW9bLr9Oa_h4Ty}D zV8YlMw){9uX)!&pCH70X{(AOp8qAN z2g|DP>mTNaH9I1O1&D|1_pXQU)#SUuQKT7K2vdMk9cV^^lRp^tUW%&`M=WJhODc%u z@0cW7Qf-lSQ9aU={yyM%yt?KxRcC&`d{fCj*t4_jgScVCWlc|Rp(%aTxMzA%;tp?} zOor&8LENl4w&y@7@NQnZACc4pP6cl)s6^TVhWQ;5(5{EH9buB7oR<)xM66i@lx8#V zdC7I~^jSGkXzU?QqG1?}gFH2#s}Lb`HbpUw#zRJ&aT9^}s^7G0Co>5e^TI=-`kGIQ z*H1okVfL(F+Mpj%2!dUOYliX=*LHA%7=G&oC0Wty5bSLL{%nJ{Fk+rN_Ans9@9Ul8 z^`dE`y=RQjJYf1qHOqzg;Wkh;)*V(7rN5|d zk8Wx!&+;}_w3H!wIv3*Ik?GjzC2p>0z`TN6bJQ?U>F++I!J<4(A9~FTz6Zf~*yvbr z1Ta}vGb(BZYoDlnW7>L727Bn97CB-4OLf9UHR8LT0(@;f2$i!Vcnf+k>bG7(78CO~ z^b!s}la0&dBEZFsfHs4@A~7B9mfRpb=%G`ukg!)QA$hD>HH4_D*16Xl^XAC;NbM~5aK;WuZ=F4MH)*HzXZ?~$AfCcuJ|2|D`!KWxW5&UwQG;<) z9=ugFSQNhgK2yD_WE*1xAi5MptkZM1RE99t3qJ#JUE>B*!>CU%Oy{Ib`I$6B+HST- zn1ISZ+?FKcx>o(+q&rDGBz&cd}^hs$XjUa0yWND z)rWsNAVR|_NU@*{&4aZ^TTsHtxW`}4O(DygdeJyWvL-OQOO4YaOK~yGD`lh zgYe{D!7%%57jJlRPqk$Z@aebWMLI zD}~K2{3jw_iuh#WQEO8+>4 zbEAt}Xv;pY#yP!|R7>%cnWF0%13&3`xelbfRtq{$L*1o15A^2wJP2D%wpRFdw5rc!K3yv@40|**z0Y>< z0|C(s6~~bV{*T7HEZzw*ZCpIf4>gu`qGR!tR^%DLwHwi%!qQ5=&a5PUP1lVD5z@ba zVKzeo!itgh<*Pf8clkwB8Uq1#jjZA2`{J)V!*twFU2A($TBJB)7I1J8zq}5>L=)Jv z#eANx+P~29=YcXtu4G-SlWj?_bUou%yOfS|t8#akp}kV@&-0;|w7y$fafO~^Nz->= z#=T$il8KrP1HBW8NB*$*7zirqYSz2YIWIop!+M!(X(G~_XNi>kolfKVkeSfyvmzFl+{qxM{ zLj*{!S*g#a@nps8Rf-KdfP6)VmWEi8&9& zAXayLXK4Cc&MTJTHU!wo-&QK;5a<|d8ZLjeT;kXin13nE8pryCL_9xZSd^poL~h6N zS;f6u*rM$8t;BkA^RjEt;dO_IXFd!2xem&+XW@gv%mLMLj4$sHiWS5bdM{IvkbUFl zg8u77{-{;0xqU40U0w1^i{70C*93#Z$#243xGxOIoI=PP-V@$7FxzEamLeyoRMBqr z^$iUQ0tM}HlYdg)bHaQ7#K&(Ae~rzW>zrwRgZ<;4;)}VeFF~!s64-plRZC+slf5Cd zy^<>p@>Fl$R`ND|J3e}3iDL1ueosUhMfcgTdo3^M?d#qAV&{kt_`=MM)UCKylj~Ch zR}Qyzsp6Ifb`LwB*;5A(6&Uq>yG5Ar0rp^Ml#R;HR*@XbnT0T#&+~-}xn?E*vj>p^ zyds$^g<|gJ=B8|Ud7Px`?01u_oCE{clD~v!^Ks>3u=Dwr8_myu&h>Q3YkV!~SL=_W zulg;PWg0)|Amj0Ydv>mxcdExZJf}4&A=8Yz!AFYwi*8So1^ep*rkd)ia_MhK; z6T#VYFP-*(%)|8NT=I>7^Y?FyOFzhxWb{ZWCAq>Vv|h$jP+hcViMLm)w?yr|Z1L=A z$Ox*LdvWmVphIy8y?uGMuGd4?U(S9SA7^`?=^cY`qj{)q^g<(I{4O|C_u~CfVyjsU z+?oHfVo<`7w~FD{JwvmK&)s_RH8%)47JM~>6CbAp!G=)g(mg6;+{Ek0S#QjCp z6}EExvU#`aK8BLdd?@($0@xr-t>cYGC=)MxR?VvS=nSpl2!Ir0roHJWc|g32V=l-b zw~g@^URD{AU~3RD?Jj?qj{dvGM~*i4;2Pn`KhZsgtJ!2g)hM`rLJ9?Ps69Pu4E48s zu`#e#3RPn;4B~dZIn|!M!*0)24SSJwO(L^M)i1@qr>qS#5M1@Tv7l%abvzax)audp zU{U3^(B=3jPi%EFexm(Oi+!)-q_e`gU}n8hlQPmbs}u6@rhoCF4u11#Jn+u&kk7qy zJ$O&8cokf}&|-$NBXs}=|IbF*+T)fG&d^$8v1lA{(K$Z;qXf@l7}{I?rp_&*N!pgP zXivFOA*MBUX7R~`W3pD0gZc$lITSAw5fD;R%ms9L?gA7)#uiyyI)0&3luR_-VK~mpu`sOBUOR%2NeU+3blj+c4-@I>~H?AP3J!0KIgYUt;7B z+1YD>6GKc%7t^klDa%- z;1OJJG^|5oQw=)!4{cUg^We-B^C{}!;?s?Q(*AM6Fb5&HfzX3RYv)Rrv$~pyv)ihn zwc#CB!G7OKVZjYRun30|3_R!$VM81kj(KoX+aMK=h{HdKl1Dm&q}c7+bp3QN;%OB) z75Vm2KT}2sRnLm!AVY=B#r^?6lHxXB)FM|eW0jt~0;nLwXu0n(;*u7cQVhk!e1Mt7 z9inCscGn{P5>cyh!0T`R7Mx=5JssnznyOjs%Ej36x}2iTL7FaTGb0+Hjgm7W${;aIm^n4FZPVRG>!)kD+K#oYUlH!S*mP% zG?3=r#mCUijQK#@;|(D?wZU&N+X92(PmnXW^Hafm<3DL{S|;An#l%gs$gt?Ir>!I` zF7_q}nKz$P7sDbDlfUR`m(Tnb&K`AHZz|KgcV1&?CA5H!vkuU8c>nrnz(T(~;+9Zt z!6Eph*aqE4nIAYnDa4xr0A7B9O(=D-=)V)k-1;gXwR^yg;bMl;c%wrRx_CaaVS>mc zB&*5=s1SPM$PDNjouH3bH-o@$fM>I+P8bsg(-5Y+rBcOeY(^&cmL|;AVBd=nUwff& zs*r<_7w28vTEp*)LAvpXj<<)GwXtI8F7(Vg$p(789tAI?)>)6Ry>1s~YK#bw%Ut(H zfcaKvsvd0;3bEe-Zz{LKd2`wYt3iK)nHY(G4$A_!-CktmC9K9MPM7A+ffPMONr|E-Cb#^0GVxU@OA zc#oL^jTuZr-Vx%D1CXB+NsuAO1~-Qhy2`e_;E*5aYgYcm zoQy?s_1d{S6S3n0eMT-DaLsZmrQg;y-z6Xo3@=|(>dmhp8&9SRIFBIk_o3R0%XT-3 z#HEaAdtEKjyklD_WcYP_!KQhgE((Hxug&QB&yZefh#F^Q^S3j|8v)T|dgA{-M6B&0 zEI3l{!{H=P^coV7V8c6t!u`JNPTNx>U5XLtnaYGh-|!IuA;>M5Eo^d%Ju!2Hd8;E> zuX^>cW4Qf-5X8 zYva!Pf?_jdCWPjyJBAEpZ#(5`f-90>A6M(WdK4SfG{JL=F_VH znbX){dqhOlV)M`0bMI!bO95Tdo;<|PM(x1(B0mxYDGOr~wHRUR$yc)bhFOioJ{CGQ zW4hv)b}n$nn*YR6W7H+;9LR+@Wrl#!z#9RXb7sJxC%EK+=OHZ1IqAb0{gB8l)@mOD z>?jHa<)k_}L>YtdhH$<$L(J7UfC8v}Xj3LWhSqJ*khiSF+3`WH4zka~1W(v2Qo5}^ zz3+^44{>tNORcpfa_;Fck>X0CtzTcz=GJYV0X73-gv`*!1l`Bsyww-qY`xk;UF!A=!n~PXuby#}z_gGxf35-uc18TSfUQMCtt3 z^$Y&P1%QV96VP{nQ2Sje=;B&oWH}5ESpTqK)OxLH|NWfD^qr5$N(~XLe(LQYYxMh7 z^{1jHn=-6at3oQ(hX(Cc4)F{QxugJmj9Y?CZJVL}5>||=0S6CQpq1;-HSm?(q+?=w z@`f2(Gl(stF@L=faPhbi&;Vm63`-S4REa%Ulxwa8Zy%Tv3I5MXz~H#!DR55YQ*0Lt+5Lpj9heFrGO;r>lmKFSj8WfHmfX{6$AV{9KM!%ilh?8 zzHhR*t#(qc-u#+|pAEiCc?m}(X@(;l;3g8GKx^oQ2DL}vz3I~)@@kY7hH^^6yK~BG z8R)bls9B~6ZIK*I)?w*f+LC~1m6x}*r?kXjkCUADSoVWMzn~8ZJ&}Jzl7|JAkuVy; z_O21ji-l&JzdhHE%dD}Ru@Ze=FG^K;V+B6BcI_ou1kgCLU3LfB_|&_Y#pqhvhS1m# z7d|8uzg;YOPpQJ~MnEN{lQ7)(;YJQZYAyOWy}F#gIw@|SnluD#=NV=VjO`{ z6c0KIlD7wU`s`eKPShx*;2wZ(8Fm0x z$ASvr7fDF%*c~`fxq`Z|(9P(dE5*XJTI4kEuzln!h>6sk_jJZPKfAa!EWRV7Q4~$4 zbPkqKW{COsHh}*`0s#&Jg`hcrgf(`YjKPnolA>1Ssib41A_fk0U(#Rzs0kz#NIix%2``cN-s@wA_Ni+UHWs-C% zd#U?4v+E^AuW|P~yx!SiwIfi$JmZdZlK4^b9-f=Iiv9>rBDy31M;ZL+04zgsz#1kj zjiu~wY+}19?4*$_ienT?^&vHoB~&X^lb4^xRkFvt0Y+h}4{_uA)Z<#-()tQGy?w&; z{5#2--AT%P_URq{-vKm#_fyZz@h)*mC$Jnp%V5|-<0vSV_lw}NpZsf+FJen)N`q+~ z)I>N#L?iI8Er&OrO6J8MtxqmhWn?8^#v5pThpe+Wh{d0A9KWV6E@>zR(-ccZ$ai`) zy6A0i?R#Cv05x?4jI6*)1dsjm%a@|j9}0O5s+&|P1g7WM zOblivE-h>IC4nrD=vtRsVBAwvxJxsjArHrXu}s~?Z1C-^fq@^-*j6(Y8k6%|%n5HS zXy*i~()#^OJOn(1HR~Sga=5rWx)D%oJ;aM^>>FV+BC)EyUYdR+XeY|K3PCmaJ^*=s zXP|ujSaOFvzY?I>*8$oM3Wai0gvxkEKZ)H7)D+}hKc^pd(mTLr+7WyG!LeQ0{kkb~ ze|oV`;FsNd!U^!J!oBNSQ6@KT0Mv>qq5Lk6Q~@;2y?3P1r%H2&rrXHrgmLg9{o3vC zFOZbkw_XKosE(C~SX(Q4=B-a@7X>``{HR+4%e>xAaPhIx*1;;Uukwv*(x&w7yzGgN ztXxcKHXBMf#r(#|rJSpx^7b=*L;RrwmI#vY2?8pp9UlW=cy?#q=OSrOI;9z0$Roh@ zI@A}aePEO(xOR*!2#Xh62pME-kY)dM=WkB2u}Xa)+=$y{d=Q_UpA)f!)=L2U-w^Y4 zby6S$#Onip7%b`!Mq~x<#&0`~Zq1(&d)KaX-zh&f=2P(>7rIis(k$sex{ADukP&Zg zM)ToBW@e^|l5y~+M4hy+)+oN1Q9$n~=q1xlwhQS`w|V{@iY%r4zZbXM{~U((8L}W= zkCJ;%y(yeX<6A3}W(|!^kzbka${mXf160r0Q5-n`Eo;2Eeq2^ts3g zn6#+|s1zusLsF@^qKk@>m@MWSkNlocF^w(~TxL4aaW8rHYt7>~uhR@amb5gFmCY|z zp}O3(fF*Rgb@LAK!g1^p{2TbE3-s{@)vzKR_3l#f69<0P>R4luz}~o*p6$*Qx`^^& z*H-yJa^4e(k-hn8!(tZbW zmPpMKTJlfOE}a~Ru4!?>))WN9yaR=Nz%O0Mri&rUGGsxcUo+#e`XK=cxVPNL<@e$6 ziXq8`EJ(f{_J!lFTm~a!`=3EV7_}lp^nI9h)!6U9l$r25`sQY)#|$+s-C!LZ1Fob% zPg|fpv`aOEkODlKoPQ)u#Xt|40jo5NDrTx^H~b}bEv`YriiTC%FUzjQ4*CX@t5y|q z9V*pBWF)o&`eE_j>AyPKznShk$ud+EJ4D}#AIGwvmZK|+_b84iCKvKf`5Qi_P;>DS z7lXaOf4afxb-IlVII(H?)C&!^K{o6I5>hcz73mqRl#PgWv#F_wcEzK{d4&d!=1+JU zo=!4%D>9ST9}5l%vx(W<&g2Gf(THXH0i*ZORhvA^grDmm_=K2o5%X0r47?32PDRmM z9(U=rmka7SSw?Sp2YRTRZYfX-6*=JeNA>?G8&qjW-kE_G`6zA*6+K%M;} zY?O>A^)x_c@wuPG!nUxQV0N$dCxib2GWa(IIbK;P>-l>Zt^IUNn6F`3tk{}r%M7Xou61!NWU!gyFP-rnf} z7uT7u-JS2_QzRJ?Mv*SuXH0&S6hCU$^{Kh z7kQs5yTog6v8`(l$J3TIHAzybiQUo*?=+V!v6PBC91PJTzM|n%UIgKh&ZtIC}(Y@j+zPvnUh3hN{%-kSRqh| z+1lZJ>km;O0+R0V>iPEotjuDQt*--IT-IS244aUQ_5CoxrEW9ctxqI#-}!JEwT}bS z{M<^<`v$$^m}pr0KfvmLDutcf^!hT=4i2Q|Q5a=;+LOHh5q|kRr*vNNM4(H?ZIN=w zgwx6GOL?J+@(6{-hSaDbK%*QkRBb@FpZYvF9w>)HU{dpqtz3`{sUkMMoWv8&)GVvG zYL5pDR5Zo#{J&?~Bd0DB`@#PfG_HVum2&$*KFRKc*?wbF6ai(U_`A*mPw{`VmvvHq z<26$2Ro z16+0_Z2;1D=N=rOG+s%ec79Qc}+^Lqe-i%g}@s62PnWg#~uW5IG6-1_ws1-8RANoe?N0dGnTi>Wg-SL#6mG~qUFM(#yM|lKzEd{lSz~(&cE6$J1D@-1uZb6bCmf{bO&yywx!<%vl z-R-o80wiui;hhLLsQT|7=Z@gYT9E$Sy*42SdJ4;7 z4X;Th@a^nbn8kKuCRcVe#hUZMI@+H2r|<4}%i)O!VHvasg zVmcy>1rrhE#E1u%xidHD&QsNc{-|KE-Q1(Pa zBvv{kASeb&b1>)%3#O3>mRdmqVmXGAgj7its5DC^z$QRgI}YAf8Lc^bz@*aQ6QHWUuXR8*S5`qnsZ<}ubTIDz1Q-j5DA!fbDRry3)%F;g63)sNrF z-j;G*%JpJ&^&9nhrgq1<{jUZ#?t(6}!gjH#*g4}JpKoP&+Vw6);ik2ui+VM3r8 z{TLHQNDhewsq%NpxwTn$Q!+O~|#mhqbYcc}) zwL0-}-6=9%0rPkM(^{@tw(@bd?k1k1*7lXwJN0aGK@5h!`6@C0rVIXlc_X05(*2RR zEl{DVtGb~!`p}1S+n@UFJEH@63)l&hkKF6{{VLl{=HDXzHePRiex6ZNv?^g{iI+WV zT`znSgHwt8giRf|xZd(@it10-kdFJor;QbthQi~i2V|OQI$u&wLv~O#moKueJj@WX zC;y5T(VdFvoCMW5mII~soE2a3rWTu+iMMxFt_jtP>Sp(!hkDf(15hHBd!b!_unjI1 zs(4qs64NoSeVU!@Z34zVT#xNt{C)KGXUD4gfNvv9<=X6|gl3?q3$09Y)l#EhwBI8cC7rPAM@o)u_ev)jcP4Gf%{~ zeAXNa3(Y^sBRe+>A=PcIhc=|yJprx;edrg5^T)(2ngtU~>;C}vJZrU4$7$7oiO^&( zj{|Ud52-v%56ixSQ!+r2*EO%PVG{POIzvdD%&dYnlhJtVW9FhRd~IG^=te-O_dzgh zN1sJmA&)=On+(muWw8{c@1RaX`#VLR#=g|9wMqj%ox|(FMjB{K+cTA9OrDcrDSX}J zZTj8*bShUdPV|@N>?Z!KTZalV)Y}Az8T1;uonicnPCk##d~w7>`D6MlX2orqG0hZn z(uQXWn{$%0;i6T{QO92*D$mRjtCtR;aMSMYOO&bt%3E;2C+A10ISf}SBJKX8fZmC2(iTG$`;k&RP0hiE=+|JjVHfU(3 zWE}u1ZjT;Bb30+j?28QUzs>uXqOEV&&!f)`2U>F49!;U&zPXl^e`F=Wm6I~^{8vr9 zmk^O~U~Hn%<73{LZSruwH9ie>Wxm8L6;DUHa7dw#Ab-Hqt^+dAN4FSU|F zGkpH9cuA?X$}5MYtOfD?V?KgZ?p#0rDg5!ORAKUn88EkMO$@)xF#R8Hu=KKlVTbuF z8Xy!0}Tm3H13f;@bpe1UyrZdEGiGJ9K~#E+|zne-#r< zZ<$)#iS>BMtAGE_GVt@6yFLx2^dvCypYvo8s;xP^%{6RBR6|wKlPx_6=AI$_}MUFjw|zAxk@*O=Vp&itAr+~Dx+S0h*SE| zW7cDgshnL1zVowI1%;ARfO>5kmqFi^p9g!48fzat<1%wzPh-Zxh!6IDZ@?aO* z8g6-M?xa^bg2%EBrTKd+El!loT+G?y-Dus5%)z6-qs!~ty*sO&QuIU#1*{zEU~Xq! zYz?#Q;boy%C`d64$i<(vdho1`3`RsO$%BFJ4_~<-?Izj4Em0|(#(k2w&yx23+oyrB zJk&SeuV3;?+LIq5lH&-w6wW_bO*Wu?F`Qlam!8NT*MX|{z66{yKSN88KDv6jC$Af? zJ;5xShu@Uck6VMdnELZZ$Y1u?+KhxXJ)PH$!j?`8RyNb1=T4ZKHQvUDV*edf|oOe@o!ooDdRBFpe)j9kPTE7X7vA|4Ca9QFgwnH8Xxws_*ZSNe_ zL<=7gmsovOgjGX-^Y_}SeYw*vPa6HGlZV>7TCwMsD=wdeU<<_#OSk1}mIQYr5sE#S z>crhR2oDb0c1lq;}0JPI^>SWI@%o7*nY-)iw+q7 z!I?sIe}#tunXYF5c~lSpy6q7Db$I(F&X^#TONe*l9!3orI{S4W!;{0 zligGPnI7R%XngX>JWDDz?{Tw9B4zrIVmJm7ebr)A#rNf^gi+TAcd+xT<-ka@U_rB_4hKZ{zX zaF-!i_jz3p1elZ3Ga`2=tS1sUM z$)C~101canLy&fsDywilIVlw6)fkBPiTi%i^b3QpyGu52d~Ub-v)780MzwhdCnq{j z(Xx*7o=VPC*rMA`ap0d6mPg<}2o+&+BDRABcSWiwo?=H>?GJQl&HD?^KNji7%($2M zZm6_C>X!dcoT&ki853og<7)~L<|MaTaib_lJ=fmMfd8`*m)k5btSz4?lLQ5^HV=?{*rl7&{+{`{h3d z9UCGA^>;il<>A+6EW5N*cU$`IxMpN(kCziZd`&DZrP}KzrBD-$E~{G1*7TMj1UsjY zT2@TL&!A#;7z3(R)RrIpVU6ah{9~FRe8iC)V4X)`S1M`}(>^J!h|#3PB^!zADEH|LVn;{W=t{7f zdm>_k_=T%5y_Sta@fVP|pgMa`7HpyO&e=HVFrZ*p;@A<49fhsvv*^L=@y2Oy@0NUJ zA?ZCxK&;KIt~aLI=_%s$jbZJ)Kiywfdo`)cbC2RKqn+ZbYBffF7uVm4)Oo#0On1B* zzLeU-I8@o(ID{mT4cyx+Y}FMk!{XWm{$5n=EEx8db9=F~72&Bof*e>y6*K}5w;Xey z@Kw~j#^52<*hIHqPOJu#l{U=fHKnSb?LGy-Br+Hdp>Sv`MMWbD4yj0s;3sb>AGGnm z3P>v?kqF}ZOV~(D0o@TYO23ncvtmaP&+N9fh!t`_)Te@4^+eiyIk4UZrvTKs*A|b1a zl{&pNTq(1A?iSVrq$S>sF1iSSk|6;A-3*^bfPb-2R!YMq&KM<7@zD-r^KIcfSF04~ z@^;|$hBQR=e&2UYnxDS-kBNs6+QB!PzY#y|zT(>L+NV!k?kB_};Vr@HLhDr3-=B@0^JO zm5piYX@<0s^t+0qu8Jv{(0DW(yf1COSk+I?7(nKGnkEDg&@w-Wvv6yTj06`>h?zt0 z(l#e^9ivXDb2Q5mHr4hNxut*cS9DV%psyOngGQO$*J}s}K54C|N1XQpQ*W2w1oi0> z(}r=zUxVXD?Db|d{Xnh`2}dwkC3HcrpcXH|D^}ABDA= zFO*=p&J|r2XlZGcd0yPkRi-;qPZ+uw+>A+ftgGy5hlZ?kv;0w7!rL4ql0v977PySb7r`7RWA{0_#_{+>2A zHfHm}s@|A^r16%^w_m5^5aPyo1@0TqNAMz@ON@givn)ojzklB3&e_U)l|gDuTSTj> z!tzW9r8^(h&rZR-wQT>8$Gi$?WuVr-k3gD0*dfS>p>s-Q`OO7>tIgcZT33a%uJZZa zUfPlQZ@vi{jCbzhWv2Ed-e|&~D@YSaAWb0fsIl-^y=CX(Luv(SLS-}SvXDpLX;z2! z2a5oHW{jSg!aEh=YkZ2`Cpsxi!=09H|{?dnnAbNj1uI zP0JoNiCwckeOkOpb9&G0zgM1b=&P9NwIN5;sY=X(+i9^mvAL{$Jl6ov_7u}^=A6=mC{Weam2 zJR|;`#JlAqQ+&(0e_c&=U3!w99%T~CgY)~)jch>5_gY_%^2p@L#rfy4JOh@zb+m^a zH17fu5&vAHvM3UrYCc6ZR`tG0;TYu5u)cd66^?$*j0&VeL9L2>hV&AQXxCkyW@IFc zmvv*1@WPiny0Q7yLNV?;``>fH+Z;s zoLZu|p?zrk`JF+jj;t>W7yEhqPws+w&9PsH2^xQirCeIto+3WHtTRN|i>|Mv{(vJL zoHH-!vDuYl)6&L2)030pe^q>i&-zE0Jsnshra@H&q8p$BgHM^VTJIxHBVqI!$xpD` z37&T=C_2xZu{)XW)+pWS7S?ig8fGtiG{i2{TN*H>wB)W3-b0-{c>59ClUdbXD=LE0 zH$E;-EZS7gF(Wt?6B5Ei4`dAy%MPhJIW;~)Y~Ot)WWqG@oyyC+%_QrzUzN;7^S|%q z=8FD2&Sat;u*KV}9#L;J5X4mLP?oIn8yh^rn`Gas@ho62JV24%Z!i0}a_8{zQx5y6 z+M^IBin6&{5_W?Nw)@Y2k@cn5!Y%gDNu14}43eYM7Z$x_1n}VhG5`wNSpXC15~RbC ze<}J`8q?QrBzw{2PxgC%c^aZ{D*Op?@6;iG2r7S=f)f376&&jD53{u=>yZ+D#wYwh zL5lVz@*%E3ap-KH5=YN6b{N*dO?2=W53fgll>b#svIgY|^ml)-HP`iL*U1^2;ba6L z8d}}WHJU`z14c$QRh=lF6vg&=h0{(ClmVnlx4D(OU4?n*QzQV^M#AS{ejPee0NN=a z-R`%6yHGi9j`>;0_$sCIou!MUO~QDeXJFzUUHPwk3DGW2$BIHfGgBtg=8Hv^j8#SV z6ngBH#zM)0z&wd_>Pvg)?}5tvT=^oWrNL5Ds#k~LaUB8M1K%jZkk(ZZi%`+;4bkRw zbYkl^+&}MxMwBUJc}W5Ea$pOLP{myuQ{AA)@pkrWgj+`=tuL?CNh-S~m6TRt3D0#` zSt#lJqi*lQk4k#MpJ_)bJG$(*aTU+>11p3QBsGd6zTP*4qtz)sJd)#G6t|L~O`zP= z8+Ig)6A(4Jm<~M6Sf8dj?Ka41lazh86w&dbk~{{8$=S`_t8g zcH9oS71Jy6wHnT)sYa=Hw6a*Y(p}b0sUr;>kk~}4d!gm7aUOp8J9KS4U-gA2Fuq!s zOg7p#K3ZPAMQUq|bEdV!4JVmOgl` zRz9A``EpZz&j!;*VlDo!2{mR3lR_f5x=DEd&l5^%n7sN%5|fQHh;(Y1rORP(^GDSd zDeu>uD6KnPFqoi&;d4bYbJSEhh6+5>K3$jP@sLufoG7WCt+h8dL|rDP9Ir_{N+3Pk zgYa=JW&j81z(|%sB@;g8mIgzv6}tq_LipnPCRt zANkquMKo4qhwx5K04W{@ti8Q!n##k`aZ_SG7y+)>yinH7vxe}UT)z=$6%w?8I)Qiu z7Q_%Ah{?vDHSayT>1C2#sHt?4CiOYXZ~xNBmqIChQA5f*r1Tokz(4jo%T!Em!^T}^ z%b^O$bL{Tnb)F#XUWD*)x14UyuZj8wl8cgIylrO+JiUXyf4}0Aut5*H2Z&dAQ&C<_ zz+$LyL;HfvJ>PM(Fzw?}Z;oR`OntB0-V)14N$kCTX)b;4hxy9i-DM}Q+|enTV)9D& z^}-VV1C^LE;<-Ihq$ij!(1^zhA5A7*9eteu-o7 zW70@0BqShykMU;{A3oZ}O_1*X@3c#siag~`?@#GF*YNK}1$Lshg8x=sdC&42MQq(a`!N=(VkZjfvTsGzQbL%!!P)o@_ACb8cJSS8e~k@3!z^{b)O| z|8Y)UuZd0UzR;8?^Y6~=sS~7~P1}?AvM8%)ThmZQD+R4THEqVSGE%+-E4gXP`BE-h z&Oy=i?DsoQd$Y2R>kCUWF+3_~{cJ9~(e6zH5gPeN>z6dQ2VrvLEQ56Pf{9K{_7nSC zox8%te*+-`;s_7S#k0QD6kchFm$|TO@N(Oc&zc|%OlBmz&9eKwJbz8u6 zin9;O3!>o?!=96oI}f2Y2&FZwMvtbnyXQ*-tmxh5C>ABS!zsf}ai=u?vHg;?^BUB= z+kR#qIXCLF_t4ts^#}64k;T7W17VF1xE6m+_hHqz&men7gI;!>;eUqryNC!SU%O*1 zj!)F?Ui>bOE?P$mK}TzpmJGgHE8%{;Pf6s57 ze(P8|%s>1|9VjWbk@8{g_O}6IJXXJhr$Kyztn~{TY8oJM6)F*`UHp_A!7SL@J_%&R zzpgk$xhg__t4l(zdbN9#Ge|==`g6x$%>mu(fbk}rSGGpN_>z7Zm=8!%aiw35=lce! zvdpm!=1waWcicl+43#K$)a><=s|sWbu#u;XXnCE?sP}u168LtrCyAHc7{}u{7|I3P z_O>mwz2Q^iD?`?n#duNO&2G&G2vE;O{QDBroC6?ChAYg1*RP(GDRx&LL!5IPr=IqA zwon7h;Z$w^Tk9umVz0ZQHfHY?~*W%eFh&ty+tV%dTadxXkmO-}@IlpU-pO-<#Kc zU2AfJ!6uon1>9bjh0S8-h5F_=iRB!h(nG86D9Y0I2gIeZPM2>77&Omc|MLXzaGGGa zoBx;eV|KM*bP>c+bbNnPXmhvo*ig$I)%t2JuPE2%A@#&SA&kxOc+QfBs7{5uPUF@- zov8ey?!Kguw=+m}?coBNvctEbZhvS25JN&qKE40Ll@nQs_%D)rSwPtEDs!YL=j4l; z%fIvsg&Yb-Gv&fM!$N*l8{nz2z>#A3br0t>KLP(q*)eU^)4(t3Zk{|$Jo(9~K%1QE z)a(b7Kl7MV!1qGPyD9V&Z*(JZzhcSzkAFgchnx^m`+&g(ugjw5PDM&L5lNiEEz)=i zGd0U+otD+x!Oxc)7ClFq#p!XmgdB`~Hl9kKPG_^ZM@-uiX8LuCig->SR0~Hs8U|Ff zt!gy6B>|KAnUZN32nQFdOAAKt(!zD?Is8|Tiv3PdSn+*6QKX3MyIL>+W@YSJEkcpg zX)K%ZodzK>oPdJYM?I<%gdbe)OYHjNyvsHqOE`+Blx)63HSUAn^(hZ-c23GfYc)&-_XK-<2}Lu_~l%M3hqtrB1fjlfnY) z!bd{V4o(GG_JU^{XMW1v;u^M)Sk z_T@ShK2`b*JXnAUhsQXWg(}23#VUj%6FlWgYDYEXBAhcxKY*-16LSco-@^akDS)$5 zJ}iZd_LnwX_KQ_JBCs?*#*)#IY-4`<{a1ai+T#8W)DHodv~0ft!N6tTV)-tU_hf)< zJ^_i`_OgN`%x?Aza|`d9HLvk=`WOjrD0cAZ-q*i6hd#510fhX07U-8|rIz}+DKO^a zVAm|UDxc;+Vlr0LuFHe#=7V3Tf3P%vGwEsBg%ndUgy&iG86K(HQ}bNkLYR)~xsaeM zeJGe!^%gRY0TT?sniyGJ`E0jTFXiXAEjY&D1>w)t){Em@k#Ro!EQBjMOh1y< z5ldN!MED`_C@@K$tZMB{7UAV>=0xi@+tnWZK6`ccVWl61Ii*}N*+>lZifhQ zKj9K^-sgYIPM~ki!t?J6nBS%Hx)YJO_fzmGqypI4Fm@!Ir+Hd7(%(HgG#?DIQ7`{{ z&iSl@=a5W*7yzAu4+X~Hral(qw&pv*#r}eDe_Bxq&3x~$dHSpw+r29{rF340Iry~8~}<` zUgIthTLP1Pg~9do)H+jO?d5U#C(e=@!2w%8aFUZq+4MPz)k#sE45q4%jpdf=FU&rA zI%?WXp9e~mbcc3j(+HP^~t<1 z=}8>=HCQ^OXL1RIztymd4p>@{kz)TM@JePMD7CV$$N=fsMhSHySk`jr|immcu2>A?i-3P(DA z)*G-{nWDZ2rf~-Y;QPjfxe%%I9)c-b^5^L`mj66xk9vr(Q&D(iY-XXEkDKLIX8QAc zU7Dv>R*)2mEv!<)CU9an5`y4980uwIv@UwGs_A+{mB(`a^8`pWG-xMTuGpj4kJ-m` zUkY1-umb&!KtFB<4r%RMUzy{<+WS+osvvI6y_INS>5{)*)J@dgv;G+LZ$pf%;1~O$ zq>?OTNC4P4^p7S;k{z~4?E*hF0)~Xy6GAcan~F|+X|62XCO+u{0#0+KkkC3`G8$sm zl@acEYYi$bqF4l$i)!}K}%nX{qkLV4m0n8dtkU}+->+d6N z#btt=fAg6N`tUZkAB2Agw>YI_N(In)R(=+lk3t)taUGN{6w6b@0ayr&u52a*+Ozb( zwr-ke)<1}2oNTgDnDRi%0Wtsygb)rN!76%pmRwhOac3^n;WlA<8{ON0~$+JeX;jcT&~ zszMblnwtY^sKWZelV3nTny6oQmP{SX43typeCKvCy+(iHcz^a8>h0TVxF7gnq>C2q z;WSIdEhsnvy}7u>_Tbt@B#syinxZpkP&)ebnIBxwh=idNyXZ`!iAG=o(fkK=29p8E zC?pdT*Mmt&^h+w$g^a{Ecns$-{500Cx%;E9ITP$G&9) zdIi7pryV)oQ=0rYKkEDSF=5L7A_H(9jS}}^DzIqWM_&3H1f;f~$_8Up z2CII=D6ub;7vv3s)lYTPiUA7?sy!xcQ8y4xcdX9e;wLBO$4y3%mq8ko5ojETx1F`R9#VcsXA5(@C=z?KB0t~|Y03RmC;a<{2ePQfgal=dk zF#jlwRxw3E*G|ttcgH7h#VwJSOS^Lo_P~c47yw-vJ2Mj*IMa@X(zX#a_wn{D&Kb5= zI}}?g)<3iw#X?QCZ{zY)d%crsYIM#fiR=$ZnYe8=Eq&mnkL$UmC!1*`{2JEcjOGkC zn*gzLz#z`6nRjLLml5;{B&?vM2`f0&n>g=c{v}N46c9R2hKkt%c!S|lT(q&#HUCN; z*gLaO4`5&5@L9!oDGQLJ!5*^6D@^I9KUzM0;J{mMb}nP7Q)ul zyvU#Eqm1}kgS6uB&XJbQ#+F5oF(T16aqSq00i7CFCF#%p)lt{O9SiWhr{&uNz*T54 zsfLcvVL$dw7+p-KZk&I@O@qau!MIveryE_;(J*CEw`3=3@8ycxK;7bTuIeYuU|}}j zk+6YqB z-=a)ahZNC&8^1>q&gdbhLnaU&Cq8K$1=abz;rx!3%cU_fs`{AQ=uqYCFlJYJ+ETGn z{0L@8kD7I;J?=>|G^1vU#Lo6?fs{B^r>Oh|1Q4knJXq&aUN!jA41iQgcn zBkEI}9Z;mD3`2QEoP=+X>jW!63pNIRer}1Ceh6pEEniFk6E0e8@^`KK&iCe7rXbze zVPkc+T3ti|OoV3>6oHVWeNFNi*B1w~VW6|~wH1v6^n4I%pyWF8cz81CQ&kmm5v~wa zrnVHu^c~Q05W4xfO?>{t@?)EkUgtuki2 z!o;U14;1QPmdvw^pzejpdbk1KqqNK_fXi=q5Z04F-{?%n&VK^f9Hrs!K6G%v(8;yd zLOfRGGE~xx#VLFkm8vfNVhD*E77J!ZvLiE+G}e*6@S?}`(@XZhR+&=6Xt5t>?Iz+U zTK^3$voSNNhEpH!CPA;zc0M3{A7!px@$( zWUQG?^}|5fcO&Ak>F_G-*! zN|eY*boS}zXLhuzqv@}jC5<|E9MN95#o6!)C-jtT{~1Wkkq7`6_5T8ROtTiuN>w?9 zcH(b()MQ9@pAHflB;x9R{yme`&A^E1$w_ZRA(8)45X^fDb^?=d3G|+c=A81~6+Op6 z#y~SS-(%)@A+^ti5VvLjSqRez3IO295J8JrVZ{K)rnic9&3HdAtal9$qG~UB@s@ud zf-?F()BJ#*gj_Bh#>2?oHb~%a%?5w-veQn9RyS*as6yT&t)b_G9>BA33AasEfe>gF z1DEEr@t588tCR(dxiN#_9V11M^LMVW$b*Ux!=5pQ+b7&f9^Z|x5~CkCOCX2u8gIai zlV)w%%72AD4`1J}j6Jc97O-kadp$d>)pT zPhF~ljM8SGHL1z$Cl4f!zE(n>V7b2m0O~c?ogJ+4j>)huObv_SwQkf1mwlU=#Oo%E z@)?|9K6QONGpu>a_Ars>p@SN}Q26X}?RcmE48);86bvT=H4rM3i)>{aD%(LOnqH>S z8P`onTqQ%*4flrB%m*x326+ZI`p|d@y)J7<3rBrGXYn;C!FTWZ_Ehk3dBIx+A1WkW z2?>3hgj5v$WWATXCWD<*w6;>X^IPSUF`OKzA~z07PF}Z}^I$2<8{U39BZI9km%7HB z)WyPSSNfOwou>cpP>fn~qe5|1 zP8m48<5^W?tm~yVqHl`F&Z2be=aBjB=jPauXOY4`y(Z&-0R(FMfUq3?SC}tG+B=(M znCc7u+Ggpfu}S|kt6e82&jz1C@0MFo zB{Y7!;IyXla_T7xTD?Cts8+Y7iROvcK~x#IApdn5mHUu`ukZlWW>PYM&y#<;%z0iC z9+8twVO0hCx^1*$!@ui&!!{iW=e;+{E$*D%{%zvc#pMXfvF<6-0~brXz&8We>}&13 zrRVy_A8a|^U=o(Qekw%B53vZ*P@*DFnrkT!$m2mUl+;P4;SXO`f_fUD_r6|zrRb`0 zx`-ZGVtr#nR-d1;mtI3)U6Y};>OTVoRN(^P0-y#0+u3}hi=7fKxke%Ox2zK`--)UK zbKR1LC;jSK&{e6}9n8Vm_<=4xPw6g|nW8sQgbp**hM(Kg>`2|{8v_!Qt9tj4^=u@l5 zXHCsl|G^~L0wy}{=ZK`s`ya*a_L&`Jd?`f|RI|)B+{WP^laHs`UFvs^YNp;*=YiCI zKuB=REx0adzF-IlfwDeGb%F0f1?)P-Oy@e3s~CnQ*J!U4Mvglzh6N5q0=R3qj1Ot= zIKX6Dq7kbERQC%V`k@`EEGc{jHAzJ`MGdv);I;OCCm^VerKPXFLG<-VUAp;={rU|$ zu7=FKLmdQQYCaT-VaRgZYjlVl@i_zChD2PMG%N1L_eZ09;_oe|f3L!Yq~KTcLrlLV zKde3LtGc1v76(sVj}8=MX=IdBpTA6k*(w#H_k#5`ab%ME=l&4A>N|lWZyz90)m(x)eY<4J9H5s-J%Klf8I&6Nf zE>oku^qg||<5II(2Ju-r56tB}O<<>*V_4053AtQm0F63~(PKqFmN>h6(%1 z9m7Or!~4RcR1J^jT#s+j5bRe|c3zFvq3#n^-{6O~ZBP?ZlcK5hElV5qmeE_L;ra5R zq&3P`kh~280D}z9=t?*Hp5uk_nYdc2DS3=xeqx8zs7c25_$rNd%nbvlK~iJ4!+#thGe<`5XIC%9!yd)14Y&=FRU`rYCEBeq$&Ph13`GdIUFQ z>o0&S=ML~GqmSc)3J*IfuhwOaT`Po|$cF`ilD}*y4aJGvjZ5+1HVfHRCTy?3W3Rm+Mtc{KeovRJxUNo{EVIL ziYeNt#Eb5Wb84r#zf;hs+GqjE#7068Gg-7pH+&46cs>`74#Y6^SFdAl*hObOZHp=p zQZGG3c2SkSu)ONf6~ZjM48RXE~+)JO&$NI@#qJjLm}~BZL5}4{_1DM>_8&ZkXV}I3c!1Q z+2!+`@>Dx<! z7}d58jYK&bmuplL71Hs4<=cR~QKa9Q6v`g7M9mZ+QW;1M6a-B37?zi!hE!h6i4}3bsj(C8o7pPrXce8WGTFW(B zNTkPwY|r=oV(f(gr%hU>FN6(@Z~Q1 z^n3ua!0|hyu{Xe*Af)9Qa)3T$uMK`c*r{DGZ}2xVSZVIvRtQ1L%=<6q!t;chPmYIV zPD@8>qmr`;Lai+LZPa|C#&EIy8@fcd3ZaM&Loy`s-yBeuy8;()m&X&KtO`EGXq;{> zmmUe<*^f)t;}Vld%DAJ6J8#10_Yb zZ#BzISC4>N20LE4D$nTJ`AIlk!!z}VaYzALpdJk^PeXqxlskfg&HraJL?ie#hsoD9~GjZLSqlro6=&_oSiR7_CHwb68<>g7xa#6w4&u{SG6NUSG8ivoT zH6lUda--&PLAB}s3i+;TS$g8POuU)3ll1)Y@Im>nujg#Wt~T~2s-EcVmS5|ysmpVa z4=0-kQ`P^nu=U_^WG*f=-WA4}_ut0Qmd(%$HL(`%N&fbNA5KUO@)-OSsLWv4I+!T5 zrzgGp{rOx~<<3v3q^$(tvbWvG9V|xilVH-tq55gFIf+}~{c2jeZjbWyyv4OW&*(>( zVBupEiIylq{lKm%WR*`MYQ1~cR*SMjd+LFk~Ei>;dt z79|!9E0P4JB+zsD9kiA+dAx{Lp^~8f6E>di=3YkFLNNwwQu5t6lau{s~Gl8=8$_sYp$B`gq2vHeI4In}>^n^k6s(G#B7 zmy#`}u(NAbp~(7!U2Jy~^M7MjQl5f;oKG18zr=$4|In@ty4^SP% zf3dM%c2D&;HS^EHY{J8|1^V{6clGyAxMXhUD-v+{Ve?;A@#|T+*D45_UQ8C|rb-q) z76+X49rTYoT8&(zRrYQ5%}}X>i16-}YOE76Zq+;Ut+J%X(TmimfgT07-scOa&9gJ= zMV)rbrAA;&me3eC(@~sr-^oxN*6zL&rtImzi@eeoa-$}#1&c!6p3nLHfehV?Y1R6@ z%!<*9Hc2m5_*q+9O?wlN2f+suMNMKV=;8A6Nlm!98Bono?RwZl0#8wnt8)^ozlbR> zi}d;<+cQt{4ZwFNE)vCqJSM-jV4Yi|KYMJ`xEbm=!(_@n*_{ z8*+{NLy~9#9%Sh$KHLWR|!7R5jbgx_?LFqc*T9ICXd5koaRp35LV`DC$A{S zx!fB31tsir_{W>jm=M_l`jqA<1#gKbRrW8i6C2B~Qr-^Nlfj;(B}RoEO%DK>6_q4C z=}mR|YGwd-ekccS%8en$Oa2!VzB%v&hk2PS+MZ}WMnfx8_M;orlR&+S>~1sEh8p?| zhJZg((DLzkXWi4+|0}YD>5oj=*1>RVb){rj+?mFV`0h#mA9o5ymD`HM>&-JNlUu(6 zz?Y>VX#AGpVd?!%RYW%B=fwXK)+H(k6xL6#$UA_M;L|mS_#KLFE~DL+iz|H7A!WEh zVS$aC{5Q2__e7dR-x?CiIN^+EgI>Exie4r)8z#CM?au)M(5C1i+3|Hz(e#z~I}P5) zNew2(jUjHl6vLs|1=;w?RJnw#rP8EzFuik@9s!^vc$tu>G6@uO?DZQJ&v)1kL`Ez;YTg>Mp@On9a`|d`8oxvk6DI7Sv zx^^iB=Dmnr9Irpm##AKk<$fxhBG0ssU-Y0FqRH1!Si%L`aeia7a<5Wf^ z;xw_(h4=d#;|uVOPM93i--9Ln8vrRIgDCj(HX*ZVGAI!L?z@05sh%OqB3HmKpUsZc z&PNuxm*y-{_2We}ea^M?JY5@IaTYiFIWTsdgz@+$3KW*=1qIwxN$A#GT*$$H)JgNNae`;7~thZQEU8xd6uJDAOn)`tMw&qvD2B_+~r$ zFy{UK9a+nJJBOPVn>9hR`mVNEAp6N`o&?Ucq09qC^kI0(pQa(vj*eq{&zBZpn7UXZ zloIl6qm6i!U!k<*^0k(1HHqb%4azy?wAD0o-HgT|E@dy|AU$E5{;FBpZcm$R^s=5e&r@BE zRqBd3a)oiFF_noij%+)-n`q82yHF~Fb1Bf|KJp}9g)=~`o(X4~xGEB2H_6RTFR0-B zD{XFxbPXRi(w=)+q#B;8Plbq!AS`m{>;#D}6+M81s+Nh*bKc0O!r-N|{>ysBj7Ln1 z{(}A;{@e&WXM=h6jbYXA{)5``8Ezr1WT{ce`KHO}=%lju(850wEdSC&$Sf!r@PX~9 zY9YUIg}Q|M+gW(GPle}gum68f)v^FN9ClPrTm8uX*td2ZDzyznD-Kk$1~r`Qvx2$9 zt6w1(0=C7Hi<2s#N@XSUR{b1s(=%dLUm%Yc4^>*0pyX;P-zB$DD#bT-{S)Tnw)0Cp zOuOYfz5MsFyeF4S$cdT=V34>~Gnj@B`}Pb$Jk`sW9#`RY1mB#2aolS)tV6r!{Iye| z?kQ?#e6Rb6)OUnuLmv`pG$Kq=xoo4U-hI?#?bL=ks(P5|S6$8)-%VcrDJNTlE@1w_ zI$-A4Zn0Hj4~?(&Q@tj~DAV9b(QWR!^y@YRl%_)a{&z$>Wic@~e)cNgOmv(V>wVB; zc{mq;lYcF-A3A~+HIIo;h=Qb(DY|}$`s>H7_LRbeRou_u6m**F6cU>-!d9LqU@M)~ zZKx?Azz90`WVU5zixj?FH>wYNL+F5bL*C0djhu4OV&$7c8ne(-OdQ^fE?i&%VT`q4 z?JHfcO;~LF>7hikbLI*D*Fdb;gK@f|9Lkf^7o<#XpPxU3?MUzYLfxy1Xj}0e#M!aI zlVQVSPuSjEUPju0v6YP)TA^PfMm!YVMAIE?*FJxeR4eR7kJG$sy4 zrwmde#_Gf_jI!>&kx71*&3}fjOW5ic_s$H37F{ECTL{E*gu0zZ30pB1hp&UUrR_EYFZx( z0)!`d#r@9Cb;y_ej7X&LBq()N&dt>>C3UCx9=QJWdrnR+Gt-5LjcW`#JO9e~Q(Lb1xYBGoCwGLJby0z0_fYLIJD<1B(sSH2y&Yr8K( z?C^mdNRsHB8dcS+4*>SXqV@j6&>ALWm}&~i!MO%mTO5kfFtz>90ovDhn=QcaBCU%! ze5Ol?dU!s+uiCTHod%V7;z zQyK#WcD#?LV~cKArH#5cA-s?GY>Pl_F6sH-T=((pZ>&}7W|hQxHv1_uD0Mr6XmAEv z)YX~k7eST?%W|uLUlC&XP!Xsi3l}tU0JfFMyatU(R`ld)tmP3SO72@Gme!z zI4vsj@)@R`AGvp@e&6OKJL6iLExI}ZZQB%fA6j(%WxOZgvya@|^t zhw~2F`)9X{dy{mtl;!VYBfUXVBthoH^k#;Kw zdW%1yOc#o+p&KBJ8i0kTywIt8JwKbq88_eZvaZ!f&8FPx?ebYmMCD!x)R=mv^B*>i zxKCjY3v2`5j2vI>G1UTLQ;RM%`)lCDP zh@O&`1Z50xQubv=wdXa9h-lLqEBB$ELrPzpVpWRj=gO|Zi_)5iBS!LL0fY|??)e7h ziGIE6#;H|xHKEt;OK({NU2%^auP@bl*Hjw)Tlx2k7@*;X#x58-M2w2{H1M-oQn<}G zfQ?jd<2u6a8B7m@FtUv8S>V)DqsA}qDq>gC)6^cFE~xCw06glo%z2>jlqY7r_d;QY zHNn_@2fLj7h1^Yl{%Y@R_rL$rw~sRwAavMR+ZK%D7aeyBGCej?Xd>0C;QF@<-*C!x zPZF@03gzLXHLUdAgh1hpOH`czfRua(@x?>s9VOjsUj{2}S(7J5OB``U87-0YnO>^j zQxYS%jofeki17&ZX_NInhP1`n5uI`;`CBKXBKM0$uCwmp$`^pzM_;O;#miW7@oW66 zPv~w{lE!}}3Fr_v{g*cvvSn3o%!l&U2Ac%n{#FG7ZMl1vA@8qm?>~RY2qo<;a;F!w z0RVcM-6mGl=Mzy~^}RBbTiK|nx@5oJ>B^BGH0$oT?OvXL|2(YPX(JVIJ(hm9?E!hG zV@G<{+-aucuk34D;d|vxhKh~0w-?>?Ycl~Yuz-+jHr(d2hD@bprdS)4I8Elv^nLNU zp^$n)mGqZ$W`U)g>=Vb>E(MkoC)O!Y+o+YKI(aMkL7!vRlXI)<6G)&N_NBlp#GbT8 zIfd_bxssmiB*W9*e&>i#vqv$z?PZ!%Ml7Yrps;%SO)clxF+rQ{Z_53He}Aug!`wI{ z)(0bDEhzI)myubQSL|Y^@PCs(Omc+a&}(CDb+F)ZX6-4h?a?Btw4yTfsqSL1+Hu{} zziqoLIU=_!_vwk2ueG0gE?;9ay2UU$7seh$1GeGTW-`}1_!ZAB__v}vdS$|a&&J)& z-3+sje_NN*Wou&=e7>4aEd)^WLl!roJC+ybPoZdc!D@)#LcT~oI4Yru&4r-%Ts0M1 z8P8kDOA3}Hp{Y_=M7t9RQKR+dF>dAfI4T)$eWoBDHRyr#k9^A-A;@A>D@Qta^D_lW z7>b0UDihmDon3yD*60-4a$J^tV!XCVpLy@mL}hT;jYwZy@(rI2cez?u5G5upkTY}_ zDgC7>oGzG#7<_AT^ZrtD!{U_6K!KK~9bvZ20Uek!tlWz0mF3S`G0t8zC^iXNi4gDt zEWa%H1C51=-KDwZV2iti`Eh21Wn!bw(&1QRQoG zBXHsg%RqnXT@;eK2Pcz29yT4v*pVQg^N zGtr9Fss*<(ggR_5VZUFGWKVu_>RD>)H_7(b%aac>*zXNGhZTgFJkin%H{Z)Vr*<5d zMnO8D@e0Eh}CGXI5ySsDJ|Fb5M&dvqqBc%?Nv)1xHRkNoPDAk3W=*3;J8 z>Q`fzi*={J_JT`gOw%cyy;HM4w%{vOYxKDNtlCW~&drBvGwOz4vq$dqL@Rn+9p5_F zBCV*rF(VAa8T8ETu9o(;oFKlnj(^FQn_tOEQdCj?G*RR=ExUWL|_iRjp~oN zOF+)=O?hkUE4dp#ct7 zUv}LUJ!>rw%bL^Twa2YjDFroT3L(!F?`&5p_OYo?Fq+9 zXka6XGr1jG2x3<*Ycr@6P%lmPMc2NpT}=V#4%Cj`@xi6Uq8a;trZ4hVv@@BA*^vTMxV| zHx+^654ZFcBm`wRp-GeI*eIw1IWt1O&vd&A^jhVVOVunDf556T1qU>!;!Em@#jaC` zC_o0i9JikA8rmZ$J=S3{X3^yd0C3J-Rud@Pb=KEe>nj|3r?r&+h@m-9hHjPeE|@uL zON`&)#F@Wj<;~g3H^EavLm)G-Iy{*mnwm9*FV^<41VjrLFKv@etk|0Fm!Qh@b87a_ zalX=tPkB8ky#$Kgv?M6`PEU6|5Np;@X<+a?-<-a79CP(-9yeAkVNnx|f#k{ucAex? zN39MH=v>?>?zI|SYC^JxCWj&mWoA?WoRsmr?J<*2GD?o4>2Z?MfWLZWQN!-X20QNX z^w%>?46d@AJaTfZmFPzKkF`RVTwhSLod-Fkqo{BM1VZjLoGZLZb_blZ=O0s<2{iq= ziK2=cQ}0jGJbMk#DcaNFqU8V4LJ#eKs3A~3L5m+iwnCTY*;9*7W)j-RK%!xeMCK?z z{rlAcLAeyS*xs6n9nqM>Le2{W)~JT+q-fyfAwMu?-(*8Z?yc$cBxcn3$ybQj@tyL* z!8qTiRH!XppV{+4DXJDB-4dzNetoS535^;J-u?i*AG=fEKf->8rr?SSTdW1SOM>hj zQ1Cn*;P9qk-AF!NcfwfC!N6x$=~`>wf1Ug`XB%FvZwCCJRnLw}%*AHYWR4-G`2G3i z$?u(F-sKD2s1@mF&V{`p^{KgJA)AfTxXPZ9$XJheZ;2j^2~RJ_)uGtlUS7fX@iA>? zdu&AKXXr`RsVQf=oq7cnTVtB4o$+AGl@vSYa98PC=2EkmYTx)#Tv28hAD5c~Q2|8) z7xYAdGP>C>*etb=FO$$~rref7acFs=bBC>rnI#?=Aje04d#sQoZdSG9?J9$Vi|v7q z3_mFS(l66Qdf{5roBoF02(kJLxW(kjC|OF4A$QU$1%QD>(C?L_(j(xZ zW-1@;B5L3BJOiYYo>u z50}FS#ExAMxxWndi? z4$^UQuU5Z32}Sks8|w1YI;7>5(Zp-)^+6`6T(e%oZlWp1Vm(?Xs(Li{l zSEnoApId=h>}@oAiE}goP0dpjVKCT?%|i>LbZ{Xb68-&XZ0jpi8A}Prv_IvL;-v+~ zPO!ByWTlOLl&P$B@MCh4*?RBxn(4LHS5ea;CwYw& zvFVXR{%ymEf9Majkz&fRcN@y!8N6b9$A&~kOYAS# zph3yx01LA7MMGlO(cKKlg&V$odr_7K@vn^bH$ptMWQ`(D9-ZyrQyeGa6?~r=Z53GV z*Yx1%guLdUw@@frTFeo63yw>vU>l$3$~@C{PSX0Y z{KGqUW`p(mntZR$vinVwQ2jqosOTpMhHF!vQ@><-46=V#Fg*o+O5xY8%+uH#lowk6*rE6(s5b>_T zD5bBxTJBi-TWqMHB^K!gv>TQtMgG7uRmax#(~q&M?bt>_+}C0KYdqu)y%^0tp;T z2XzY^?$`HWzoS!lFsF!4iGgG4%LWtLF$2ms1^XyEq=c1tWuwcwFF^ACW{gu=oi3pf z_Rvp$q8vw*ffm5-1+@$?RGyg(07YQP+7exYXx6J`$&OV3ipi-&(teR)!ik6~T0_mP z^(0^^Z=@XE8b}|^zuH-fZdFhglbI+gPARGalB9cWMk=+BQS4YWe6=6VMMIZ{y{bdL zgDw=GDUDFr+n>+Aztg6BRgR(36LFJD1NYl9@CCHI+_641wGHVdKlUKxe&c__nP|fV z)N$VJaAbQdgoN@)$An=It1lTaeP02i(q&uG{Na>_Lzv_`sWe-Sv+0;b7+Wx_vC>_` z#h;ee*TsveoF%Um5|D1Q<@(PP(u^pB!%|f=G*~}(#(_`mgsZMmnFFPjgf2@6Sx>4S zN`#PEB)O-zaQAdYKi6HaWo^p+`}BUi{lUPBX5C}|8?#9NbAL~_#;j62O<_(*Q4@bM=n|du$idmxFCbv_CY^GY$3(~%*P!#y zVs3Cq_@dzbh_37~j(TZ-y8d@X+7E7FORY;ar|b){VP_d7pS)zOU0ogpu7CI|k7&#hzG zp|Oz@H$wpV4G)fs0Z=kWfwO`ddR-D9X1y{rz2x0510{+!KYXrcQXnk!ttDvBWwnOf z1R{tzOhwK5ANpv!i0fahEm5uf=Lr;&Bmmf-Dq8l)f{zJtr;ftMNh-wr(sjc2JNK+7 ztMiaKC}?a9m-d^rg@RR+F5AeU@`P)PzD3^-X{+GdsdGd1;@Z$er;#LLa2 z!DxTPB;vf2Xdg{e>8hI462@-$O=(g%h3QtB|Gkz$W1myOtWC64}>B{D>cjh$hp~5 z)+=SE+1_|uUMzv0vt#T&=H$&RISEhaBJO-FiJTz@KWLJUu ze4AlG1(VMqi0CajTaewZ?TT;hNF!{A-+Drr*A^#JiJB}eaZ|rUFQv{3Si7puB4hLi zn*2MzkXEn_{eJ9TV`pR?g(&zW+vWXCuOoZN9|aTU1}U+BU+gbUV?mDW*f?Vs!_fa% z%iU*hcMuR^+^~LI-ZK*G`7>RdvrRPQQ}>dP&P@@0S*2u+46H-=#hAGQNhxVpmHz10 zC0@3!^Dann^JfVOxU)J(YAi9s|C&3Q2pT}>m5P?_o)%w%;8ffG5<2#8N#{@S)lj^0GQzjHz|Mi2DSbfk?d-#3?eJ8f33l8FohG3 zD!E;F)YetI(H~5a?MUH#Mb$Lgeq16<6gHP%#hvgvudH*tVIXT4iqo;d z4`Lcy2M@TFzk|O-WF1PLjYTn6Hztxp3Z%34w+m#tg(pd{k%QAT+buCw@^9?s?JcFq znNW3W)xzh3k>Ej|Ne%AuHN6Cd9KHpTElG#JNWE-Or#y00;zc5qF}*k?AsR1VWM;4x z!crd!E~VL#DTy91KfD1ox$Rp8eE->5-$B}V6ojlcd2RSv;3L2*)hF=Vj z+O~y*gbA;rE1OzpcBRAj|1QG3N^i3T0;>{EEqop=UEz#5yVNgFQ7cZjN*+X(`PEPB%tSyf@IriyfG4Pv2A9=y2UexNtWl$vG>5toO&n{gy3 zl0Lv@6A0 z&7D~Sg^@4DBf$rha--{KMF#wn>e6Eyh1@~YBOo_cFh4b%%347Skc-cb$`2ikHcs{a zpl7bA-j9+~BD|{X2G3s39T+(8tiSo#kAU8*kr=2v^OHWpPN`j=_iIkd>O~UpWHg7OIS216b9W)-yRR~bPi4KfcTxv6UrI)zmrha?$$ps&;2%b!P&~MtGRcJ8 z<0e(r@)QLp%L%@x>|OT1n^CMs-w~kF`KV5(`E~~bpu&MCXH*~w4t0RpN!RK&X2{M( z%fBq=+H_og2pVRC!5S}6SsfxRD|@XVKz+brIYe_Hṉ+L6nx72?@`_C^H033;my6p|~ScE;)6RZp6zc#2>#$21eH&nMp zfdZU6*iwNIx%^-`7@6F*hi=DG@5f3bt7LeW;{AU94!Vt9BH{CRks*#y}&_T*V~;DbI-ao9;f~9bEW|K z4m);zG>*U(-{hFc-{gD0_z;n`@r-IM?Z55^<$V3=rp$Qv-oz>O7l8DDoBFDaX#ou2 zJXdaXgqXzr7|ZpyXO)+lJ-TBf{QDvf=TLsWLt3{JnF5l_tnln|tg^~RX$5D; zMmXR>wjY3y$S(i@AXCE*yu})|g$1%T6y#iSqU(wK=N+AsX!LUbQhVU!->BtU(<`<-GW`2`L7j$ELk;5%suo-Ez*J ze6P)E^47$E-LktAs(EC7%4d1J6=o|23NEoI6DXcMbK4_i=NBT{xY|lX_hezD&WKYc%~6 z(*QuksLEz~eVrVxBO`CJ7x$GMJnpLO)#AY>c)@S%)|*haKU3~IV?Cj1)y#5NW|FJ6 zYvzrzkGWao@K2dv6i8L7NSOM(Js4%p>bQ0NmZv#F+$RKyWG&N>%uAb^36Y;1yG7xsHoh-r) zoOJZ4v=U(s*xz|@A;rVN$nZ+}DtRp$XTPW;n#mxO2)M^!V`iLMSr&7w9IZUBN)ym; zEJK3#%!5+-;({Rzplo2@VGsx5MECYBQ|JGP-95Y4R2MT$>np_%A! zl197tzz_5&_kmp1Ph}%<(6TpXxC5;bJ6aQwC$&JeGUAX7ch;C0?~npFIw7^q!3<`6 z;ljo`GycrUJ=wleAkK$Vb;YUJxG4rFWr3l;Szh1jtPLS`X-}HcpCuX`PeCdk4op#~ z4eSdTNW_@)n_na2*>>#6g{r9SNA*@VXXBrSJ-D}Ua(aPtUt3A3&^7(h&SYfq93zn6 z*>eM;iX*W+HiZA~85f8ZrNjk<=Sqkn^9*qdW#?k%h@O-Y0e3>eo@$xE0 zICGK%-Td{-OuDgOxa#ze8bTiuWIePfRW2pGq*f3L!oob}&WUIAv`79};BmrW%!`ZUSAG*b;z*+W;&cyO>%5O- zwvDYLtXT+z@6+wVYfRN7!CL+{Oq8>_2#T>o{{W)Z!3RK|3(VQ<+S7W-ztRgF9wVgv zJ5}p<$I9ti9*YN|m%TBi_ov;LbEZ&bgc5#>6**_o#>7(4H7r-wTzx4@0m zR2x^HfwcQCwb3(CGPyOC0V?0xDvf^F9`UnHA4DBz^B<+zCKvj1JnlceQB~V`hm!v%md_jF5 z7=W`mk|Z;-NuC|6&Js^ddr zmSH<~Zsq8%0S1xQbr1XopnA~eWf!^14pn8+>&0oc$9tJf1huB!QGH3` zzR0_yj83ou=c!4J-U=>4fYXO*0b~_eSmNdHFk0>`8pihEhj}jLTLo%W7^}pv3HOM8 z&j<56@!}b%BQU={`)WuPB&-c}@^#CQD6$~DUP*wL0Vn(X7%_COv4s=F&tj!pQlj$f zov}MC=nG&`se7;Z!<->cfqs&<5zW}+!Q2hJ5ml7xyA%a8n#Sax_uS!4_R(%Dt|_WD zps;esb(C)3c_$s24{Y!2`53)jorLop>G`t#t?N8e-sm$tEw|G|0skSl))_Z)tk1_} zs4uP=ftm!5dZ_}sJBar?Q1$L}F+DLwg#5oyJpucEeWF*Iw>c8Z3_e|F5=;pEoX0O& zhK05VS5L?J$OQyONk6~?0O%O;IYw!n_C6v|1~&eKxpbx@M(!|^5XM=VxF)XC1%jIQ zwKeCyw=3$7y`H^<@Lgw5?A}dAX`|K{z6Op6c#nmxMeRAfM7SW_W#Rit&)IEJFW^SK z4YnqJXt}zLRwp+8i;#QI!Y{2pf6&W^>|KudB(LS9=k$j&rOD1YDkmhVga%$dMZCVa z4BQzDYC^OY-Q*u#wkLZ7)lUjV`CKEr)tHN){4$h_Ny55EIig>1sTgNVLloJZ$nd#s(_r2I4 zKv`5x&OfBO%m^WC)zikn?AwrC7jqi5kEOKGCUHiW@5H5!yr+#v3M)p9kf7UxvOr2V z-C#(`K7Z5d=v`4r42;FF!Wza59{#qdPYol7&&Cp{bl zwo;d%F957!&v3J;z)Uuaa40oAhM~hV{0r5J5OAp4gK3W$4xH2JICvB#5Mhc}1U&n> zyHIw@2`(_cL_58P9+VGOxR1-l&*acg>pIP}s)#+3>{>^-Xtn2I)+GA3355uQfY

    Hvr6r7IU@N3X#WdL<^&gDbLTk%QG72BjnJ`Jsf_@1LP@O;(Io` zbVKs2AoM5X5mNt8VLwp>+?56}7e!xUiuYQ@*Ff!_@0=56sFWnELi<-=?0T`4!ubio zt-TI;&{68+^wIdwZCPfuClXLADO?j!7G{l)mUZ9Iqa&sM+$nY9^{HA?`T1uOFuBKN zvv<6;PjzXcFu>$HnvNXucTCkkRWh9XXuslg`Dxc+O3nm;f!D9;IRTGZxq+27?m$^Q z@HjA-Kk_s7S>&8ntUIu4Av6xTN=}~_jcKP{<`uhjlS}*@0de_bfOLjXhu8EiMp(s=xgr$^~E~0=x|NI(vL`48A6q+70w2mQ<&5 zCoBvh6y3VAE*Wp5?in1~z z98^!<^0lk6hc~El|Lo)81WK~8j`jCXltIXPs@56lO|MyJ1Vhlg4%r) zR{#(mI&*=TlwH`J`NgKiM@G|17vW$Ev4Be**Q>dNpm5>@%;q@+d`AA)*Fexx_~%!2 z06KI;*YYfuP*?EOcA&V)P=B#fMGb_Z8RfM71w&Rc~ zAGL7uG7T^DS75Z02DN(lXtC_ zYpLiLFA05ohuYfF%;!;6B8N-PNIw%#Y~*g83uOw{bLV0^p*Bz;YP`SgRHGgiZ_*>H zYuR=5S1h86lf2Ep7Cl?`Mlhy)pGB>mBxib=t#zudqHX393$zUO@qrOt6^#rd&_>_5 zsw1*lH9QP(Ku4P3o%;ER`WkYbMQ%aq1CFA?*A&FEYaSE+>=VCv2<-odBTxW&N9` zC+fQ8(=C%jS}yHtHb8n3BXU&<|4!BWy)QvvZE+Qwi?3c@4D0mZrDAxIJK2(kn%!UZ zm7EVh{BBRy%3V=pFM-p=X8vUQXPYY={`C=`2hDIo%3rGd*(k?%Uwy<<# z^bC9}11cSDcS(6##mdX2jdSfQE|F(CEB1V*gqjqhLy}Ru>?@7*b{;I4L(9+h;t!u> zRcBFIboovah>0of&RqCGHO+zG)y^83!yq^S6K)@VLv@PWAk(FG(urOG&eLCwXo;+~ z`8B8f@9%E`53pNRA4UksZ$Ug*dJmuN3zRT_A7w+xsa;Z+;M~T8W;lHC`RXF#x!I3# zVDYC5qwYp&Y9ocnP{6~~aM?d5{{e(&#TEp)E2Cm_%KscxC5I$feS=W=uUR9yJ5Xs| z8CLs#rcJCQo{ETuIUQSlkmJK*h@Q(+x=6Q3Z{<*TUAj;lF< z@4tYMffLA2o)}y9Zr!ddFm!J1H9o7)ARWS$=gzNnaaEK;L*ze|Bfi<3ZlhyE!uEs% zN5KDK0PkyhcV%ntCeI5h(c10%E8Tzw5tZKTDH0}k)ZCjOP0PLb*Xr2;i&1l^HuFl= zQu8GbZJNeRWR`lIY&qtUPsL-&g073b%pdTFs+cVgE#4JDKPba>*{oBE98?~7y^(J& z7GH%3`J~l8SpXO47z34hLKxbL?7liweaE@AsSoO=s%efmz z>b7w0)Ds`Jmh$^=u$2O(e-ONXS5l@=z`fWICmv&A%Jm;e#x%o)C~g9e43;x)S0frH zhq1=)gVCS8TA!mJzrud{2M}uzQP3x7fob*6cF*pWo%H{vZc2GX%NsjQ>cO<< zv2JqLZlpv}MNR_d8KX0io$qbUEwz=7IXR_NRC0mCFniR~4+{hmfke8Usr#u{c5V)* zug5E)R)SVV{LyIb4od%{T-))!(HAfHATOI2NU`<0EqSjUQa;qMFW^o-34N$V`S+Ak zl9*ijKHlKEy*S3ev@6~p2)d?i8WOaO152Ek0u)gCs$3 zog{!u#`><<`;A{yG&9=Y?WI}j#g63u7Y0ILT#q+J{&05#PkC=`l6!sayPkhV`8G*e zOFK~Uo9*|&ibnJS#MO;@m+7hBj(F}(vAJtA7p-~j<&!7PxU!r`d`7kkJ8$i^GMWAw zfNYG-l@$ld$ncv7=r*i_P)^>blTf=IZ@((zg|8DGMwS?1KFgh1OrML04F@{bDqjVb zA%~XmmX?KNqDzZxX{=GC*lzrMt@eMA?VJHOHtqQn`^=}f>B`Dr?SN;}oa+_o<5Jsh z;-GMP333qv+O3^mRm}P*+gtw*yS{l?Ku8w22oodj407=Fa5)m)i1Xge^6WOv4gwprB7wElN}`S9K~tzz zzw?n^hxwX@l3Xg+Gdun3XS{w7h;v;taH6l=AfZVrWW?bUz4W{4GZeIa zC;{Ck8r1N;=H~{S)Ca~T^?+Ob*(qBABPv?{dmPkVKJOJSwdTqompXeJLusH$`6X!l zWW(;jMxiiin@sSd~4f!m? z7M628YaB8Bn}i@(ghL(Cep6cKq~5gD>eDVG*ylT7&x#)6#or+TnC_fc3?7u#w7q?p zWWt6dyqolUOBf3Ld7v-6UUHVzmG)B|2vr3|9^BN)GN-0; z2_5QocbDeocEqE--9H-a&N-4hX;#tEiGN{fb6kW!E`n6(nB&ll$QkFov4{tZQ}5HWT;>f#pZrX{}BC+#f&asQTXQecrd0=;aLj zy|D#@AR#IApLAf%w!R4&THH47U71P`L-UcusJ8D6HI$Iec|0(;E7+hW$OJIc?%q$9 zD?}0Qoh!AR%!$2AN8afv=G21}DR@gcFyvo6%v@5I?)%JxY z5Ui4JvBQrkaVYfJt9v_=ahm2TCV&6_wN3Wd?kEIrm!%=7p}G67N%vOu1IS3x!Advh+X4dr|<$nMn`OyHxas-vs5pAs9=sFPunHJz1Zos@0o~*c>miE5( zoiyJQbQ=U9S>u`4*xonmcH=bAHOO39xaB+-`w=c`J!q{`{0w5T7goRjjGRx`F3{F?p8v74wdX z$#w(zFtf}MDO$qYrx31M^0M9A<~?@VEx zY4MrC(%fN)2vg?q+4t~&09ngX1wpohdr#E-qdsHc2mf_4r*7xt0 z_tcJd9Gr(PwaWkqRjW6BHUS%x0*?J<+T1vj(-=IVw&I2#+m|_Aw^Ad?9m{M&l>#WW zc6zU`sn30DYX)2s(lv}R>e{Sq&?ZA_;oW9piTC%o>$P#W3Z@co-Z)-wH9C@6!9^|a zUfX>)hgiLkLDWrNFmk)-&AGIC1A+Vi0FI8?HxQ%caVxsBx$Wt)O= zdAc*n4|k{VH3;)CPC3?#Zy-Hzc=O3( zW)nuy(O~2FC~>U!KSCX`%D8}#C+TU`3!%(!m0*C50})Q{1k0np?XHv^(?0Sj6!rt@nX=HPP@#h^*XcxrhRn=oyX5_(0qM2yfRVeYKaV zVVGhrg9j7Wj)A9w4|j=Ua>btIzm(a&+`l)S;?5aE? z+bYyuTHx~7`$(~9oJGW4cunUsUJb!l`8Ft!^7uuI9+qb5{lf76?R!tPFF$Hs6L=aS z987(y9I>m$Te5soAA6)4BJ+De6>65Of5$)); z^VZ6$W-hXZo;?`@1HWTu$!H#&!|hFkNmy&@6>({xDAMJmYc2F>8#ko@^X<1aNQ@K! zP{MqxNnF5Dpn%Z+Y_U#oG@JHe-Uvh^PRfgldr9gJFYcLjJ998VafN{HS*%5Ck4W5~(PBJ%&;Hnai5^SV~t) zRBDp<^oxMIKylmD@L#BYu=7Vj4ht%Qce%V=Wjijx^L~g1D7@08ohD<{$1RUs?~6}I z(nx$mWC1ro=bxA$5+upDx16ki{B0e4@-ltr-u`2}_}}AC0v+e}_d~9Z_C{)VoUq@* zvN>eE~j1`We)8vWTgc{gG zH|)B-*xK_?83hNXX>Q6A{H=y(rffugxyi)o1b$wu)SVV;WZ^D^&KSZJmB)+tBV(qX zsR`OVdX~iY)V5{q#jc3EFDK8KUcL2!X2C}HRjN+*!M8=Wc@?hbgs(z6`1|`w$qi?W zT5bU^i*D=UF=bz~j8G^BwdtR+V_?;Uoq~ntCgTOALs{u z9`!i6dBxtl1K_$zaUM>Y`0_8~WM9XmRcW27VIl)C3!)^RO zos*U=7z~rGPdFFMH{(ea&Wp)nPZkyqk}kfunI_5V>-Rbhn09SodNdL5z4-Q+Nk8$Y9#;ZylKtmuC!ac6mzeJh);}E>H+qg=g>X($Z*^!{K1ahk~r^=i*-oS01#>6>! zt}(FrddPp8>&j9z|5Dw(0Re!}C_j%6{ehG#5_NDOtJE=ZOT+vS!j8>K{?xG1p1vhz z(0$eO2Lv$zG|ZU>CYzM@R?3cSHqZTX1thkN-L&}<-(t%}}`j+2)*xbl$Q4@^b# zRvPu7!bUKMXkRIIUHUEDeu0&{(0;XSmtyoZH}61OjozU?5u}M{!!AWH$=~U;(zj!< zx}Ra7m>+DA#d|OE51>#ih9JmBL1i#N&(82;mxA$u2=+a^WlYb7rNmaP5rXe%0L*P+ zJ>!7XaZ)n-L^e)qXA)kY5~&3P-Vp;q;c3$=3+XdXY71A#$%C_Rp{0eIYtd&MYO0Dx z4qOkG@qAv@S0HxvT~8DTy(Sx9`f`gV>q3#&^g2a46m?5o+e(-zq&bIFeNOfr-6};} zL6>^~Du9OY#{nFDw!Vgx2fE1Ox<{dO4xHtTrvHL^`_a|DcJRz9&Wz?$v4bEfMWB4{ zyzc@{6|po=ARZNgFpK$0QC0v=$OQgaC7#h z(6=sRD(zbzGf-dc_Uw)AzPh1x_7u>5y;hAM%kNWz^1fV$3Lq)_>ghEon7y#Gx} zR?~1CcPraYU*Dywo~KUIZR|0{^lFYo_>kTGHg3=rIl3<=N>*Ohx6Cap@{bhqibmSQ zWA+?kZO7#mBJ)3hRw8HskQst1HnB{jj+GskCg*f;&kww1fP1n?iW5%oZrZYQLWQ&l zBEVeL-z}(nR9u&wbG*tkshNEdCy>e9h2(Sc_mXeG-|O26FtPRQMVnJ&02pRmsEU>} zd#+-&-}uk=1gKQf^Gu>v)02{)V6Par>tCB67}pn7+s214vg{6zLSI*gZgzNRKzk}q zn?^_h{^kHc@i&wEIkbjXJWst_#TXeoIgUbW|DH7W72>a6c!ndXK0Aj#6vZoD)6BB6 z5c@Th-^oPzT>I%jASJuEfN*KxtosYL&nf_ts)^~UMU0C(ii8m_qBLa9ok97P9EPF_ zXuRKE5_!SoL_XTS0ykQS;IcMqJcc z_iG1aahDMrbjSTp6C8p#qdCz){e*-aIE8A{R4JKiELwb`QrH=`aQna|;Mg)fhcqPT zj`YR@{K@kIkw)W9mS$nGe|VPZv;H*>5MTYiYyoPIx?iSIg(%Uh#c3!9%>-0avE>veX z8ZKjCULn6Zvhm7p|JW(MfBYC|JMT%P^9teuZ-g-|y(fh)J~9rGH8x$$y zO_e{#68H2r8#3bJEnVA65Y)4rUdS7M;In4|9(!ur-2FV3M<^6pWfvIQMA0+DVK(pz# zVjae+Z>ydvM>#gZTctaip_0T<;J_D=o?dUpU$8}C_3fORNvlOaMM76uLVp>Q3_?o$ zV-^7;HOBETf}(`L1HkP9Q|d5wqpq@*Q-a3{2>K7a<)!tz0cFSFed71cuJh`LkJ7wX zy+r^3km?MqHo=@>bf%xnn&aV5QfS$4TYEctLh@Wtc1Ix-1yg{?M<+?$s+Jh@Jswl(@N=qk{Jez zaG;$9BVnC)3tasQGXW+JtBD;W-58C~$q)$^=CeLEB49xMX{PYt)p#-_14CY0hzV26 zugB`3PAxg3q9vaD7!-Ns?#CHJ^sU;-u}fBgrSgjEHMPydKzzfCt%RwW_AR#=mw`|# zxZWq##TCzNK;lZ)OJ0udRbDG87RjCWQ2axOR{JfujwfjhkgF^XXe_uh%Pp~ClY63a zFW8!ueF|xATQXl^cXKB?cGJoces30uK_od9&l+ec89VH-Q*)B;= zi&^bQ{0|`c3@QMmKf|;gr2ZGDD4Qwp83gYK2B@~Nu%w&@-1UAxx1V7HE4#s&%Si(p z!(BTv;93{IFn-G-v=DU@okluL5(=jyuFB8$Ub28+pX0HTe_1SB2GH=ECP(~GW%460 z(VZ@1WL_v!j+Is{Xeu))Kui)>O<}2>pUF~G6LpYukmX$cslvkL?%s*PN)3r56)%VA zE&_nkh6*@{Vv((`iv*r6jv1#>yY@zqn`}ySiB(zN)#*Dv&k+~JXS!$+5={dG~OQ^>GbhR7xpqesUwz{B| zd5rF)GPM~2EEGa`GNRO{Xh7qn`ScMSOAnU&gX9R90syta{&d^a-Cs~sqkWC1oX_-( z=vrgcr@09P0zpN~q!85}+*z6R+KvtVO}w^lV6)V-nlpaq0zeU=)qSG8fk967%DMTJ z(m#NPM8GVrTu||!GNKb5ID+T{VGr(j%S%ehQVNeb?}y&0?jPId0T4m@?w}GAL39Ls zB$;uuzb+=Ei@s8Ctk9qJ?B;AR2{u|TVFsVhpZp9MZ^qGJw*H7YLZl$k6z+wr3E+n# zqRNqnLB-OlD#7+sL%W!>hR+-)3Iz-ot2s%yCLjzh-Ki!X0g=eIPu7!*Q$eT3lyJy! zJSIVbylRJb!KQ4>8b0x_D2Evgg_`EAB&_v7)K>&v55YyXm;!P@1nC`VRXsWq%qe(k zdY}11IRY@_5O~dF4ZQ|K#pfkDN_q7rRdB zG9xi9D!k@!pCUj`r(MebyMxVVw3+A@4*lT$EN+I-#Nyk0a98Jtg8%B0n`8Ga2lYZb z+uU!^BTe9=!9#RFf(`&MpvrY`pAf$6FJ1#YIN>Bfn*QO`H~3-g&K+^%@W<{FQs5sz zxMXZW5DyH~HsSKCcC;_G;0_n;dp&O%GN^Fi zpUS`v3HYhZiS(5*#Zx>GJu_@$$+1kEt5+OJaAnzr!|*^tUW{XXXS?&?6%Lob z&zboZ@xKtS&;k)5vhK_HosaR0&_iiDztZBB7Z;z^K(OfregtT%39A&_2TROaQ)Yd# zlo*oN@Pn2mE}6;iHID=f1GwHQ4+*71K;!7u1MQ%HWfHc(@^xBXefX@ zUb`&mc0%A+?&M!ACAOd8jcS$ZziC}|7~cV2l;g@m4kDCcooyev<_bz$t74nZ{$qad zd@BclWE50V4Y4~hu=c)WV+urwC*cBXTI^<&P}7B1zSoviOfC|Xv{jDlPW8NlcW}t4 znf=uvVmdXxSDw8LXL#f7OrczBNRmZFUK0oB<;O7qAr3pAdp{+ z*JF%4d-!>;YvI7A4_x-%gHuPDY{G;2pnH0-iZVMSFeu1E7VnS3V8jO$b?0Eh?P{~f zcRJWO_^&_Sets}~{H)c1I9nyaqu{}8_(MVD+pH5q=fj$oy#9o29iy`adZq>`SAGok z!({F`y_mtj?9>g2NqxcCvnc1bcWBsyWUMAJ8F5v7O;DQ`^42fyHnL_kJsRLX0=sN zsi&pjs6%^*T6iri9CwmL)xQh#RZx00yS%K5?kb(Q4w0Wyp2BtoExPaJx&nN0#C>>e z6V30c4%O;#MXcunHB==};UsdxBAe5FA-*T?09vzi7 zFm%MpCY1Nq0lK7LdWnmgVE8PzmbqGG5e|D?zrpr9XiN7DW>89gV96wgeCPKM22@*y z#gZvFRC!@q>9l<~>P|OeGx+d^w?Xa~flz?kT={I!AAD+2Po>PRCnPCrO0W3^wDCXs zz)fER{Hg~MJPZ1M#0Vgu6skkBhl(^cjH;Qe!>$@^yYj?Iz3C=zX zPjCZ}4BU491W{Nu;i~I7m$V0ysPqbdIaC~5)PG{RImL***m(-rapv%hVBhNL`Uen` zk6jQXn}8ztqIzNq=UodX32+7A6o=i%kv_g&Q;iDn-{FeU5$xZ*!L>@ zfC&JM8SH5Fn~7HHP5j1PTyLfD6JIMoxW*f)6UAi6Gs)X)`EzamU9Z=0OU7Z!c@`6T zM;t9O>fFlP$0M4y-Z83?zOSoDV5?KCA}^QmAUa2j-(VA8APe z@b!DgWkHbcGQ5a`A5+>%>0Y7KPjM1D47XxRe=HHYrPaNhN_Ja`{wsuqOza#km@SVr z9<}(jD(OzjT>>%9r)CgpAgCk}f^3Z9Ln?fn=_Jr2C5pM_Mvi~ zfv_3E%f@kXXuWvYGGiIiDDoNkxCTUPiFj0*H5;GnrkTovERih-z5W@2YToLa z6BGq_d)-HpEhMiJXarq+iCOUC!e>ws|3e>JwX^qLv10OC#P#sPkKe`XYp4M=rh94x z9so$JUpO-cpw@K>1qbEpb}fW(Ytzxzs(O-mnb6^+H57UsqI{LLg`=xl4gL>68G%8N zLJU(j;r3rtVY8;#5ZYnERoRkwm0hwlFi8OW0yr7zv-XI?aU^iT^Qpg?X^mA{^VbDI z(75D-{yG(gL(yk8B+a)0`vF*;nmp*HX-9?|(6mSLp{I8jE7%W&b@vAM0r?h~vm#&N z=97Zo7-qAZNX+qqZ0>1rg2Fy{F07-*tZ9Q|cCi+or|moB?dqT^IZx661`Adn>%TlH zXkHV9TRopW#);Rn!nB$Zl+ncl+2Qo7@{PA>E{cpj*w^c;YE?OF9p39J`;XP%8x#8h z@NBNb063ponR2q}Z-ptuefUtIGTaLnzN6jwM{jit-{P&7#Tbara+%~@MVl@>40ZKd zLI1VSeH0`Qpj+YQTJXrU6~k*AF@OdjzkG2Bc5fOt~^LfAC0+E&Ui?nFOUld$X^pZuJl{ zflXB`#rT5&TM(~q%mTFZGAtDRI|HhQko4>}Z|gCcYCXW1a)CcPsVc;9uwi|%$$~sN_ThHs-yXnRnf{XfdGG-)$ zZ<{reTo)J*Hz;xIVh)=<@*MlJI%mXf3D>XLpv;8c6F?u=VEb}I$6Ip9Je9>f__U0% zA|yPw8g;GJ2!iP_*|``BTnFZ<^62)znK|0IsmZBfoKXue ziI78E2?&S)oW+X%R7OqyJqqaI=2<)qrW&dKtr4m|{H0V};xY0*X6HkB?cA&muHk@H z@L_pKmSC1`22AR}eyrvyZ(TrSYg282^berXg0~=uT!LwD8~#lFq3C$Fi(hbr zV1No$O*BfVY45q-!}=?R$?hkvO~Gd=l+m@Hv`Xw5B>>Q+L|Fi6x7Fv%y*kRuLZD>X zvUj|aqa&#>Fg*T!Wo4En-n!i0j&tNvf3AjnGHSb>JN)G@Gp6pOBnSkW2f*D|ufxIL z+eeIMOF5cYO=x`T7|>$7H{O+k;Ymykg@wR=i^Q_+1D(bN8gUD+?sm80k+6#`G1YXn zQC;m$_+GuXLj4*rLXFO+^#s8MI0XxFu|acTPX0U?`mcaT6Fk<3Fz@(S0G?oOp-QkA zs8iaF-21EaMK=pD(8}|myl#)*G>R!ioG}Zxh>T}gmo!-&uYu`8ky$$&{LB2hI}ugc zpdJ+U>8WW_$8Oi+qWO2u5hOd++bKb%o;tdn+LhhT81>DQ)4t5RO^xJ+SC|WdB9{pc z>k`7z*X)k_dUQY$K6sNN(Hy1{6a?|apkQ-?aq^YcJ6_N_)F%I+$sAJN|Q)F6p> z<%5?DX`XO+e$jBFA!_&L8`1n-B7W1^ez&ie^1{{~OwyH`_uDQopC7 zi-@=|;~~LeE|GGDi67A+yDf5iCLs+WWr8t%4|@6t8^l~xXWvi3`me#@fA}fZq&l7o zKw|*Zz(s{~Ooy+drjVLc#FJZh3bp=gMaH#2-w^-drvSoo)6_-iZSC6asS~Un@RJAL z_i=s^h4k^b2^Z8({-!Lcn;e*8lEI>I`}v2&``W^AIT6~tZ4;054mPwWy>OMrVVQNm z8)JE^@6u(O!Qe7kEI&OYdDDpS4bSX9fcn}%!4QvNk`POOqGpvfC5W&96W7R9Qlm;n zOHAEzM|U9JvHb-2?(`u7AdW4e87+AzkKt7rOSR>zZ%nVWJeZkkLyfkz#(_pj!s0yQ zwQH8^3wy5L`w$!e%F>qrJ|6~%1c|Siwn9i=2PFR5Y)amK$!)vi{F*P61X7KYtdLug zQnrn+&&-5`6%#$IBvazHq1|#kvzaJO@N^d!f%=gERzU*FjH~_r-FwZL8Im1isqbQ1 z^?&?D35bfFZY2f4Ab0{?^kr=+1dmWOJ(zT!#Sf)G2<7lltv&k z3{Qn%to-$Z>Vim353Bi-SG8|C(d(RR?cf!cyU71sRL^$65!BA0Xk&{Fr&0=zAg4fB z(t0+DJR1|yAC|P>y-sUs)UJw2O{iZ=RE7;A@Wpf$ zWdNjQQ+`1J0^8J2SMrF?-$j^usOg383Fpo_5ZKF)W4|AvA>mXo_&U~3n^*}W_kkP& z`(F)=K&R#iq^^pBg+Y}bKO&nyiTHgBoh@o}~VVD#^bhI9_bH zoZViY=Fd-N)_!+;GQ@!@kxT*o$#07nKd3Du`4>S+W?+B@z$p%zC{x8MD_)SvA11M$ z>#$p#3@h!Z<&K#UxD6>ID`O*oMJlzQ>hP7o1ogHgJu~J&T6yOq1{sg674#a_48_>v z);k-7lDGGVl|8xPr1MNh$r64yRj{sYnWGI9i(C6KJ(6RN-I>S%^`eR7MZlrbBOzW} z``R4HYeMx3dZ{n2nE!8B#QYzRj{liozzK<};u#5=1bjNgRp<18o^%`(i?vex{C&hd z)t|2CA);&{t7}Fv;9;2OYL&W?NtHr(F}C%HS(~10>m6@!lzhkUF$jwK85?cQ$kLQx zuG|MD+aQa@!I8o+b($ca&B;Koy44>}Oiy1cS6CCLDf#6*AfPw6kUD!pw%>DS6CAtX zQOrcJnJYNO&4Mcl6nZ*RlHRp!70poZcD$wCdt}&HM=ireld}{hrvz^6X&0Zdcw}yt z=6Ie<6f0hY&1ivqRnVV0bEjAqz-v%0%>Xz$;kP-}ax*w^ zQd#ei%-3lA_OWi?PkiU1k(2hPTf|kj?3XLV#e}5S-cg8)==m9OwY6Wa{?f5PG z5BraGON?GBaK`Xmg;av{hFnQ&iN)chc~o^<_oY}a~&-y z`o7$Gx`M6kK4$!3<3(+qr6(Vy3mYEpT*2!qK_jxwAm&BLQv1#=5kN{a?|+O)*S>;N zTt1j2fE9a0sl2BIW&&Zt?6^w8ZOJgxj=F#4DDZwzxP8-T?u8h)9CobdZ$?z+P}e$ki4YzqZz=<{|7`1JNBw?CqOH2TGE2}v=>xrAWrD8L7wTY>Z{3Afh< zs)-Gblzb`PQe9KdJ&)_^O&cxbK0UmQw5%vAgD~@dCh`2=`xzP3l=-bY@Wb3#g?#WW zX#`W%2{sbhNVo3L*Ip=rUD1w~U%$EcUIleo(zyJoa_7OxvB6Xh&_Vq)V=dx@<9FP1 zDUT%!_vj8wl_PlgLq%qO{I$eK>H+NqHRW~a?gI91bjx5Vx3czHYIWJcR0XZ~aU$@P z_n~Q(+3vbm1i)VX75iTVY14oKssg7tGxbriQtw(ShgRrka3!H+xBn5G;s)pmA1L*F z-xaSkB-#E*lh^qo6rH#K3b=f6opC=n9oN281|jw+l4As%x6cBgM})eq>;B%j)iuOE zv%pP=H0cYZ1}v2PS-0}%OczdD^c^ka@X>9nUos$AY47=Ra850J;1am_|6G0p2a*IN z8>e>c6Dj~|+Lm_(U8~u6VB3y?7Pwknt=U3-c{lzU1+R1GIsO)aAnf112!Lwgs-w#9 z$lrS8GqA|H)c^X6*O~v!LeAsOrKPq3$HJ)`1KE<>fHYTq+r8<4xXsBsTHL6hCZq1DhKPo zePETf3@{zQbTz*u<=?Vc7S<7)jX|2;hepO8j{}rL2pjTlKrh=%VBnLAu+kej`|Brsm4~9w6Tw@;n2h^yFb{|2Bk|Be2kV<=TPq)Z@2FM^=y1ADcW?!^ExTw}CV%0iS+sM&HyuVjqn9CW*107q+3_e!y66YeaW)z0I!xnGyWgfQ;-_W2g} z!y6{fX8?cV2*m%_&@g&w*Q)7K*!28(o+M}4^wKE-Y9@2`|K4ThewkgCo$+FK6l zO;VsgssA)cYkZ+}k=2s%r`GH-O4DsJmV0qYYop$B?W<#$(p<-(hMmTMaF*;oD#Ko(1&U^EB9DI0Q)FWeSjk^q?nBT>&*MppR;gjL4* zNOZq##b1SSjC8hBNwS^)!92v7s22d`21$sWF(fIe0{r?2O_J8Al_J8%Q+%yE+*ME%xq2*J>0WZ31!$rBj z5{=AJF9Yt2w!@twG<2brqjYmefF=j27CjG-Q2=ChwGs9uZeU@b3L(>mbTItLoC-%= zMSGxWh9@dp(y0O8hR-o6WXm24SNAmtI0U$FB>~mREX{xy@yv>TQk0d3Mbjje8P z41?Nh_N3X}3Cah&%SK9+MsCh|KiPNnQ>kl&lo3^CQB%V#Xm`fFJMwDTUJLKqLnPCs zFT$seyco6roJ@@6c z9FAX`b@lkZ7N^qPj!%zVJu#tqPe@qPnt4w(PX!UpwBBc#8~Fsognf%L)&uB&AxbkS zO0zapJu#=94)k1XCci(o+4 z4xFF+3p{-8?-G6c(UUC|MnapZHcGi?JWWrJZ%i_53HxpDX@dL>?FZLk0#_<5S@K#a z1|xTOEcZt4cuvt=y@6Kl>EOKi`Sxyooln;&{Hy8dNI}0_Km~crU-NxQVZeS+szL51 zUPWJ%!lZ-L=TJfKl3u-LP-lKXF(&z``y>|&YaSJBsS+YhQQvChIc4Ltmr@fSD_yL= z=*=+c$k(`Bd^miE;x9j$SiY*Gw8OL$DGz(n_!lI1*YSEwL0pAIR_!WlXuz;(-MMaCd3r(#@Yb;!9~AReQUS&=P683cN3Cj2x7o@c;2iLTv+2%qwLAy~xl- zU!>;SHr?$E6`t#SeDSf@HNN(q=_$)9U)knCx2t zDb)+Gixqs{rgP2-0A9CO(-h1Qpev&wAYu7wz6BJUaq1}D@GFVo2LT;uIFSkgkyEOe zPBua9X75HVu~@&hE<5Y!)|>Lhjk7Pk-fVmPE#D?TEHMVF9SWN1FQh~FjUUuOyJb}S zwx;cz+9TStDhXdk!5D{!+xROcJ-sJHmUES4~`WXSz%Y|+>4LS))6rWKEk^6OsjU?9)lfrm=>Qzw< z;|=4R3P0+Dh3zW&YJto|Z$0-llb0Aj54ivIY3Z9;6&*2+`PK$jt9k30GtZxKUwABh z{k+$0rlrhXX>lp_uT^)SITv(Xg3l)*PxY-|Gzn-Psaq6%+f?m#BP$k{JOwJq5-O+N#vOvMWPC~{IgZpc+^3jwbk&|cF6RzfzxpNCYMhej zB2nx$-tqkI8}Z+I;QE_w7aB|Hz~$5|{fvUWdI?DjKWkY$R{yNAC^V+aD7GH!loULp zv&lgVsJ3mMar4&%Bk=?YA;YugYxN)RxE>pM;Za$G@#m>k^zj8TFr&ryeAy(C*)^sF zUI`nT-R&uh-`_5FQ8k`PyVm{KZ`kr-B&zZa?CKR`=cp4<5tAQ{PQEoBDX4iSRFHuD zbl+r&OzpVHRDGLB(l$Sn=MDR`%2F4a#2$Mn+8~sFx8_Eb*v7>oj^R@`H`A)un4fXG z&)79@c}xc$NW0bFK>YmgLd@PQxmL;mGoMvS&fN93qx9Y^`+2A5L~VVws&1w90<1;j zKEo*gOal{;FN`4PZn!$*(eAbvY6og}cR$X(zGvp%kMA}+tc;CIJ7d*?&7R@xJX=au zlmv)bm8%o(9dmP)xfFYNpJH-%aXr=@vwcH7HE5rye3}6m_J($~qtNc#U1>DND0< zfK_qn(b=yjW51`5z%Z@qE%T1mHm={}}9(_o9ViOu)l*sU1F}sQjL(YG-9vYDrF;%7#y2516Gup>BuH@iw4h zlzYd{ao+PIqu1;lxh3oM)=Y`Bu;j4JgH?8AlMexjLMOr9yh3|oBm}gKg!)1Gjf`yQ z#U0wN$jUe;|FXk?JlKy>)7q&xkYEetDIhp%8<$*iDqon^p>QqD{LzIt&k}(to)duOG5F^7Of7 zHzwF_S;Txyn1H=@wzl@+Pcb8SUX2ZN_ZTj0n#dz(5&oM&_G3ZV8fm~J3{ud_JS-Np zLO{>7eAF-4?pOElCcg3;^PFi<-AaB|l#vyWQZ=^*@|zo4`>d)fy6cV#W}e9V<+rS^%(t)L{^3-zh%y(G# z>36jayoz8o&Dgz48QCe2hz%OY??Rh4k z1c))Af<_Wj#Wixz&Cxh(5c6rmo=Kj^Q&$sUX?0aXI4$R`h`T+HWBt|xOEs}vC$$hb zAS~=mXoIL3@7{Yk2PNzt926pVhb*|LyD$Hw*hva}ROO2c+tk={bqyg~kxjzh>qCyH6Zw ztHa~YWCE8nh3Xx59dGm9AWisW;x*?4_QHGuwny0H1H%+@GBht$ys~cCO{esxw3{K~ zN{c!^hD=|JJq!Q!19kygNWS3f(nqe79!yVsu)fBs1V%?CvJXdo`eT-nWJp*`wrMxE zpmK#rng0X-_5azWM1anXgl$l<;B?<-bTj2VxBUkE>ckxNF@-rhs4K|}i-Ltj{=4tv zzxM4GP7ZSezzmwWk9!I8Ge6RzPr|T##`7qidC*@b&pWP^K-p^(v1Uy6=W7e5KHAKL z)4CfQTUn8qS2`+59gAYql{7alzzXJ!IG$n(G}p})TDZq);_l~LUzTILux4pftaB!( zNM`Y0T?7L3aTdk|@8x0fyf~E_=eD0p+(6VK&nr)$f>lsKrJK1`LCY3xiev#2cD)^| zczMmW^Ki0Yi7lhfM*Q^ zWNNdsq0}mIZT1o7+BXRkHrCyEBnEdrmg+`%L69BYe)aCDw*A?l6qww+9+f$Nz2*wK z_Oy97D-5Pzxrcqi`}p$zaQhITiV!Rg>=kr~d_pl(h_l^KRgWY(sgEzuVdMmm3XRh; zFaE+?Y8LDf*L^`^DQJ?*m;>?D>M zZP)VJK%8nAeR5{iaBIh6Cyg*utoCYPb!#bMwEwMNH6+z+_j(g#3b8-J1{@wkfGk^J z8 zSJ_caMW~&lH!rv(zmXUg#AB_jt$^jKST72OR?G}sH5M+bF|mO2Z0$)o&<+%X30t2o zc9WVL60=_5c0Sf^`0Y`C2*}E7B^IY&0u{8-%tn^g25q!VQ@1G3Y^1u83e7esstr|% z{KIvXv|)fy3V@97qU1C2^xz;0hV87Yt7`xN{wJE0`6MA><8}-STgVp%drPDh&4SB2 zR@%0mR(kaMH8OYenl&~ZHGN0+bK%UM*WdHi0pw8XR_b=wDiF$-6PCvv>F_hkyR$0s)XMPG=)s;{<+z_|j00pLIW zyGzxeASRfNA z=++)A7Pdk5k&Oldk~?T^vP1*oxZ!S><4XaZR7hdSa%(K^QFrTW1W4DDH|~K2kN2mr z`=3jB8UWyZ>3(1L(uj}S%rVt>RuwiRCOGM8mX(|-FjkrS2dEJUV#hN0p5qi`m%IX1ytyehK&>eTZ zbYeLmEZBQ4a^KjqyNs|d!SAzfEEfg=x~&R3s>wXFLY~+Vr5d4$TO`OMrLJ5V`+`0d z_Ji`I=Kh1XGgLSG`UvnL1!=CB%WNj9oKz*N2cI3LY*(1ipme;PtiVLhoZzFf0CIMT z2-fAg^YeYB^9{gdl5n86=a;ZafB|!Lo#Z<0PxONW@0#|%n+Q<#2592e5@AOb2uLf_ zZqWE;2u-jbltZUaBJDD3-?pv)FjweSGNM*D1O&DRN> zTHNwc`Dn?Ba3&brUfpQ8aRn9>);>LtN0)Dr%O$)+Itas_At0-r_Rz#_<$+FuzJOTl z$SPTHB2iIp{N;ECbuww!IEGaGkZM`J;bI(SMR45g+J?_tB(K7hTaP(n_FqK^0-UXw1)7m|rNu_L$!=1Ws z_+=vnN%~`P!O_G!Ax|iP0s(0esf2yPZsmy$K%cbN>`*%Rh7%5@T^FVWCm|L}E7rY? zwp=J^Hle`XIlJ`tbY7QI5vI_2*b#zTHFIZtu^SGf)6@SDg^iNN2+G{~(oG8q##aPZ z$rqQ2&U$yo{G=6}NNAVBy0OJV!ZFyl3@1c@s$5|kv{!I?WTRQd2zRYkKQSWVg}U1% zfn25;^x_Hx=-=?88%nz-1;dAi!G$c$FC<{OB~NB!bmr9NdLD0c0zv-|v_*5whR#H4 z(UX<=yR~lIuFZPY?5XDR;pSTc&=Ul?61z^<79RTI*-188Mxju|sX%GAnQXpTr@Pqn zu9jK571J`@4`J9{P9&&*DwXp~M}WrX!#3y%Y=h`!K$1Yap~WxBBdb2Va(7edL{j0& zBip2gk}SUATEf$SAi_YCmN&90&(JZusUFw1e!mBO9GHaGi>*~91IcxZge_0+_CK1J z>TkJAbm|8T!(PDuvCr78?zM1EBADcEucjP*vO7*9=%F)7gv7&i0K}_XM33{0wyW~m zap=vuV1ZXw^Jbuf;DQcr#$I8ESpyLepxC3>YW*96HcQ=?Q0s9}*2@OD?JU;oN$COcuvrcEYzF%|w(XX2_1%eaPfWkphc?BJF-Ng#Ee{3*% zaa{a}qhM6O@{q58DFn!CH1?bRd8i=w^ZL5ywW8eL;i6nroD$hDap*Um4D z$cRW|DoIMn3+pnHoo;?Q)_nZY47HWgiBN}WfP8Rjf~D%%i(q7UuC45*f#O1d^rt~U z2cU_wh}4%kuhr@`#+aA}6_n6as!uAcu2v)tnOpvC7ZMrFYJz}vu`EMpw(No}hRM?? z5&)L_!k%i=&IS2uMYfxY=aeg4tbi6zu*}wpu$z8(lSz%&n9t<~;sk0tbg}m@$@ryn z>z9oqCE{BzeV+3s3+qn*hL9WrB&-hGprfpgDn)*WR;!Pm1F;%935_|Wj!;3n&uV?! zbq$%lHzN{o;a#_GxUiu7<}^VTFimyps*L+{td3_0Ef6XjE=dKZ+fIWmV=Okvv36IT z<>&hY(YO9y3W#0sb&-e=5(@p-50&eHoI!!_?p6ocF?&eDoub~b<@*Itw9aOII>K{Z|)`uF8J1H6j}ki$Nxpa`Pv z(jWk&8)>6_4{8uX$?BEk89G>)-%>Ba>{ zG+VY^FLF%jV_|X6=2keSXD~5bkD+ z%_ImB66ZNF*}MpfMj0?vsxeMfoMb&^W+HSaR&#k0*o>ptac$5R=Dt zsl6*u0PHr1Aw0aYfeO1{x#zjJ4Z=;Fs-uXJY_9z&HXlIDG?6uhYKpk~f^cki%exJA zmwNfUkAYsD?Vxpo_8>rQeh^R;vEpqIG;wr}lK=rV0WgCJ+aRuWvm=AqNHnD-bjc&{ zNNt5wSc~>~uNr+o$SrMb*B%Z!o_uJ#+>59SMzDXNl=M#y7y@M03<0fRdvPLwZQ??q z7uNs_D3OWdS}zV)kc_0RxX8`rbT%EZU9fTy&ZD~oz3R*Y#NZu|<0gTTkxt}71AOSh zus_}H?|6#<@w|k95{Z|WM)(jpP67e7L5(@UnyXD5-Uf|#AXG2W&Lu*V!de9C?=mLr zQ{GjP-nvZfMP)cn3;q3}8mq5(5eSfN0R$9Av{?$hI0Ys&aj>JhLRdES1)z|btbWi} z4&;VaNlZ2nF&-X@NSPUBKArs@9MJs?JF#R#B2U61XQzXG0b$rXvAPmC9~^7>jQ)ix zYw2m0OukV?2+*Uw(9LFbRG}BgcC!hxf{Nq@s(=+&cT{l`r+rvrwh=)z(1`<#F!g~? z3=07JANXX6_c`kR=LvlI`r<_k`*w=p4zqu#=ZXMbOoa+s#RC=OikyU27)jvq5>}{e zq5@~OiQ@*jeB~O`p@zry8BI zsShLgvc99}Bp7yQ#8^#UzF`-f*5;M{J~(seBS1OzP(e$HmsFPvkYr2QZnl-MQYC|m z2TOAbXQ&EHY&_7%DQ#VQ0S)E)QY zdK5&+f&C!&93X-e#I@0E9FXK>3A#R2T>|G*AUGR70aNHI#m;o!hQd(L4XLNP(jhK4T8S}Sxz*Y&NgvV*pYo3GHgikkZb+*kMu z%QfKD2#`oER8TAN5>k*H0t5i~A`BHo<#H2;I|=61MnnOT(;^k{#-K&=T(KS%KIbJ) zWb1YrVK@1)-MCT)eBTGWBLZ|M87e4_SOG^jfZ+{h2T;O}4l}9@ZqKN0W+EK0ftk)P zm*_685S-6`4+QETUBDHD{&vkU1jJvj`498YS*EkDe)2VZV+Za)-1=Tqf&hJf4*|t; z(hZzosSk7#pclu9Bz*7LfAZsS1<4#&2{n~<66@)x%HD)Ey?vK_wTL4OIX>lS58Y!p z>zgsG2EF{Tekv=PJ@y_1l#Dv65isS=4wgo+^FhX3oe#?72u94FM~vV!Go8tPPcZ*| zm=^33y*aF6F-_%dhJD!KK2F`sAVlUJ-UfZQbT~h5q@YaS-j1p~l@&<<4+T}oXQ{w} ztAnMP93tfD!i3l;5w*2m9AbP8k7!AN(A{)3`I4dXwk+LScq26EHUk0DvVsbN`JkmJ zAJo8BkiVc3O4vEG6*TA{`*WNSce5p*xdC$gGFG`fL?m{8+*>LDMNcUF;&$okp@$A~ ztQs7ZFzBEVAks~ai3^J8N!a|$f#(U3i){VM0%8#2Z%BN zFtO7i@rB$kZ_R{Ot#|nhpErXWxB)wBf4L(9WN8BdMM4GH_jFVV40c`IXjB)+^%+%K zlTN6pGml2=RM_&c7S$Nf-}M2{;!@>9+Bt;mkTdUNdkMi;KN>&i{jDKD^9>;&CeivW ziX@b>O`L{sn}dg#sr7O~Um&}i0Eo$~jdLdX?8>6O z?YjxS-Z6k-K)po%^a=s$LT+{%4;hezmV(k*3SuSfrvXBjZ`y(UkDOjyhG?guc7 zO70#p->KHINOI@NRev{5`^SE?2+-7#5KtnFB-r=1K@O-N1aLR|$3EkyJ=!;z4MZj| z@6zUj>wj4YeF4_Oe<`n|uZ_bB=E5QQvIglRw4TL&QJ>Vm&L^g&?fVPm5TGN@EEC6S zgYd#dR9T8Ls$889isbMRD`FZcO3f&sbKYllW$0 zm7K|(Dq;LlxSyDMf(e6jix8j;I*i3d!^%=u*bm~k*%Vkb!k`Lp6f`)W_0yfDC)A_O zKOD#@O~Dnk^V6=F9w;x-t2@w*lRvr_*eT%VGX9|VQ~T@HZ?T1vE5T@FaX z>|iN@0n4r+AZxap{nOpr!TG|tiR16q)p|ucy^+e%(Dd#q_<+vdr7Hxc@36#8Of?CU zb$Lb$dbj)_9e5cCPzMD9LJESxQUxm8i`yo~>Zp$4YCyPx#574H@oA)yxR))nav2;^ z%>RHSuCF`sN^MggBCw7WpZD@RCy4vgZwmoRe8h4RE-!V1DQ_k_)Z+?6J>%faXk11owz|vnjyQ9iV zc~jw>L3vypEcNA>G+LmYm1z8>o@ln_>bV|)X)ErZr^rufuDi&YmSS)e^CtnZOq_Zm z1hkyvByidwFLp+iyPX7FK}tL#BPjmy0=S9OTvPPT#VB#>a)6$CVqU0M45KY*Y5NSp}o#<)bV z%eSXgF(q~XSy(V1ON_O0Tobo$%CGYW6G{JDh5$VxK@$f@*s&DEF>!NIMl}aa;p%8M z4oKBddLo~J=u6zh(UgLwL65;$gb8>%yccUah7VGue1A5qcLK<6$-X#77?1W>so zal503XTio_bX+{?_E#={xV^*6q)In(uj!00quw zw?Qc7Ez4wgRBbr$~N<2jBPpk`bWOp|GQhCR1{SMI#KBi31%l zk^lkOFkw{>*E$J!KZy5+oSEEOmC`XBK*W$!o)rL`9OIMdZddS2%I~)SniJ=Y0DVk? zfMQ_bA~bRGfDPycJJd6Yt2?T=iKFR_Ff+;#Puru$AtcbSNv5w-u+IC?kz1g1_^r%3 z@6i3qgUAa3QW*nHTs)jFE)tqJP9(twbyQ(Z!v8A>GLbZu9?e5}Ny7ycp&>K_&ZU&Y z$R*1DlHlc$Ubw9D3E&*?Y_z!1N#HAC6>!=(+(>tnq`C!MsvhnR_28qtC51$llvieLe2;g8w9h%OhC{xEv-wubK7Mh; zcyZIqqZ@EQg2ag@ zwSDg9b6Oz5x(EH8?C=A-HUna~XZgxwcG7lPf*E)%{h#IV9q$pK=!dW$^edX}3Yt}9 z;-He7;8ZXS0PK*0xIS2_aGZ}iEPgBwh_8HydyX}U&s=E4PI6vJeP4f}cgDp*R8VCU zR1hp0K{Jgga1_KEqsqYD>>ttSPkb!y#nFs3EJ@14dqO?d?@#oL^>j_x3E_>uKcC;< z%EZxSGNB)`-Z^H!`jEPRP!&?p<3p@a54-f2(@~X$kp$RLwFTU)AYYD6Qwr5lyC*I% zyNUB&;L)xAm8JG@ylP;4LgLfmx{EY_2_kbM2|qsXJiD^gFAgdwhFuqjKU~9$-BGmz z+*}ujw?Sgvvl)6#Yv>$4saI8|!F=knZD ztYpu`=BnW?eeXD&MY}s=6CjvQk@sAjFQC}gcO%w0`PGBN8q|W^&6^Z6|DnbC&&>!> zSvv#-=ZiyCJqm0#OgEs%(=b{6ARbpSI3*_RETef6xHccuqo5+95bcP=ZVoTv zx-n*34Gc3?JS6VT6aHA=S1%pd&OyvIKynC>{BsD1<7VR>)w%46ELgEPt_6g*L1aB) zAXm2L0Nw_r%%0j83U<2|&Xe%M)we=h^tR)wmoa@e_9RtD{-^mG$QlHwAp^SED4GqO z1Uw%Egk_PNZHLkgTsx^Oo^DWBG5?T`D$jglXxLcG=hF>+A;5<>Y^Sq|NEioihV08; zfvac`{A>j1_*+&R#HuWXUL0$TDrXQecaN~c`$3w4;~0$=Ge*)me0Db5uX;2}_7@8; zv3plH;iy>C_np(mCw>_OI7nd#kcdA7#7Z|r0D0sj0Kh8!g*6ExfSc>$a1*DX$2$y2 zWL?DprQVw^jALQ_eRq}#$d~}#Db|hBX{2X7h$Ds&ptYjV#KGF^rLbs(Gl&>82+E_; z4b$09!a$7W5ZniM68JYshh9j?=y4LlKiFpX1B9WA+)WmcW@`Sj%&IlTPN=YgRS@5Y7@~l z8!l-36pS2{G&lm(m=6IlIb~O+Y!equh8@)gye44?wl4#@q#sXY|M(doAgd_&n9krT z-pNb#B8g%RHm%+bfG}5h*mXFO1ueFoc`;saAXoGM`}`|+0PCc9)#^bn4gikVPo}cO zOW;JFSe>&U|7Z(`Nlq4%C%IPh1K>aaK!|N3a@cWcL7X0nRQHg8~A)14Dt+8Bjdl^i+wJGQ3hkaelGSWvd(2NO5fB_-`JSS`Cb<2%k+F}be$eSk<^(%%L2Wq t6NCKyy*)#Hg988Jelj^H0q|!3`NHu{1Nn;|`}L1UIPjbO)w2bu{SN>tEDHbt literal 0 HcmV?d00001 diff --git a/AngularPokedex/src/assets/data/pokemondata.json b/AngularPokedex/src/assets/data/pokemondata.json deleted file mode 100644 index 0b8b1a1c4..000000000 --- a/AngularPokedex/src/assets/data/pokemondata.json +++ /dev/null @@ -1,26306 +0,0 @@ -[ - { - "Row": "1", - "Name": "Bulbasaur", - "Pokedex_Number": "1", - "Img_name": "1", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "1", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "326", - "ATK": "118", - "DEF": "118", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "981", - "onehundred_CP_at_39": "967" - }, - { - "Row": "2", - "Name": "Ivysaur", - "Pokedex_Number": "2", - "Img_name": "2", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "1", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "422", - "ATK": "151", - "DEF": "151", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1552", - "onehundred_CP_at_39": "1529" - }, - { - "Row": "3", - "Name": "Venusaur", - "Pokedex_Number": "3", - "Img_name": "3", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "1", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "556", - "ATK": "198", - "DEF": "198", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2568", - "onehundred_CP_at_39": "2531" - }, - { - "Row": "4", - "Name": "Charmander", - "Pokedex_Number": "4", - "Img_name": "4", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "2", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "290", - "ATK": "116", - "DEF": "96", - "STA": "78", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "831", - "onehundred_CP_at_39": "819" - }, - { - "Row": "5", - "Name": "Charmeleon", - "Pokedex_Number": "5", - "Img_name": "5", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "2", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "403", - "ATK": "158", - "DEF": "129", - "STA": "116", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1484", - "onehundred_CP_at_39": "1462" - }, - { - "Row": "6", - "Name": "Charizard", - "Pokedex_Number": "6", - "Img_name": "6", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "2", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "555", - "ATK": "223", - "DEF": "176", - "STA": "156", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2686", - "onehundred_CP_at_39": "2648" - }, - { - "Row": "7", - "Name": "Squirtle", - "Pokedex_Number": "7", - "Img_name": "7", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "3", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "304", - "ATK": "94", - "DEF": "122", - "STA": "88", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "808", - "onehundred_CP_at_39": "797" - }, - { - "Row": "8", - "Name": "Wartortle", - "Pokedex_Number": "8", - "Img_name": "8", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "3", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "399", - "ATK": "126", - "DEF": "155", - "STA": "118", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1324", - "onehundred_CP_at_39": "1305" - }, - { - "Row": "9", - "Name": "Blastoise", - "Pokedex_Number": "9", - "Img_name": "9", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "3", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "539", - "ATK": "171", - "DEF": "210", - "STA": "158", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2291", - "onehundred_CP_at_39": "2259" - }, - { - "Row": "10", - "Name": "Caterpie", - "Pokedex_Number": "10", - "Img_name": "10", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "4", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "207", - "ATK": "55", - "DEF": "62", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "393", - "onehundred_CP_at_39": "387" - }, - { - "Row": "11", - "Name": "Metapod", - "Pokedex_Number": "11", - "Img_name": "11", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "4", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "239", - "ATK": "45", - "DEF": "94", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "419", - "onehundred_CP_at_39": "413" - }, - { - "Row": "12", - "Name": "Butterfree", - "Pokedex_Number": "12", - "Img_name": "12", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "4", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "438", - "ATK": "167", - "DEF": "151", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1701", - "onehundred_CP_at_39": "1677" - }, - { - "Row": "13", - "Name": "Weedle", - "Pokedex_Number": "13", - "Img_name": "13", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "5", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "198", - "ATK": "63", - "DEF": "55", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "397", - "onehundred_CP_at_39": "391" - }, - { - "Row": "14", - "Name": "Kakuna", - "Pokedex_Number": "14", - "Img_name": "14", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "5", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "222", - "ATK": "46", - "DEF": "86", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "392", - "onehundred_CP_at_39": "386" - }, - { - "Row": "15", - "Name": "Beedrill", - "Pokedex_Number": "15", - "Img_name": "15", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "5", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "449", - "ATK": "169", - "DEF": "150", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1777", - "onehundred_CP_at_39": "1752" - }, - { - "Row": "16", - "Name": "Pidgey", - "Pokedex_Number": "16", - "Img_name": "16", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "6", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "241", - "ATK": "85", - "DEF": "76", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "580", - "onehundred_CP_at_39": "572" - }, - { - "Row": "17", - "Name": "Pidgeotto", - "Pokedex_Number": "17", - "Img_name": "17", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "6", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "351", - "ATK": "117", - "DEF": "108", - "STA": "126", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1085", - "onehundred_CP_at_39": "1070" - }, - { - "Row": "18", - "Name": "Pidgeot", - "Pokedex_Number": "18", - "Img_name": "18", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "6", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "489", - "ATK": "166", - "DEF": "157", - "STA": "166", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1994", - "onehundred_CP_at_39": "1966" - }, - { - "Row": "19", - "Name": "Rattata", - "Pokedex_Number": "19", - "Img_name": "19", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "7", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "233", - "ATK": "103", - "DEF": "70", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "588", - "onehundred_CP_at_39": "580" - }, - { - "Row": "20", - "Name": "Raticate", - "Pokedex_Number": "20", - "Img_name": "20", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "7", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "415", - "ATK": "161", - "DEF": "144", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1549", - "onehundred_CP_at_39": "1527" - }, - { - "Row": "21", - "Name": "Spearow", - "Pokedex_Number": "21", - "Img_name": "21", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "8", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "253", - "ATK": "112", - "DEF": "61", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "673", - "onehundred_CP_at_39": "664" - }, - { - "Row": "22", - "Name": "Fearow", - "Pokedex_Number": "22", - "Img_name": "22", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "8", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "447", - "ATK": "182", - "DEF": "135", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1814", - "onehundred_CP_at_39": "1788" - }, - { - "Row": "23", - "Name": "Ekans", - "Pokedex_Number": "23", - "Img_name": "23", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "9", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "282", - "ATK": "110", - "DEF": "102", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "778", - "onehundred_CP_at_39": "767" - }, - { - "Row": "24", - "Name": "Arbok", - "Pokedex_Number": "24", - "Img_name": "24", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "9", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "445", - "ATK": "167", - "DEF": "158", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1737", - "onehundred_CP_at_39": "1712" - }, - { - "Row": "25", - "Name": "Pikachu", - "Pokedex_Number": "25", - "Img_name": "25", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "10", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "283", - "ATK": "112", - "DEF": "101", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "787", - "onehundred_CP_at_39": "776" - }, - { - "Row": "26", - "Name": "Raichu", - "Pokedex_Number": "26", - "Img_name": "26", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "10", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "478", - "ATK": "193", - "DEF": "165", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2025", - "onehundred_CP_at_39": "1996" - }, - { - "Row": "27", - "Name": "Sandshrew", - "Pokedex_Number": "27", - "Img_name": "27", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "11", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "371", - "ATK": "126", - "DEF": "145", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1194", - "onehundred_CP_at_39": "1177" - }, - { - "Row": "28", - "Name": "Sandslash", - "Pokedex_Number": "28", - "Img_name": "28", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "11", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "534", - "ATK": "182", - "DEF": "202", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2328", - "onehundred_CP_at_39": "2294" - }, - { - "Row": "29", - "Name": "Nidoran F", - "Pokedex_Number": "29", - "Img_name": "29", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "12", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "290", - "ATK": "86", - "DEF": "94", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "736", - "onehundred_CP_at_39": "725" - }, - { - "Row": "30", - "Name": "Nidorina", - "Pokedex_Number": "30", - "Img_name": "30", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "12", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "383", - "ATK": "117", - "DEF": "126", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1218", - "onehundred_CP_at_39": "1201" - }, - { - "Row": "31", - "Name": "Nidoqueen", - "Pokedex_Number": "31", - "Img_name": "31", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "12", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "ground", - "Weather_1": "Cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "534", - "ATK": "180", - "DEF": "174", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2338", - "onehundred_CP_at_39": "2304" - }, - { - "Row": "32", - "Name": "Nidoran M", - "Pokedex_Number": "32", - "Img_name": "32", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "13", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "273", - "ATK": "105", - "DEF": "76", - "STA": "92", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "739", - "onehundred_CP_at_39": "729" - }, - { - "Row": "33", - "Name": "Nidorino", - "Pokedex_Number": "33", - "Img_name": "33", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "13", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "371", - "ATK": "137", - "DEF": "112", - "STA": "122", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1252", - "onehundred_CP_at_39": "1234" - }, - { - "Row": "34", - "Name": "Nidoking", - "Pokedex_Number": "34", - "Img_name": "34", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "13", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "ground", - "Weather_1": "Cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "523", - "ATK": "204", - "DEF": "157", - "STA": "162", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2386", - "onehundred_CP_at_39": "2352" - }, - { - "Row": "35", - "Name": "Clefairy", - "Pokedex_Number": "35", - "Img_name": "35", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "14", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "363", - "ATK": "107", - "DEF": "116", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1085", - "onehundred_CP_at_39": "1070" - }, - { - "Row": "36", - "Name": "Clefable", - "Pokedex_Number": "36", - "Img_name": "36", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "14", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "539", - "ATK": "178", - "DEF": "171", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2353", - "onehundred_CP_at_39": "2320" - }, - { - "Row": "37", - "Name": "Vulpix", - "Pokedex_Number": "37", - "Img_name": "37", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "15", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "294", - "ATK": "96", - "DEF": "122", - "STA": "76", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "774", - "onehundred_CP_at_39": "763" - }, - { - "Row": "38", - "Name": "Ninetales", - "Pokedex_Number": "38", - "Img_name": "38", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "15", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "519", - "ATK": "169", - "DEF": "204", - "STA": "146", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2157", - "onehundred_CP_at_39": "2127" - }, - { - "Row": "39", - "Name": "Jigglypuff", - "Pokedex_Number": "39", - "Img_name": "39", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "16", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "fairy", - "Weather_1": "Partly cloudy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "354", - "ATK": "80", - "DEF": "44", - "STA": "230", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "713", - "onehundred_CP_at_39": "703" - }, - { - "Row": "40", - "Name": "Wigglytuff", - "Pokedex_Number": "40", - "Img_name": "40", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "16", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "fairy", - "Weather_1": "Partly cloudy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "529", - "ATK": "156", - "DEF": "93", - "STA": "280", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1906", - "onehundred_CP_at_39": "1879" - }, - { - "Row": "41", - "Name": "Zubat", - "Pokedex_Number": "41", - "Img_name": "41", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "17", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "flying", - "Weather_1": "Cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "239", - "ATK": "83", - "DEF": "76", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "569", - "onehundred_CP_at_39": "560" - }, - { - "Row": "42", - "Name": "Golbat", - "Pokedex_Number": "42", - "Img_name": "42", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "17", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "flying", - "Weather_1": "Cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "464", - "ATK": "161", - "DEF": "153", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1830", - "onehundred_CP_at_39": "1804" - }, - { - "Row": "43", - "Name": "Oddish", - "Pokedex_Number": "43", - "Img_name": "43", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "18", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "337", - "ATK": "131", - "DEF": "116", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1069", - "onehundred_CP_at_39": "1054" - }, - { - "Row": "44", - "Name": "Gloom", - "Pokedex_Number": "44", - "Img_name": "44", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "18", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "412", - "ATK": "153", - "DEF": "139", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1512", - "onehundred_CP_at_39": "1491" - }, - { - "Row": "45", - "Name": "Vileplume", - "Pokedex_Number": "45", - "Img_name": "45", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "18", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "522", - "ATK": "202", - "DEF": "170", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2367", - "onehundred_CP_at_39": "2334" - }, - { - "Row": "46", - "Name": "Paras", - "Pokedex_Number": "46", - "Img_name": "46", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "19", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "grass", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "290", - "ATK": "121", - "DEF": "99", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "836", - "onehundred_CP_at_39": "824" - }, - { - "Row": "47", - "Name": "Parasect", - "Pokedex_Number": "47", - "Img_name": "47", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "19", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "grass", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "431", - "ATK": "165", - "DEF": "146", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1657", - "onehundred_CP_at_39": "1633" - }, - { - "Row": "48", - "Name": "Venonat", - "Pokedex_Number": "48", - "Img_name": "48", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "20", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "322", - "ATK": "100", - "DEF": "102", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "902", - "onehundred_CP_at_39": "889" - }, - { - "Row": "49", - "Name": "Venomoth", - "Pokedex_Number": "49", - "Img_name": "49", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "20", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "469", - "ATK": "179", - "DEF": "150", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1937", - "onehundred_CP_at_39": "1910" - }, - { - "Row": "50", - "Name": "Diglett", - "Pokedex_Number": "50", - "Img_name": "50", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "21", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "217", - "ATK": "109", - "DEF": "88", - "STA": "20", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "465", - "onehundred_CP_at_39": "458" - }, - { - "Row": "51", - "Name": "Dugtrio", - "Pokedex_Number": "51", - "Img_name": "51", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "21", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "384", - "ATK": "167", - "DEF": "147", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1333", - "onehundred_CP_at_39": "1314" - }, - { - "Row": "52", - "Name": "Meowth", - "Pokedex_Number": "52", - "Img_name": "52", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "23", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "253", - "ATK": "92", - "DEF": "81", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "638", - "onehundred_CP_at_39": "629" - }, - { - "Row": "53", - "Name": "Persian", - "Pokedex_Number": "53", - "Img_name": "53", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "23", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "419", - "ATK": "150", - "DEF": "139", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1539", - "onehundred_CP_at_39": "1517" - }, - { - "Row": "54", - "Name": "Psyduck", - "Pokedex_Number": "54", - "Img_name": "54", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "24", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "318", - "ATK": "122", - "DEF": "96", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "966", - "onehundred_CP_at_39": "952" - }, - { - "Row": "55", - "Name": "Golduck", - "Pokedex_Number": "55", - "Img_name": "55", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "24", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "514", - "ATK": "191", - "DEF": "163", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2270", - "onehundred_CP_at_39": "2238" - }, - { - "Row": "56", - "Name": "Mankey", - "Pokedex_Number": "56", - "Img_name": "56", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "25", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "315", - "ATK": "148", - "DEF": "87", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1002", - "onehundred_CP_at_39": "987" - }, - { - "Row": "57", - "Name": "Primeape", - "Pokedex_Number": "57", - "Img_name": "57", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "25", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "481", - "ATK": "207", - "DEF": "144", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2105", - "onehundred_CP_at_39": "2075" - }, - { - "Row": "58", - "Name": "Growlithe", - "Pokedex_Number": "58", - "Img_name": "58", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "26", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "342", - "ATK": "136", - "DEF": "96", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1110", - "onehundred_CP_at_39": "1095" - }, - { - "Row": "59", - "Name": "Arcanine", - "Pokedex_Number": "59", - "Img_name": "59", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "26", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "573", - "ATK": "227", - "DEF": "166", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2839", - "onehundred_CP_at_39": "2799" - }, - { - "Row": "60", - "Name": "Poliwag", - "Pokedex_Number": "60", - "Img_name": "60", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "27", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "263", - "ATK": "101", - "DEF": "82", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "695", - "onehundred_CP_at_39": "685" - }, - { - "Row": "61", - "Name": "Poliwhirl", - "Pokedex_Number": "61", - "Img_name": "61", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "27", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "390", - "ATK": "130", - "DEF": "130", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1313", - "onehundred_CP_at_39": "1294" - }, - { - "Row": "62", - "Name": "Poliwrath", - "Pokedex_Number": "62", - "Img_name": "62", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "27", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "fighting", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "549", - "ATK": "182", - "DEF": "187", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2441", - "onehundred_CP_at_39": "2407" - }, - { - "Row": "63", - "Name": "Abra", - "Pokedex_Number": "63", - "Img_name": "63", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "28", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "348", - "ATK": "195", - "DEF": "103", - "STA": "50", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1148", - "onehundred_CP_at_39": "1132" - }, - { - "Row": "64", - "Name": "Kadabra", - "Pokedex_Number": "64", - "Img_name": "64", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "28", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "450", - "ATK": "232", - "DEF": "138", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1859", - "onehundred_CP_at_39": "1833" - }, - { - "Row": "65", - "Name": "Alakazam", - "Pokedex_Number": "65", - "Img_name": "65", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "28", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "575", - "ATK": "271", - "DEF": "194", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2887", - "onehundred_CP_at_39": "2845" - }, - { - "Row": "66", - "Name": "Machop", - "Pokedex_Number": "66", - "Img_name": "66", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "29", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "365", - "ATK": "137", - "DEF": "88", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1199", - "onehundred_CP_at_39": "1182" - }, - { - "Row": "67", - "Name": "Machoke", - "Pokedex_Number": "67", - "Img_name": "67", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "29", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "467", - "ATK": "177", - "DEF": "130", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1910", - "onehundred_CP_at_39": "1882" - }, - { - "Row": "68", - "Name": "Machamp", - "Pokedex_Number": "68", - "Img_name": "68", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "29", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "576", - "ATK": "234", - "DEF": "162", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "3", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2889", - "onehundred_CP_at_39": "2848" - }, - { - "Row": "69", - "Name": "Bellsprout", - "Pokedex_Number": "69", - "Img_name": "69", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "30", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "303", - "ATK": "139", - "DEF": "64", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "916", - "onehundred_CP_at_39": "903" - }, - { - "Row": "70", - "Name": "Weepinbell", - "Pokedex_Number": "70", - "Img_name": "70", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "30", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "397", - "ATK": "172", - "DEF": "95", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1475", - "onehundred_CP_at_39": "1453" - }, - { - "Row": "71", - "Name": "Victreebel", - "Pokedex_Number": "71", - "Img_name": "71", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "30", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "505", - "ATK": "207", - "DEF": "138", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2268", - "onehundred_CP_at_39": "2236" - }, - { - "Row": "72", - "Name": "Tentacool", - "Pokedex_Number": "72", - "Img_name": "72", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "31", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "359", - "ATK": "97", - "DEF": "182", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "956", - "onehundred_CP_at_39": "943" - }, - { - "Row": "73", - "Name": "Tentacruel", - "Pokedex_Number": "73", - "Img_name": "73", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "31", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "563", - "ATK": "166", - "DEF": "237", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2374", - "onehundred_CP_at_39": "2340" - }, - { - "Row": "74", - "Name": "Geodude", - "Pokedex_Number": "74", - "Img_name": "74", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "32", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "ground", - "Weather_1": "Partly cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "375", - "ATK": "132", - "DEF": "163", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1193", - "onehundred_CP_at_39": "1176" - }, - { - "Row": "75", - "Name": "Graveler", - "Pokedex_Number": "75", - "Img_name": "75", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "32", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "ground", - "Weather_1": "Partly cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "470", - "ATK": "164", - "DEF": "196", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1815", - "onehundred_CP_at_39": "1789" - }, - { - "Row": "76", - "Name": "Golem", - "Pokedex_Number": "76", - "Img_name": "76", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "32", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "ground", - "Weather_1": "Partly cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "600", - "ATK": "211", - "DEF": "229", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "4", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2916", - "onehundred_CP_at_39": "2875" - }, - { - "Row": "77", - "Name": "Ponyta", - "Pokedex_Number": "77", - "Img_name": "77", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "33", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "402", - "ATK": "170", - "DEF": "132", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1502", - "onehundred_CP_at_39": "1480" - }, - { - "Row": "78", - "Name": "Rapidash", - "Pokedex_Number": "78", - "Img_name": "78", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "33", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "504", - "ATK": "207", - "DEF": "167", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2252", - "onehundred_CP_at_39": "2220" - }, - { - "Row": "79", - "Name": "Slowpoke", - "Pokedex_Number": "79", - "Img_name": "79", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "34", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "psychic", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "398", - "ATK": "109", - "DEF": "109", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1204", - "onehundred_CP_at_39": "1187" - }, - { - "Row": "80", - "Name": "Slowbro", - "Pokedex_Number": "80", - "Img_name": "80", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "34", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "psychic", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "561", - "ATK": "177", - "DEF": "194", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2482", - "onehundred_CP_at_39": "2446" - }, - { - "Row": "81", - "Name": "Magnemite", - "Pokedex_Number": "81", - "Img_name": "81", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "35", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "steel", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "343", - "ATK": "165", - "DEF": "128", - "STA": "50", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1083", - "onehundred_CP_at_39": "1068" - }, - { - "Row": "82", - "Name": "Magneton", - "Pokedex_Number": "82", - "Img_name": "82", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "35", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "steel", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "505", - "ATK": "223", - "DEF": "182", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "2237", - "onehundred_CP_at_39": "2205" - }, - { - "Row": "83", - "Name": "Farfetchd", - "Pokedex_Number": "83", - "Img_name": "83", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "36", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "346", - "ATK": "124", - "DEF": "118", - "STA": "104", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1092", - "onehundred_CP_at_39": "1076" - }, - { - "Row": "84", - "Name": "Doduo", - "Pokedex_Number": "84", - "Img_name": "84", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "37", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "316", - "ATK": "158", - "DEF": "88", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1011", - "onehundred_CP_at_39": "996" - }, - { - "Row": "85", - "Name": "Dodrio", - "Pokedex_Number": "85", - "Img_name": "85", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "37", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "483", - "ATK": "218", - "DEF": "145", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2138", - "onehundred_CP_at_39": "2108" - }, - { - "Row": "86", - "Name": "Seel", - "Pokedex_Number": "86", - "Img_name": "86", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "38", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "343", - "ATK": "85", - "DEF": "128", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "899", - "onehundred_CP_at_39": "886" - }, - { - "Row": "87", - "Name": "Dewgong", - "Pokedex_Number": "87", - "Img_name": "87", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "38", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ice", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "503", - "ATK": "139", - "DEF": "184", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1894", - "onehundred_CP_at_39": "1867" - }, - { - "Row": "88", - "Name": "Grimer", - "Pokedex_Number": "88", - "Img_name": "88", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "39", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "385", - "ATK": "135", - "DEF": "90", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1269", - "onehundred_CP_at_39": "1251" - }, - { - "Row": "89", - "Name": "Muk", - "Pokedex_Number": "89", - "Img_name": "89", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "39", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "584", - "ATK": "190", - "DEF": "184", - "STA": "210", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2709", - "onehundred_CP_at_39": "2670" - }, - { - "Row": "90", - "Name": "Shellder", - "Pokedex_Number": "90", - "Img_name": "90", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "40", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "344", - "ATK": "116", - "DEF": "168", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "958", - "onehundred_CP_at_39": "944" - }, - { - "Row": "91", - "Name": "Cloyster", - "Pokedex_Number": "91", - "Img_name": "91", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "40", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ice", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "609", - "ATK": "186", - "DEF": "323", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2475", - "onehundred_CP_at_39": "2439" - }, - { - "Row": "92", - "Name": "Gastly", - "Pokedex_Number": "92", - "Img_name": "92", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "41", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "poison", - "Weather_1": "Fog", - "Weather_2": "Cloudy", - "STAT_TOTAL": "316", - "ATK": "186", - "DEF": "70", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1002", - "onehundred_CP_at_39": "988" - }, - { - "Row": "93", - "Name": "Haunter", - "Pokedex_Number": "93", - "Img_name": "93", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "41", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "poison", - "Weather_1": "Fog", - "Weather_2": "Cloudy", - "STAT_TOTAL": "425", - "ATK": "223", - "DEF": "112", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1716", - "onehundred_CP_at_39": "1692" - }, - { - "Row": "94", - "Name": "Gengar", - "Pokedex_Number": "94", - "Img_name": "94", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "41", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "poison", - "Weather_1": "Fog", - "Weather_2": "Cloudy", - "STAT_TOTAL": "537", - "ATK": "261", - "DEF": "156", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "3", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2619", - "onehundred_CP_at_39": "2581" - }, - { - "Row": "95", - "Name": "Onix", - "Pokedex_Number": "95", - "Img_name": "95", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "42", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "ground", - "Weather_1": "Partly cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "443", - "ATK": "85", - "DEF": "288", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1002", - "onehundred_CP_at_39": "988" - }, - { - "Row": "96", - "Name": "Drowzee", - "Pokedex_Number": "96", - "Img_name": "96", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "43", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "367", - "ATK": "89", - "DEF": "158", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "992", - "onehundred_CP_at_39": "978" - }, - { - "Row": "97", - "Name": "Hypno", - "Pokedex_Number": "97", - "Img_name": "97", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "43", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "529", - "ATK": "144", - "DEF": "215", - "STA": "170", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2048", - "onehundred_CP_at_39": "2019" - }, - { - "Row": "98", - "Name": "Krabby", - "Pokedex_Number": "98", - "Img_name": "98", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "44", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "397", - "ATK": "181", - "DEF": "156", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1386", - "onehundred_CP_at_39": "1366" - }, - { - "Row": "99", - "Name": "Kingler", - "Pokedex_Number": "99", - "Img_name": "99", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "44", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "564", - "ATK": "240", - "DEF": "214", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2694", - "onehundred_CP_at_39": "2656" - }, - { - "Row": "100", - "Name": "Voltorb", - "Pokedex_Number": "100", - "Img_name": "100", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "45", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "303", - "ATK": "109", - "DEF": "114", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "857", - "onehundred_CP_at_39": "845" - }, - { - "Row": "101", - "Name": "Electrode", - "Pokedex_Number": "101", - "Img_name": "101", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "45", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "472", - "ATK": "173", - "DEF": "179", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1900", - "onehundred_CP_at_39": "1873" - }, - { - "Row": "102", - "Name": "Exeggcute", - "Pokedex_Number": "102", - "Img_name": "102", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "46", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "psychic", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "367", - "ATK": "107", - "DEF": "140", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1102", - "onehundred_CP_at_39": "1086" - }, - { - "Row": "103", - "Name": "Exeggutor", - "Pokedex_Number": "103", - "Img_name": "103", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "46", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "psychic", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "581", - "ATK": "233", - "DEF": "158", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "2", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2916", - "onehundred_CP_at_39": "2875" - }, - { - "Row": "104", - "Name": "Cubone", - "Pokedex_Number": "104", - "Img_name": "104", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "47", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "355", - "ATK": "90", - "DEF": "165", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "943", - "onehundred_CP_at_39": "930" - }, - { - "Row": "105", - "Name": "Marowak", - "Pokedex_Number": "105", - "Img_name": "105", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "47", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "464", - "ATK": "144", - "DEF": "200", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1691", - "onehundred_CP_at_39": "1667" - }, - { - "Row": "106", - "Name": "Hitmonlee", - "Pokedex_Number": "106", - "Img_name": "106", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "48", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "535", - "ATK": "224", - "DEF": "211", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2406", - "onehundred_CP_at_39": "2372" - }, - { - "Row": "107", - "Name": "Hitmonchan", - "Pokedex_Number": "107", - "Img_name": "107", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "48", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "505", - "ATK": "193", - "DEF": "212", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2098", - "onehundred_CP_at_39": "2069" - }, - { - "Row": "108", - "Name": "Lickitung", - "Pokedex_Number": "108", - "Img_name": "108", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "49", - "Cross_Gen": "1", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "425", - "ATK": "108", - "DEF": "137", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1322", - "onehundred_CP_at_39": "1303" - }, - { - "Row": "109", - "Name": "Koffing", - "Pokedex_Number": "109", - "Img_name": "109", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "50", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "363", - "ATK": "119", - "DEF": "164", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1091", - "onehundred_CP_at_39": "1075" - }, - { - "Row": "110", - "Name": "Weezing", - "Pokedex_Number": "110", - "Img_name": "110", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "50", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "525", - "ATK": "174", - "DEF": "221", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2183", - "onehundred_CP_at_39": "2152" - }, - { - "Row": "111", - "Name": "Rhyhorn", - "Pokedex_Number": "111", - "Img_name": "111", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "51", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "rock", - "Weather_1": "Sunny/clear", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "457", - "ATK": "140", - "DEF": "157", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1679", - "onehundred_CP_at_39": "1655" - }, - { - "Row": "112", - "Name": "Rhydon", - "Pokedex_Number": "112", - "Img_name": "112", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "51", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "rock", - "Weather_1": "Sunny/clear", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "638", - "ATK": "222", - "DEF": "206", - "STA": "210", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "3300", - "onehundred_CP_at_39": "3253" - }, - { - "Row": "113", - "Name": "Chansey", - "Pokedex_Number": "113", - "Img_name": "113", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "52", - "Cross_Gen": "1", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "736", - "ATK": "60", - "DEF": "176", - "STA": "500", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1469", - "onehundred_CP_at_39": "1448" - }, - { - "Row": "114", - "Name": "Tangela", - "Pokedex_Number": "114", - "Img_name": "114", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "53", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "518", - "ATK": "183", - "DEF": "205", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "2208", - "onehundred_CP_at_39": "2177" - }, - { - "Row": "115", - "Name": "Kangaskhan", - "Pokedex_Number": "115", - "Img_name": "115", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "54", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "556", - "ATK": "181", - "DEF": "165", - "STA": "210", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2463", - "onehundred_CP_at_39": "2428" - }, - { - "Row": "116", - "Name": "Horsea", - "Pokedex_Number": "116", - "Img_name": "116", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "55", - "Cross_Gen": "1", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "314", - "ATK": "129", - "DEF": "125", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "921", - "onehundred_CP_at_39": "908" - }, - { - "Row": "117", - "Name": "Seadra", - "Pokedex_Number": "117", - "Img_name": "117", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "55", - "Cross_Gen": "1", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "479", - "ATK": "187", - "DEF": "182", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1979", - "onehundred_CP_at_39": "1951" - }, - { - "Row": "118", - "Name": "Goldeen", - "Pokedex_Number": "118", - "Img_name": "118", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "56", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "328", - "ATK": "123", - "DEF": "115", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1006", - "onehundred_CP_at_39": "992" - }, - { - "Row": "119", - "Name": "Seaking", - "Pokedex_Number": "119", - "Img_name": "119", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "56", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "489", - "ATK": "175", - "DEF": "154", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2040", - "onehundred_CP_at_39": "2011" - }, - { - "Row": "120", - "Name": "Staryu", - "Pokedex_Number": "120", - "Img_name": "120", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "57", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "309", - "ATK": "137", - "DEF": "112", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "926", - "onehundred_CP_at_39": "913" - }, - { - "Row": "121", - "Name": "Starmie", - "Pokedex_Number": "121", - "Img_name": "121", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "57", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "psychic", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "514", - "ATK": "210", - "DEF": "184", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2303", - "onehundred_CP_at_39": "2270" - }, - { - "Row": "122", - "Name": "Mr Mime", - "Pokedex_Number": "122", - "Img_name": "122", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "58", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "fairy", - "Weather_1": "Windy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "505", - "ATK": "192", - "DEF": "233", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1984", - "onehundred_CP_at_39": "1956" - }, - { - "Row": "123", - "Name": "Scyther", - "Pokedex_Number": "123", - "Img_name": "123", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "59", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "528", - "ATK": "218", - "DEF": "170", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2464", - "onehundred_CP_at_39": "2429" - }, - { - "Row": "124", - "Name": "Jynx", - "Pokedex_Number": "124", - "Img_name": "124", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "60", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "psychic", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "535", - "ATK": "223", - "DEF": "182", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "3", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2512", - "onehundred_CP_at_39": "2476" - }, - { - "Row": "125", - "Name": "Electabuzz", - "Pokedex_Number": "125", - "Img_name": "125", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "61", - "Cross_Gen": "1", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "501", - "ATK": "198", - "DEF": "173", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "2", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "2196", - "onehundred_CP_at_39": "2165" - }, - { - "Row": "126", - "Name": "Magmar", - "Pokedex_Number": "126", - "Img_name": "126", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "62", - "Cross_Gen": "1", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "505", - "ATK": "206", - "DEF": "169", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "2254", - "onehundred_CP_at_39": "2222" - }, - { - "Row": "127", - "Name": "Pinsir", - "Pokedex_Number": "127", - "Img_name": "127", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "63", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "565", - "ATK": "238", - "DEF": "197", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2770", - "onehundred_CP_at_39": "2730" - }, - { - "Row": "128", - "Name": "Tauros", - "Pokedex_Number": "128", - "Img_name": "128", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "64", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "545", - "ATK": "198", - "DEF": "197", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2488", - "onehundred_CP_at_39": "2452" - }, - { - "Row": "129", - "Name": "Magikarp", - "Pokedex_Number": "129", - "Img_name": "129", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "65", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "171", - "ATK": "29", - "DEF": "102", - "STA": "40", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "1", - "Hatchable": "0", - "Shiny": "1", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "220", - "onehundred_CP_at_39": "217" - }, - { - "Row": "130", - "Name": "Gyarados", - "Pokedex_Number": "130", - "Img_name": "130", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "65", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "624", - "ATK": "237", - "DEF": "197", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3281", - "onehundred_CP_at_39": "3234" - }, - { - "Row": "131", - "Name": "Lapras", - "Pokedex_Number": "131", - "Img_name": "131", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "66", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ice", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "605", - "ATK": "165", - "DEF": "180", - "STA": "260", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2603", - "onehundred_CP_at_39": "2566" - }, - { - "Row": "132", - "Name": "Ditto", - "Pokedex_Number": "132", - "Img_name": "132", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "67", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "278", - "ATK": "91", - "DEF": "91", - "STA": "96", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "718", - "onehundred_CP_at_39": "707" - }, - { - "Row": "133", - "Name": "Eevee", - "Pokedex_Number": "133", - "Img_name": "133", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "68", - "Cross_Gen": "1", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "335", - "ATK": "104", - "DEF": "121", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "969", - "onehundred_CP_at_39": "955" - }, - { - "Row": "134", - "Name": "Vaporeon", - "Pokedex_Number": "134", - "Img_name": "134", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "68", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "642", - "ATK": "205", - "DEF": "177", - "STA": "260", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3157", - "onehundred_CP_at_39": "3112" - }, - { - "Row": "135", - "Name": "Jolteon", - "Pokedex_Number": "135", - "Img_name": "135", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "68", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "563", - "ATK": "232", - "DEF": "201", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "3", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2730", - "onehundred_CP_at_39": "2691" - }, - { - "Row": "136", - "Name": "Flareon", - "Pokedex_Number": "136", - "Img_name": "136", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "68", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "580", - "ATK": "246", - "DEF": "204", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2904", - "onehundred_CP_at_39": "2863" - }, - { - "Row": "137", - "Name": "Porygon", - "Pokedex_Number": "137", - "Img_name": "137", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "69", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "422", - "ATK": "153", - "DEF": "139", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1567", - "onehundred_CP_at_39": "1545" - }, - { - "Row": "138", - "Name": "Omanyte", - "Pokedex_Number": "138", - "Img_name": "138", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "70", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "water", - "Weather_1": "Partly cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "399", - "ATK": "155", - "DEF": "174", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1345", - "onehundred_CP_at_39": "1326" - }, - { - "Row": "139", - "Name": "Omastar", - "Pokedex_Number": "139", - "Img_name": "139", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "70", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "water", - "Weather_1": "Partly cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "574", - "ATK": "207", - "DEF": "227", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2685", - "onehundred_CP_at_39": "2647" - }, - { - "Row": "140", - "Name": "Kabuto", - "Pokedex_Number": "140", - "Img_name": "140", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "71", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "water", - "Weather_1": "Partly cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "370", - "ATK": "148", - "DEF": "162", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1172", - "onehundred_CP_at_39": "1156" - }, - { - "Row": "141", - "Name": "Kabutops", - "Pokedex_Number": "141", - "Img_name": "141", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "71", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "water", - "Weather_1": "Partly cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "543", - "ATK": "220", - "DEF": "203", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2517", - "onehundred_CP_at_39": "2481" - }, - { - "Row": "142", - "Name": "Aerodactyl", - "Pokedex_Number": "142", - "Img_name": "142", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "72", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "545", - "ATK": "221", - "DEF": "164", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2608", - "onehundred_CP_at_39": "2571" - }, - { - "Row": "143", - "Name": "Snorlax", - "Pokedex_Number": "143", - "Img_name": "143", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "73", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "700", - "ATK": "190", - "DEF": "190", - "STA": "320", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3355", - "onehundred_CP_at_39": "3307" - }, - { - "Row": "144", - "Name": "Articuno", - "Pokedex_Number": "144", - "Img_name": "144", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "74", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "flying", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "621", - "ATK": "192", - "DEF": "249", - "STA": "180", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "1", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2933", - "onehundred_CP_at_39": "2891" - }, - { - "Row": "145", - "Name": "Zapdos", - "Pokedex_Number": "145", - "Img_name": "145", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "75", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "621", - "ATK": "253", - "DEF": "188", - "STA": "180", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "1", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3330", - "onehundred_CP_at_39": "3282" - }, - { - "Row": "146", - "Name": "Moltres", - "Pokedex_Number": "146", - "Img_name": "146", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "76", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "615", - "ATK": "251", - "DEF": "184", - "STA": "180", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "1", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3272", - "onehundred_CP_at_39": "3225" - }, - { - "Row": "147", - "Name": "Dratini", - "Pokedex_Number": "147", - "Img_name": "147", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "77", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "295", - "ATK": "119", - "DEF": "94", - "STA": "82", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "860", - "onehundred_CP_at_39": "848" - }, - { - "Row": "148", - "Name": "Dragonair", - "Pokedex_Number": "148", - "Img_name": "148", - "Generation": "1", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "77", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "423", - "ATK": "163", - "DEF": "138", - "STA": "122", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1609", - "onehundred_CP_at_39": "1586" - }, - { - "Row": "149", - "Name": "Dragonite", - "Pokedex_Number": "149", - "Img_name": "149", - "Generation": "1", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "77", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "flying", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "646", - "ATK": "263", - "DEF": "201", - "STA": "182", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3581", - "onehundred_CP_at_39": "3530" - }, - { - "Row": "150", - "Name": "Mewtwo", - "Pokedex_Number": "150", - "Img_name": "150", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "78", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "675", - "ATK": "300", - "DEF": "182", - "STA": "193", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3982", - "onehundred_CP_at_39": "3925" - }, - { - "Row": "151", - "Name": "Mew", - "Pokedex_Number": "151", - "Img_name": "151", - "Generation": "1", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "79", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3090", - "onehundred_CP_at_39": "3046" - }, - { - "Row": "152", - "Name": "Chikorita", - "Pokedex_Number": "152", - "Img_name": "152", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "80", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "304", - "ATK": "92", - "DEF": "122", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "801", - "onehundred_CP_at_39": "790" - }, - { - "Row": "153", - "Name": "Bayleef", - "Pokedex_Number": "153", - "Img_name": "153", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "80", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "397", - "ATK": "122", - "DEF": "155", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1296", - "onehundred_CP_at_39": "1277" - }, - { - "Row": "154", - "Name": "Meganium", - "Pokedex_Number": "154", - "Img_name": "154", - "Generation": "2", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "80", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "530", - "ATK": "168", - "DEF": "202", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2227", - "onehundred_CP_at_39": "2195" - }, - { - "Row": "155", - "Name": "Cyndaquil", - "Pokedex_Number": "155", - "Img_name": "155", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "81", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "290", - "ATK": "116", - "DEF": "96", - "STA": "78", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "831", - "onehundred_CP_at_39": "819" - }, - { - "Row": "156", - "Name": "Quilava", - "Pokedex_Number": "156", - "Img_name": "156", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "81", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "403", - "ATK": "158", - "DEF": "129", - "STA": "116", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1484", - "onehundred_CP_at_39": "1462" - }, - { - "Row": "157", - "Name": "Typhlosion", - "Pokedex_Number": "157", - "Img_name": "157", - "Generation": "2", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "81", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "555", - "ATK": "223", - "DEF": "176", - "STA": "156", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2686", - "onehundred_CP_at_39": "2648" - }, - { - "Row": "158", - "Name": "Totodile", - "Pokedex_Number": "158", - "Img_name": "158", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "82", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "333", - "ATK": "117", - "DEF": "116", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1011", - "onehundred_CP_at_39": "997" - }, - { - "Row": "159", - "Name": "Croconaw", - "Pokedex_Number": "159", - "Img_name": "159", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "82", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "431", - "ATK": "150", - "DEF": "151", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1598", - "onehundred_CP_at_39": "1576" - }, - { - "Row": "160", - "Name": "Feraligatr", - "Pokedex_Number": "160", - "Img_name": "160", - "Generation": "2", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "82", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "572", - "ATK": "205", - "DEF": "197", - "STA": "170", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2721", - "onehundred_CP_at_39": "2682" - }, - { - "Row": "161", - "Name": "Sentret", - "Pokedex_Number": "161", - "Img_name": "161", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "83", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "226", - "ATK": "79", - "DEF": "77", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "519", - "onehundred_CP_at_39": "511" - }, - { - "Row": "162", - "Name": "Furret", - "Pokedex_Number": "162", - "Img_name": "162", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "83", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "448", - "ATK": "148", - "DEF": "130", - "STA": "170", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1667", - "onehundred_CP_at_39": "1643" - }, - { - "Row": "163", - "Name": "Hoothoot", - "Pokedex_Number": "163", - "Img_name": "163", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "84", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "288", - "ATK": "67", - "DEF": "101", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "640", - "onehundred_CP_at_39": "631" - }, - { - "Row": "164", - "Name": "Noctowl", - "Pokedex_Number": "164", - "Img_name": "164", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "84", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "524", - "ATK": "145", - "DEF": "179", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2040", - "onehundred_CP_at_39": "2011" - }, - { - "Row": "165", - "Name": "Ledyba", - "Pokedex_Number": "165", - "Img_name": "165", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "85", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "294", - "ATK": "72", - "DEF": "142", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "663", - "onehundred_CP_at_39": "654" - }, - { - "Row": "166", - "Name": "Ledian", - "Pokedex_Number": "166", - "Img_name": "166", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "85", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "426", - "ATK": "107", - "DEF": "209", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1275", - "onehundred_CP_at_39": "1256" - }, - { - "Row": "167", - "Name": "Spinarak", - "Pokedex_Number": "167", - "Img_name": "167", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "86", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "258", - "ATK": "105", - "DEF": "73", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "685", - "onehundred_CP_at_39": "675" - }, - { - "Row": "168", - "Name": "Ariados", - "Pokedex_Number": "168", - "Img_name": "168", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "86", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "429", - "ATK": "161", - "DEF": "128", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1636", - "onehundred_CP_at_39": "1613" - }, - { - "Row": "169", - "Name": "Crobat", - "Pokedex_Number": "169", - "Img_name": "169", - "Generation": "2", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "17", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "flying", - "Weather_1": "Cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "542", - "ATK": "194", - "DEF": "178", - "STA": "170", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2466", - "onehundred_CP_at_39": "2431" - }, - { - "Row": "170", - "Name": "Chinchou", - "Pokedex_Number": "170", - "Img_name": "170", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "87", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "electric", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "362", - "ATK": "106", - "DEF": "106", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1067", - "onehundred_CP_at_39": "1052" - }, - { - "Row": "171", - "Name": "Lanturn", - "Pokedex_Number": "171", - "Img_name": "171", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "87", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "electric", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "542", - "ATK": "146", - "DEF": "146", - "STA": "250", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2077", - "onehundred_CP_at_39": "2047" - }, - { - "Row": "172", - "Name": "Pichu", - "Pokedex_Number": "172", - "Img_name": "172", - "Generation": "2", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "10", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "180", - "ATK": "77", - "DEF": "63", - "STA": "40", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "376", - "onehundred_CP_at_39": "370" - }, - { - "Row": "173", - "Name": "Cleffa", - "Pokedex_Number": "173", - "Img_name": "173", - "Generation": "2", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "14", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "266", - "ATK": "75", - "DEF": "91", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "620", - "onehundred_CP_at_39": "611" - }, - { - "Row": "174", - "Name": "Igglybuff", - "Pokedex_Number": "174", - "Img_name": "174", - "Generation": "2", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "16", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "fairy", - "Weather_1": "Partly cloudy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "283", - "ATK": "69", - "DEF": "34", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "512", - "onehundred_CP_at_39": "505" - }, - { - "Row": "175", - "Name": "Togepi", - "Pokedex_Number": "175", - "Img_name": "175", - "Generation": "2", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "88", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "253", - "ATK": "67", - "DEF": "116", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "540", - "onehundred_CP_at_39": "532" - }, - { - "Row": "176", - "Name": "Togetic", - "Pokedex_Number": "176", - "Img_name": "176", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "88", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "flying", - "Weather_1": "Cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "440", - "ATK": "139", - "DEF": "191", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1543", - "onehundred_CP_at_39": "1521" - }, - { - "Row": "177", - "Name": "Natu", - "Pokedex_Number": "177", - "Img_name": "177", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "89", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "flying", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "303", - "ATK": "134", - "DEF": "89", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "925", - "onehundred_CP_at_39": "911" - }, - { - "Row": "178", - "Name": "Xatu", - "Pokedex_Number": "178", - "Img_name": "178", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "89", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "flying", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "468", - "ATK": "192", - "DEF": "146", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1975", - "onehundred_CP_at_39": "1947" - }, - { - "Row": "179", - "Name": "Mareep", - "Pokedex_Number": "179", - "Img_name": "179", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "90", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "306", - "ATK": "114", - "DEF": "82", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "887", - "onehundred_CP_at_39": "874" - }, - { - "Row": "180", - "Name": "Flaaffy", - "Pokedex_Number": "180", - "Img_name": "180", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "90", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "397", - "ATK": "145", - "DEF": "112", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1402", - "onehundred_CP_at_39": "1382" - }, - { - "Row": "181", - "Name": "Ampharos", - "Pokedex_Number": "181", - "Img_name": "181", - "Generation": "2", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "90", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "563", - "ATK": "211", - "DEF": "172", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2695", - "onehundred_CP_at_39": "2656" - }, - { - "Row": "182", - "Name": "Bellossom", - "Pokedex_Number": "182", - "Img_name": "182", - "Generation": "2", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "18", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "508", - "ATK": "169", - "DEF": "189", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2108", - "onehundred_CP_at_39": "2078" - }, - { - "Row": "183", - "Name": "Marill", - "Pokedex_Number": "183", - "Img_name": "183", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "91", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "fairy", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "270", - "ATK": "37", - "DEF": "93", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "420", - "onehundred_CP_at_39": "414" - }, - { - "Row": "184", - "Name": "Azumarill", - "Pokedex_Number": "184", - "Img_name": "184", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "91", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "fairy", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "464", - "ATK": "112", - "DEF": "152", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1503", - "onehundred_CP_at_39": "1481" - }, - { - "Row": "185", - "Name": "Sudowoodo", - "Pokedex_Number": "185", - "Img_name": "185", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "92", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "505", - "ATK": "167", - "DEF": "198", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2065", - "onehundred_CP_at_39": "2035" - }, - { - "Row": "186", - "Name": "Politoed", - "Pokedex_Number": "186", - "Img_name": "186", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "27", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "546", - "ATK": "174", - "DEF": "192", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2371", - "onehundred_CP_at_39": "2337" - }, - { - "Row": "187", - "Name": "Hoppip", - "Pokedex_Number": "187", - "Img_name": "187", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "93", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "238", - "ATK": "67", - "DEF": "101", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "508", - "onehundred_CP_at_39": "501" - }, - { - "Row": "188", - "Name": "Skiploom", - "Pokedex_Number": "188", - "Img_name": "188", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "93", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "328", - "ATK": "91", - "DEF": "127", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "882", - "onehundred_CP_at_39": "869" - }, - { - "Row": "189", - "Name": "Jumpluff", - "Pokedex_Number": "189", - "Img_name": "189", - "Generation": "2", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "93", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "465", - "ATK": "118", - "DEF": "197", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1553", - "onehundred_CP_at_39": "1531" - }, - { - "Row": "190", - "Name": "Aipom", - "Pokedex_Number": "190", - "Img_name": "190", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "94", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "358", - "ATK": "136", - "DEF": "112", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1188", - "onehundred_CP_at_39": "1171" - }, - { - "Row": "191", - "Name": "Sunkern", - "Pokedex_Number": "191", - "Img_name": "191", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "95", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "170", - "ATK": "55", - "DEF": "55", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "316", - "onehundred_CP_at_39": "312" - }, - { - "Row": "192", - "Name": "Sunflora", - "Pokedex_Number": "192", - "Img_name": "192", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "95", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "483", - "ATK": "185", - "DEF": "148", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2048", - "onehundred_CP_at_39": "2019" - }, - { - "Row": "193", - "Name": "Yanma", - "Pokedex_Number": "193", - "Img_name": "193", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "96", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "378", - "ATK": "154", - "DEF": "94", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1326", - "onehundred_CP_at_39": "1308" - }, - { - "Row": "194", - "Name": "Wooper", - "Pokedex_Number": "194", - "Img_name": "194", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "97", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ground", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "260", - "ATK": "75", - "DEF": "75", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "596", - "onehundred_CP_at_39": "587" - }, - { - "Row": "195", - "Name": "Quagsire", - "Pokedex_Number": "195", - "Img_name": "195", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "97", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ground", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "494", - "ATK": "152", - "DEF": "152", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1929", - "onehundred_CP_at_39": "1902" - }, - { - "Row": "196", - "Name": "Espeon", - "Pokedex_Number": "196", - "Img_name": "196", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "68", - "Cross_Gen": "1", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "585", - "ATK": "261", - "DEF": "194", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3000", - "onehundred_CP_at_39": "2958" - }, - { - "Row": "197", - "Name": "Umbreon", - "Pokedex_Number": "197", - "Img_name": "197", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "68", - "Cross_Gen": "1", - "Type_1": "dark", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "566", - "ATK": "126", - "DEF": "250", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2052", - "onehundred_CP_at_39": "2023" - }, - { - "Row": "198", - "Name": "Murkrow", - "Pokedex_Number": "198", - "Img_name": "198", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "98", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "flying", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "382", - "ATK": "175", - "DEF": "87", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1392", - "onehundred_CP_at_39": "1372" - }, - { - "Row": "199", - "Name": "Slowking", - "Pokedex_Number": "199", - "Img_name": "199", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "34", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "psychic", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "561", - "ATK": "177", - "DEF": "194", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2482", - "onehundred_CP_at_39": "2446" - }, - { - "Row": "200", - "Name": "Misdreavus", - "Pokedex_Number": "200", - "Img_name": "200", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "99", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "454", - "ATK": "167", - "DEF": "167", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1781", - "onehundred_CP_at_39": "1756" - }, - { - "Row": "201", - "Name": "Unown", - "Pokedex_Number": "201", - "Img_name": "201", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "100", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "323", - "ATK": "136", - "DEF": "91", - "STA": "96", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1022", - "onehundred_CP_at_39": "1008" - }, - { - "Row": "202", - "Name": "Wobbuffet", - "Pokedex_Number": "202", - "Img_name": "202", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "101", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "546", - "ATK": "60", - "DEF": "106", - "STA": "380", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1024", - "onehundred_CP_at_39": "1009" - }, - { - "Row": "203", - "Name": "Girafarig", - "Pokedex_Number": "203", - "Img_name": "203", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "102", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "psychic", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "455", - "ATK": "182", - "DEF": "133", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1863", - "onehundred_CP_at_39": "1836" - }, - { - "Row": "204", - "Name": "Pineco", - "Pokedex_Number": "204", - "Img_name": "204", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "103", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "354", - "ATK": "108", - "DEF": "146", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1045", - "onehundred_CP_at_39": "1030" - }, - { - "Row": "205", - "Name": "Forretress", - "Pokedex_Number": "205", - "Img_name": "205", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "103", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "steel", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "553", - "ATK": "161", - "DEF": "242", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2263", - "onehundred_CP_at_39": "2231" - }, - { - "Row": "206", - "Name": "Dunsparce", - "Pokedex_Number": "206", - "Img_name": "206", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "104", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "462", - "ATK": "131", - "DEF": "131", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1615", - "onehundred_CP_at_39": "1592" - }, - { - "Row": "207", - "Name": "Gligar", - "Pokedex_Number": "207", - "Img_name": "207", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "105", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "477", - "ATK": "143", - "DEF": "204", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1758", - "onehundred_CP_at_39": "1733" - }, - { - "Row": "208", - "Name": "Steelix", - "Pokedex_Number": "208", - "Img_name": "208", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "42", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "ground", - "Weather_1": "Snow", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "631", - "ATK": "148", - "DEF": "333", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2439", - "onehundred_CP_at_39": "2404" - }, - { - "Row": "209", - "Name": "Snubbull", - "Pokedex_Number": "209", - "Img_name": "209", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "106", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "346", - "ATK": "137", - "DEF": "89", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1124", - "onehundred_CP_at_39": "1108" - }, - { - "Row": "210", - "Name": "Granbull", - "Pokedex_Number": "210", - "Img_name": "210", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "106", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "529", - "ATK": "212", - "DEF": "137", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2440", - "onehundred_CP_at_39": "2406" - }, - { - "Row": "211", - "Name": "Qwilfish", - "Pokedex_Number": "211", - "Img_name": "211", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "107", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "462", - "ATK": "184", - "DEF": "148", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1910", - "onehundred_CP_at_39": "1883" - }, - { - "Row": "212", - "Name": "Scizor", - "Pokedex_Number": "212", - "Img_name": "212", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "59", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "steel", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "567", - "ATK": "236", - "DEF": "191", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2801", - "onehundred_CP_at_39": "2761" - }, - { - "Row": "213", - "Name": "Shuckle", - "Pokedex_Number": "213", - "Img_name": "213", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "108", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "rock", - "Weather_1": "Rainy", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "453", - "ATK": "17", - "DEF": "396", - "STA": "40", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "300", - "onehundred_CP_at_39": "296" - }, - { - "Row": "214", - "Name": "Heracross", - "Pokedex_Number": "214", - "Img_name": "214", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "109", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "fighting", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "583", - "ATK": "234", - "DEF": "189", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2938", - "onehundred_CP_at_39": "2896" - }, - { - "Row": "215", - "Name": "Sneasel", - "Pokedex_Number": "215", - "Img_name": "215", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "110", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "ice", - "Weather_1": "Fog", - "Weather_2": "Snow", - "STAT_TOTAL": "456", - "ATK": "189", - "DEF": "157", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1868", - "onehundred_CP_at_39": "1841" - }, - { - "Row": "216", - "Name": "Teddiursa", - "Pokedex_Number": "216", - "Img_name": "216", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "111", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "355", - "ATK": "142", - "DEF": "93", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1184", - "onehundred_CP_at_39": "1167" - }, - { - "Row": "217", - "Name": "Ursaring", - "Pokedex_Number": "217", - "Img_name": "217", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "111", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "560", - "ATK": "236", - "DEF": "144", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2760", - "onehundred_CP_at_39": "2720" - }, - { - "Row": "218", - "Name": "Slugma", - "Pokedex_Number": "218", - "Img_name": "218", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "112", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "269", - "ATK": "118", - "DEF": "71", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "750", - "onehundred_CP_at_39": "740" - }, - { - "Row": "219", - "Name": "Magcargo", - "Pokedex_Number": "219", - "Img_name": "219", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "112", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "rock", - "Weather_1": "Sunny/clear", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "448", - "ATK": "139", - "DEF": "209", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1543", - "onehundred_CP_at_39": "1521" - }, - { - "Row": "220", - "Name": "Swinub", - "Pokedex_Number": "220", - "Img_name": "220", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "113", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "ground", - "Weather_1": "Snow", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "264", - "ATK": "90", - "DEF": "74", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "663", - "onehundred_CP_at_39": "653" - }, - { - "Row": "221", - "Name": "Piloswine", - "Pokedex_Number": "221", - "Img_name": "221", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "113", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "ground", - "Weather_1": "Snow", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "528", - "ATK": "181", - "DEF": "147", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "2", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "2284", - "onehundred_CP_at_39": "2252" - }, - { - "Row": "222", - "Name": "Corsola", - "Pokedex_Number": "222", - "Img_name": "222", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "114", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "rock", - "Weather_1": "Rainy", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "384", - "ATK": "118", - "DEF": "156", - "STA": "110", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1214", - "onehundred_CP_at_39": "1197" - }, - { - "Row": "223", - "Name": "Remoraid", - "Pokedex_Number": "223", - "Img_name": "223", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "115", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "266", - "ATK": "127", - "DEF": "69", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "749", - "onehundred_CP_at_39": "738" - }, - { - "Row": "224", - "Name": "Octillery", - "Pokedex_Number": "224", - "Img_name": "224", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "115", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "488", - "ATK": "197", - "DEF": "141", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2124", - "onehundred_CP_at_39": "2094" - }, - { - "Row": "225", - "Name": "Delibird", - "Pokedex_Number": "225", - "Img_name": "225", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "116", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "flying", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "308", - "ATK": "128", - "DEF": "90", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "937", - "onehundred_CP_at_39": "924" - }, - { - "Row": "226", - "Name": "Mantine", - "Pokedex_Number": "226", - "Img_name": "226", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "117", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "538", - "ATK": "148", - "DEF": "260", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2032", - "onehundred_CP_at_39": "2003" - }, - { - "Row": "227", - "Name": "Skarmory", - "Pokedex_Number": "227", - "Img_name": "227", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "118", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "flying", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "538", - "ATK": "148", - "DEF": "260", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2032", - "onehundred_CP_at_39": "2003" - }, - { - "Row": "228", - "Name": "Houndour", - "Pokedex_Number": "228", - "Img_name": "228", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "119", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "fire", - "Weather_1": "Fog", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "335", - "ATK": "152", - "DEF": "93", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1110", - "onehundred_CP_at_39": "1094" - }, - { - "Row": "229", - "Name": "Houndoom", - "Pokedex_Number": "229", - "Img_name": "229", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "119", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "fire", - "Weather_1": "Fog", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "533", - "ATK": "224", - "DEF": "159", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2529", - "onehundred_CP_at_39": "2493" - }, - { - "Row": "230", - "Name": "Kingdra", - "Pokedex_Number": "230", - "Img_name": "230", - "Generation": "2", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "55", - "Cross_Gen": "1", - "Type_1": "water", - "Type_2": "dragon", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "538", - "ATK": "194", - "DEF": "194", - "STA": "150", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2424", - "onehundred_CP_at_39": "2389" - }, - { - "Row": "231", - "Name": "Phanpy", - "Pokedex_Number": "231", - "Img_name": "231", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "120", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "394", - "ATK": "107", - "DEF": "107", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1175", - "onehundred_CP_at_39": "1158" - }, - { - "Row": "232", - "Name": "Donphan", - "Pokedex_Number": "232", - "Img_name": "232", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "120", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "608", - "ATK": "214", - "DEF": "214", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3022", - "onehundred_CP_at_39": "2979" - }, - { - "Row": "233", - "Name": "Porygon2", - "Pokedex_Number": "233", - "Img_name": "233", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "69", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "551", - "ATK": "198", - "DEF": "183", - "STA": "170", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "2546", - "onehundred_CP_at_39": "2509" - }, - { - "Row": "234", - "Name": "Stantler", - "Pokedex_Number": "234", - "Img_name": "234", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "121", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "470", - "ATK": "192", - "DEF": "132", - "STA": "146", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1988", - "onehundred_CP_at_39": "1960" - }, - { - "Row": "235", - "Name": "Smeargle", - "Pokedex_Number": "235", - "Img_name": "235", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "122", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "238", - "ATK": "40", - "DEF": "88", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "389", - "onehundred_CP_at_39": "384" - }, - { - "Row": "236", - "Name": "Tyrogue", - "Pokedex_Number": "236", - "Img_name": "236", - "Generation": "2", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "48", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "198", - "ATK": "64", - "DEF": "64", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "404", - "onehundred_CP_at_39": "398" - }, - { - "Row": "237", - "Name": "Hitmontop", - "Pokedex_Number": "237", - "Img_name": "237", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "48", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "487", - "ATK": "173", - "DEF": "214", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1905", - "onehundred_CP_at_39": "1878" - }, - { - "Row": "238", - "Name": "Smoochum", - "Pokedex_Number": "238", - "Img_name": "238", - "Generation": "2", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "psychic", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "359", - "ATK": "153", - "DEF": "116", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1230", - "onehundred_CP_at_39": "1213" - }, - { - "Row": "239", - "Name": "Elekid", - "Pokedex_Number": "239", - "Img_name": "239", - "Generation": "2", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "335", - "ATK": "135", - "DEF": "110", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1073", - "onehundred_CP_at_39": "1057" - }, - { - "Row": "240", - "Name": "Magby", - "Pokedex_Number": "240", - "Img_name": "240", - "Generation": "2", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "349", - "ATK": "151", - "DEF": "108", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1178", - "onehundred_CP_at_39": "1161" - }, - { - "Row": "241", - "Name": "Miltank", - "Pokedex_Number": "241", - "Img_name": "241", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "123", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "558", - "ATK": "157", - "DEF": "211", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2312", - "onehundred_CP_at_39": "2279" - }, - { - "Row": "242", - "Name": "Blissey", - "Pokedex_Number": "242", - "Img_name": "242", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "", - "Cross_Gen": "1", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "868", - "ATK": "129", - "DEF": "229", - "STA": "510", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3219", - "onehundred_CP_at_39": "3173" - }, - { - "Row": "243", - "Name": "Raikou", - "Pokedex_Number": "243", - "Img_name": "243", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "124", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "631", - "ATK": "241", - "DEF": "210", - "STA": "180", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "1", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3349", - "onehundred_CP_at_39": "3301" - }, - { - "Row": "244", - "Name": "Entei", - "Pokedex_Number": "244", - "Img_name": "244", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "125", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "641", - "ATK": "235", - "DEF": "176", - "STA": "230", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "1", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3377", - "onehundred_CP_at_39": "3329" - }, - { - "Row": "245", - "Name": "Suicune", - "Pokedex_Number": "245", - "Img_name": "245", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "126", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "615", - "ATK": "180", - "DEF": "235", - "STA": "200", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "1", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2823", - "onehundred_CP_at_39": "2783" - }, - { - "Row": "246", - "Name": "Larvitar", - "Pokedex_Number": "246", - "Img_name": "246", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "127", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "ground", - "Weather_1": "Partly cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "308", - "ATK": "115", - "DEF": "93", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "904", - "onehundred_CP_at_39": "891" - }, - { - "Row": "247", - "Name": "Pupitar", - "Pokedex_Number": "247", - "Img_name": "247", - "Generation": "2", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "127", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "ground", - "Weather_1": "Partly cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "428", - "ATK": "155", - "DEF": "133", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1608", - "onehundred_CP_at_39": "1585" - }, - { - "Row": "248", - "Name": "Tyranitar", - "Pokedex_Number": "248", - "Img_name": "248", - "Generation": "2", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "127", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "dark", - "Weather_1": "Partly cloudy", - "Weather_2": "Fog", - "STAT_TOTAL": "663", - "ATK": "251", - "DEF": "212", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "4", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3670", - "onehundred_CP_at_39": "3617" - }, - { - "Row": "249", - "Name": "Lugia", - "Pokedex_Number": "249", - "Img_name": "249", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "128", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "flying", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "728", - "ATK": "193", - "DEF": "323", - "STA": "212", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "5", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "1", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3598", - "onehundred_CP_at_39": "3547" - }, - { - "Row": "250", - "Name": "Ho Oh", - "Pokedex_Number": "250", - "Img_name": "250", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "129", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "706", - "ATK": "239", - "DEF": "274", - "STA": "193", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "1", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3889", - "onehundred_CP_at_39": "3833" - }, - { - "Row": "251", - "Name": "Celebi", - "Pokedex_Number": "251", - "Img_name": "251", - "Generation": "2", - "Evolution_Stage": "1", - "Evolved": "1", - "FamilyID": "130", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "grass", - "Weather_1": "Windy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3090", - "onehundred_CP_at_39": "3046" - }, - { - "Row": "252", - "Name": "Treecko", - "Pokedex_Number": "252", - "Img_name": "252", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "131", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "308", - "ATK": "124", - "DEF": "104", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "923", - "onehundred_CP_at_39": "909" - }, - { - "Row": "253", - "Name": "Grovyle", - "Pokedex_Number": "253", - "Img_name": "253", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "131", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "402", - "ATK": "172", - "DEF": "130", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1508", - "onehundred_CP_at_39": "1486" - }, - { - "Row": "254", - "Name": "Sceptile", - "Pokedex_Number": "254", - "Img_name": "254", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "131", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "543", - "ATK": "223", - "DEF": "180", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2584", - "onehundred_CP_at_39": "2547" - }, - { - "Row": "255", - "Name": "Torchic", - "Pokedex_Number": "255", - "Img_name": "255", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "132", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "312", - "ATK": "130", - "DEF": "92", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "959", - "onehundred_CP_at_39": "946" - }, - { - "Row": "256", - "Name": "Combusken", - "Pokedex_Number": "256", - "Img_name": "256", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "132", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "fighting", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "398", - "ATK": "163", - "DEF": "115", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1472", - "onehundred_CP_at_39": "1451" - }, - { - "Row": "257", - "Name": "Blaziken", - "Pokedex_Number": "257", - "Img_name": "257", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "132", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "fighting", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "541", - "ATK": "240", - "DEF": "141", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2631", - "onehundred_CP_at_39": "2593" - }, - { - "Row": "258", - "Name": "Mudkip", - "Pokedex_Number": "258", - "Img_name": "258", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "133", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "319", - "ATK": "126", - "DEF": "93", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "981", - "onehundred_CP_at_39": "967" - }, - { - "Row": "259", - "Name": "Marshtomp", - "Pokedex_Number": "259", - "Img_name": "259", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "133", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ground", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "429", - "ATK": "156", - "DEF": "133", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1617", - "onehundred_CP_at_39": "1594" - }, - { - "Row": "260", - "Name": "Swampert", - "Pokedex_Number": "260", - "Img_name": "260", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "133", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ground", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "583", - "ATK": "208", - "DEF": "175", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2815", - "onehundred_CP_at_39": "2774" - }, - { - "Row": "261", - "Name": "Poochyena", - "Pokedex_Number": "261", - "Img_name": "261", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "134", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "229", - "ATK": "96", - "DEF": "63", - "STA": "70", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "1", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "564", - "onehundred_CP_at_39": "556" - }, - { - "Row": "262", - "Name": "Mightyena", - "Pokedex_Number": "262", - "Img_name": "262", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "134", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "448", - "ATK": "171", - "DEF": "137", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1783", - "onehundred_CP_at_39": "1757" - }, - { - "Row": "263", - "Name": "Zigzagoon", - "Pokedex_Number": "263", - "Img_name": "263", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "135", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "214", - "ATK": "58", - "DEF": "80", - "STA": "76", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "423", - "onehundred_CP_at_39": "417" - }, - { - "Row": "264", - "Name": "Linoone", - "Pokedex_Number": "264", - "Img_name": "264", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "135", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "426", - "ATK": "142", - "DEF": "128", - "STA": "156", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1533", - "onehundred_CP_at_39": "1511" - }, - { - "Row": "265", - "Name": "Wurmple", - "Pokedex_Number": "265", - "Img_name": "265", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "136", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "226", - "ATK": "75", - "DEF": "61", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "502", - "onehundred_CP_at_39": "494" - }, - { - "Row": "266", - "Name": "Silcoon", - "Pokedex_Number": "266", - "Img_name": "266", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "136", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "251", - "ATK": "60", - "DEF": "91", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "517", - "onehundred_CP_at_39": "509" - }, - { - "Row": "267", - "Name": "Beautifly", - "Pokedex_Number": "267", - "Img_name": "267", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "136", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "407", - "ATK": "189", - "DEF": "98", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1573", - "onehundred_CP_at_39": "1551" - }, - { - "Row": "268", - "Name": "Cascoon", - "Pokedex_Number": "268", - "Img_name": "268", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "137", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "251", - "ATK": "60", - "DEF": "91", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "517", - "onehundred_CP_at_39": "509" - }, - { - "Row": "269", - "Name": "Dustox", - "Pokedex_Number": "269", - "Img_name": "269", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "137", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "390", - "ATK": "98", - "DEF": "172", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1121", - "onehundred_CP_at_39": "1105" - }, - { - "Row": "270", - "Name": "Lotad", - "Pokedex_Number": "270", - "Img_name": "270", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "138", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "grass", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "237", - "ATK": "71", - "DEF": "86", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "526", - "onehundred_CP_at_39": "518" - }, - { - "Row": "271", - "Name": "Lombre", - "Pokedex_Number": "271", - "Img_name": "271", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "138", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "grass", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "360", - "ATK": "112", - "DEF": "128", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1102", - "onehundred_CP_at_39": "1086" - }, - { - "Row": "272", - "Name": "Ludicolo", - "Pokedex_Number": "272", - "Img_name": "272", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "138", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "grass", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "524", - "ATK": "173", - "DEF": "191", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2229", - "onehundred_CP_at_39": "2197" - }, - { - "Row": "273", - "Name": "Seedot", - "Pokedex_Number": "273", - "Img_name": "273", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "139", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "237", - "ATK": "71", - "DEF": "86", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "526", - "onehundred_CP_at_39": "518" - }, - { - "Row": "274", - "Name": "Nuzleaf", - "Pokedex_Number": "274", - "Img_name": "274", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "139", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "dark", - "Weather_1": "Sunny/clear", - "Weather_2": "Fog", - "STAT_TOTAL": "352", - "ATK": "134", - "DEF": "78", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1117", - "onehundred_CP_at_39": "1101" - }, - { - "Row": "275", - "Name": "Shiftry", - "Pokedex_Number": "275", - "Img_name": "275", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "139", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "dark", - "Weather_1": "Sunny/clear", - "Weather_2": "Fog", - "STAT_TOTAL": "501", - "ATK": "200", - "DEF": "121", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2186", - "onehundred_CP_at_39": "2155" - }, - { - "Row": "276", - "Name": "Taillow", - "Pokedex_Number": "276", - "Img_name": "276", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "140", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "247", - "ATK": "106", - "DEF": "61", - "STA": "80", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "642", - "onehundred_CP_at_39": "632" - }, - { - "Row": "277", - "Name": "Swellow", - "Pokedex_Number": "277", - "Img_name": "277", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "140", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "435", - "ATK": "185", - "DEF": "130", - "STA": "120", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1747", - "onehundred_CP_at_39": "1722" - }, - { - "Row": "278", - "Name": "Wingull", - "Pokedex_Number": "278", - "Img_name": "278", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "141", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "247", - "ATK": "106", - "DEF": "61", - "STA": "80", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "642", - "onehundred_CP_at_39": "632" - }, - { - "Row": "279", - "Name": "Pelipper", - "Pokedex_Number": "279", - "Img_name": "279", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "141", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "484", - "ATK": "175", - "DEF": "189", - "STA": "120", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1969", - "onehundred_CP_at_39": "1941" - }, - { - "Row": "280", - "Name": "Ralts", - "Pokedex_Number": "280", - "Img_name": "280", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "142", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "fairy", - "Weather_1": "Windy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "198", - "ATK": "79", - "DEF": "63", - "STA": "56", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "436", - "onehundred_CP_at_39": "430" - }, - { - "Row": "281", - "Name": "Kirlia", - "Pokedex_Number": "281", - "Img_name": "281", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "142", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "fairy", - "Weather_1": "Windy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "293", - "ATK": "117", - "DEF": "100", - "STA": "76", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "843", - "onehundred_CP_at_39": "831" - }, - { - "Row": "282", - "Name": "Gardevoir", - "Pokedex_Number": "282", - "Img_name": "282", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "142", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "fairy", - "Weather_1": "Windy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "593", - "ATK": "237", - "DEF": "220", - "STA": "136", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2964", - "onehundred_CP_at_39": "2922" - }, - { - "Row": "283", - "Name": "Surskit", - "Pokedex_Number": "283", - "Img_name": "283", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "143", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "water", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "270", - "ATK": "93", - "DEF": "97", - "STA": "80", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "695", - "onehundred_CP_at_39": "685" - }, - { - "Row": "284", - "Name": "Masquerain", - "Pokedex_Number": "284", - "Img_name": "284", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "143", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "493", - "ATK": "192", - "DEF": "161", - "STA": "140", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2135", - "onehundred_CP_at_39": "2104" - }, - { - "Row": "285", - "Name": "Shroomish", - "Pokedex_Number": "285", - "Img_name": "285", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "144", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "304", - "ATK": "74", - "DEF": "110", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "722", - "onehundred_CP_at_39": "711" - }, - { - "Row": "286", - "Name": "Breloom", - "Pokedex_Number": "286", - "Img_name": "286", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "144", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "fighting", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "514", - "ATK": "241", - "DEF": "153", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2407", - "onehundred_CP_at_39": "2373" - }, - { - "Row": "287", - "Name": "Slakoth", - "Pokedex_Number": "287", - "Img_name": "287", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "145", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "328", - "ATK": "104", - "DEF": "104", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "942", - "onehundred_CP_at_39": "928" - }, - { - "Row": "288", - "Name": "Vigoroth", - "Pokedex_Number": "288", - "Img_name": "288", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "145", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "478", - "ATK": "159", - "DEF": "159", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1896", - "onehundred_CP_at_39": "1869" - }, - { - "Row": "289", - "Name": "Slaking", - "Pokedex_Number": "289", - "Img_name": "289", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "145", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "746", - "ATK": "290", - "DEF": "183", - "STA": "273", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4548", - "onehundred_CP_at_39": "4484" - }, - { - "Row": "290", - "Name": "Nincada", - "Pokedex_Number": "290", - "Img_name": "290", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "146", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "ground", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "295", - "ATK": "80", - "DEF": "153", - "STA": "62", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "674", - "onehundred_CP_at_39": "665" - }, - { - "Row": "291", - "Name": "Ninjask", - "Pokedex_Number": "291", - "Img_name": "291", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "146", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "437", - "ATK": "199", - "DEF": "116", - "STA": "122", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1790", - "onehundred_CP_at_39": "1765" - }, - { - "Row": "292", - "Name": "Shedinja", - "Pokedex_Number": "292", - "Img_name": "292", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "146", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "ghost", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "235", - "ATK": "153", - "DEF": "80", - "STA": "2", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "421", - "onehundred_CP_at_39": "415" - }, - { - "Row": "293", - "Name": "Whismur", - "Pokedex_Number": "293", - "Img_name": "293", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "147", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "262", - "ATK": "92", - "DEF": "42", - "STA": "128", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "603", - "onehundred_CP_at_39": "594" - }, - { - "Row": "294", - "Name": "Loudred", - "Pokedex_Number": "294", - "Img_name": "294", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "147", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "383", - "ATK": "134", - "DEF": "81", - "STA": "168", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1233", - "onehundred_CP_at_39": "1215" - }, - { - "Row": "295", - "Name": "Exploud", - "Pokedex_Number": "295", - "Img_name": "295", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "147", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "529", - "ATK": "179", - "DEF": "142", - "STA": "208", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2267", - "onehundred_CP_at_39": "2234" - }, - { - "Row": "296", - "Name": "Makuhita", - "Pokedex_Number": "296", - "Img_name": "296", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "148", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "297", - "ATK": "99", - "DEF": "54", - "STA": "144", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "745", - "onehundred_CP_at_39": "735" - }, - { - "Row": "297", - "Name": "Hariyama", - "Pokedex_Number": "297", - "Img_name": "297", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "148", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "611", - "ATK": "209", - "DEF": "114", - "STA": "288", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2765", - "onehundred_CP_at_39": "2726" - }, - { - "Row": "298", - "Name": "Azurill", - "Pokedex_Number": "298", - "Img_name": "298", - "Generation": "3", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "fairy", - "Weather_1": "Partly cloudy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "207", - "ATK": "36", - "DEF": "71", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "316", - "onehundred_CP_at_39": "312" - }, - { - "Row": "299", - "Name": "Nosepass", - "Pokedex_Number": "299", - "Img_name": "299", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "149", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "378", - "ATK": "82", - "DEF": "236", - "STA": "60", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "831", - "onehundred_CP_at_39": "819" - }, - { - "Row": "300", - "Name": "Skitty", - "Pokedex_Number": "300", - "Img_name": "300", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "150", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "268", - "ATK": "84", - "DEF": "84", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "659", - "onehundred_CP_at_39": "650" - }, - { - "Row": "301", - "Name": "Delcatty", - "Pokedex_Number": "301", - "Img_name": "301", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "151", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "404", - "ATK": "132", - "DEF": "132", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1385", - "onehundred_CP_at_39": "1366" - }, - { - "Row": "302", - "Name": "Sableye", - "Pokedex_Number": "302", - "Img_name": "302", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "152", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "ghost", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "382", - "ATK": "141", - "DEF": "141", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "2", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1305", - "onehundred_CP_at_39": "1286" - }, - { - "Row": "303", - "Name": "Mawile", - "Pokedex_Number": "303", - "Img_name": "303", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "153", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "fairy", - "Weather_1": "Snow", - "Weather_2": "Cloudy", - "STAT_TOTAL": "410", - "ATK": "155", - "DEF": "155", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "2", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1484", - "onehundred_CP_at_39": "1463" - }, - { - "Row": "304", - "Name": "Aron", - "Pokedex_Number": "304", - "Img_name": "304", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "154", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "rock", - "Weather_1": "Snow", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "389", - "ATK": "121", - "DEF": "168", - "STA": "100", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "1", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1232", - "onehundred_CP_at_39": "1214" - }, - { - "Row": "305", - "Name": "Lairon", - "Pokedex_Number": "305", - "Img_name": "305", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "154", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "rock", - "Weather_1": "Snow", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "518", - "ATK": "158", - "DEF": "240", - "STA": "120", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2004", - "onehundred_CP_at_39": "1976" - }, - { - "Row": "306", - "Name": "Aggron", - "Pokedex_Number": "306", - "Img_name": "306", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "154", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "rock", - "Weather_1": "Snow", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "652", - "ATK": "198", - "DEF": "314", - "STA": "140", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "0", - "Regional": "0", - "Raidable": "4", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3004", - "onehundred_CP_at_39": "2961" - }, - { - "Row": "307", - "Name": "Meditite", - "Pokedex_Number": "307", - "Img_name": "307", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "155", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "psychic", - "Weather_1": "Cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "245", - "ATK": "78", - "DEF": "107", - "STA": "60", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "555", - "onehundred_CP_at_39": "547" - }, - { - "Row": "308", - "Name": "Medicham", - "Pokedex_Number": "308", - "Img_name": "308", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "155", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "psychic", - "Weather_1": "Cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "393", - "ATK": "121", - "DEF": "152", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1275", - "onehundred_CP_at_39": "1257" - }, - { - "Row": "309", - "Name": "Electrike", - "Pokedex_Number": "309", - "Img_name": "309", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "156", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "281", - "ATK": "123", - "DEF": "78", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "810", - "onehundred_CP_at_39": "798" - }, - { - "Row": "310", - "Name": "Manectric", - "Pokedex_Number": "310", - "Img_name": "310", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "156", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "482", - "ATK": "215", - "DEF": "127", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "2", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2131", - "onehundred_CP_at_39": "2100" - }, - { - "Row": "311", - "Name": "Plusle", - "Pokedex_Number": "311", - "Img_name": "311", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "157", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "434", - "ATK": "167", - "DEF": "147", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1681", - "onehundred_CP_at_39": "1657" - }, - { - "Row": "312", - "Name": "Minun", - "Pokedex_Number": "312", - "Img_name": "312", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "158", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "434", - "ATK": "147", - "DEF": "167", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1585", - "onehundred_CP_at_39": "1563" - }, - { - "Row": "313", - "Name": "Volbeat", - "Pokedex_Number": "313", - "Img_name": "313", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "159", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "444", - "ATK": "143", - "DEF": "171", - "STA": "130", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1620", - "onehundred_CP_at_39": "1597" - }, - { - "Row": "314", - "Name": "Illumise", - "Pokedex_Number": "314", - "Img_name": "314", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "159", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "444", - "ATK": "143", - "DEF": "171", - "STA": "130", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1620", - "onehundred_CP_at_39": "1597" - }, - { - "Row": "315", - "Name": "Roselia", - "Pokedex_Number": "315", - "Img_name": "315", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "160", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "434", - "ATK": "186", - "DEF": "148", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1718", - "onehundred_CP_at_39": "1694" - }, - { - "Row": "316", - "Name": "Gulpin", - "Pokedex_Number": "316", - "Img_name": "316", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "161", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "319", - "ATK": "80", - "DEF": "99", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "788", - "onehundred_CP_at_39": "777" - }, - { - "Row": "317", - "Name": "Swalot", - "Pokedex_Number": "317", - "Img_name": "317", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "161", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "499", - "ATK": "140", - "DEF": "159", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1872", - "onehundred_CP_at_39": "1845" - }, - { - "Row": "318", - "Name": "Carvanha", - "Pokedex_Number": "318", - "Img_name": "318", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "162", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "dark", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "300", - "ATK": "171", - "DEF": "39", - "STA": "90", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "874", - "onehundred_CP_at_39": "862" - }, - { - "Row": "319", - "Name": "Sharpedo", - "Pokedex_Number": "319", - "Img_name": "319", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "163", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "dark", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "466", - "ATK": "243", - "DEF": "83", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1986", - "onehundred_CP_at_39": "1957" - }, - { - "Row": "320", - "Name": "Wailmer", - "Pokedex_Number": "320", - "Img_name": "320", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "164", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "464", - "ATK": "136", - "DEF": "68", - "STA": "260", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "1", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1424", - "onehundred_CP_at_39": "1404" - }, - { - "Row": "321", - "Name": "Wailord", - "Pokedex_Number": "321", - "Img_name": "321", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "164", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "602", - "ATK": "175", - "DEF": "87", - "STA": "340", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2258", - "onehundred_CP_at_39": "2225" - }, - { - "Row": "322", - "Name": "Numel", - "Pokedex_Number": "322", - "Img_name": "322", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "165", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "ground", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "321", - "ATK": "119", - "DEF": "82", - "STA": "120", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "957", - "onehundred_CP_at_39": "944" - }, - { - "Row": "323", - "Name": "Camerupt", - "Pokedex_Number": "323", - "Img_name": "323", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "165", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "ground", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "473", - "ATK": "194", - "DEF": "139", - "STA": "140", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2016", - "onehundred_CP_at_39": "1987" - }, - { - "Row": "324", - "Name": "Torkoal", - "Pokedex_Number": "324", - "Img_name": "324", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "166", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "525", - "ATK": "151", - "DEF": "234", - "STA": "140", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2036", - "onehundred_CP_at_39": "2007" - }, - { - "Row": "325", - "Name": "Spoink", - "Pokedex_Number": "325", - "Img_name": "325", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "167", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "390", - "ATK": "125", - "DEF": "145", - "STA": "120", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1285", - "onehundred_CP_at_39": "1266" - }, - { - "Row": "326", - "Name": "Grumpig", - "Pokedex_Number": "326", - "Img_name": "326", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "167", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "542", - "ATK": "171", - "DEF": "211", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2310", - "onehundred_CP_at_39": "2277" - }, - { - "Row": "327", - "Name": "Spinda", - "Pokedex_Number": "327", - "Img_name": "327", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "168", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "352", - "ATK": "116", - "DEF": "116", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1088", - "onehundred_CP_at_39": "1072" - }, - { - "Row": "328", - "Name": "Trapinch", - "Pokedex_Number": "328", - "Img_name": "328", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "169", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "330", - "ATK": "162", - "DEF": "78", - "STA": "90", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1092", - "onehundred_CP_at_39": "1076" - }, - { - "Row": "329", - "Name": "Vibrava", - "Pokedex_Number": "329", - "Img_name": "329", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "169", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "dragon", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "333", - "ATK": "134", - "DEF": "99", - "STA": "100", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1065", - "onehundred_CP_at_39": "1050" - }, - { - "Row": "330", - "Name": "Flygon", - "Pokedex_Number": "330", - "Img_name": "330", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "169", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "dragon", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "533", - "ATK": "205", - "DEF": "168", - "STA": "160", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2458", - "onehundred_CP_at_39": "2423" - }, - { - "Row": "331", - "Name": "Cacnea", - "Pokedex_Number": "331", - "Img_name": "331", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "170", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "330", - "ATK": "156", - "DEF": "74", - "STA": "100", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1080", - "onehundred_CP_at_39": "1065" - }, - { - "Row": "332", - "Name": "Cacturne", - "Pokedex_Number": "332", - "Img_name": "332", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "170", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "dark", - "Weather_1": "Sunny/clear", - "Weather_2": "Fog", - "STAT_TOTAL": "476", - "ATK": "221", - "DEF": "115", - "STA": "140", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2092", - "onehundred_CP_at_39": "2062" - }, - { - "Row": "333", - "Name": "Swablu", - "Pokedex_Number": "333", - "Img_name": "333", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "171", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "305", - "ATK": "76", - "DEF": "139", - "STA": "90", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "1", - "Hatchable": "0", - "Shiny": "1", - "Nest": "1", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "722", - "onehundred_CP_at_39": "712" - }, - { - "Row": "334", - "Name": "Altaria", - "Pokedex_Number": "334", - "Img_name": "334", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "171", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "flying", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "499", - "ATK": "141", - "DEF": "208", - "STA": "150", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1868", - "onehundred_CP_at_39": "1842" - }, - { - "Row": "335", - "Name": "Zangoose", - "Pokedex_Number": "335", - "Img_name": "335", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "172", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "492", - "ATK": "222", - "DEF": "124", - "STA": "146", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2214", - "onehundred_CP_at_39": "2182" - }, - { - "Row": "336", - "Name": "Seviper", - "Pokedex_Number": "336", - "Img_name": "336", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "178", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "460", - "ATK": "196", - "DEF": "118", - "STA": "146", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1928", - "onehundred_CP_at_39": "1900" - }, - { - "Row": "337", - "Name": "Lunatone", - "Pokedex_Number": "337", - "Img_name": "337", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "179", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "psychic", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "521", - "ATK": "178", - "DEF": "163", - "STA": "180", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2245", - "onehundred_CP_at_39": "2213" - }, - { - "Row": "338", - "Name": "Solrock", - "Pokedex_Number": "338", - "Img_name": "338", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "180", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "psychic", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "521", - "ATK": "178", - "DEF": "163", - "STA": "180", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2245", - "onehundred_CP_at_39": "2213" - }, - { - "Row": "339", - "Name": "Barboach", - "Pokedex_Number": "339", - "Img_name": "339", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "181", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ground", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "276", - "ATK": "93", - "DEF": "83", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "2", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "716", - "onehundred_CP_at_39": "705" - }, - { - "Row": "340", - "Name": "Whiscash", - "Pokedex_Number": "340", - "Img_name": "340", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "181", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ground", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "513", - "ATK": "151", - "DEF": "142", - "STA": "220", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1991", - "onehundred_CP_at_39": "1963" - }, - { - "Row": "341", - "Name": "Corphish", - "Pokedex_Number": "341", - "Img_name": "341", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "182", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "340", - "ATK": "141", - "DEF": "113", - "STA": "86", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1107", - "onehundred_CP_at_39": "1092" - }, - { - "Row": "342", - "Name": "Crawdaunt", - "Pokedex_Number": "342", - "Img_name": "342", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "182", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "dark", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "506", - "ATK": "224", - "DEF": "156", - "STA": "126", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2317", - "onehundred_CP_at_39": "2284" - }, - { - "Row": "343", - "Name": "Baltoy", - "Pokedex_Number": "343", - "Img_name": "343", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "183", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "psychic", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "288", - "ATK": "77", - "DEF": "131", - "STA": "80", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "676", - "onehundred_CP_at_39": "667" - }, - { - "Row": "344", - "Name": "Claydol", - "Pokedex_Number": "344", - "Img_name": "344", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "183", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "psychic", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "496", - "ATK": "140", - "DEF": "236", - "STA": "120", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1782", - "onehundred_CP_at_39": "1756" - }, - { - "Row": "345", - "Name": "Lileep", - "Pokedex_Number": "345", - "Img_name": "345", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "184", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "grass", - "Weather_1": "Partly cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "391", - "ATK": "105", - "DEF": "154", - "STA": "132", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1181", - "onehundred_CP_at_39": "1164" - }, - { - "Row": "346", - "Name": "Cradily", - "Pokedex_Number": "346", - "Img_name": "346", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "184", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "grass", - "Weather_1": "Partly cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "522", - "ATK": "152", - "DEF": "198", - "STA": "172", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2081", - "onehundred_CP_at_39": "2051" - }, - { - "Row": "347", - "Name": "Anorith", - "Pokedex_Number": "347", - "Img_name": "347", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "185", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "bug", - "Weather_1": "Partly cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "366", - "ATK": "176", - "DEF": "100", - "STA": "90", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1310", - "onehundred_CP_at_39": "1292" - }, - { - "Row": "348", - "Name": "Armaldo", - "Pokedex_Number": "348", - "Img_name": "348", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "185", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "bug", - "Weather_1": "Partly cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "555", - "ATK": "222", - "DEF": "183", - "STA": "150", - "Legendary": "0", - "Aquireable": "2", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2675", - "onehundred_CP_at_39": "2637" - }, - { - "Row": "349", - "Name": "Feebas", - "Pokedex_Number": "349", - "Img_name": "349", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "186", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "171", - "ATK": "29", - "DEF": "102", - "STA": "40", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "10", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "220", - "onehundred_CP_at_39": "217" - }, - { - "Row": "350", - "Name": "Milotic", - "Pokedex_Number": "350", - "Img_name": "350", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "186", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "624", - "ATK": "192", - "DEF": "242", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2967", - "onehundred_CP_at_39": "2925" - }, - { - "Row": "351", - "Name": "Castform", - "Pokedex_Number": "351", - "Img_name": "351", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "187", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "418", - "ATK": "139", - "DEF": "139", - "STA": "140", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1486", - "onehundred_CP_at_39": "1464" - }, - { - "Row": "352", - "Name": "Kecleon", - "Pokedex_Number": "352", - "Img_name": "352", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "188", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "493", - "ATK": "161", - "DEF": "212", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1924", - "onehundred_CP_at_39": "1896" - }, - { - "Row": "353", - "Name": "Shuppet", - "Pokedex_Number": "353", - "Img_name": "353", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "189", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "292", - "ATK": "138", - "DEF": "66", - "STA": "88", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "1", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "872", - "onehundred_CP_at_39": "860" - }, - { - "Row": "354", - "Name": "Banette", - "Pokedex_Number": "354", - "Img_name": "354", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "189", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "473", - "ATK": "218", - "DEF": "127", - "STA": "128", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2073", - "onehundred_CP_at_39": "2044" - }, - { - "Row": "355", - "Name": "Duskull", - "Pokedex_Number": "355", - "Img_name": "355", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "190", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "272", - "ATK": "70", - "DEF": "162", - "STA": "40", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "1", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "523", - "onehundred_CP_at_39": "516" - }, - { - "Row": "356", - "Name": "Dusclops", - "Pokedex_Number": "356", - "Img_name": "356", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "190", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "438", - "ATK": "124", - "DEF": "234", - "STA": "80", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "1335", - "onehundred_CP_at_39": "1316" - }, - { - "Row": "357", - "Name": "Tropius", - "Pokedex_Number": "357", - "Img_name": "357", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "191", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "499", - "ATK": "136", - "DEF": "165", - "STA": "198", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1846", - "onehundred_CP_at_39": "1820" - }, - { - "Row": "358", - "Name": "Chimecho", - "Pokedex_Number": "358", - "Img_name": "358", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "192", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "499", - "ATK": "175", - "DEF": "174", - "STA": "150", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2095", - "onehundred_CP_at_39": "2065" - }, - { - "Row": "359", - "Name": "Absol", - "Pokedex_Number": "359", - "Img_name": "359", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "193", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "496", - "ATK": "246", - "DEF": "120", - "STA": "130", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "4", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2280", - "onehundred_CP_at_39": "2248" - }, - { - "Row": "360", - "Name": "Wynaut", - "Pokedex_Number": "360", - "Img_name": "360", - "Generation": "3", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "317", - "ATK": "41", - "DEF": "86", - "STA": "190", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "503", - "onehundred_CP_at_39": "496" - }, - { - "Row": "361", - "Name": "Snorunt", - "Pokedex_Number": "361", - "Img_name": "361", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "194", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "290", - "ATK": "95", - "DEF": "95", - "STA": "100", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "1", - "Hatchable": "5", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "1", - "onehundred_CP_at_40": "772", - "onehundred_CP_at_39": "761" - }, - { - "Row": "362", - "Name": "Glalie", - "Pokedex_Number": "362", - "Img_name": "362", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "1", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "484", - "ATK": "162", - "DEF": "162", - "STA": "160", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "1", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1945", - "onehundred_CP_at_39": "1917" - }, - { - "Row": "363", - "Name": "Spheal", - "Pokedex_Number": "363", - "Img_name": "363", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "water", - "Weather_1": "Snow", - "Weather_2": "Rainy", - "STAT_TOTAL": "325", - "ATK": "95", - "DEF": "90", - "STA": "140", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "5", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "876", - "onehundred_CP_at_39": "863" - }, - { - "Row": "364", - "Name": "Sealeo", - "Pokedex_Number": "364", - "Img_name": "364", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "water", - "Weather_1": "Snow", - "Weather_2": "Rainy", - "STAT_TOTAL": "449", - "ATK": "137", - "DEF": "132", - "STA": "180", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1607", - "onehundred_CP_at_39": "1584" - }, - { - "Row": "365", - "Name": "Walrein", - "Pokedex_Number": "365", - "Img_name": "365", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "water", - "Weather_1": "Snow", - "Weather_2": "Rainy", - "STAT_TOTAL": "578", - "ATK": "182", - "DEF": "176", - "STA": "220", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2606", - "onehundred_CP_at_39": "2569" - }, - { - "Row": "366", - "Name": "Clamperl", - "Pokedex_Number": "366", - "Img_name": "366", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "352", - "ATK": "133", - "DEF": "149", - "STA": "70", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1091", - "onehundred_CP_at_39": "1075" - }, - { - "Row": "367", - "Name": "Huntail", - "Pokedex_Number": "367", - "Img_name": "367", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "501", - "ATK": "197", - "DEF": "194", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2140", - "onehundred_CP_at_39": "2109" - }, - { - "Row": "368", - "Name": "Gorebyss", - "Pokedex_Number": "368", - "Img_name": "368", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "515", - "ATK": "211", - "DEF": "194", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2281", - "onehundred_CP_at_39": "2248" - }, - { - "Row": "369", - "Name": "Relicanth", - "Pokedex_Number": "369", - "Img_name": "369", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "rock", - "Weather_1": "Rainy", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "596", - "ATK": "162", - "DEF": "234", - "STA": "200", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "1", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2557", - "onehundred_CP_at_39": "2521" - }, - { - "Row": "370", - "Name": "Luvdisc", - "Pokedex_Number": "370", - "Img_name": "370", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "301", - "ATK": "81", - "DEF": "134", - "STA": "86", - "Legendary": "0", - "Aquireable": "1", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "1", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "735", - "onehundred_CP_at_39": "725" - }, - { - "Row": "371", - "Name": "Bagon", - "Pokedex_Number": "371", - "Img_name": "371", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "331", - "ATK": "134", - "DEF": "107", - "STA": "90", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1053", - "onehundred_CP_at_39": "1038" - }, - { - "Row": "372", - "Name": "Shelgon", - "Pokedex_Number": "372", - "Img_name": "372", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "481", - "ATK": "172", - "DEF": "179", - "STA": "130", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1958", - "onehundred_CP_at_39": "1930" - }, - { - "Row": "373", - "Name": "Salamence", - "Pokedex_Number": "373", - "Img_name": "373", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "flying", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "635", - "ATK": "277", - "DEF": "168", - "STA": "190", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3532", - "onehundred_CP_at_39": "3481" - }, - { - "Row": "374", - "Name": "Beldum", - "Pokedex_Number": "374", - "Img_name": "374", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "psychic", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "317", - "ATK": "96", - "DEF": "141", - "STA": "80", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "843", - "onehundred_CP_at_39": "831" - }, - { - "Row": "375", - "Name": "Metang", - "Pokedex_Number": "375", - "Img_name": "375", - "Generation": "3", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "psychic", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "443", - "ATK": "138", - "DEF": "185", - "STA": "120", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "1", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1570", - "onehundred_CP_at_39": "1547" - }, - { - "Row": "376", - "Name": "Metagross", - "Pokedex_Number": "376", - "Img_name": "376", - "Generation": "3", - "Evolution_Stage": "3", - "Evolved": "1", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "psychic", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "665", - "ATK": "257", - "DEF": "248", - "STA": "160", - "Legendary": "0", - "Aquireable": "3", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3644", - "onehundred_CP_at_39": "3592" - }, - { - "Row": "377", - "Name": "Regirock", - "Pokedex_Number": "377", - "Img_name": "377", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "695", - "ATK": "179", - "DEF": "356", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3087", - "onehundred_CP_at_39": "3043" - }, - { - "Row": "378", - "Name": "Regice", - "Pokedex_Number": "378", - "Img_name": "378", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "695", - "ATK": "179", - "DEF": "356", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3087", - "onehundred_CP_at_39": "3043" - }, - { - "Row": "379", - "Name": "Registeel", - "Pokedex_Number": "379", - "Img_name": "379", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "588", - "ATK": "143", - "DEF": "285", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2261", - "onehundred_CP_at_39": "2228" - }, - { - "Row": "380", - "Name": "Latias", - "Pokedex_Number": "380", - "Img_name": "380", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "psychic", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "656", - "ATK": "228", - "DEF": "268", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3377", - "onehundred_CP_at_39": "3329" - }, - { - "Row": "381", - "Name": "Latios", - "Pokedex_Number": "381", - "Img_name": "381", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "psychic", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "656", - "ATK": "268", - "DEF": "228", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3644", - "onehundred_CP_at_39": "3592" - }, - { - "Row": "382", - "Name": "Kyogre", - "Pokedex_Number": "382", - "Img_name": "382", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "703", - "ATK": "270", - "DEF": "251", - "STA": "182", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4074", - "onehundred_CP_at_39": "4016" - }, - { - "Row": "383", - "Name": "Groudon", - "Pokedex_Number": "383", - "Img_name": "383", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "703", - "ATK": "270", - "DEF": "251", - "STA": "182", - "Legendary": "1", - "Aquireable": "1", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "1", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4074", - "onehundred_CP_at_39": "4016" - }, - { - "Row": "384", - "Name": "Rayquaza", - "Pokedex_Number": "384", - "Img_name": "384", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "flying", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "645", - "ATK": "284", - "DEF": "170", - "STA": "191", - "Legendary": "1", - "Aquireable": "3", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "1", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3645", - "onehundred_CP_at_39": "3593" - }, - { - "Row": "385", - "Name": "Jirachi", - "Pokedex_Number": "385", - "Img_name": "385", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "psychic", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3090", - "onehundred_CP_at_39": "3046" - }, - { - "Row": "386", - "Name": "Deoxys Defense", - "Pokedex_Number": "386", - "Img_name": "386-defense", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "574", - "ATK": "144", - "DEF": "330", - "STA": "100", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1978", - "onehundred_CP_at_39": "1949" - }, - { - "Row": "387", - "Name": "Deoxys Normal", - "Pokedex_Number": "386", - "Img_name": "386", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "560", - "ATK": "345", - "DEF": "115", - "STA": "100", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2749", - "onehundred_CP_at_39": "2709" - }, - { - "Row": "388", - "Name": "Deoxys Attack", - "Pokedex_Number": "386", - "Img_name": "386-attack", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "560", - "ATK": "414", - "DEF": "46", - "STA": "100", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2244", - "onehundred_CP_at_39": "2212" - }, - { - "Row": "389", - "Name": "Deoxys Speed", - "Pokedex_Number": "386", - "Img_name": "386-speed", - "Generation": "3", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "548", - "ATK": "230", - "DEF": "218", - "STA": "100", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2504", - "onehundred_CP_at_39": "2469" - }, - { - "Row": "390", - "Name": "Turtwig", - "Pokedex_Number": "387", - "Img_name": "387", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "344", - "ATK": "119", - "DEF": "115", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1066", - "onehundred_CP_at_39": "1051" - }, - { - "Row": "391", - "Name": "Grotle", - "Pokedex_Number": "388", - "Img_name": "388", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "459", - "ATK": "157", - "DEF": "152", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1783", - "onehundred_CP_at_39": "1757" - }, - { - "Row": "392", - "Name": "Torterra", - "Pokedex_Number": "389", - "Img_name": "389", - "Generation": "4", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "ground", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "589", - "ATK": "202", - "DEF": "197", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2825", - "onehundred_CP_at_39": "2785" - }, - { - "Row": "393", - "Name": "Chimchar", - "Pokedex_Number": "390", - "Img_name": "390", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "287", - "ATK": "113", - "DEF": "86", - "STA": "88", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "815", - "onehundred_CP_at_39": "803" - }, - { - "Row": "394", - "Name": "Monferno", - "Pokedex_Number": "391", - "Img_name": "391", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "fighting", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "391", - "ATK": "158", - "DEF": "105", - "STA": "128", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1415", - "onehundred_CP_at_39": "1395" - }, - { - "Row": "395", - "Name": "Infernape", - "Pokedex_Number": "392", - "Img_name": "392", - "Generation": "4", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "fighting", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "525", - "ATK": "222", - "DEF": "151", - "STA": "152", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2464", - "onehundred_CP_at_39": "2429" - }, - { - "Row": "396", - "Name": "Piplup", - "Pokedex_Number": "393", - "Img_name": "393", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "321", - "ATK": "112", - "DEF": "103", - "STA": "106", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "947", - "onehundred_CP_at_39": "934" - }, - { - "Row": "397", - "Name": "Prinplup", - "Pokedex_Number": "394", - "Img_name": "394", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "421", - "ATK": "150", - "DEF": "143", - "STA": "128", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1549", - "onehundred_CP_at_39": "1526" - }, - { - "Row": "398", - "Name": "Empoleon", - "Pokedex_Number": "395", - "Img_name": "395", - "Generation": "4", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "steel", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "571", - "ATK": "210", - "DEF": "193", - "STA": "168", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2741", - "onehundred_CP_at_39": "2702" - }, - { - "Row": "399", - "Name": "Starly", - "Pokedex_Number": "396", - "Img_name": "396", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "239", - "ATK": "101", - "DEF": "58", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "603", - "onehundred_CP_at_39": "594" - }, - { - "Row": "400", - "Name": "Staravia", - "Pokedex_Number": "397", - "Img_name": "397", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "351", - "ATK": "142", - "DEF": "99", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1170", - "onehundred_CP_at_39": "1153" - }, - { - "Row": "401", - "Name": "Staraptor", - "Pokedex_Number": "398", - "Img_name": "398", - "Generation": "4", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "549", - "ATK": "234", - "DEF": "145", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2675", - "onehundred_CP_at_39": "2637" - }, - { - "Row": "402", - "Name": "Bidoof", - "Pokedex_Number": "399", - "Img_name": "399", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "271", - "ATK": "80", - "DEF": "73", - "STA": "118", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "641", - "onehundred_CP_at_39": "632" - }, - { - "Row": "403", - "Name": "Bibarel", - "Pokedex_Number": "400", - "Img_name": "400", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "water", - "Weather_1": "Partly cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "439", - "ATK": "162", - "DEF": "119", - "STA": "158", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1683", - "onehundred_CP_at_39": "1659" - }, - { - "Row": "404", - "Name": "Kricketot", - "Pokedex_Number": "401", - "Img_name": "401", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "193", - "ATK": "45", - "DEF": "74", - "STA": "74", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "333", - "onehundred_CP_at_39": "328" - }, - { - "Row": "405", - "Name": "Kricketune", - "Pokedex_Number": "402", - "Img_name": "402", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "414", - "ATK": "160", - "DEF": "100", - "STA": "154", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1523", - "onehundred_CP_at_39": "1501" - }, - { - "Row": "406", - "Name": "Shinx", - "Pokedex_Number": "403", - "Img_name": "403", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "271", - "ATK": "117", - "DEF": "64", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "750", - "onehundred_CP_at_39": "740" - }, - { - "Row": "407", - "Name": "Luxio", - "Pokedex_Number": "404", - "Img_name": "404", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "374", - "ATK": "159", - "DEF": "95", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1324", - "onehundred_CP_at_39": "1305" - }, - { - "Row": "408", - "Name": "Luxray", - "Pokedex_Number": "405", - "Img_name": "405", - "Generation": "4", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "548", - "ATK": "232", - "DEF": "156", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2668", - "onehundred_CP_at_39": "2630" - }, - { - "Row": "409", - "Name": "Budew", - "Pokedex_Number": "406", - "Img_name": "406", - "Generation": "4", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "297", - "ATK": "91", - "DEF": "126", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "766", - "onehundred_CP_at_39": "755" - }, - { - "Row": "410", - "Name": "Roserade", - "Pokedex_Number": "407", - "Img_name": "407", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "569", - "ATK": "243", - "DEF": "206", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2783", - "onehundred_CP_at_39": "2743" - }, - { - "Row": "411", - "Name": "Cranidos", - "Pokedex_Number": "408", - "Img_name": "408", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "427", - "ATK": "218", - "DEF": "75", - "STA": "134", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1685", - "onehundred_CP_at_39": "1661" - }, - { - "Row": "412", - "Name": "Rampardos", - "Pokedex_Number": "409", - "Img_name": "409", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "603", - "ATK": "295", - "DEF": "114", - "STA": "194", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3179", - "onehundred_CP_at_39": "3133" - }, - { - "Row": "413", - "Name": "Shieldon", - "Pokedex_Number": "410", - "Img_name": "410", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "steel", - "Weather_1": "Partly cloudy", - "Weather_2": "Snow", - "STAT_TOTAL": "344", - "ATK": "76", - "DEF": "208", - "STA": "60", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "735", - "onehundred_CP_at_39": "724" - }, - { - "Row": "414", - "Name": "Bastiodon", - "Pokedex_Number": "411", - "Img_name": "411", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "steel", - "Weather_1": "Partly cloudy", - "Weather_2": "Snow", - "STAT_TOTAL": "513", - "ATK": "94", - "DEF": "299", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1401", - "onehundred_CP_at_39": "1381" - }, - { - "Row": "415", - "Name": "Burmy (Plant Cloak)", - "Pokedex_Number": "412", - "Img_name": "412", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "216", - "ATK": "53", - "DEF": "83", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "409", - "onehundred_CP_at_39": "403" - }, - { - "Row": "415", - "Name": "Burmy (Trash Cloak)", - "Pokedex_Number": "412", - "Img_name": "412-trash", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "216", - "ATK": "53", - "DEF": "83", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "409", - "onehundred_CP_at_39": "403" - }, - { - "Row": "415", - "Name": "Burmy (Sandy Cloak)", - "Pokedex_Number": "412", - "Img_name": "412-sandy", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "216", - "ATK": "53", - "DEF": "83", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "409", - "onehundred_CP_at_39": "403" - }, - { - "Row": "418", - "Name": "Wormadam (Plant Cloak)", - "Pokedex_Number": "413", - "Img_name": "413", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "grass", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "450", - "ATK": "141", - "DEF": "189", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1616", - "onehundred_CP_at_39": "1593" - }, - { - "Row": "419", - "Name": "Wormadam (Trash Cloak)", - "Pokedex_Number": "413", - "Img_name": "413-trash", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "grass", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "450", - "ATK": "141", - "DEF": "189", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1616", - "onehundred_CP_at_39": "1593" - }, - { - "Row": "420", - "Name": "Wormadam (Sandy Cloak)", - "Pokedex_Number": "413", - "Img_name": "413-sandy", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "grass", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "450", - "ATK": "141", - "DEF": "189", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1616", - "onehundred_CP_at_39": "1593" - }, - { - "Row": "421", - "Name": "Mothim", - "Pokedex_Number": "414", - "Img_name": "414", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "423", - "ATK": "185", - "DEF": "98", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1653", - "onehundred_CP_at_39": "1629" - }, - { - "Row": "422", - "Name": "Combee", - "Pokedex_Number": "415", - "Img_name": "415", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "202", - "ATK": "59", - "DEF": "83", - "STA": "60", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "396", - "onehundred_CP_at_39": "390" - }, - { - "Row": "423", - "Name": "Vespiquen", - "Pokedex_Number": "416", - "Img_name": "416", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "479", - "ATK": "149", - "DEF": "190", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1825", - "onehundred_CP_at_39": "1799" - }, - { - "Row": "424", - "Name": "Pachirisu", - "Pokedex_Number": "417", - "Img_name": "417", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "396", - "ATK": "94", - "DEF": "182", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1110", - "onehundred_CP_at_39": "1094" - }, - { - "Row": "425", - "Name": "Buizel", - "Pokedex_Number": "418", - "Img_name": "418", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "312", - "ATK": "132", - "DEF": "70", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "946", - "onehundred_CP_at_39": "932" - }, - { - "Row": "426", - "Name": "Floatzel", - "Pokedex_Number": "419", - "Img_name": "419", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "509", - "ATK": "221", - "DEF": "118", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2312", - "onehundred_CP_at_39": "2279" - }, - { - "Row": "427", - "Name": "Cherubi", - "Pokedex_Number": "420", - "Img_name": "420", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "294", - "ATK": "108", - "DEF": "96", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "829", - "onehundred_CP_at_39": "817" - }, - { - "Row": "428", - "Name": "Cherrim", - "Pokedex_Number": "421", - "Img_name": "421", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "467", - "ATK": "170", - "DEF": "157", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1886", - "onehundred_CP_at_39": "1859" - }, - { - "Row": "429", - "Name": "Shellos", - "Pokedex_Number": "422", - "Img_name": "422", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "366", - "ATK": "103", - "DEF": "111", - "STA": "152", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1069", - "onehundred_CP_at_39": "1053" - }, - { - "Row": "430", - "Name": "Gastrodon", - "Pokedex_Number": "423", - "Img_name": "423", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ground", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "540", - "ATK": "169", - "DEF": "149", - "STA": "222", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2265", - "onehundred_CP_at_39": "2233" - }, - { - "Row": "431", - "Name": "Ambipom", - "Pokedex_Number": "424", - "Img_name": "424", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "498", - "ATK": "205", - "DEF": "143", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2218", - "onehundred_CP_at_39": "2186" - }, - { - "Row": "432", - "Name": "Drifloon", - "Pokedex_Number": "425", - "Img_name": "425", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "flying", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "382", - "ATK": "117", - "DEF": "85", - "STA": "180", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1151", - "onehundred_CP_at_39": "1134" - }, - { - "Row": "433", - "Name": "Drifblim", - "Pokedex_Number": "426", - "Img_name": "426", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "flying", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "587", - "ATK": "180", - "DEF": "107", - "STA": "300", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2387", - "onehundred_CP_at_39": "2353" - }, - { - "Row": "434", - "Name": "Buneary", - "Pokedex_Number": "427", - "Img_name": "427", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "351", - "ATK": "130", - "DEF": "111", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1136", - "onehundred_CP_at_39": "1120" - }, - { - "Row": "435", - "Name": "Lopunny", - "Pokedex_Number": "428", - "Img_name": "428", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "486", - "ATK": "156", - "DEF": "200", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1885", - "onehundred_CP_at_39": "1858" - }, - { - "Row": "436", - "Name": "Mismagius", - "Pokedex_Number": "429", - "Img_name": "429", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "542", - "ATK": "211", - "DEF": "211", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2465", - "onehundred_CP_at_39": "2430" - }, - { - "Row": "437", - "Name": "Honchkrow", - "Pokedex_Number": "430", - "Img_name": "430", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "flying", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "546", - "ATK": "243", - "DEF": "103", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2566", - "onehundred_CP_at_39": "2529" - }, - { - "Row": "438", - "Name": "Glameow", - "Pokedex_Number": "431", - "Img_name": "431", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "292", - "ATK": "109", - "DEF": "85", - "STA": "98", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "823", - "onehundred_CP_at_39": "811" - }, - { - "Row": "439", - "Name": "Purugly", - "Pokedex_Number": "432", - "Img_name": "432", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "450", - "ATK": "172", - "DEF": "136", - "STA": "142", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1798", - "onehundred_CP_at_39": "1772" - }, - { - "Row": "440", - "Name": "Chingling", - "Pokedex_Number": "433", - "Img_name": "433", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "298", - "ATK": "114", - "DEF": "94", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "861", - "onehundred_CP_at_39": "849" - }, - { - "Row": "441", - "Name": "Stunky", - "Pokedex_Number": "434", - "Img_name": "434", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "dark", - "Weather_1": "Cloudy", - "Weather_2": "Fog", - "STAT_TOTAL": "340", - "ATK": "121", - "DEF": "93", - "STA": "126", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1048", - "onehundred_CP_at_39": "1033" - }, - { - "Row": "442", - "Name": "Skuntank", - "Pokedex_Number": "435", - "Img_name": "435", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "dark", - "Weather_1": "Cloudy", - "Weather_2": "Fog", - "STAT_TOTAL": "525", - "ATK": "184", - "DEF": "135", - "STA": "206", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2262", - "onehundred_CP_at_39": "2230" - }, - { - "Row": "443", - "Name": "Bronzor", - "Pokedex_Number": "436", - "Img_name": "436", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "psychic", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "311", - "ATK": "43", - "DEF": "154", - "STA": "114", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "534", - "onehundred_CP_at_39": "527" - }, - { - "Row": "444", - "Name": "Bronzong", - "Pokedex_Number": "437", - "Img_name": "437", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "psychic", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "508", - "ATK": "161", - "DEF": "213", - "STA": "134", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2026", - "onehundred_CP_at_39": "1997" - }, - { - "Row": "445", - "Name": "Bonsly", - "Pokedex_Number": "438", - "Img_name": "438", - "Generation": "4", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "379", - "ATK": "124", - "DEF": "155", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1213", - "onehundred_CP_at_39": "1196" - }, - { - "Row": "446", - "Name": "Mime Jr.", - "Pokedex_Number": "439", - "Img_name": "439", - "Generation": "4", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "fairy", - "Weather_1": "Windy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "329", - "ATK": "125", - "DEF": "164", - "STA": "40", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "867", - "onehundred_CP_at_39": "855" - }, - { - "Row": "447", - "Name": "Happiny", - "Pokedex_Number": "440", - "Img_name": "440", - "Generation": "4", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "330", - "ATK": "25", - "DEF": "105", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "401", - "onehundred_CP_at_39": "395" - }, - { - "Row": "448", - "Name": "Chatot", - "Pokedex_Number": "441", - "Img_name": "441", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "427", - "ATK": "183", - "DEF": "92", - "STA": "152", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1653", - "onehundred_CP_at_39": "1629" - }, - { - "Row": "449", - "Name": "Spiritomb", - "Pokedex_Number": "442", - "Img_name": "442", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "dark", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "468", - "ATK": "169", - "DEF": "199", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1802", - "onehundred_CP_at_39": "1777" - }, - { - "Row": "450", - "Name": "Gible", - "Pokedex_Number": "443", - "Img_name": "443", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "ground", - "Weather_1": "Windy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "324", - "ATK": "124", - "DEF": "84", - "STA": "116", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "988", - "onehundred_CP_at_39": "974" - }, - { - "Row": "451", - "Name": "Gabite", - "Pokedex_Number": "444", - "Img_name": "444", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "ground", - "Weather_1": "Windy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "438", - "ATK": "172", - "DEF": "130", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1728", - "onehundred_CP_at_39": "1703" - }, - { - "Row": "452", - "Name": "Garchomp", - "Pokedex_Number": "445", - "Img_name": "445", - "Generation": "4", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "ground", - "Weather_1": "Windy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "675", - "ATK": "261", - "DEF": "198", - "STA": "216", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3823", - "onehundred_CP_at_39": "3769" - }, - { - "Row": "453", - "Name": "Munchlax", - "Pokedex_Number": "446", - "Img_name": "446", - "Generation": "4", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "544", - "ATK": "137", - "DEF": "137", - "STA": "270", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1975", - "onehundred_CP_at_39": "1947" - }, - { - "Row": "454", - "Name": "Riolu", - "Pokedex_Number": "447", - "Img_name": "447", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "285", - "ATK": "127", - "DEF": "78", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "833", - "onehundred_CP_at_39": "821" - }, - { - "Row": "455", - "Name": "Lucario", - "Pokedex_Number": "448", - "Img_name": "448", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "steel", - "Weather_1": "Cloudy", - "Weather_2": "Snow", - "STAT_TOTAL": "520", - "ATK": "236", - "DEF": "144", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2461", - "onehundred_CP_at_39": "2425" - }, - { - "Row": "456", - "Name": "Hippopotas", - "Pokedex_Number": "449", - "Img_name": "449", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "394", - "ATK": "124", - "DEF": "134", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1302", - "onehundred_CP_at_39": "1283" - }, - { - "Row": "457", - "Name": "Hippowdon", - "Pokedex_Number": "450", - "Img_name": "450", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "629", - "ATK": "201", - "DEF": "212", - "STA": "216", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3089", - "onehundred_CP_at_39": "3045" - }, - { - "Row": "458", - "Name": "Skorupi", - "Pokedex_Number": "451", - "Img_name": "451", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "bug", - "Weather_1": "Cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "341", - "ATK": "93", - "DEF": "168", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "889", - "onehundred_CP_at_39": "876" - }, - { - "Row": "459", - "Name": "Drapion", - "Pokedex_Number": "452", - "Img_name": "452", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "dark", - "Weather_1": "Cloudy", - "Weather_2": "Fog", - "STAT_TOTAL": "539", - "ATK": "180", - "DEF": "219", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2319", - "onehundred_CP_at_39": "2286" - }, - { - "Row": "460", - "Name": "Croagunk", - "Pokedex_Number": "453", - "Img_name": "453", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "fighting", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "288", - "ATK": "116", - "DEF": "76", - "STA": "96", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "822", - "onehundred_CP_at_39": "810" - }, - { - "Row": "461", - "Name": "Toxicroak", - "Pokedex_Number": "454", - "Img_name": "454", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "fighting", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "510", - "ATK": "211", - "DEF": "133", - "STA": "166", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2310", - "onehundred_CP_at_39": "2277" - }, - { - "Row": "462", - "Name": "Carnivine", - "Pokedex_Number": "455", - "Img_name": "455", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "471", - "ATK": "187", - "DEF": "136", - "STA": "148", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1979", - "onehundred_CP_at_39": "1951" - }, - { - "Row": "463", - "Name": "Finneon", - "Pokedex_Number": "456", - "Img_name": "456", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "313", - "ATK": "96", - "DEF": "119", - "STA": "98", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "853", - "onehundred_CP_at_39": "840" - }, - { - "Row": "464", - "Name": "Lumineon", - "Pokedex_Number": "457", - "Img_name": "457", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "455", - "ATK": "142", - "DEF": "175", - "STA": "138", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1671", - "onehundred_CP_at_39": "1648" - }, - { - "Row": "465", - "Name": "Mantyke", - "Pokedex_Number": "458", - "Img_name": "458", - "Generation": "4", - "Evolution_Stage": "0", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "407", - "ATK": "105", - "DEF": "212", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1157", - "onehundred_CP_at_39": "1140" - }, - { - "Row": "466", - "Name": "Snover", - "Pokedex_Number": "459", - "Img_name": "459", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "ice", - "Weather_1": "Sunny/clear", - "Weather_2": "Snow", - "STAT_TOTAL": "345", - "ATK": "115", - "DEF": "110", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1054", - "onehundred_CP_at_39": "1039" - }, - { - "Row": "467", - "Name": "Abomasnow", - "Pokedex_Number": "460", - "Img_name": "460", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "ice", - "Weather_1": "Sunny/clear", - "Weather_2": "Snow", - "STAT_TOTAL": "521", - "ATK": "178", - "DEF": "163", - "STA": "180", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2245", - "onehundred_CP_at_39": "2213" - }, - { - "Row": "468", - "Name": "Weavile", - "Pokedex_Number": "461", - "Img_name": "461", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "ice", - "Weather_1": "Fog", - "Weather_2": "Snow", - "STAT_TOTAL": "565", - "ATK": "243", - "DEF": "182", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2815", - "onehundred_CP_at_39": "2775" - }, - { - "Row": "469", - "Name": "Magnezone", - "Pokedex_Number": "462", - "Img_name": "462", - "Generation": "4", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "steel", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "595", - "ATK": "238", - "DEF": "217", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2996", - "onehundred_CP_at_39": "2953" - }, - { - "Row": "470", - "Name": "Lickilicky", - "Pokedex_Number": "463", - "Img_name": "463", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "1", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "562", - "ATK": "161", - "DEF": "181", - "STA": "220", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2359", - "onehundred_CP_at_39": "2325" - }, - { - "Row": "471", - "Name": "Rhyperior", - "Pokedex_Number": "464", - "Img_name": "464", - "Generation": "4", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "rock", - "Weather_1": "Sunny/clear", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "695", - "ATK": "241", - "DEF": "224", - "STA": "230", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3869", - "onehundred_CP_at_39": "3813" - }, - { - "Row": "472", - "Name": "Tangrowth", - "Pokedex_Number": "465", - "Img_name": "465", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "626", - "ATK": "207", - "DEF": "219", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3110", - "onehundred_CP_at_39": "3065" - }, - { - "Row": "473", - "Name": "Electivire", - "Pokedex_Number": "466", - "Img_name": "466", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "1", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "572", - "ATK": "249", - "DEF": "173", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2904", - "onehundred_CP_at_39": "2862" - }, - { - "Row": "474", - "Name": "Magmortar", - "Pokedex_Number": "467", - "Img_name": "467", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "62", - "Cross_Gen": "1", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "583", - "ATK": "247", - "DEF": "186", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2980", - "onehundred_CP_at_39": "2937" - }, - { - "Row": "475", - "Name": "Togekiss", - "Pokedex_Number": "468", - "Img_name": "468", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "flying", - "Weather_1": "Cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "622", - "ATK": "225", - "DEF": "227", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3171", - "onehundred_CP_at_39": "3126" - }, - { - "Row": "476", - "Name": "Yanmega", - "Pokedex_Number": "469", - "Img_name": "469", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "575", - "ATK": "231", - "DEF": "172", - "STA": "172", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2873", - "onehundred_CP_at_39": "2832" - }, - { - "Row": "477", - "Name": "Leafeon", - "Pokedex_Number": "470", - "Img_name": "470", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "1", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "600", - "ATK": "216", - "DEF": "254", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2849", - "onehundred_CP_at_39": "2808" - }, - { - "Row": "478", - "Name": "Glaceon", - "Pokedex_Number": "471", - "Img_name": "471", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "1", - "Type_1": "ice", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "580", - "ATK": "238", - "DEF": "212", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2866", - "onehundred_CP_at_39": "2825" - }, - { - "Row": "479", - "Name": "Gliscor", - "Pokedex_Number": "472", - "Img_name": "472", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "583", - "ATK": "185", - "DEF": "248", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2602", - "onehundred_CP_at_39": "2565" - }, - { - "Row": "480", - "Name": "Mamoswine", - "Pokedex_Number": "473", - "Img_name": "473", - "Generation": "4", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "ground", - "Weather_1": "Snow", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "624", - "ATK": "247", - "DEF": "157", - "STA": "220", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3289", - "onehundred_CP_at_39": "3242" - }, - { - "Row": "481", - "Name": "Porygon-Z", - "Pokedex_Number": "474", - "Img_name": "474", - "Generation": "4", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "587", - "ATK": "264", - "DEF": "153", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3072", - "onehundred_CP_at_39": "3028" - }, - { - "Row": "482", - "Name": "Gallade", - "Pokedex_Number": "475", - "Img_name": "475", - "Generation": "4", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "fighting", - "Weather_1": "Windy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "593", - "ATK": "237", - "DEF": "220", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2964", - "onehundred_CP_at_39": "2922" - }, - { - "Row": "483", - "Name": "Probopass", - "Pokedex_Number": "476", - "Img_name": "476", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "steel", - "Weather_1": "Partly cloudy", - "Weather_2": "Snow", - "STAT_TOTAL": "533", - "ATK": "135", - "DEF": "278", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1863", - "onehundred_CP_at_39": "1836" - }, - { - "Row": "484", - "Name": "Dusknoir", - "Pokedex_Number": "477", - "Img_name": "477", - "Generation": "4", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "524", - "ATK": "180", - "DEF": "254", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2046", - "onehundred_CP_at_39": "2017" - }, - { - "Row": "485", - "Name": "Froslass", - "Pokedex_Number": "478", - "Img_name": "478", - "Generation": "4", - "Evolution_Stage": "3", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "ghost", - "Weather_1": "Snow", - "Weather_2": "Fog", - "STAT_TOTAL": "461", - "ATK": "171", - "DEF": "150", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1857", - "onehundred_CP_at_39": "1831" - }, - { - "Row": "486", - "Name": "Rotom (Heat Rotom)", - "Pokedex_Number": "479", - "Img_name": "479-heat", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "ghost", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "444", - "ATK": "185", - "DEF": "159", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1767", - "onehundred_CP_at_39": "1741" - }, - { - "Row": "487", - "Name": "Rotom (Wash Rotom)", - "Pokedex_Number": "479", - "Img_name": "479-wash", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "ghost", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "444", - "ATK": "185", - "DEF": "159", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1767", - "onehundred_CP_at_39": "1741" - }, - { - "Row": "488", - "Name": "Rotom (Frost Rotom)", - "Pokedex_Number": "479", - "Img_name": "479-frost", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "ghost", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "444", - "ATK": "185", - "DEF": "159", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1767", - "onehundred_CP_at_39": "1741" - }, - { - "Row": "489", - "Name": "Rotom (Fan Rotom)", - "Pokedex_Number": "479", - "Img_name": "479-spin", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "ghost", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "444", - "ATK": "185", - "DEF": "159", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1767", - "onehundred_CP_at_39": "1741" - }, - { - "Row": "490", - "Name": "Rotom (Mow Rotom)", - "Pokedex_Number": "479", - "Img_name": "479-mow", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "ghost", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "444", - "ATK": "185", - "DEF": "159", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1767", - "onehundred_CP_at_39": "1741" - }, - { - "Row": "491", - "Name": "Rotom (Normal Rotom)", - "Pokedex_Number": "479", - "Img_name": "479", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "ghost", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "444", - "ATK": "185", - "DEF": "159", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1767", - "onehundred_CP_at_39": "1741" - }, - { - "Row": "492", - "Name": "Uxie", - "Pokedex_Number": "480", - "Img_name": "480", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "576", - "ATK": "156", - "DEF": "270", - "STA": "150", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2316", - "onehundred_CP_at_39": "2282" - }, - { - "Row": "493", - "Name": "Mesprit", - "Pokedex_Number": "481", - "Img_name": "481", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "584", - "ATK": "212", - "DEF": "212", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2825", - "onehundred_CP_at_39": "2785" - }, - { - "Row": "494", - "Name": "Azelf", - "Pokedex_Number": "482", - "Img_name": "482", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "571", - "ATK": "270", - "DEF": "151", - "STA": "150", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2945", - "onehundred_CP_at_39": "2903" - }, - { - "Row": "495", - "Name": "Dialga", - "Pokedex_Number": "483", - "Img_name": "483", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "dragon", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "744", - "ATK": "302", - "DEF": "242", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4654", - "onehundred_CP_at_39": "4587" - }, - { - "Row": "496", - "Name": "Palkia", - "Pokedex_Number": "484", - "Img_name": "484", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "dragon", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "735", - "ATK": "308", - "DEF": "247", - "STA": "180", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4559", - "onehundred_CP_at_39": "4494" - }, - { - "Row": "497", - "Name": "Heatran", - "Pokedex_Number": "485", - "Img_name": "485", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "steel", - "Weather_1": "Sunny/clear", - "Weather_2": "Snow", - "STAT_TOTAL": "646", - "ATK": "251", - "DEF": "213", - "STA": "182", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3521", - "onehundred_CP_at_39": "3470" - }, - { - "Row": "498", - "Name": "Regigigas", - "Pokedex_Number": "486", - "Img_name": "486", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "766", - "ATK": "315", - "DEF": "231", - "STA": "220", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4955", - "onehundred_CP_at_39": "4884" - }, - { - "Row": "499", - "Name": "Giratina (Altered Forme)", - "Pokedex_Number": "487", - "Img_name": "487", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "dragon", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "753", - "ATK": "206", - "DEF": "247", - "STA": "300", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3965", - "onehundred_CP_at_39": "3908" - }, - { - "Row": "500", - "Name": "Giratina (Origin Forme)", - "Pokedex_Number": "487", - "Img_name": "487-origin", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "dragon", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "753", - "ATK": "206", - "DEF": "247", - "STA": "300", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3965", - "onehundred_CP_at_39": "3908" - }, - { - "Row": "501", - "Name": "Cresselia", - "Pokedex_Number": "488", - "Img_name": "488", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "655", - "ATK": "152", - "DEF": "263", - "STA": "240", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2777", - "onehundred_CP_at_39": "2737" - }, - { - "Row": "502", - "Name": "Phione", - "Pokedex_Number": "489", - "Img_name": "489", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "484", - "ATK": "162", - "DEF": "162", - "STA": "160", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1945", - "onehundred_CP_at_39": "1917" - }, - { - "Row": "503", - "Name": "Manaphy", - "Pokedex_Number": "490", - "Img_name": "490", - "Generation": "4", - "Evolution_Stage": "2", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "2", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3090", - "onehundred_CP_at_39": "3046" - }, - { - "Row": "504", - "Name": "Darkrai", - "Pokedex_Number": "491", - "Img_name": "491", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "623", - "ATK": "285", - "DEF": "198", - "STA": "140", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3404", - "onehundred_CP_at_39": "3355" - }, - { - "Row": "505", - "Name": "Shaymin (Land Forme)", - "Pokedex_Number": "492", - "Img_name": "492", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3090", - "onehundred_CP_at_39": "3046" - }, - { - "Row": "506", - "Name": "Shaymin (Sky Forme)", - "Pokedex_Number": "492", - "Img_name": "492-sky", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3090", - "onehundred_CP_at_39": "3046" - }, - { - "Row": "507", - "Name": "Arceus", - "Pokedex_Number": "493", - "Img_name": "493", - "Generation": "4", - "Evolution_Stage": "1", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "764", - "ATK": "262", - "DEF": "262", - "STA": "240", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4598", - "onehundred_CP_at_39": "4532" - }, - { - "Row": "508", - "Name": "Victini", - "Pokedex_Number": "494", - "Img_name": "494", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "fire", - "Weather_1": "Windy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "620", - "ATK": "210", - "DEF": "210", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3090", - "onehundred_CP_at_39": "3046" - }, - { - "Row": "509", - "Name": "Snivy", - "Pokedex_Number": "495", - "Img_name": "495", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "285", - "ATK": "88", - "DEF": "107", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "728", - "onehundred_CP_at_39": "717" - }, - { - "Row": "510", - "Name": "Servine", - "Pokedex_Number": "496", - "Img_name": "496", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "394", - "ATK": "122", - "DEF": "152", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1284", - "onehundred_CP_at_39": "1266" - }, - { - "Row": "511", - "Name": "Serperior", - "Pokedex_Number": "497", - "Img_name": "497", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "515", - "ATK": "161", - "DEF": "204", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2089", - "onehundred_CP_at_39": "2059" - }, - { - "Row": "512", - "Name": "Tepig", - "Pokedex_Number": "498", - "Img_name": "498", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "330", - "ATK": "115", - "DEF": "85", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "977", - "onehundred_CP_at_39": "963" - }, - { - "Row": "513", - "Name": "Pignite", - "Pokedex_Number": "499", - "Img_name": "499", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "fighting", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "459", - "ATK": "173", - "DEF": "106", - "STA": "180", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1803", - "onehundred_CP_at_39": "1777" - }, - { - "Row": "514", - "Name": "Emboar", - "Pokedex_Number": "500", - "Img_name": "500", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "fighting", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "582", - "ATK": "235", - "DEF": "127", - "STA": "220", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2852", - "onehundred_CP_at_39": "2811" - }, - { - "Row": "515", - "Name": "Oshawott", - "Pokedex_Number": "501", - "Img_name": "501", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "312", - "ATK": "117", - "DEF": "85", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "921", - "onehundred_CP_at_39": "908" - }, - { - "Row": "516", - "Name": "Dewott", - "Pokedex_Number": "502", - "Img_name": "502", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "425", - "ATK": "159", - "DEF": "116", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1597", - "onehundred_CP_at_39": "1574" - }, - { - "Row": "517", - "Name": "Samurott", - "Pokedex_Number": "503", - "Img_name": "503", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "566", - "ATK": "212", - "DEF": "164", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2715", - "onehundred_CP_at_39": "2677" - }, - { - "Row": "518", - "Name": "Patrat", - "Pokedex_Number": "504", - "Img_name": "504", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "261", - "ATK": "98", - "DEF": "73", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "678", - "onehundred_CP_at_39": "668" - }, - { - "Row": "519", - "Name": "Watchog", - "Pokedex_Number": "505", - "Img_name": "505", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "424", - "ATK": "165", - "DEF": "139", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1621", - "onehundred_CP_at_39": "1597" - }, - { - "Row": "520", - "Name": "Lillipup", - "Pokedex_Number": "506", - "Img_name": "506", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "283", - "ATK": "107", - "DEF": "86", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "784", - "onehundred_CP_at_39": "773" - }, - { - "Row": "521", - "Name": "Herdier", - "Pokedex_Number": "507", - "Img_name": "507", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "401", - "ATK": "145", - "DEF": "126", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1428", - "onehundred_CP_at_39": "1408" - }, - { - "Row": "522", - "Name": "Stoutland", - "Pokedex_Number": "508", - "Img_name": "508", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "558", - "ATK": "206", - "DEF": "182", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2635", - "onehundred_CP_at_39": "2597" - }, - { - "Row": "523", - "Name": "Purrloin", - "Pokedex_Number": "509", - "Img_name": "509", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "253", - "ATK": "98", - "DEF": "73", - "STA": "82", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "652", - "onehundred_CP_at_39": "642" - }, - { - "Row": "524", - "Name": "Liepard", - "Pokedex_Number": "510", - "Img_name": "510", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "421", - "ATK": "187", - "DEF": "106", - "STA": "128", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1659", - "onehundred_CP_at_39": "1635" - }, - { - "Row": "525", - "Name": "Pansage", - "Pokedex_Number": "511", - "Img_name": "511", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "298", - "ATK": "104", - "DEF": "94", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "832", - "onehundred_CP_at_39": "820" - }, - { - "Row": "526", - "Name": "Simisage", - "Pokedex_Number": "512", - "Img_name": "512", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "489", - "ATK": "206", - "DEF": "133", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2156", - "onehundred_CP_at_39": "2126" - }, - { - "Row": "527", - "Name": "Pansear", - "Pokedex_Number": "513", - "Img_name": "513", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "298", - "ATK": "104", - "DEF": "94", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "832", - "onehundred_CP_at_39": "820" - }, - { - "Row": "528", - "Name": "Simisear", - "Pokedex_Number": "514", - "Img_name": "514", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "489", - "ATK": "206", - "DEF": "133", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2156", - "onehundred_CP_at_39": "2126" - }, - { - "Row": "529", - "Name": "Panpour", - "Pokedex_Number": "515", - "Img_name": "515", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "298", - "ATK": "104", - "DEF": "94", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "832", - "onehundred_CP_at_39": "820" - }, - { - "Row": "530", - "Name": "Simipour", - "Pokedex_Number": "516", - "Img_name": "516", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "489", - "ATK": "206", - "DEF": "133", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2156", - "onehundred_CP_at_39": "2126" - }, - { - "Row": "531", - "Name": "Munna", - "Pokedex_Number": "517", - "Img_name": "517", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "360", - "ATK": "111", - "DEF": "97", - "STA": "152", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1076", - "onehundred_CP_at_39": "1060" - }, - { - "Row": "532", - "Name": "Musharna", - "Pokedex_Number": "518", - "Img_name": "518", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "586", - "ATK": "183", - "DEF": "171", - "STA": "232", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2650", - "onehundred_CP_at_39": "2612" - }, - { - "Row": "533", - "Name": "Pidove", - "Pokedex_Number": "519", - "Img_name": "519", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "287", - "ATK": "98", - "DEF": "89", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "771", - "onehundred_CP_at_39": "760" - }, - { - "Row": "534", - "Name": "Tranquill", - "Pokedex_Number": "520", - "Img_name": "520", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "385", - "ATK": "144", - "DEF": "117", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1345", - "onehundred_CP_at_39": "1325" - }, - { - "Row": "535", - "Name": "Unfezant", - "Pokedex_Number": "521", - "Img_name": "521", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "546", - "ATK": "226", - "DEF": "160", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2634", - "onehundred_CP_at_39": "2596" - }, - { - "Row": "536", - "Name": "Blitzle", - "Pokedex_Number": "522", - "Img_name": "522", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "272", - "ATK": "118", - "DEF": "64", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "756", - "onehundred_CP_at_39": "745" - }, - { - "Row": "537", - "Name": "Zebstrika", - "Pokedex_Number": "523", - "Img_name": "523", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "497", - "ATK": "211", - "DEF": "136", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2228", - "onehundred_CP_at_39": "2196" - }, - { - "Row": "538", - "Name": "Roggenrola", - "Pokedex_Number": "524", - "Img_name": "524", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "367", - "ATK": "121", - "DEF": "136", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1166", - "onehundred_CP_at_39": "1150" - }, - { - "Row": "539", - "Name": "Boldore", - "Pokedex_Number": "525", - "Img_name": "525", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "487", - "ATK": "174", - "DEF": "173", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2015", - "onehundred_CP_at_39": "1986" - }, - { - "Row": "540", - "Name": "Gigalith", - "Pokedex_Number": "526", - "Img_name": "526", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "619", - "ATK": "226", - "DEF": "223", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3158", - "onehundred_CP_at_39": "3113" - }, - { - "Row": "541", - "Name": "Woobat", - "Pokedex_Number": "527", - "Img_name": "527", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "flying", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "322", - "ATK": "107", - "DEF": "85", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "917", - "onehundred_CP_at_39": "904" - }, - { - "Row": "542", - "Name": "Swoobat", - "Pokedex_Number": "528", - "Img_name": "528", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "flying", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "414", - "ATK": "161", - "DEF": "119", - "STA": "134", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1553", - "onehundred_CP_at_39": "1531" - }, - { - "Row": "543", - "Name": "Drilbur", - "Pokedex_Number": "529", - "Img_name": "529", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "362", - "ATK": "154", - "DEF": "88", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1244", - "onehundred_CP_at_39": "1226" - }, - { - "Row": "544", - "Name": "Excadrill", - "Pokedex_Number": "530", - "Img_name": "530", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "steel", - "Weather_1": "Sunny/clear", - "Weather_2": "Snow", - "STAT_TOTAL": "607", - "ATK": "255", - "DEF": "132", - "STA": "220", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3134", - "onehundred_CP_at_39": "3089" - }, - { - "Row": "545", - "Name": "Audino", - "Pokedex_Number": "531", - "Img_name": "531", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "483", - "ATK": "114", - "DEF": "163", - "STA": "206", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1598", - "onehundred_CP_at_39": "1575" - }, - { - "Row": "546", - "Name": "Timburr", - "Pokedex_Number": "532", - "Img_name": "532", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "381", - "ATK": "134", - "DEF": "97", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1265", - "onehundred_CP_at_39": "1247" - }, - { - "Row": "547", - "Name": "Gurdurr", - "Pokedex_Number": "533", - "Img_name": "533", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "500", - "ATK": "180", - "DEF": "150", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2127", - "onehundred_CP_at_39": "2097" - }, - { - "Row": "548", - "Name": "Conkeldurr", - "Pokedex_Number": "534", - "Img_name": "534", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "625", - "ATK": "243", - "DEF": "172", - "STA": "210", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3305", - "onehundred_CP_at_39": "3258" - }, - { - "Row": "549", - "Name": "Tympole", - "Pokedex_Number": "535", - "Img_name": "535", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "276", - "ATK": "98", - "DEF": "78", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "729", - "onehundred_CP_at_39": "719" - }, - { - "Row": "550", - "Name": "Palpitoad", - "Pokedex_Number": "536", - "Img_name": "536", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ground", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "387", - "ATK": "128", - "DEF": "109", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1277", - "onehundred_CP_at_39": "1259" - }, - { - "Row": "551", - "Name": "Seismitoad", - "Pokedex_Number": "537", - "Img_name": "537", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ground", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "548", - "ATK": "188", - "DEF": "150", - "STA": "210", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2442", - "onehundred_CP_at_39": "2408" - }, - { - "Row": "552", - "Name": "Throh", - "Pokedex_Number": "538", - "Img_name": "538", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "572", - "ATK": "172", - "DEF": "160", - "STA": "240", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2467", - "onehundred_CP_at_39": "2432" - }, - { - "Row": "553", - "Name": "Sawk", - "Pokedex_Number": "539", - "Img_name": "539", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "534", - "ATK": "231", - "DEF": "153", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2558", - "onehundred_CP_at_39": "2521" - }, - { - "Row": "554", - "Name": "Sewaddle", - "Pokedex_Number": "540", - "Img_name": "540", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "grass", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "315", - "ATK": "96", - "DEF": "129", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "852", - "onehundred_CP_at_39": "840" - }, - { - "Row": "555", - "Name": "Swadloon", - "Pokedex_Number": "541", - "Img_name": "541", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "grass", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "391", - "ATK": "115", - "DEF": "166", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1221", - "onehundred_CP_at_39": "1203" - }, - { - "Row": "556", - "Name": "Leavanny", - "Pokedex_Number": "542", - "Img_name": "542", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "grass", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "520", - "ATK": "205", - "DEF": "165", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2368", - "onehundred_CP_at_39": "2334" - }, - { - "Row": "557", - "Name": "Venipede", - "Pokedex_Number": "543", - "Img_name": "543", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "252", - "ATK": "83", - "DEF": "109", - "STA": "60", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "590", - "onehundred_CP_at_39": "581" - }, - { - "Row": "558", - "Name": "Whirlipede", - "Pokedex_Number": "544", - "Img_name": "544", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "362", - "ATK": "100", - "DEF": "182", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "982", - "onehundred_CP_at_39": "968" - }, - { - "Row": "559", - "Name": "Scolipede", - "Pokedex_Number": "545", - "Img_name": "545", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "poison", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "509", - "ATK": "203", - "DEF": "186", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2242", - "onehundred_CP_at_39": "2210" - }, - { - "Row": "560", - "Name": "Cottonee", - "Pokedex_Number": "546", - "Img_name": "546", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "fairy", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "267", - "ATK": "71", - "DEF": "116", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "599", - "onehundred_CP_at_39": "590" - }, - { - "Row": "561", - "Name": "Whimsicott", - "Pokedex_Number": "547", - "Img_name": "547", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "fairy", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "466", - "ATK": "164", - "DEF": "182", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1823", - "onehundred_CP_at_39": "1797" - }, - { - "Row": "562", - "Name": "Petilil", - "Pokedex_Number": "548", - "Img_name": "548", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "300", - "ATK": "119", - "DEF": "91", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "882", - "onehundred_CP_at_39": "870" - }, - { - "Row": "563", - "Name": "Lilligant", - "Pokedex_Number": "549", - "Img_name": "549", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "509", - "ATK": "214", - "DEF": "155", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2321", - "onehundred_CP_at_39": "2288" - }, - { - "Row": "564", - "Name": "Basculin", - "Pokedex_Number": "550", - "Img_name": "550", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "463", - "ATK": "189", - "DEF": "134", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1936", - "onehundred_CP_at_39": "1908" - }, - { - "Row": "565", - "Name": "Sandile", - "Pokedex_Number": "551", - "Img_name": "551", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "dark", - "Weather_1": "Sunny/clear", - "Weather_2": "Fog", - "STAT_TOTAL": "301", - "ATK": "132", - "DEF": "69", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "902", - "onehundred_CP_at_39": "889" - }, - { - "Row": "566", - "Name": "Krokorok", - "Pokedex_Number": "552", - "Img_name": "552", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "dark", - "Weather_1": "Sunny/clear", - "Weather_2": "Fog", - "STAT_TOTAL": "365", - "ATK": "155", - "DEF": "90", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1264", - "onehundred_CP_at_39": "1246" - }, - { - "Row": "567", - "Name": "Krookodile", - "Pokedex_Number": "553", - "Img_name": "553", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "dark", - "Weather_1": "Sunny/clear", - "Weather_2": "Fog", - "STAT_TOTAL": "582", - "ATK": "229", - "DEF": "163", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2911", - "onehundred_CP_at_39": "2869" - }, - { - "Row": "568", - "Name": "Darumaka", - "Pokedex_Number": "554", - "Img_name": "554", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "379", - "ATK": "153", - "DEF": "86", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1312", - "onehundred_CP_at_39": "1294" - }, - { - "Row": "569", - "Name": "Darmanitan (Zen Mode)", - "Pokedex_Number": "555", - "Img_name": "555", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "587", - "ATK": "263", - "DEF": "114", - "STA": "210", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2958", - "onehundred_CP_at_39": "2915" - }, - { - "Row": "570", - "Name": "Darmanitan (Standard Mode)", - "Pokedex_Number": "555", - "Img_name": "555", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "587", - "ATK": "263", - "DEF": "114", - "STA": "210", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2958", - "onehundred_CP_at_39": "2915" - }, - { - "Row": "571", - "Name": "Maractus", - "Pokedex_Number": "556", - "Img_name": "556", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "481", - "ATK": "201", - "DEF": "130", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2086", - "onehundred_CP_at_39": "2056" - }, - { - "Row": "572", - "Name": "Dwebble", - "Pokedex_Number": "557", - "Img_name": "557", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "rock", - "Weather_1": "Rainy", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "370", - "ATK": "118", - "DEF": "152", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1151", - "onehundred_CP_at_39": "1134" - }, - { - "Row": "573", - "Name": "Crustle", - "Pokedex_Number": "558", - "Img_name": "558", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "rock", - "Weather_1": "Rainy", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "552", - "ATK": "188", - "DEF": "224", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2440", - "onehundred_CP_at_39": "2405" - }, - { - "Row": "574", - "Name": "Scraggy", - "Pokedex_Number": "559", - "Img_name": "559", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "fighting", - "Weather_1": "Fog", - "Weather_2": "Cloudy", - "STAT_TOTAL": "364", - "ATK": "132", - "DEF": "132", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1193", - "onehundred_CP_at_39": "1176" - }, - { - "Row": "575", - "Name": "Scrafty", - "Pokedex_Number": "560", - "Img_name": "560", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "fighting", - "Weather_1": "Fog", - "Weather_2": "Cloudy", - "STAT_TOTAL": "515", - "ATK": "163", - "DEF": "222", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2060", - "onehundred_CP_at_39": "2031" - }, - { - "Row": "576", - "Name": "Sigilyph", - "Pokedex_Number": "561", - "Img_name": "561", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "flying", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "515", - "ATK": "204", - "DEF": "167", - "STA": "144", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2326", - "onehundred_CP_at_39": "2293" - }, - { - "Row": "577", - "Name": "Yamask", - "Pokedex_Number": "562", - "Img_name": "562", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "321", - "ATK": "95", - "DEF": "150", - "STA": "76", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "841", - "onehundred_CP_at_39": "829" - }, - { - "Row": "578", - "Name": "Cofagrigus", - "Pokedex_Number": "563", - "Img_name": "563", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "534", - "ATK": "163", - "DEF": "255", - "STA": "116", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2090", - "onehundred_CP_at_39": "2060" - }, - { - "Row": "579", - "Name": "Tirtouga", - "Pokedex_Number": "564", - "Img_name": "564", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "rock", - "Weather_1": "Rainy", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "414", - "ATK": "134", - "DEF": "172", - "STA": "108", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1411", - "onehundred_CP_at_39": "1391" - }, - { - "Row": "580", - "Name": "Carracosta", - "Pokedex_Number": "565", - "Img_name": "565", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "rock", - "Weather_1": "Rainy", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "568", - "ATK": "192", - "DEF": "228", - "STA": "148", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2573", - "onehundred_CP_at_39": "2536" - }, - { - "Row": "581", - "Name": "Archen", - "Pokedex_Number": "566", - "Img_name": "566", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "412", - "ATK": "213", - "DEF": "89", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1623", - "onehundred_CP_at_39": "1600" - }, - { - "Row": "582", - "Name": "Archeops", - "Pokedex_Number": "567", - "Img_name": "567", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "581", - "ATK": "292", - "DEF": "139", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3056", - "onehundred_CP_at_39": "3012" - }, - { - "Row": "583", - "Name": "Trubbish", - "Pokedex_Number": "568", - "Img_name": "568", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "318", - "ATK": "96", - "DEF": "122", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "870", - "onehundred_CP_at_39": "857" - }, - { - "Row": "584", - "Name": "Garbodor", - "Pokedex_Number": "569", - "Img_name": "569", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "505", - "ATK": "181", - "DEF": "164", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2166", - "onehundred_CP_at_39": "2135" - }, - { - "Row": "585", - "Name": "Zorua", - "Pokedex_Number": "570", - "Img_name": "570", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "311", - "ATK": "153", - "DEF": "78", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "986", - "onehundred_CP_at_39": "972" - }, - { - "Row": "586", - "Name": "Zoroark", - "Pokedex_Number": "571", - "Img_name": "571", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "", - "Weather_1": "Fog", - "Weather_2": "", - "STAT_TOTAL": "497", - "ATK": "250", - "DEF": "127", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2291", - "onehundred_CP_at_39": "2258" - }, - { - "Row": "587", - "Name": "Minccino", - "Pokedex_Number": "572", - "Img_name": "572", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "288", - "ATK": "98", - "DEF": "80", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "769", - "onehundred_CP_at_39": "758" - }, - { - "Row": "588", - "Name": "Cinccino", - "Pokedex_Number": "573", - "Img_name": "573", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "478", - "ATK": "198", - "DEF": "130", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2057", - "onehundred_CP_at_39": "2028" - }, - { - "Row": "589", - "Name": "Gothita", - "Pokedex_Number": "574", - "Img_name": "574", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "306", - "ATK": "98", - "DEF": "118", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "834", - "onehundred_CP_at_39": "822" - }, - { - "Row": "590", - "Name": "Gothorita", - "Pokedex_Number": "575", - "Img_name": "575", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "416", - "ATK": "137", - "DEF": "159", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1455", - "onehundred_CP_at_39": "1434" - }, - { - "Row": "591", - "Name": "Gothitelle", - "Pokedex_Number": "576", - "Img_name": "576", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "528", - "ATK": "176", - "DEF": "212", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2237", - "onehundred_CP_at_39": "2205" - }, - { - "Row": "592", - "Name": "Solosis", - "Pokedex_Number": "577", - "Img_name": "577", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "347", - "ATK": "170", - "DEF": "87", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1195", - "onehundred_CP_at_39": "1178" - }, - { - "Row": "593", - "Name": "Duosion", - "Pokedex_Number": "578", - "Img_name": "578", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "445", - "ATK": "208", - "DEF": "107", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1852", - "onehundred_CP_at_39": "1826" - }, - { - "Row": "594", - "Name": "Reuniclus", - "Pokedex_Number": "579", - "Img_name": "579", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "587", - "ATK": "214", - "DEF": "153", - "STA": "220", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2841", - "onehundred_CP_at_39": "2801" - }, - { - "Row": "595", - "Name": "Ducklett", - "Pokedex_Number": "580", - "Img_name": "580", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "304", - "ATK": "84", - "DEF": "96", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "768", - "onehundred_CP_at_39": "757" - }, - { - "Row": "596", - "Name": "Swanna", - "Pokedex_Number": "581", - "Img_name": "581", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "464", - "ATK": "182", - "DEF": "132", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1916", - "onehundred_CP_at_39": "1888" - }, - { - "Row": "597", - "Name": "Vanillite", - "Pokedex_Number": "582", - "Img_name": "582", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "301", - "ATK": "118", - "DEF": "111", - "STA": "72", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "869", - "onehundred_CP_at_39": "857" - }, - { - "Row": "598", - "Name": "Vanillish", - "Pokedex_Number": "583", - "Img_name": "583", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "396", - "ATK": "151", - "DEF": "143", - "STA": "102", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1409", - "onehundred_CP_at_39": "1389" - }, - { - "Row": "599", - "Name": "Vanilluxe", - "Pokedex_Number": "584", - "Img_name": "584", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "550", - "ATK": "218", - "DEF": "190", - "STA": "142", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2610", - "onehundred_CP_at_39": "2573" - }, - { - "Row": "600", - "Name": "Deerling", - "Pokedex_Number": "585", - "Img_name": "585", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "grass", - "Weather_1": "Partly cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "335", - "ATK": "115", - "DEF": "100", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1011", - "onehundred_CP_at_39": "997" - }, - { - "Row": "601", - "Name": "Sawsbuck", - "Pokedex_Number": "586", - "Img_name": "586", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "grass", - "Weather_1": "Partly cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "504", - "ATK": "198", - "DEF": "146", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2233", - "onehundred_CP_at_39": "2201" - }, - { - "Row": "602", - "Name": "Emolga", - "Pokedex_Number": "587", - "Img_name": "587", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "395", - "ATK": "158", - "DEF": "127", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1439", - "onehundred_CP_at_39": "1419" - }, - { - "Row": "603", - "Name": "Karrablast", - "Pokedex_Number": "588", - "Img_name": "588", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "324", - "ATK": "137", - "DEF": "87", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1028", - "onehundred_CP_at_39": "1013" - }, - { - "Row": "604", - "Name": "Escavalier", - "Pokedex_Number": "589", - "Img_name": "589", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "steel", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "550", - "ATK": "223", - "DEF": "187", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2630", - "onehundred_CP_at_39": "2592" - }, - { - "Row": "605", - "Name": "Foongus", - "Pokedex_Number": "590", - "Img_name": "590", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "330", - "ATK": "97", - "DEF": "95", - "STA": "138", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "907", - "onehundred_CP_at_39": "894" - }, - { - "Row": "606", - "Name": "Amoonguss", - "Pokedex_Number": "591", - "Img_name": "591", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "poison", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "527", - "ATK": "155", - "DEF": "144", - "STA": "228", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2087", - "onehundred_CP_at_39": "2057" - }, - { - "Row": "607", - "Name": "Frillish", - "Pokedex_Number": "592", - "Img_name": "592", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ghost", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "375", - "ATK": "115", - "DEF": "150", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1166", - "onehundred_CP_at_39": "1149" - }, - { - "Row": "608", - "Name": "Jellicent", - "Pokedex_Number": "593", - "Img_name": "593", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "ghost", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "554", - "ATK": "159", - "DEF": "195", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2309", - "onehundred_CP_at_39": "2276" - }, - { - "Row": "609", - "Name": "Alomomola", - "Pokedex_Number": "594", - "Img_name": "594", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "616", - "ATK": "138", - "DEF": "148", - "STA": "330", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2266", - "onehundred_CP_at_39": "2233" - }, - { - "Row": "610", - "Name": "Joltik", - "Pokedex_Number": "595", - "Img_name": "595", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "electric", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "308", - "ATK": "110", - "DEF": "98", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "889", - "onehundred_CP_at_39": "877" - }, - { - "Row": "611", - "Name": "Galvantula", - "Pokedex_Number": "596", - "Img_name": "596", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "electric", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "469", - "ATK": "201", - "DEF": "128", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2008", - "onehundred_CP_at_39": "1979" - }, - { - "Row": "612", - "Name": "Ferroseed", - "Pokedex_Number": "597", - "Img_name": "597", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "steel", - "Weather_1": "Sunny/clear", - "Weather_2": "Snow", - "STAT_TOTAL": "327", - "ATK": "82", - "DEF": "157", - "STA": "88", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "806", - "onehundred_CP_at_39": "794" - }, - { - "Row": "613", - "Name": "Ferrothorn", - "Pokedex_Number": "598", - "Img_name": "598", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "steel", - "Weather_1": "Sunny/clear", - "Weather_2": "Snow", - "STAT_TOTAL": "536", - "ATK": "158", - "DEF": "230", - "STA": "148", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2159", - "onehundred_CP_at_39": "2128" - }, - { - "Row": "614", - "Name": "Klink", - "Pokedex_Number": "599", - "Img_name": "599", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "304", - "ATK": "98", - "DEF": "126", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "816", - "onehundred_CP_at_39": "805" - }, - { - "Row": "615", - "Name": "Klang", - "Pokedex_Number": "600", - "Img_name": "600", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "449", - "ATK": "150", - "DEF": "179", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1667", - "onehundred_CP_at_39": "1643" - }, - { - "Row": "616", - "Name": "Klinklang", - "Pokedex_Number": "601", - "Img_name": "601", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "549", - "ATK": "199", - "DEF": "230", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2430", - "onehundred_CP_at_39": "2396" - }, - { - "Row": "617", - "Name": "Tynamo", - "Pokedex_Number": "602", - "Img_name": "602", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "253", - "ATK": "105", - "DEF": "78", - "STA": "70", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "666", - "onehundred_CP_at_39": "656" - }, - { - "Row": "618", - "Name": "Eelektrik", - "Pokedex_Number": "603", - "Img_name": "603", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "416", - "ATK": "156", - "DEF": "130", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1548", - "onehundred_CP_at_39": "1526" - }, - { - "Row": "619", - "Name": "Eelektross", - "Pokedex_Number": "604", - "Img_name": "604", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "539", - "ATK": "217", - "DEF": "152", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2546", - "onehundred_CP_at_39": "2510" - }, - { - "Row": "620", - "Name": "Elgyem", - "Pokedex_Number": "605", - "Img_name": "605", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "358", - "ATK": "148", - "DEF": "100", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1220", - "onehundred_CP_at_39": "1203" - }, - { - "Row": "621", - "Name": "Beheeyem", - "Pokedex_Number": "606", - "Img_name": "606", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "543", - "ATK": "221", - "DEF": "172", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2589", - "onehundred_CP_at_39": "2552" - }, - { - "Row": "622", - "Name": "Litwick", - "Pokedex_Number": "607", - "Img_name": "607", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "fire", - "Weather_1": "Fog", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "306", - "ATK": "108", - "DEF": "98", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "875", - "onehundred_CP_at_39": "863" - }, - { - "Row": "623", - "Name": "Lampent", - "Pokedex_Number": "608", - "Img_name": "608", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "fire", - "Weather_1": "Fog", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "404", - "ATK": "169", - "DEF": "115", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1522", - "onehundred_CP_at_39": "1500" - }, - { - "Row": "624", - "Name": "Chandelure", - "Pokedex_Number": "609", - "Img_name": "609", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "fire", - "Weather_1": "Fog", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "573", - "ATK": "271", - "DEF": "182", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2913", - "onehundred_CP_at_39": "2871" - }, - { - "Row": "625", - "Name": "Axew", - "Pokedex_Number": "610", - "Img_name": "610", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "357", - "ATK": "154", - "DEF": "111", - "STA": "92", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1225", - "onehundred_CP_at_39": "1208" - }, - { - "Row": "626", - "Name": "Fraxure", - "Pokedex_Number": "611", - "Img_name": "611", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "477", - "ATK": "212", - "DEF": "133", - "STA": "132", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2091", - "onehundred_CP_at_39": "2061" - }, - { - "Row": "627", - "Name": "Haxorus", - "Pokedex_Number": "612", - "Img_name": "612", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "619", - "ATK": "284", - "DEF": "183", - "STA": "152", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3395", - "onehundred_CP_at_39": "3347" - }, - { - "Row": "628", - "Name": "Cubchoo", - "Pokedex_Number": "613", - "Img_name": "613", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "312", - "ATK": "128", - "DEF": "74", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "942", - "onehundred_CP_at_39": "928" - }, - { - "Row": "629", - "Name": "Beartic", - "Pokedex_Number": "614", - "Img_name": "614", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "575", - "ATK": "233", - "DEF": "152", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2865", - "onehundred_CP_at_39": "2825" - }, - { - "Row": "630", - "Name": "Cryogonal", - "Pokedex_Number": "615", - "Img_name": "615", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "614", - "ATK": "190", - "DEF": "264", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2829", - "onehundred_CP_at_39": "2788" - }, - { - "Row": "631", - "Name": "Shelmet", - "Pokedex_Number": "616", - "Img_name": "616", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "321", - "ATK": "72", - "DEF": "149", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "746", - "onehundred_CP_at_39": "735" - }, - { - "Row": "632", - "Name": "Accelgor", - "Pokedex_Number": "617", - "Img_name": "617", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "511", - "ATK": "220", - "DEF": "131", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2346", - "onehundred_CP_at_39": "2312" - }, - { - "Row": "633", - "Name": "Stunfisk", - "Pokedex_Number": "618", - "Img_name": "618", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "electric", - "Weather_1": "Sunny/clear", - "Weather_2": "Rainy", - "STAT_TOTAL": "539", - "ATK": "144", - "DEF": "177", - "STA": "218", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2100", - "onehundred_CP_at_39": "2070" - }, - { - "Row": "634", - "Name": "Mienfoo", - "Pokedex_Number": "619", - "Img_name": "619", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "348", - "ATK": "160", - "DEF": "98", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1190", - "onehundred_CP_at_39": "1173" - }, - { - "Row": "635", - "Name": "Mienshao", - "Pokedex_Number": "620", - "Img_name": "620", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "515", - "ATK": "258", - "DEF": "127", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2446", - "onehundred_CP_at_39": "2411" - }, - { - "Row": "636", - "Name": "Druddigon", - "Pokedex_Number": "621", - "Img_name": "621", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "537", - "ATK": "213", - "DEF": "170", - "STA": "154", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2517", - "onehundred_CP_at_39": "2481" - }, - { - "Row": "637", - "Name": "Golett", - "Pokedex_Number": "622", - "Img_name": "622", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "ghost", - "Weather_1": "Sunny/clear", - "Weather_2": "Fog", - "STAT_TOTAL": "337", - "ATK": "127", - "DEF": "92", - "STA": "118", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1058", - "onehundred_CP_at_39": "1042" - }, - { - "Row": "638", - "Name": "Golurk", - "Pokedex_Number": "623", - "Img_name": "623", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "ghost", - "Weather_1": "Sunny/clear", - "Weather_2": "Fog", - "STAT_TOTAL": "554", - "ATK": "222", - "DEF": "154", - "STA": "178", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2673", - "onehundred_CP_at_39": "2635" - }, - { - "Row": "639", - "Name": "Pawniard", - "Pokedex_Number": "624", - "Img_name": "624", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "steel", - "Weather_1": "Fog", - "Weather_2": "Snow", - "STAT_TOTAL": "373", - "ATK": "154", - "DEF": "129", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1297", - "onehundred_CP_at_39": "1279" - }, - { - "Row": "640", - "Name": "Bisharp", - "Pokedex_Number": "625", - "Img_name": "625", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "steel", - "Weather_1": "Fog", - "Weather_2": "Snow", - "STAT_TOTAL": "553", - "ATK": "232", - "DEF": "191", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2666", - "onehundred_CP_at_39": "2628" - }, - { - "Row": "641", - "Name": "Bouffalant", - "Pokedex_Number": "626", - "Img_name": "626", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "567", - "ATK": "195", - "DEF": "182", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2635", - "onehundred_CP_at_39": "2598" - }, - { - "Row": "642", - "Name": "Rufflet", - "Pokedex_Number": "627", - "Img_name": "627", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "387", - "ATK": "150", - "DEF": "97", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1357", - "onehundred_CP_at_39": "1338" - }, - { - "Row": "643", - "Name": "Braviary", - "Pokedex_Number": "628", - "Img_name": "628", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "584", - "ATK": "232", - "DEF": "152", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2923", - "onehundred_CP_at_39": "2881" - }, - { - "Row": "644", - "Name": "Vullaby", - "Pokedex_Number": "629", - "Img_name": "629", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "flying", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "389", - "ATK": "105", - "DEF": "144", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1176", - "onehundred_CP_at_39": "1159" - }, - { - "Row": "645", - "Name": "Mandibuzz", - "Pokedex_Number": "630", - "Img_name": "630", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "flying", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "559", - "ATK": "129", - "DEF": "210", - "STA": "220", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2068", - "onehundred_CP_at_39": "2038" - }, - { - "Row": "646", - "Name": "Heatmor", - "Pokedex_Number": "631", - "Img_name": "631", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "503", - "ATK": "204", - "DEF": "129", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2232", - "onehundred_CP_at_39": "2200" - }, - { - "Row": "647", - "Name": "Durant", - "Pokedex_Number": "632", - "Img_name": "632", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "steel", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "555", - "ATK": "217", - "DEF": "222", - "STA": "116", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2553", - "onehundred_CP_at_39": "2516" - }, - { - "Row": "648", - "Name": "Deino", - "Pokedex_Number": "633", - "Img_name": "633", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "dragon", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "313", - "ATK": "116", - "DEF": "93", - "STA": "104", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "927", - "onehundred_CP_at_39": "914" - }, - { - "Row": "649", - "Name": "Zweilous", - "Pokedex_Number": "634", - "Img_name": "634", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "dragon", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "438", - "ATK": "159", - "DEF": "135", - "STA": "144", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1678", - "onehundred_CP_at_39": "1654" - }, - { - "Row": "650", - "Name": "Hydreigon", - "Pokedex_Number": "635", - "Img_name": "635", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "dragon", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "628", - "ATK": "256", - "DEF": "188", - "STA": "184", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3401", - "onehundred_CP_at_39": "3353" - }, - { - "Row": "651", - "Name": "Larvesta", - "Pokedex_Number": "636", - "Img_name": "636", - "Generation": "5", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "fire", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "373", - "ATK": "156", - "DEF": "107", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1318", - "onehundred_CP_at_39": "1300" - }, - { - "Row": "652", - "Name": "Volcarona", - "Pokedex_Number": "637", - "Img_name": "637", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "fire", - "Weather_1": "Rainy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "644", - "ATK": "264", - "DEF": "210", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3555", - "onehundred_CP_at_39": "3504" - }, - { - "Row": "653", - "Name": "Cobalion", - "Pokedex_Number": "638", - "Img_name": "638", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "fighting", - "Weather_1": "Snow", - "Weather_2": "Cloudy", - "STAT_TOTAL": "634", - "ATK": "192", - "DEF": "260", - "STA": "182", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3009", - "onehundred_CP_at_39": "2966" - }, - { - "Row": "654", - "Name": "Terrakion", - "Pokedex_Number": "639", - "Img_name": "639", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "fighting", - "Weather_1": "Partly cloudy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "634", - "ATK": "260", - "DEF": "192", - "STA": "182", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3468", - "onehundred_CP_at_39": "3418" - }, - { - "Row": "655", - "Name": "Virizion", - "Pokedex_Number": "640", - "Img_name": "640", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "fighting", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "634", - "ATK": "192", - "DEF": "260", - "STA": "182", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3009", - "onehundred_CP_at_39": "2966" - }, - { - "Row": "656", - "Name": "Tornadus (Therian Forme)", - "Pokedex_Number": "641", - "Img_name": "641", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "flying", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "593", - "ATK": "266", - "DEF": "169", - "STA": "158", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3131", - "onehundred_CP_at_39": "3086" - }, - { - "Row": "657", - "Name": "Tornadus (Incarnate Forme)", - "Pokedex_Number": "641", - "Img_name": "641", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "flying", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "593", - "ATK": "266", - "DEF": "169", - "STA": "158", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3131", - "onehundred_CP_at_39": "3086" - }, - { - "Row": "658", - "Name": "Thundurus (Incarnate Forme)", - "Pokedex_Number": "642", - "Img_name": "642", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "593", - "ATK": "266", - "DEF": "169", - "STA": "158", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3131", - "onehundred_CP_at_39": "3086" - }, - { - "Row": "659", - "Name": "Thundurus (Therian Forme)", - "Pokedex_Number": "642", - "Img_name": "642", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "593", - "ATK": "266", - "DEF": "169", - "STA": "158", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3131", - "onehundred_CP_at_39": "3086" - }, - { - "Row": "660", - "Name": "Reshiram", - "Pokedex_Number": "643", - "Img_name": "643", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "fire", - "Weather_1": "Windy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "744", - "ATK": "302", - "DEF": "242", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4654", - "onehundred_CP_at_39": "4587" - }, - { - "Row": "661", - "Name": "Zekrom", - "Pokedex_Number": "644", - "Img_name": "644", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "electric", - "Weather_1": "Windy", - "Weather_2": "Rainy", - "STAT_TOTAL": "744", - "ATK": "302", - "DEF": "242", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4654", - "onehundred_CP_at_39": "4587" - }, - { - "Row": "662", - "Name": "Landorus (Incarnate Forme)", - "Pokedex_Number": "645", - "Img_name": "645", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "626", - "ATK": "261", - "DEF": "187", - "STA": "178", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3403", - "onehundred_CP_at_39": "3355" - }, - { - "Row": "663", - "Name": "Landorus (Therian Forme)", - "Pokedex_Number": "645", - "Img_name": "645", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "626", - "ATK": "261", - "DEF": "187", - "STA": "178", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3403", - "onehundred_CP_at_39": "3355" - }, - { - "Row": "664", - "Name": "Kyurem (Black Kyurem)", - "Pokedex_Number": "646", - "Img_name": "646", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "ice", - "Weather_1": "Windy", - "Weather_2": "Snow", - "STAT_TOTAL": "707", - "ATK": "270", - "DEF": "187", - "STA": "250", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4118", - "onehundred_CP_at_39": "4059" - }, - { - "Row": "665", - "Name": "Kyurem (Normal Kyurem)", - "Pokedex_Number": "646", - "Img_name": "646", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "ice", - "Weather_1": "Windy", - "Weather_2": "Snow", - "STAT_TOTAL": "707", - "ATK": "270", - "DEF": "187", - "STA": "250", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4118", - "onehundred_CP_at_39": "4059" - }, - { - "Row": "666", - "Name": "Kyurem (White Kyurem)", - "Pokedex_Number": "646", - "Img_name": "646", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "ice", - "Weather_1": "Windy", - "Weather_2": "Snow", - "STAT_TOTAL": "707", - "ATK": "270", - "DEF": "187", - "STA": "250", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4118", - "onehundred_CP_at_39": "4059" - }, - { - "Row": "667", - "Name": "Keldeo", - "Pokedex_Number": "647", - "Img_name": "647", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "fighting", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "634", - "ATK": "260", - "DEF": "192", - "STA": "182", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3468", - "onehundred_CP_at_39": "3418" - }, - { - "Row": "668", - "Name": "Meloetta (Pirouette Forme)", - "Pokedex_Number": "648", - "Img_name": "648", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "psychic", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "700", - "ATK": "250", - "DEF": "250", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3950", - "onehundred_CP_at_39": "3894" - }, - { - "Row": "669", - "Name": "Meloetta (Aria Forme)", - "Pokedex_Number": "648", - "Img_name": "648", - "Generation": "5", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "psychic", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "700", - "ATK": "250", - "DEF": "250", - "STA": "200", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3950", - "onehundred_CP_at_39": "3894" - }, - { - "Row": "670", - "Name": "Genesect", - "Pokedex_Number": "649", - "Img_name": "649", - "Generation": "5", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "steel", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "593", - "ATK": "252", - "DEF": "199", - "STA": "142", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3056", - "onehundred_CP_at_39": "3013" - }, - { - "Row": "671", - "Name": "Chespin", - "Pokedex_Number": "650", - "Img_name": "650", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "338", - "ATK": "110", - "DEF": "116", - "STA": "112", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1007", - "onehundred_CP_at_39": "992" - }, - { - "Row": "672", - "Name": "Quilladin", - "Pokedex_Number": "651", - "Img_name": "651", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "442", - "ATK": "146", - "DEF": "174", - "STA": "122", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1618", - "onehundred_CP_at_39": "1594" - }, - { - "Row": "673", - "Name": "Chesnaught", - "Pokedex_Number": "652", - "Img_name": "652", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "fighting", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "604", - "ATK": "201", - "DEF": "227", - "STA": "176", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2900", - "onehundred_CP_at_39": "2859" - }, - { - "Row": "674", - "Name": "Fennekin", - "Pokedex_Number": "653", - "Img_name": "653", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "308", - "ATK": "116", - "DEF": "112", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "898", - "onehundred_CP_at_39": "885" - }, - { - "Row": "675", - "Name": "Braixen", - "Pokedex_Number": "654", - "Img_name": "654", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "425", - "ATK": "171", - "DEF": "136", - "STA": "118", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1646", - "onehundred_CP_at_39": "1622" - }, - { - "Row": "676", - "Name": "Delphox", - "Pokedex_Number": "655", - "Img_name": "655", - "Generation": "6", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "psychic", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "584", - "ATK": "230", - "DEF": "204", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2908", - "onehundred_CP_at_39": "2867" - }, - { - "Row": "677", - "Name": "Froakie", - "Pokedex_Number": "656", - "Img_name": "656", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "290", - "ATK": "122", - "DEF": "86", - "STA": "82", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "846", - "onehundred_CP_at_39": "834" - }, - { - "Row": "678", - "Name": "Frogadier", - "Pokedex_Number": "657", - "Img_name": "657", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "392", - "ATK": "168", - "DEF": "116", - "STA": "108", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1450", - "onehundred_CP_at_39": "1430" - }, - { - "Row": "679", - "Name": "Greninja", - "Pokedex_Number": "658", - "Img_name": "658", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "dark", - "Weather_1": "Rainy", - "Weather_2": "Fog", - "STAT_TOTAL": "521", - "ATK": "223", - "DEF": "154", - "STA": "144", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2436", - "onehundred_CP_at_39": "2401" - }, - { - "Row": "680", - "Name": "Bunnelby", - "Pokedex_Number": "659", - "Img_name": "659", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "217", - "ATK": "68", - "DEF": "73", - "STA": "76", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "463", - "onehundred_CP_at_39": "457" - }, - { - "Row": "681", - "Name": "Diggersby", - "Pokedex_Number": "660", - "Img_name": "660", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "ground", - "Weather_1": "Partly cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "437", - "ATK": "112", - "DEF": "155", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1406", - "onehundred_CP_at_39": "1386" - }, - { - "Row": "682", - "Name": "Fletchling", - "Pokedex_Number": "661", - "Img_name": "661", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "268", - "ATK": "95", - "DEF": "83", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "696", - "onehundred_CP_at_39": "686" - }, - { - "Row": "683", - "Name": "Fletchinder", - "Pokedex_Number": "662", - "Img_name": "662", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "380", - "ATK": "145", - "DEF": "111", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1322", - "onehundred_CP_at_39": "1303" - }, - { - "Row": "684", - "Name": "Talonflame", - "Pokedex_Number": "663", - "Img_name": "663", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "488", - "ATK": "176", - "DEF": "156", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2039", - "onehundred_CP_at_39": "2010" - }, - { - "Row": "685", - "Name": "Scatterbug", - "Pokedex_Number": "664", - "Img_name": "664", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "209", - "ATK": "63", - "DEF": "70", - "STA": "76", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "428", - "onehundred_CP_at_39": "422" - }, - { - "Row": "686", - "Name": "Spewpa", - "Pokedex_Number": "665", - "Img_name": "665", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "241", - "ATK": "48", - "DEF": "103", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "437", - "onehundred_CP_at_39": "431" - }, - { - "Row": "687", - "Name": "Vivillon", - "Pokedex_Number": "666", - "Img_name": "666", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "flying", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "439", - "ATK": "176", - "DEF": "103", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1714", - "onehundred_CP_at_39": "1689" - }, - { - "Row": "688", - "Name": "Litleo", - "Pokedex_Number": "667", - "Img_name": "667", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "normal", - "Weather_1": "Sunny/clear", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "377", - "ATK": "139", - "DEF": "114", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1287", - "onehundred_CP_at_39": "1269" - }, - { - "Row": "689", - "Name": "Pyroar", - "Pokedex_Number": "668", - "Img_name": "668", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "normal", - "Weather_1": "Sunny/clear", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "545", - "ATK": "221", - "DEF": "152", - "STA": "172", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2604", - "onehundred_CP_at_39": "2567" - }, - { - "Row": "690", - "Name": "Flab��B��", - "Pokedex_Number": "669", - "Img_name": "669", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "334", - "ATK": "108", - "DEF": "138", - "STA": "88", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "964", - "onehundred_CP_at_39": "950" - }, - { - "Row": "691", - "Name": "Floette", - "Pokedex_Number": "670", - "Img_name": "670", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "419", - "ATK": "136", - "DEF": "175", - "STA": "108", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1441", - "onehundred_CP_at_39": "1421" - }, - { - "Row": "692", - "Name": "Florges", - "Pokedex_Number": "671", - "Img_name": "671", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "655", - "ATK": "212", - "DEF": "287", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3221", - "onehundred_CP_at_39": "3175" - }, - { - "Row": "693", - "Name": "Skiddo", - "Pokedex_Number": "672", - "Img_name": "672", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "362", - "ATK": "123", - "DEF": "107", - "STA": "132", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1154", - "onehundred_CP_at_39": "1137" - }, - { - "Row": "694", - "Name": "Gogoat", - "Pokedex_Number": "673", - "Img_name": "673", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "597", - "ATK": "196", - "DEF": "155", - "STA": "246", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2775", - "onehundred_CP_at_39": "2736" - }, - { - "Row": "695", - "Name": "Pancham", - "Pokedex_Number": "674", - "Img_name": "674", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "392", - "ATK": "145", - "DEF": "113", - "STA": "134", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1380", - "onehundred_CP_at_39": "1360" - }, - { - "Row": "696", - "Name": "Pangoro", - "Pokedex_Number": "675", - "Img_name": "675", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "dark", - "Weather_1": "Cloudy", - "Weather_2": "Fog", - "STAT_TOTAL": "565", - "ATK": "226", - "DEF": "149", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2759", - "onehundred_CP_at_39": "2720" - }, - { - "Row": "697", - "Name": "Furfrou", - "Pokedex_Number": "676", - "Img_name": "676", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "496", - "ATK": "164", - "DEF": "182", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2015", - "onehundred_CP_at_39": "1986" - }, - { - "Row": "698", - "Name": "Espurr", - "Pokedex_Number": "677", - "Img_name": "677", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "361", - "ATK": "120", - "DEF": "117", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1142", - "onehundred_CP_at_39": "1125" - }, - { - "Row": "699", - "Name": "Meowstic", - "Pokedex_Number": "678", - "Img_name": "678", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "484", - "ATK": "166", - "DEF": "170", - "STA": "148", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1963", - "onehundred_CP_at_39": "1935" - }, - { - "Row": "700", - "Name": "Honedge", - "Pokedex_Number": "679", - "Img_name": "679", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "ghost", - "Weather_1": "Snow", - "Weather_2": "Fog", - "STAT_TOTAL": "392", - "ATK": "135", - "DEF": "167", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1295", - "onehundred_CP_at_39": "1276" - }, - { - "Row": "701", - "Name": "Doublade", - "Pokedex_Number": "680", - "Img_name": "680", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "ghost", - "Weather_1": "Snow", - "Weather_2": "Fog", - "STAT_TOTAL": "559", - "ATK": "188", - "DEF": "253", - "STA": "118", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2393", - "onehundred_CP_at_39": "2359" - }, - { - "Row": "702", - "Name": "Aegislash", - "Pokedex_Number": "681", - "Img_name": "681", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "ghost", - "Weather_1": "Snow", - "Weather_2": "Fog", - "STAT_TOTAL": "508", - "ATK": "97", - "DEF": "291", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1421", - "onehundred_CP_at_39": "1401" - }, - { - "Row": "703", - "Name": "Spritzee", - "Pokedex_Number": "682", - "Img_name": "682", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "382", - "ATK": "110", - "DEF": "116", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1168", - "onehundred_CP_at_39": "1151" - }, - { - "Row": "704", - "Name": "Aromatisse", - "Pokedex_Number": "683", - "Img_name": "683", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "533", - "ATK": "173", - "DEF": "158", - "STA": "202", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2275", - "onehundred_CP_at_39": "2242" - }, - { - "Row": "705", - "Name": "Swirlix", - "Pokedex_Number": "684", - "Img_name": "684", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "356", - "ATK": "109", - "DEF": "123", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1072", - "onehundred_CP_at_39": "1057" - }, - { - "Row": "706", - "Name": "Slurpuff", - "Pokedex_Number": "685", - "Img_name": "685", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "500", - "ATK": "168", - "DEF": "168", - "STA": "164", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2068", - "onehundred_CP_at_39": "2039" - }, - { - "Row": "707", - "Name": "Inkay", - "Pokedex_Number": "686", - "Img_name": "686", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "psychic", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "302", - "ATK": "98", - "DEF": "98", - "STA": "106", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "825", - "onehundred_CP_at_39": "813" - }, - { - "Row": "708", - "Name": "Malamar", - "Pokedex_Number": "687", - "Img_name": "687", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "psychic", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "521", - "ATK": "177", - "DEF": "172", - "STA": "172", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2242", - "onehundred_CP_at_39": "2210" - }, - { - "Row": "709", - "Name": "Binacle", - "Pokedex_Number": "688", - "Img_name": "688", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "water", - "Weather_1": "Partly cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "304", - "ATK": "96", - "DEF": "124", - "STA": "84", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "813", - "onehundred_CP_at_39": "801" - }, - { - "Row": "710", - "Name": "Barbaracle", - "Pokedex_Number": "689", - "Img_name": "689", - "Generation": "6", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "water", - "Weather_1": "Partly cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "558", - "ATK": "194", - "DEF": "220", - "STA": "144", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2523", - "onehundred_CP_at_39": "2487" - }, - { - "Row": "711", - "Name": "Skrelp", - "Pokedex_Number": "690", - "Img_name": "690", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "water", - "Weather_1": "Cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "318", - "ATK": "109", - "DEF": "109", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "924", - "onehundred_CP_at_39": "911" - }, - { - "Row": "712", - "Name": "Dragalge", - "Pokedex_Number": "691", - "Img_name": "691", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "dragon", - "Weather_1": "Cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "530", - "ATK": "177", - "DEF": "223", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2227", - "onehundred_CP_at_39": "2195" - }, - { - "Row": "713", - "Name": "Clauncher", - "Pokedex_Number": "692", - "Img_name": "692", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "326", - "ATK": "108", - "DEF": "118", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "950", - "onehundred_CP_at_39": "936" - }, - { - "Row": "714", - "Name": "Clawitzer", - "Pokedex_Number": "693", - "Img_name": "693", - "Generation": "6", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "535", - "ATK": "221", - "DEF": "172", - "STA": "142", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2525", - "onehundred_CP_at_39": "2489" - }, - { - "Row": "715", - "Name": "Helioptile", - "Pokedex_Number": "694", - "Img_name": "694", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "normal", - "Weather_1": "Rainy", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "286", - "ATK": "115", - "DEF": "83", - "STA": "88", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "815", - "onehundred_CP_at_39": "804" - }, - { - "Row": "716", - "Name": "Heliolisk", - "Pokedex_Number": "695", - "Img_name": "695", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "normal", - "Weather_1": "Rainy", - "Weather_2": "Partly cloudy", - "STAT_TOTAL": "533", - "ATK": "219", - "DEF": "190", - "STA": "124", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2467", - "onehundred_CP_at_39": "2431" - }, - { - "Row": "717", - "Name": "Tyrunt", - "Pokedex_Number": "696", - "Img_name": "696", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "dragon", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "412", - "ATK": "158", - "DEF": "138", - "STA": "116", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1529", - "onehundred_CP_at_39": "1507" - }, - { - "Row": "718", - "Name": "Tyrantrum", - "Pokedex_Number": "697", - "Img_name": "697", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "dragon", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "612", - "ATK": "227", - "DEF": "221", - "STA": "164", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3106", - "onehundred_CP_at_39": "3062" - }, - { - "Row": "719", - "Name": "Amaura", - "Pokedex_Number": "698", - "Img_name": "698", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "ice", - "Weather_1": "Partly cloudy", - "Weather_2": "Snow", - "STAT_TOTAL": "394", - "ATK": "124", - "DEF": "116", - "STA": "154", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1291", - "onehundred_CP_at_39": "1273" - }, - { - "Row": "720", - "Name": "Aurorus", - "Pokedex_Number": "699", - "Img_name": "699", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "ice", - "Weather_1": "Partly cloudy", - "Weather_2": "Snow", - "STAT_TOTAL": "605", - "ATK": "186", - "DEF": "173", - "STA": "246", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2780", - "onehundred_CP_at_39": "2741" - }, - { - "Row": "721", - "Name": "Sylveon", - "Pokedex_Number": "700", - "Img_name": "700", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "1", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "630", - "ATK": "203", - "DEF": "237", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3094", - "onehundred_CP_at_39": "3050" - }, - { - "Row": "722", - "Name": "Hawlucha", - "Pokedex_Number": "701", - "Img_name": "701", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "flying", - "Weather_1": "Cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "511", - "ATK": "195", - "DEF": "160", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2268", - "onehundred_CP_at_39": "2236" - }, - { - "Row": "723", - "Name": "Dedenne", - "Pokedex_Number": "702", - "Img_name": "702", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "fairy", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "437", - "ATK": "164", - "DEF": "139", - "STA": "134", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1693", - "onehundred_CP_at_39": "1669" - }, - { - "Row": "724", - "Name": "Carbink", - "Pokedex_Number": "703", - "Img_name": "703", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "fairy", - "Weather_1": "Partly cloudy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "480", - "ATK": "95", - "DEF": "285", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1276", - "onehundred_CP_at_39": "1257" - }, - { - "Row": "725", - "Name": "Goomy", - "Pokedex_Number": "704", - "Img_name": "704", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "321", - "ATK": "101", - "DEF": "130", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "893", - "onehundred_CP_at_39": "881" - }, - { - "Row": "726", - "Name": "Sliggoo", - "Pokedex_Number": "705", - "Img_name": "705", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "500", - "ATK": "159", - "DEF": "205", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1980", - "onehundred_CP_at_39": "1952" - }, - { - "Row": "727", - "Name": "Goodra", - "Pokedex_Number": "706", - "Img_name": "706", - "Generation": "6", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "683", - "ATK": "220", - "DEF": "283", - "STA": "180", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3538", - "onehundred_CP_at_39": "3487" - }, - { - "Row": "728", - "Name": "Klefki", - "Pokedex_Number": "707", - "Img_name": "707", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "fairy", - "Weather_1": "Snow", - "Weather_2": "Cloudy", - "STAT_TOTAL": "455", - "ATK": "160", - "DEF": "181", - "STA": "114", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1737", - "onehundred_CP_at_39": "1713" - }, - { - "Row": "729", - "Name": "Phantump", - "Pokedex_Number": "708", - "Img_name": "708", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "grass", - "Weather_1": "Fog", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "319", - "ATK": "125", - "DEF": "108", - "STA": "86", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "974", - "onehundred_CP_at_39": "960" - }, - { - "Row": "730", - "Name": "Trevenant", - "Pokedex_Number": "709", - "Img_name": "709", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "grass", - "Weather_1": "Fog", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "528", - "ATK": "201", - "DEF": "157", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2406", - "onehundred_CP_at_39": "2372" - }, - { - "Row": "731", - "Name": "Pumpkaboo", - "Pokedex_Number": "710", - "Img_name": "710", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "grass", - "Weather_1": "Fog", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "348", - "ATK": "121", - "DEF": "129", - "STA": "98", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1083", - "onehundred_CP_at_39": "1068" - }, - { - "Row": "732", - "Name": "Gourgeist", - "Pokedex_Number": "711", - "Img_name": "711", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "grass", - "Weather_1": "Fog", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "541", - "ATK": "175", - "DEF": "236", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2263", - "onehundred_CP_at_39": "2231" - }, - { - "Row": "733", - "Name": "Bergmite", - "Pokedex_Number": "712", - "Img_name": "712", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "370", - "ATK": "117", - "DEF": "143", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1158", - "onehundred_CP_at_39": "1142" - }, - { - "Row": "734", - "Name": "Avalugg", - "Pokedex_Number": "713", - "Img_name": "713", - "Generation": "6", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ice", - "Type_2": "", - "Weather_1": "Snow", - "Weather_2": "", - "STAT_TOTAL": "689", - "ATK": "196", - "DEF": "303", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3364", - "onehundred_CP_at_39": "3316" - }, - { - "Row": "735", - "Name": "Noibat", - "Pokedex_Number": "714", - "Img_name": "714", - "Generation": "6", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "flying", - "Type_2": "dragon", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "239", - "ATK": "83", - "DEF": "76", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "569", - "onehundred_CP_at_39": "560" - }, - { - "Row": "736", - "Name": "Noivern", - "Pokedex_Number": "715", - "Img_name": "715", - "Generation": "6", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "flying", - "Type_2": "dragon", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "550", - "ATK": "205", - "DEF": "175", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2576", - "onehundred_CP_at_39": "2539" - }, - { - "Row": "737", - "Name": "Xerneas", - "Pokedex_Number": "716", - "Img_name": "716", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "731", - "ATK": "275", - "DEF": "204", - "STA": "252", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4379", - "onehundred_CP_at_39": "4317" - }, - { - "Row": "738", - "Name": "Yveltal", - "Pokedex_Number": "717", - "Img_name": "717", - "Generation": "6", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "flying", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "731", - "ATK": "275", - "DEF": "204", - "STA": "252", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4379", - "onehundred_CP_at_39": "4317" - }, - { - "Row": "739", - "Name": "Zygarde", - "Pokedex_Number": "718", - "Img_name": "718", - "Generation": "6", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "ground", - "Weather_1": "Windy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "664", - "ATK": "203", - "DEF": "245", - "STA": "216", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3336", - "onehundred_CP_at_39": "3289" - }, - { - "Row": "740", - "Name": "Diancie", - "Pokedex_Number": "719", - "Img_name": "719", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "fairy", - "Weather_1": "Partly cloudy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "575", - "ATK": "190", - "DEF": "285", - "STA": "100", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2378", - "onehundred_CP_at_39": "2344" - }, - { - "Row": "741", - "Name": "Hoopa", - "Pokedex_Number": "720", - "Img_name": "720", - "Generation": "6", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "ghost", - "Weather_1": "Windy", - "Weather_2": "Fog", - "STAT_TOTAL": "688", - "ATK": "287", - "DEF": "241", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3992", - "onehundred_CP_at_39": "3935" - }, - { - "Row": "742", - "Name": "Volcanion", - "Pokedex_Number": "721", - "Img_name": "721", - "Generation": "6", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "water", - "Weather_1": "Sunny/clear", - "Weather_2": "Rainy", - "STAT_TOTAL": "643", - "ATK": "252", - "DEF": "231", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3460", - "onehundred_CP_at_39": "3410" - }, - { - "Row": "743", - "Name": "Rowlet", - "Pokedex_Number": "722", - "Img_name": "722", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "340", - "ATK": "102", - "DEF": "102", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "971", - "onehundred_CP_at_39": "957" - }, - { - "Row": "744", - "Name": "Dartrix", - "Pokedex_Number": "723", - "Img_name": "723", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "440", - "ATK": "142", - "DEF": "142", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1606", - "onehundred_CP_at_39": "1583" - }, - { - "Row": "745", - "Name": "Decidueye", - "Pokedex_Number": "724", - "Img_name": "724", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "ghost", - "Weather_1": "Sunny/clear", - "Weather_2": "Fog", - "STAT_TOTAL": "558", - "ATK": "210", - "DEF": "192", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2643", - "onehundred_CP_at_39": "2606" - }, - { - "Row": "746", - "Name": "Litten", - "Pokedex_Number": "725", - "Img_name": "725", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "297", - "ATK": "128", - "DEF": "79", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "887", - "onehundred_CP_at_39": "874" - }, - { - "Row": "747", - "Name": "Torracat", - "Pokedex_Number": "726", - "Img_name": "726", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "407", - "ATK": "174", - "DEF": "103", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1544", - "onehundred_CP_at_39": "1522" - }, - { - "Row": "748", - "Name": "Incineroar", - "Pokedex_Number": "727", - "Img_name": "727", - "Generation": "7", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "dark", - "Weather_1": "Sunny/clear", - "Weather_2": "Fog", - "STAT_TOTAL": "579", - "ATK": "214", - "DEF": "175", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2822", - "onehundred_CP_at_39": "2782" - }, - { - "Row": "749", - "Name": "Popplio", - "Pokedex_Number": "728", - "Img_name": "728", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "324", - "ATK": "120", - "DEF": "104", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "986", - "onehundred_CP_at_39": "972" - }, - { - "Row": "750", - "Name": "Brionne", - "Pokedex_Number": "729", - "Img_name": "729", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "439", - "ATK": "168", - "DEF": "151", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1711", - "onehundred_CP_at_39": "1686" - }, - { - "Row": "751", - "Name": "Primarina", - "Pokedex_Number": "730", - "Img_name": "730", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "fairy", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "607", - "ATK": "232", - "DEF": "215", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3095", - "onehundred_CP_at_39": "3050" - }, - { - "Row": "752", - "Name": "Pikipek", - "Pokedex_Number": "731", - "Img_name": "731", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "265", - "ATK": "136", - "DEF": "59", - "STA": "70", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "747", - "onehundred_CP_at_39": "737" - }, - { - "Row": "753", - "Name": "Trumbeak", - "Pokedex_Number": "732", - "Img_name": "732", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "369", - "ATK": "159", - "DEF": "100", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1302", - "onehundred_CP_at_39": "1284" - }, - { - "Row": "754", - "Name": "Toucannon", - "Pokedex_Number": "733", - "Img_name": "733", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "528", - "ATK": "222", - "DEF": "146", - "STA": "160", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2484", - "onehundred_CP_at_39": "2449" - }, - { - "Row": "755", - "Name": "Yungoos", - "Pokedex_Number": "734", - "Img_name": "734", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "274", - "ATK": "122", - "DEF": "56", - "STA": "96", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "759", - "onehundred_CP_at_39": "748" - }, - { - "Row": "756", - "Name": "Gumshoos", - "Pokedex_Number": "735", - "Img_name": "735", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "483", - "ATK": "194", - "DEF": "113", - "STA": "176", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2041", - "onehundred_CP_at_39": "2011" - }, - { - "Row": "757", - "Name": "Grubbin", - "Pokedex_Number": "736", - "Img_name": "736", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "294", - "ATK": "115", - "DEF": "85", - "STA": "94", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "847", - "onehundred_CP_at_39": "835" - }, - { - "Row": "758", - "Name": "Charjabug", - "Pokedex_Number": "737", - "Img_name": "737", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "electric", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "430", - "ATK": "145", - "DEF": "171", - "STA": "114", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1547", - "onehundred_CP_at_39": "1525" - }, - { - "Row": "759", - "Name": "Vikavolt", - "Pokedex_Number": "738", - "Img_name": "738", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "electric", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "573", - "ATK": "254", - "DEF": "165", - "STA": "154", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2930", - "onehundred_CP_at_39": "2888" - }, - { - "Row": "760", - "Name": "Crabrawler", - "Pokedex_Number": "739", - "Img_name": "739", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "353", - "ATK": "150", - "DEF": "109", - "STA": "94", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1198", - "onehundred_CP_at_39": "1180" - }, - { - "Row": "761", - "Name": "Crabominable", - "Pokedex_Number": "740", - "Img_name": "740", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "ice", - "Weather_1": "Cloudy", - "Weather_2": "Snow", - "STAT_TOTAL": "567", - "ATK": "231", - "DEF": "142", - "STA": "194", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2783", - "onehundred_CP_at_39": "2743" - }, - { - "Row": "762", - "Name": "Oricorio", - "Pokedex_Number": "741", - "Img_name": "741", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "flying", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "491", - "ATK": "196", - "DEF": "145", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2141", - "onehundred_CP_at_39": "2110" - }, - { - "Row": "763", - "Name": "Cutiefly", - "Pokedex_Number": "742", - "Img_name": "742", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "fairy", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "271", - "ATK": "110", - "DEF": "81", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "745", - "onehundred_CP_at_39": "734" - }, - { - "Row": "764", - "Name": "Ribombee", - "Pokedex_Number": "743", - "Img_name": "743", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "fairy", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "470", - "ATK": "198", - "DEF": "152", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1997", - "onehundred_CP_at_39": "1968" - }, - { - "Row": "765", - "Name": "Rockruff", - "Pokedex_Number": "744", - "Img_name": "744", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "285", - "ATK": "117", - "DEF": "78", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "814", - "onehundred_CP_at_39": "803" - }, - { - "Row": "766", - "Name": "Lycanroc", - "Pokedex_Number": "745", - "Img_name": "745", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "521", - "ATK": "231", - "DEF": "140", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2457", - "onehundred_CP_at_39": "2422" - }, - { - "Row": "767", - "Name": "Wishiwashi", - "Pokedex_Number": "746", - "Img_name": "746", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "182", - "ATK": "46", - "DEF": "46", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "304", - "onehundred_CP_at_39": "300" - }, - { - "Row": "768", - "Name": "Mareanie", - "Pokedex_Number": "747", - "Img_name": "747", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "water", - "Weather_1": "Cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "313", - "ATK": "98", - "DEF": "115", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "862", - "onehundred_CP_at_39": "850" - }, - { - "Row": "769", - "Name": "Toxapex", - "Pokedex_Number": "748", - "Img_name": "748", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "water", - "Weather_1": "Cloudy", - "Weather_2": "Rainy", - "STAT_TOTAL": "492", - "ATK": "114", - "DEF": "278", - "STA": "100", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1478", - "onehundred_CP_at_39": "1457" - }, - { - "Row": "770", - "Name": "Mudbray", - "Pokedex_Number": "749", - "Img_name": "749", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "443", - "ATK": "175", - "DEF": "128", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1766", - "onehundred_CP_at_39": "1741" - }, - { - "Row": "771", - "Name": "Mudsdale", - "Pokedex_Number": "750", - "Img_name": "750", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ground", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "594", - "ATK": "214", - "DEF": "180", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2928", - "onehundred_CP_at_39": "2886" - }, - { - "Row": "772", - "Name": "Dewpider", - "Pokedex_Number": "751", - "Img_name": "751", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "bug", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "274", - "ATK": "72", - "DEF": "126", - "STA": "76", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "615", - "onehundred_CP_at_39": "606" - }, - { - "Row": "773", - "Name": "Araquanid", - "Pokedex_Number": "752", - "Img_name": "752", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "bug", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "499", - "ATK": "126", - "DEF": "237", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1717", - "onehundred_CP_at_39": "1693" - }, - { - "Row": "774", - "Name": "Fomantis", - "Pokedex_Number": "753", - "Img_name": "753", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "244", - "ATK": "100", - "DEF": "64", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "622", - "onehundred_CP_at_39": "613" - }, - { - "Row": "775", - "Name": "Lurantis", - "Pokedex_Number": "754", - "Img_name": "754", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "501", - "ATK": "192", - "DEF": "169", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2183", - "onehundred_CP_at_39": "2152" - }, - { - "Row": "776", - "Name": "Morelull", - "Pokedex_Number": "755", - "Img_name": "755", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "fairy", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "316", - "ATK": "108", - "DEF": "128", - "STA": "80", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "895", - "onehundred_CP_at_39": "882" - }, - { - "Row": "777", - "Name": "Shiinotic", - "Pokedex_Number": "756", - "Img_name": "756", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "fairy", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "451", - "ATK": "154", - "DEF": "177", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1699", - "onehundred_CP_at_39": "1675" - }, - { - "Row": "778", - "Name": "Salandit", - "Pokedex_Number": "757", - "Img_name": "757", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "fire", - "Weather_1": "Cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "312", - "ATK": "136", - "DEF": "80", - "STA": "96", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "968", - "onehundred_CP_at_39": "954" - }, - { - "Row": "779", - "Name": "Salazzle", - "Pokedex_Number": "758", - "Img_name": "758", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "poison", - "Type_2": "fire", - "Weather_1": "Cloudy", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "494", - "ATK": "228", - "DEF": "130", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2245", - "onehundred_CP_at_39": "2213" - }, - { - "Row": "780", - "Name": "Stufful", - "Pokedex_Number": "759", - "Img_name": "759", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "fighting", - "Weather_1": "Partly cloudy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "371", - "ATK": "136", - "DEF": "95", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1231", - "onehundred_CP_at_39": "1213" - }, - { - "Row": "781", - "Name": "Bewear", - "Pokedex_Number": "760", - "Img_name": "760", - "Generation": "7", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "fighting", - "Weather_1": "Partly cloudy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "616", - "ATK": "226", - "DEF": "150", - "STA": "240", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3087", - "onehundred_CP_at_39": "3043" - }, - { - "Row": "782", - "Name": "Bounsweet", - "Pokedex_Number": "761", - "Img_name": "761", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "208", - "ATK": "55", - "DEF": "69", - "STA": "84", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "398", - "onehundred_CP_at_39": "393" - }, - { - "Row": "783", - "Name": "Steenee", - "Pokedex_Number": "762", - "Img_name": "762", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "276", - "ATK": "78", - "DEF": "94", - "STA": "104", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "661", - "onehundred_CP_at_39": "652" - }, - { - "Row": "784", - "Name": "Tsareena", - "Pokedex_Number": "763", - "Img_name": "763", - "Generation": "7", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "", - "Weather_1": "Sunny/clear", - "Weather_2": "", - "STAT_TOTAL": "561", - "ATK": "222", - "DEF": "195", - "STA": "144", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2704", - "onehundred_CP_at_39": "2666" - }, - { - "Row": "785", - "Name": "Comfey", - "Pokedex_Number": "764", - "Img_name": "764", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fairy", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "493", - "ATK": "165", - "DEF": "226", - "STA": "102", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1887", - "onehundred_CP_at_39": "1860" - }, - { - "Row": "786", - "Name": "Oranguru", - "Pokedex_Number": "765", - "Img_name": "765", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "psychic", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "555", - "ATK": "168", - "DEF": "207", - "STA": "180", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2378", - "onehundred_CP_at_39": "2344" - }, - { - "Row": "787", - "Name": "Passimian", - "Pokedex_Number": "766", - "Img_name": "766", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fighting", - "Type_2": "", - "Weather_1": "Cloudy", - "Weather_2": "", - "STAT_TOTAL": "597", - "ATK": "222", - "DEF": "175", - "STA": "200", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2991", - "onehundred_CP_at_39": "2949" - }, - { - "Row": "788", - "Name": "Wimpod", - "Pokedex_Number": "767", - "Img_name": "767", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "water", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "196", - "ATK": "67", - "DEF": "79", - "STA": "50", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "400", - "onehundred_CP_at_39": "394" - }, - { - "Row": "789", - "Name": "Golisopod", - "Pokedex_Number": "768", - "Img_name": "768", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "water", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "617", - "ATK": "218", - "DEF": "249", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3037", - "onehundred_CP_at_39": "2993" - }, - { - "Row": "790", - "Name": "Sandygast", - "Pokedex_Number": "769", - "Img_name": "769", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "ground", - "Weather_1": "Fog", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "363", - "ATK": "120", - "DEF": "133", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1146", - "onehundred_CP_at_39": "1130" - }, - { - "Row": "791", - "Name": "Palossand", - "Pokedex_Number": "770", - "Img_name": "770", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "ground", - "Weather_1": "Fog", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "542", - "ATK": "178", - "DEF": "194", - "STA": "170", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2370", - "onehundred_CP_at_39": "2336" - }, - { - "Row": "792", - "Name": "Pyukumuku", - "Pokedex_Number": "771", - "Img_name": "771", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "431", - "ATK": "97", - "DEF": "224", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1209", - "onehundred_CP_at_39": "1191" - }, - { - "Row": "793", - "Name": "Type: Null", - "Pokedex_Number": "772", - "Img_name": "772", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "558", - "ATK": "184", - "DEF": "184", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2510", - "onehundred_CP_at_39": "2474" - }, - { - "Row": "794", - "Name": "Silvally", - "Pokedex_Number": "773", - "Img_name": "773", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "586", - "ATK": "198", - "DEF": "198", - "STA": "190", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2779", - "onehundred_CP_at_39": "2740" - }, - { - "Row": "795", - "Name": "Minior", - "Pokedex_Number": "774", - "Img_name": "774", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "flying", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "430", - "ATK": "116", - "DEF": "194", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1374", - "onehundred_CP_at_39": "1354" - }, - { - "Row": "796", - "Name": "Komala", - "Pokedex_Number": "775", - "Img_name": "775", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "", - "Weather_1": "Partly cloudy", - "Weather_2": "", - "STAT_TOTAL": "525", - "ATK": "216", - "DEF": "179", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2419", - "onehundred_CP_at_39": "2385" - }, - { - "Row": "797", - "Name": "Turtonator", - "Pokedex_Number": "776", - "Img_name": "776", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "fire", - "Type_2": "dragon", - "Weather_1": "Sunny/clear", - "Weather_2": "Windy", - "STAT_TOTAL": "523", - "ATK": "165", - "DEF": "238", - "STA": "120", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2077", - "onehundred_CP_at_39": "2048" - }, - { - "Row": "798", - "Name": "Togedemaru", - "Pokedex_Number": "777", - "Img_name": "777", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "steel", - "Weather_1": "Rainy", - "Weather_2": "Snow", - "STAT_TOTAL": "470", - "ATK": "190", - "DEF": "150", - "STA": "130", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1980", - "onehundred_CP_at_39": "1952" - }, - { - "Row": "799", - "Name": "Mimikyu", - "Pokedex_Number": "778", - "Img_name": "778", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "fairy", - "Weather_1": "Fog", - "Weather_2": "Cloudy", - "STAT_TOTAL": "500", - "ATK": "177", - "DEF": "213", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2024", - "onehundred_CP_at_39": "1995" - }, - { - "Row": "800", - "Name": "Bruxish", - "Pokedex_Number": "779", - "Img_name": "779", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "psychic", - "Weather_1": "Rainy", - "Weather_2": "Windy", - "STAT_TOTAL": "489", - "ATK": "208", - "DEF": "145", - "STA": "136", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2164", - "onehundred_CP_at_39": "2133" - }, - { - "Row": "801", - "Name": "Drampa", - "Pokedex_Number": "780", - "Img_name": "780", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "normal", - "Type_2": "dragon", - "Weather_1": "Partly cloudy", - "Weather_2": "Windy", - "STAT_TOTAL": "554", - "ATK": "231", - "DEF": "167", - "STA": "156", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2710", - "onehundred_CP_at_39": "2671" - }, - { - "Row": "802", - "Name": "Dhelmise", - "Pokedex_Number": "781", - "Img_name": "781", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "ghost", - "Type_2": "grass", - "Weather_1": "Fog", - "Weather_2": "Sunny/clear", - "STAT_TOTAL": "557", - "ATK": "233", - "DEF": "184", - "STA": "140", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2720", - "onehundred_CP_at_39": "2681" - }, - { - "Row": "803", - "Name": "Jangmo-O", - "Pokedex_Number": "782", - "Img_name": "782", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "310", - "ATK": "102", - "DEF": "118", - "STA": "90", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "863", - "onehundred_CP_at_39": "851" - }, - { - "Row": "804", - "Name": "Hakamo-O", - "Pokedex_Number": "783", - "Img_name": "783", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "fighting", - "Weather_1": "Windy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "427", - "ATK": "145", - "DEF": "172", - "STA": "110", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "1527", - "onehundred_CP_at_39": "1506" - }, - { - "Row": "805", - "Name": "Kommo-O", - "Pokedex_Number": "784", - "Img_name": "784", - "Generation": "7", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dragon", - "Type_2": "fighting", - "Weather_1": "Windy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "622", - "ATK": "222", - "DEF": "250", - "STA": "150", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3095", - "onehundred_CP_at_39": "3051" - }, - { - "Row": "806", - "Name": "Tapu Koko", - "Pokedex_Number": "785", - "Img_name": "785", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "fairy", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "576", - "ATK": "250", - "DEF": "186", - "STA": "140", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2921", - "onehundred_CP_at_39": "2879" - }, - { - "Row": "807", - "Name": "Tapu Lele", - "Pokedex_Number": "786", - "Img_name": "786", - "Generation": "7", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "fairy", - "Weather_1": "Windy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "628", - "ATK": "259", - "DEF": "229", - "STA": "140", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3328", - "onehundred_CP_at_39": "3280" - }, - { - "Row": "808", - "Name": "Tapu Bulu", - "Pokedex_Number": "787", - "Img_name": "787", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "fairy", - "Weather_1": "Sunny/clear", - "Weather_2": "Cloudy", - "STAT_TOTAL": "614", - "ATK": "249", - "DEF": "225", - "STA": "140", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3180", - "onehundred_CP_at_39": "3134" - }, - { - "Row": "809", - "Name": "Tapu Fini", - "Pokedex_Number": "788", - "Img_name": "788", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "water", - "Type_2": "fairy", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "590", - "ATK": "189", - "DEF": "261", - "STA": "140", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2635", - "onehundred_CP_at_39": "2597" - }, - { - "Row": "810", - "Name": "Cosmog", - "Pokedex_Number": "789", - "Img_name": "789", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "197", - "ATK": "54", - "DEF": "57", - "STA": "86", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "367", - "onehundred_CP_at_39": "362" - }, - { - "Row": "811", - "Name": "Cosmoem", - "Pokedex_Number": "790", - "Img_name": "790", - "Generation": "7", - "Evolution_Stage": "", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "382", - "ATK": "54", - "DEF": "242", - "STA": "86", - "Legendary": "0", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "694", - "onehundred_CP_at_39": "684" - }, - { - "Row": "812", - "Name": "Solgaleo", - "Pokedex_Number": "791", - "Img_name": "791", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "steel", - "Weather_1": "Windy", - "Weather_2": "Snow", - "STAT_TOTAL": "773", - "ATK": "280", - "DEF": "219", - "STA": "274", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4791", - "onehundred_CP_at_39": "4722" - }, - { - "Row": "813", - "Name": "Lunala", - "Pokedex_Number": "792", - "Img_name": "792", - "Generation": "7", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "ghost", - "Weather_1": "Windy", - "Weather_2": "Fog", - "STAT_TOTAL": "773", - "ATK": "280", - "DEF": "219", - "STA": "274", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4791", - "onehundred_CP_at_39": "4722" - }, - { - "Row": "814", - "Name": "Nihilego", - "Pokedex_Number": "793", - "Img_name": "793", - "Generation": "7", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "rock", - "Type_2": "poison", - "Weather_1": "Partly cloudy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "721", - "ATK": "249", - "DEF": "254", - "STA": "218", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4128", - "onehundred_CP_at_39": "4069" - }, - { - "Row": "815", - "Name": "Buzzwole", - "Pokedex_Number": "794", - "Img_name": "794", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "fighting", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "732", - "ATK": "259", - "DEF": "259", - "STA": "214", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4286", - "onehundred_CP_at_39": "4225" - }, - { - "Row": "816", - "Name": "Pheromosa", - "Pokedex_Number": "795", - "Img_name": "795", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "bug", - "Type_2": "fighting", - "Weather_1": "Rainy", - "Weather_2": "Cloudy", - "STAT_TOTAL": "543", - "ATK": "316", - "DEF": "85", - "STA": "142", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2590", - "onehundred_CP_at_39": "2553" - }, - { - "Row": "817", - "Name": "Xurkitree", - "Pokedex_Number": "796", - "Img_name": "796", - "Generation": "7", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "electric", - "Type_2": "", - "Weather_1": "Rainy", - "Weather_2": "", - "STAT_TOTAL": "640", - "ATK": "330", - "DEF": "144", - "STA": "166", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3655", - "onehundred_CP_at_39": "3603" - }, - { - "Row": "818", - "Name": "Celesteela", - "Pokedex_Number": "797", - "Img_name": "797", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "flying", - "Weather_1": "Snow", - "Weather_2": "Windy", - "STAT_TOTAL": "601", - "ATK": "207", - "DEF": "200", - "STA": "194", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2939", - "onehundred_CP_at_39": "2897" - }, - { - "Row": "819", - "Name": "Kartana", - "Pokedex_Number": "798", - "Img_name": "798", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "grass", - "Type_2": "steel", - "Weather_1": "Sunny/clear", - "Weather_2": "Snow", - "STAT_TOTAL": "726", - "ATK": "355", - "DEF": "253", - "STA": "118", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "4362", - "onehundred_CP_at_39": "4300" - }, - { - "Row": "820", - "Name": "Guzzlord", - "Pokedex_Number": "799", - "Img_name": "799", - "Generation": "7", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "dark", - "Type_2": "dragon", - "Weather_1": "Fog", - "Weather_2": "Windy", - "STAT_TOTAL": "733", - "ATK": "188", - "DEF": "99", - "STA": "446", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "2906", - "onehundred_CP_at_39": "2865" - }, - { - "Row": "821", - "Name": "Necrozma", - "Pokedex_Number": "800", - "Img_name": "800", - "Generation": "7", - "Evolution_Stage": "Lower", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "psychic", - "Type_2": "", - "Weather_1": "Windy", - "Weather_2": "", - "STAT_TOTAL": "646", - "ATK": "251", - "DEF": "201", - "STA": "194", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3529", - "onehundred_CP_at_39": "3479" - }, - { - "Row": "822", - "Name": "Magearna", - "Pokedex_Number": "801", - "Img_name": "801", - "Generation": "7", - "Evolution_Stage": "Evolved", - "Evolved": "0", - "FamilyID": "", - "Cross_Gen": "0", - "Type_1": "steel", - "Type_2": "fairy", - "Weather_1": "Snow", - "Weather_2": "Cloudy", - "STAT_TOTAL": "631", - "ATK": "246", - "DEF": "225", - "STA": "160", - "Legendary": "1", - "Aquireable": "0", - "Spawns": "0", - "Regional": "0", - "Raidable": "0", - "Hatchable": "0", - "Shiny": "0", - "Nest": "0", - "New": "0", - "Not_Gettable": "0", - "Future_Evolve": "0", - "onehundred_CP_at_40": "3340", - "onehundred_CP_at_39": "3293" - } -] \ No newline at end of file diff --git a/AngularPokedex/src/assets/icons/bug.svg b/AngularPokedex/src/assets/icons/bug.svg new file mode 100644 index 000000000..413a67dd9 --- /dev/null +++ b/AngularPokedex/src/assets/icons/bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/AngularPokedex/src/assets/icons/dark.svg b/AngularPokedex/src/assets/icons/dark.svg new file mode 100644 index 000000000..6144e6b99 --- /dev/null +++ b/AngularPokedex/src/assets/icons/dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/dragon.svg b/AngularPokedex/src/assets/icons/dragon.svg new file mode 100644 index 000000000..0a805ed22 --- /dev/null +++ b/AngularPokedex/src/assets/icons/dragon.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/electric.svg b/AngularPokedex/src/assets/icons/electric.svg new file mode 100644 index 000000000..ec93a5a53 --- /dev/null +++ b/AngularPokedex/src/assets/icons/electric.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/fairy.svg b/AngularPokedex/src/assets/icons/fairy.svg new file mode 100644 index 000000000..352ff1ee8 --- /dev/null +++ b/AngularPokedex/src/assets/icons/fairy.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/fighting.svg b/AngularPokedex/src/assets/icons/fighting.svg new file mode 100644 index 000000000..77271b21e --- /dev/null +++ b/AngularPokedex/src/assets/icons/fighting.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/fire.svg b/AngularPokedex/src/assets/icons/fire.svg new file mode 100644 index 000000000..956fb8ba6 --- /dev/null +++ b/AngularPokedex/src/assets/icons/fire.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/flying.svg b/AngularPokedex/src/assets/icons/flying.svg new file mode 100644 index 000000000..f96cb3be2 --- /dev/null +++ b/AngularPokedex/src/assets/icons/flying.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/ghost.svg b/AngularPokedex/src/assets/icons/ghost.svg new file mode 100644 index 000000000..397fe8265 --- /dev/null +++ b/AngularPokedex/src/assets/icons/ghost.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/grass.svg b/AngularPokedex/src/assets/icons/grass.svg new file mode 100644 index 000000000..5c7ba8d03 --- /dev/null +++ b/AngularPokedex/src/assets/icons/grass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/AngularPokedex/src/assets/icons/ground.svg b/AngularPokedex/src/assets/icons/ground.svg new file mode 100644 index 000000000..36277c417 --- /dev/null +++ b/AngularPokedex/src/assets/icons/ground.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/ice.svg b/AngularPokedex/src/assets/icons/ice.svg new file mode 100644 index 000000000..59a6897ba --- /dev/null +++ b/AngularPokedex/src/assets/icons/ice.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/AngularPokedex/src/assets/icons/normal.svg b/AngularPokedex/src/assets/icons/normal.svg new file mode 100644 index 000000000..6994e4f2d --- /dev/null +++ b/AngularPokedex/src/assets/icons/normal.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/poison.svg b/AngularPokedex/src/assets/icons/poison.svg new file mode 100644 index 000000000..94388d88f --- /dev/null +++ b/AngularPokedex/src/assets/icons/poison.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/psychic.svg b/AngularPokedex/src/assets/icons/psychic.svg new file mode 100644 index 000000000..2bd145389 --- /dev/null +++ b/AngularPokedex/src/assets/icons/psychic.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/rock.svg b/AngularPokedex/src/assets/icons/rock.svg new file mode 100644 index 000000000..a84a9d98d --- /dev/null +++ b/AngularPokedex/src/assets/icons/rock.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/steel.svg b/AngularPokedex/src/assets/icons/steel.svg new file mode 100644 index 000000000..62e2db189 --- /dev/null +++ b/AngularPokedex/src/assets/icons/steel.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/assets/icons/water.svg b/AngularPokedex/src/assets/icons/water.svg new file mode 100644 index 000000000..ecc1da2d1 --- /dev/null +++ b/AngularPokedex/src/assets/icons/water.svg @@ -0,0 +1,3 @@ + + + diff --git a/AngularPokedex/src/index.html b/AngularPokedex/src/index.html index 3a6070805..ca32a80f6 100644 --- a/AngularPokedex/src/index.html +++ b/AngularPokedex/src/index.html @@ -10,6 +10,8 @@ + + diff --git a/AngularPokedex/src/styles.css b/AngularPokedex/src/styles.css index 7d539d0a0..49dd8287d 100644 --- a/AngularPokedex/src/styles.css +++ b/AngularPokedex/src/styles.css @@ -1,3 +1,110 @@ /* You can add global styles to this file, and also import other style files */ html, body { height: 100%; } body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } + +.icon { + border-radius: 100%; + height: 2rem; + width: 2rem; + +} +.icon:hover{ + filter: saturate(200%); + cursor: pointer; +} + +.icon img { + height: 60%; + width: 60%; + margin: 20%; +} + +.bug { + background: #92BC2C; + box-shadow: 0 0 20px #92BC2C; +} + +.dark { + background: #595761; + box-shadow: 0 0 20px #595761; +} + +.dragon { + background: #0C69C8; + box-shadow: 0 0 20px #0C69C8; +} + +.electric { + background: #F2D94E; + box-shadow: 0 0 20px #F2D94E; +} + +.fire { + background: #FBA54C; + box-shadow: 0 0 20px #FBA54C; +} + +.fairy { + background: #EE90E6; + box-shadow: 0 0 20px #EE90E6; +} + +.fighting { + background: #D3425F; + box-shadow: 0 0 20px #D3425F; +} + +.flying { + background: #A1BBEC; + box-shadow: 0 0 20px #A1BBEC; +} + +.ghost { + background: #5F6DBC; + box-shadow: 0 0 20px #5F6DBC; +} + +.grass { + background: #5FBD58; + box-shadow: 0 0 20px #5FBD58; +} + +.ground { + background: #DA7C4D; + box-shadow: 0 0 20px #DA7C4D; +} + +.ice { + background: #75D0C1; + box-shadow: 0 0 20px #75D0C1; +} + +.normal { + background: #A0A29F; + box-shadow: 0 0 20px #A0A29F; +} + +.poison { + background: #B763CF; + box-shadow: 0 0 20px #B763CF; +} + +.psychic { + background: #FA8581; + box-shadow: 0 0 20px #FA8581; +} + +.rock { + background: #C9BB8A; + box-shadow: 0 0 20px #C9BB8A; +} + +.steel { + background: #5695A3; + box-shadow: 0 0 20px #5695A3; +} + +.water { + background: #539DDF; + box-shadow: 0 0 20px #539DDF; +} \ No newline at end of file From 6bf24bac92e7dbb0000954f93a14745db7c416f4 Mon Sep 17 00:00:00 2001 From: MatheusHenrique200302 <36648821+MatheusHenrique200302@users.noreply.github.com> Date: Fri, 26 Mar 2021 19:13:24 -0300 Subject: [PATCH 16/17] =?UTF-8?q?Adicionado=20algumas=20pr=C3=A1tica=20de?= =?UTF-8?q?=20SEO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AngularPokedex/src/app/app.component.html | 4 ++-- AngularPokedex/src/index.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AngularPokedex/src/app/app.component.html b/AngularPokedex/src/app/app.component.html index 3b827671b..9c5fae4f5 100644 --- a/AngularPokedex/src/app/app.component.html +++ b/AngularPokedex/src/app/app.component.html @@ -1,5 +1,5 @@

    diff --git a/AngularPokedex/src/index.html b/AngularPokedex/src/index.html index ca32a80f6..64e073a2e 100644 --- a/AngularPokedex/src/index.html +++ b/AngularPokedex/src/index.html @@ -5,6 +5,7 @@ AngularPokedex - Matheus Henrique +