diff --git a/API/.gitignore b/API/.gitignore new file mode 100644 index 00000000..b512c09d --- /dev/null +++ b/API/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/API/Arquivo - Insomnia.json b/API/Arquivo - Insomnia.json new file mode 100644 index 00000000..465160eb --- /dev/null +++ b/API/Arquivo - Insomnia.json @@ -0,0 +1,191 @@ +{ + "_type": "export", + "__export_format": 3, + "__export_date": "2018-10-13T14:38:29.550Z", + "__export_source": "insomnia.desktop.app:v6.0.2", + "resources": [ + { + "_id": "wrk_fc0bf17d2002439198915053e055aaf0", + "created": 1539292937680, + "description": "", + "modified": 1539292937680, + "name": "Pokemon", + "parentId": null, + "_type": "workspace" + }, + { + "_id": "env_ec03d2f348df4219ba86386b8281e9ae", + "color": null, + "created": 1539292937884, + "data": { + "base_url": "localhost:3000" + }, + "isPrivate": false, + "metaSortKey": 1539292937884, + "modified": 1539292986623, + "name": "New Environment", + "parentId": "wrk_fc0bf17d2002439198915053e055aaf0", + "_type": "environment" + }, + { + "_id": "jar_f4c601a646b947c783933efd9a5c79ee", + "cookies": [], + "created": 1539292937894, + "modified": 1539292937894, + "name": "Default Jar", + "parentId": "wrk_fc0bf17d2002439198915053e055aaf0", + "_type": "cookie_jar" + }, + { + "_id": "req_9e5c67fa1b2c48d5b11d29f9352b7eec", + "authentication": {}, + "body": { + "mimeType": "application/json", + "text": "{\n\t\"filters\" : {\n\t\t\n\t},\n\t\"sort\": {\n\t\t\"Name\": \"asc\"\n\t}\n}" + }, + "created": 1539292951265, + "description": "", + "headers": [ + { + "id": "pair_d81c4bb8cc0d4fd6955bf03ed39cc00d", + "name": "Content-Type", + "value": "application/json" + } + ], + "isPrivate": false, + "metaSortKey": -1539292951266, + "method": "GET", + "modified": 1539441433037, + "name": "Listagem", + "parameters": [], + "parentId": "wrk_fc0bf17d2002439198915053e055aaf0", + "settingDisableRenderRequestBody": false, + "settingEncodeUrl": true, + "settingMaxTimelineDataSize": 1000, + "settingRebuildPath": true, + "settingSendCookies": true, + "settingStoreCookies": true, + "url": "{{ base_url }}/all?page=1", + "_type": "request" + }, + { + "_id": "req_de49d82639b94b18a802d99d1e1ac382", + "authentication": {}, + "body": { + "mimeType": "application/json", + "text": "{\n\t\"Name\": \"Novinho\",\n\t\"PokedexNumber\": 25,\n\t\"Imgname\": \"novoimg\",\n\t\"Generation\": 2,\n\t\"EvolutionStage\": 2,\n\t\"Evolved\": 1,\n\t\"FamilyID\": 123,\n\t\"CrossGen\": 0,\n\t\"Type1\": \"grass\",\n\t\"Type2\": \"poison\",\n\t\"Weather1\": \"Sunny/clear\",\n\t\"Weather2\": \"Cloudy\",\n\t\"STATTOTAL\": 555,\n\t\"ATK\": 2000,\n\t\"DEF\": 45,\n\t\"STA\": 115,\n\t\"Legendary\": 0,\n\t\"Aquireable\": 1,\n\t\"Spawns\": 1,\n\t\"Regional\": 0,\n\t\"Raidable\": 0,\n\t\"Hatchable\": 5,\n\t\"Shiny\": 1,\n\t\"Nest\": 1,\n\t\"New\": 1,\n\t\"Not-Gettable\": 0,\n\t\"FutureEvolve\": 0,\n\t\"CP40\": 1717,\n\t\"CP39\": 1232\n}" + }, + "created": 1539344424599, + "description": "", + "headers": [ + { + "id": "pair_26e9b96618294e35977e6677585e03f4", + "name": "Content-Type", + "value": "application/json" + } + ], + "isPrivate": false, + "metaSortKey": -1539344424599, + "method": "POST", + "modified": 1539441434460, + "name": "Insere Pokemon", + "parameters": [], + "parentId": "wrk_fc0bf17d2002439198915053e055aaf0", + "settingDisableRenderRequestBody": false, + "settingEncodeUrl": true, + "settingMaxTimelineDataSize": 1000, + "settingRebuildPath": true, + "settingSendCookies": true, + "settingStoreCookies": true, + "url": "{{ base_url }}/", + "_type": "request" + }, + { + "_id": "req_2bba05abe1d9409c83a16d375c4f0f0b", + "authentication": {}, + "body": { + "mimeType": "application/json", + "text": "" + }, + "created": 1539352678700, + "description": "", + "headers": [ + { + "id": "pair_d9c10d8c55a64521af532b358b15c6ce", + "name": "Content-Type", + "value": "application/json" + } + ], + "isPrivate": false, + "metaSortKey": -1539352678700, + "method": "GET", + "modified": 1539441466146, + "name": "Busca", + "parameters": [], + "parentId": "wrk_fc0bf17d2002439198915053e055aaf0", + "settingDisableRenderRequestBody": false, + "settingEncodeUrl": true, + "settingMaxTimelineDataSize": 1000, + "settingRebuildPath": true, + "settingSendCookies": true, + "settingStoreCookies": true, + "url": "{{ base_url }}/search?q=25", + "_type": "request" + }, + { + "_id": "req_d865345165e54c7eb96a49703e3380e3", + "authentication": {}, + "body": { + "mimeType": "application/json", + "text": "{\n\t\"Name\": \"Novo Pokemon\",\n\t\"PokedexNumber\": 25,\n\t\"Imgname\": \"novoimg\",\n\t\"Generation\": 2,\n\t\"EvolutionStage\": 2,\n\t\"Evolved\": 1,\n\t\"FamilyID\": 123,\n\t\"CrossGen\": 0,\n\t\"Type1\": \"grass\",\n\t\"Type2\": \"poison\",\n\t\"Weather1\": \"Sunny/clear\",\n\t\"Weather2\": \"Cloudy\",\n\t\"STATTOTAL\": 555,\n\t\"ATK\": 2000,\n\t\"DEF\": 45,\n\t\"STA\": 115,\n\t\"Legendary\": 0,\n\t\"Aquireable\": 1,\n\t\"Spawns\": 1,\n\t\"Regional\": 0,\n\t\"Raidable\": 0,\n\t\"Hatchable\": 5,\n\t\"Shiny\": 1,\n\t\"Nest\": 1,\n\t\"New\": 1,\n\t\"Not-Gettable\": 0,\n\t\"FutureEvolve\": 0,\n\t\"CP40\": 1717,\n\t\"CP39\": 1232\n}" + }, + "created": 1539394691422, + "description": "", + "headers": [ + { + "id": "pair_3db112b7cd75432b9575c863f3452a7a", + "name": "Content-Type", + "value": "application/json" + } + ], + "isPrivate": false, + "metaSortKey": -1539394691422, + "method": "PUT", + "modified": 1539441449772, + "name": "Atualiza Pokemon", + "parameters": [], + "parentId": "wrk_fc0bf17d2002439198915053e055aaf0", + "settingDisableRenderRequestBody": false, + "settingEncodeUrl": true, + "settingMaxTimelineDataSize": 1000, + "settingRebuildPath": true, + "settingSendCookies": true, + "settingStoreCookies": true, + "url": "{{ base_url }}/5bc202c147acf7114fe79411", + "_type": "request" + }, + { + "_id": "req_b7ae2ed1a98946e59e9f2482cb215aa7", + "authentication": {}, + "body": {}, + "created": 1539395801827, + "description": "", + "headers": [], + "isPrivate": false, + "metaSortKey": -1539395801827, + "method": "DELETE", + "modified": 1539441429244, + "name": "Deleta Pokemon", + "parameters": [], + "parentId": "wrk_fc0bf17d2002439198915053e055aaf0", + "settingDisableRenderRequestBody": false, + "settingEncodeUrl": true, + "settingMaxTimelineDataSize": 1000, + "settingRebuildPath": true, + "settingSendCookies": true, + "settingStoreCookies": true, + "url": "{{ base_url }}/5bc09066529baa2330089b92", + "_type": "request" + } + ] +} \ No newline at end of file diff --git a/API/Pokemon.json/Pokemon.json b/API/Pokemon.json/Pokemon.json new file mode 100644 index 00000000..685a315d --- /dev/null +++ b/API/Pokemon.json/Pokemon.json @@ -0,0 +1,26368 @@ +{ + "_id" : ObjectId("5bc0902bd3090d112fd39849"), + "Name" : "Bulbasaur", + "PokedexNumber" : NumberInt(1), + "Imgname" : NumberInt(1), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(1), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(326), + "ATK" : NumberInt(118), + "DEF" : NumberInt(118), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(981), + "CP39" : NumberInt(967) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3984a"), + "Name" : "Ivysaur", + "PokedexNumber" : NumberInt(2), + "Imgname" : NumberInt(2), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(1), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(422), + "ATK" : NumberInt(151), + "DEF" : NumberInt(151), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1552), + "CP39" : NumberInt(1529) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3984b"), + "Name" : "Venusaur", + "PokedexNumber" : NumberInt(3), + "Imgname" : NumberInt(3), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(1), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(556), + "ATK" : NumberInt(198), + "DEF" : NumberInt(198), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2568), + "CP39" : NumberInt(2531) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3984c"), + "Name" : "Charmander", + "PokedexNumber" : NumberInt(4), + "Imgname" : NumberInt(4), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(2), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(290), + "ATK" : NumberInt(116), + "DEF" : NumberInt(96), + "STA" : NumberInt(78), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(831), + "CP39" : NumberInt(819) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3984d"), + "Name" : "Charmeleon", + "PokedexNumber" : NumberInt(5), + "Imgname" : NumberInt(5), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(2), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(403), + "ATK" : NumberInt(158), + "DEF" : NumberInt(129), + "STA" : NumberInt(116), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1484), + "CP39" : NumberInt(1462) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3984e"), + "Name" : "Charizard", + "PokedexNumber" : NumberInt(6), + "Imgname" : NumberInt(6), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(2), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(555), + "ATK" : NumberInt(223), + "DEF" : NumberInt(176), + "STA" : NumberInt(156), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2686), + "CP39" : NumberInt(2648) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3984f"), + "Name" : "Squirtle", + "PokedexNumber" : NumberInt(7), + "Imgname" : NumberInt(7), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(3), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(304), + "ATK" : NumberInt(94), + "DEF" : NumberInt(122), + "STA" : NumberInt(88), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(808), + "CP39" : NumberInt(797) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39850"), + "Name" : "Wartortle", + "PokedexNumber" : NumberInt(8), + "Imgname" : NumberInt(8), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(3), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(399), + "ATK" : NumberInt(126), + "DEF" : NumberInt(155), + "STA" : NumberInt(118), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1324), + "CP39" : NumberInt(1305) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39851"), + "Name" : "Blastoise", + "PokedexNumber" : NumberInt(9), + "Imgname" : NumberInt(9), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(3), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(539), + "ATK" : NumberInt(171), + "DEF" : NumberInt(210), + "STA" : NumberInt(158), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2291), + "CP39" : NumberInt(2259) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39852"), + "Name" : "Caterpie", + "PokedexNumber" : NumberInt(10), + "Imgname" : NumberInt(10), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(4), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(207), + "ATK" : NumberInt(55), + "DEF" : NumberInt(62), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(393), + "CP39" : NumberInt(387) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39853"), + "Name" : "Metapod", + "PokedexNumber" : NumberInt(11), + "Imgname" : NumberInt(11), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(4), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(239), + "ATK" : NumberInt(45), + "DEF" : NumberInt(94), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(419), + "CP39" : NumberInt(413) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39854"), + "Name" : "Butterfree", + "PokedexNumber" : NumberInt(12), + "Imgname" : NumberInt(12), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(4), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(438), + "ATK" : NumberInt(167), + "DEF" : NumberInt(151), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1701), + "CP39" : NumberInt(1677) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39855"), + "Name" : "Weedle", + "PokedexNumber" : NumberInt(13), + "Imgname" : NumberInt(13), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(5), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(198), + "ATK" : NumberInt(63), + "DEF" : NumberInt(55), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(397), + "CP39" : NumberInt(391) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39856"), + "Name" : "Kakuna", + "PokedexNumber" : NumberInt(14), + "Imgname" : NumberInt(14), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(5), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(222), + "ATK" : NumberInt(46), + "DEF" : NumberInt(86), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(392), + "CP39" : NumberInt(386) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39857"), + "Name" : "Beedrill", + "PokedexNumber" : NumberInt(15), + "Imgname" : NumberInt(15), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(5), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(449), + "ATK" : NumberInt(169), + "DEF" : NumberInt(150), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1777), + "CP39" : NumberInt(1752) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39858"), + "Name" : "Pidgey", + "PokedexNumber" : NumberInt(16), + "Imgname" : NumberInt(16), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(6), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(241), + "ATK" : NumberInt(85), + "DEF" : NumberInt(76), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(580), + "CP39" : NumberInt(572) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39859"), + "Name" : "Pidgeotto", + "PokedexNumber" : NumberInt(17), + "Imgname" : NumberInt(17), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(6), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(351), + "ATK" : NumberInt(117), + "DEF" : NumberInt(108), + "STA" : NumberInt(126), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1085), + "CP39" : NumberInt(1070) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3985a"), + "Name" : "Pidgeot", + "PokedexNumber" : NumberInt(18), + "Imgname" : NumberInt(18), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(6), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(489), + "ATK" : NumberInt(166), + "DEF" : NumberInt(157), + "STA" : NumberInt(166), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1994), + "CP39" : NumberInt(1966) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3985b"), + "Name" : "Rattata", + "PokedexNumber" : NumberInt(19), + "Imgname" : NumberInt(19), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(7), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(233), + "ATK" : NumberInt(103), + "DEF" : NumberInt(70), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(588), + "CP39" : NumberInt(580) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3985c"), + "Name" : "Raticate", + "PokedexNumber" : NumberInt(20), + "Imgname" : NumberInt(20), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(7), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(415), + "ATK" : NumberInt(161), + "DEF" : NumberInt(144), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1549), + "CP39" : NumberInt(1527) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3985d"), + "Name" : "Spearow", + "PokedexNumber" : NumberInt(21), + "Imgname" : NumberInt(21), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(8), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(253), + "ATK" : NumberInt(112), + "DEF" : NumberInt(61), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(673), + "CP39" : NumberInt(664) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3985e"), + "Name" : "Fearow", + "PokedexNumber" : NumberInt(22), + "Imgname" : NumberInt(22), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(8), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(447), + "ATK" : NumberInt(182), + "DEF" : NumberInt(135), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1814), + "CP39" : NumberInt(1788) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3985f"), + "Name" : "Ekans", + "PokedexNumber" : NumberInt(23), + "Imgname" : NumberInt(23), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(9), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(282), + "ATK" : NumberInt(110), + "DEF" : NumberInt(102), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(778), + "CP39" : NumberInt(767) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39860"), + "Name" : "Arbok", + "PokedexNumber" : NumberInt(24), + "Imgname" : NumberInt(24), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(9), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(445), + "ATK" : NumberInt(167), + "DEF" : NumberInt(158), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1737), + "CP39" : NumberInt(1712) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39861"), + "Name" : "Pikachu", + "PokedexNumber" : NumberInt(25), + "Imgname" : NumberInt(25), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(10), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(283), + "ATK" : NumberInt(112), + "DEF" : NumberInt(101), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(787), + "CP39" : NumberInt(776) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39862"), + "Name" : "Raichu", + "PokedexNumber" : NumberInt(26), + "Imgname" : NumberInt(26), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(10), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(478), + "ATK" : NumberInt(193), + "DEF" : NumberInt(165), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2025), + "CP39" : NumberInt(1996) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39863"), + "Name" : "Sandshrew", + "PokedexNumber" : NumberInt(27), + "Imgname" : NumberInt(27), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(11), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(371), + "ATK" : NumberInt(126), + "DEF" : NumberInt(145), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1194), + "CP39" : NumberInt(1177) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39864"), + "Name" : "Sandslash", + "PokedexNumber" : NumberInt(28), + "Imgname" : NumberInt(28), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(11), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(534), + "ATK" : NumberInt(182), + "DEF" : NumberInt(202), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2328), + "CP39" : NumberInt(2294) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39865"), + "Name" : "Nidoran F", + "PokedexNumber" : NumberInt(29), + "Imgname" : NumberInt(29), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(12), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(290), + "ATK" : NumberInt(86), + "DEF" : NumberInt(94), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(736), + "CP39" : NumberInt(725) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39866"), + "Name" : "Nidorina", + "PokedexNumber" : NumberInt(30), + "Imgname" : NumberInt(30), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(12), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(383), + "ATK" : NumberInt(117), + "DEF" : NumberInt(126), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1218), + "CP39" : NumberInt(1201) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39867"), + "Name" : "Nidoqueen", + "PokedexNumber" : NumberInt(31), + "Imgname" : NumberInt(31), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(12), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "ground", + "Weather1" : "Cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(534), + "ATK" : NumberInt(180), + "DEF" : NumberInt(174), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2338), + "CP39" : NumberInt(2304) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39868"), + "Name" : "Nidoran M", + "PokedexNumber" : NumberInt(32), + "Imgname" : NumberInt(32), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(13), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(273), + "ATK" : NumberInt(105), + "DEF" : NumberInt(76), + "STA" : NumberInt(92), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(739), + "CP39" : NumberInt(729) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39869"), + "Name" : "Nidorino", + "PokedexNumber" : NumberInt(33), + "Imgname" : NumberInt(33), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(13), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(371), + "ATK" : NumberInt(137), + "DEF" : NumberInt(112), + "STA" : NumberInt(122), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1252), + "CP39" : NumberInt(1234) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3986a"), + "Name" : "Nidoking", + "PokedexNumber" : NumberInt(34), + "Imgname" : NumberInt(34), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(13), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "ground", + "Weather1" : "Cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(523), + "ATK" : NumberInt(204), + "DEF" : NumberInt(157), + "STA" : NumberInt(162), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2386), + "CP39" : NumberInt(2352) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3986b"), + "Name" : "Clefairy", + "PokedexNumber" : NumberInt(35), + "Imgname" : NumberInt(35), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(14), + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(363), + "ATK" : NumberInt(107), + "DEF" : NumberInt(116), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1085), + "CP39" : NumberInt(1070) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3986c"), + "Name" : "Clefable", + "PokedexNumber" : NumberInt(36), + "Imgname" : NumberInt(36), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(14), + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(539), + "ATK" : NumberInt(178), + "DEF" : NumberInt(171), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2353), + "CP39" : NumberInt(2320) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3986d"), + "Name" : "Vulpix", + "PokedexNumber" : NumberInt(37), + "Imgname" : NumberInt(37), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(15), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(294), + "ATK" : NumberInt(96), + "DEF" : NumberInt(122), + "STA" : NumberInt(76), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(774), + "CP39" : NumberInt(763) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3986e"), + "Name" : "Ninetales", + "PokedexNumber" : NumberInt(38), + "Imgname" : NumberInt(38), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(15), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(519), + "ATK" : NumberInt(169), + "DEF" : NumberInt(204), + "STA" : NumberInt(146), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2157), + "CP39" : NumberInt(2127) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3986f"), + "Name" : "Jigglypuff", + "PokedexNumber" : NumberInt(39), + "Imgname" : NumberInt(39), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(16), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "fairy", + "Weather1" : "Partly cloudy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(354), + "ATK" : NumberInt(80), + "DEF" : NumberInt(44), + "STA" : NumberInt(230), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(713), + "CP39" : NumberInt(703) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39870"), + "Name" : "Wigglytuff", + "PokedexNumber" : NumberInt(40), + "Imgname" : NumberInt(40), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(16), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "fairy", + "Weather1" : "Partly cloudy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(529), + "ATK" : NumberInt(156), + "DEF" : NumberInt(93), + "STA" : NumberInt(280), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1906), + "CP39" : NumberInt(1879) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39871"), + "Name" : "Zubat", + "PokedexNumber" : NumberInt(41), + "Imgname" : NumberInt(41), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(17), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "flying", + "Weather1" : "Cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(239), + "ATK" : NumberInt(83), + "DEF" : NumberInt(76), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(569), + "CP39" : NumberInt(560) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39872"), + "Name" : "Golbat", + "PokedexNumber" : NumberInt(42), + "Imgname" : NumberInt(42), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(17), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "flying", + "Weather1" : "Cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(464), + "ATK" : NumberInt(161), + "DEF" : NumberInt(153), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1830), + "CP39" : NumberInt(1804) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39873"), + "Name" : "Oddish", + "PokedexNumber" : NumberInt(43), + "Imgname" : NumberInt(43), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(18), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(337), + "ATK" : NumberInt(131), + "DEF" : NumberInt(116), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1069), + "CP39" : NumberInt(1054) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39874"), + "Name" : "Gloom", + "PokedexNumber" : NumberInt(44), + "Imgname" : NumberInt(44), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(18), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(412), + "ATK" : NumberInt(153), + "DEF" : NumberInt(139), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1512), + "CP39" : NumberInt(1491) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39875"), + "Name" : "Vileplume", + "PokedexNumber" : NumberInt(45), + "Imgname" : NumberInt(45), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(18), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(522), + "ATK" : NumberInt(202), + "DEF" : NumberInt(170), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2367), + "CP39" : NumberInt(2334) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39876"), + "Name" : "Paras", + "PokedexNumber" : NumberInt(46), + "Imgname" : NumberInt(46), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(19), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "grass", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(290), + "ATK" : NumberInt(121), + "DEF" : NumberInt(99), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(836), + "CP39" : NumberInt(824) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39877"), + "Name" : "Parasect", + "PokedexNumber" : NumberInt(47), + "Imgname" : NumberInt(47), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(19), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "grass", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(431), + "ATK" : NumberInt(165), + "DEF" : NumberInt(146), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1657), + "CP39" : NumberInt(1633) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39878"), + "Name" : "Venonat", + "PokedexNumber" : NumberInt(48), + "Imgname" : NumberInt(48), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(20), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(322), + "ATK" : NumberInt(100), + "DEF" : NumberInt(102), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(902), + "CP39" : NumberInt(889) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39879"), + "Name" : "Venomoth", + "PokedexNumber" : NumberInt(49), + "Imgname" : NumberInt(49), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(20), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(469), + "ATK" : NumberInt(179), + "DEF" : NumberInt(150), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1937), + "CP39" : NumberInt(1910) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3987a"), + "Name" : "Diglett", + "PokedexNumber" : NumberInt(50), + "Imgname" : NumberInt(50), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(21), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(217), + "ATK" : NumberInt(109), + "DEF" : NumberInt(88), + "STA" : NumberInt(20), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(465), + "CP39" : NumberInt(458) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3987b"), + "Name" : "Dugtrio", + "PokedexNumber" : NumberInt(51), + "Imgname" : NumberInt(51), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(21), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(384), + "ATK" : NumberInt(167), + "DEF" : NumberInt(147), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1333), + "CP39" : NumberInt(1314) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3987c"), + "Name" : "Meowth", + "PokedexNumber" : NumberInt(52), + "Imgname" : NumberInt(52), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(23), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(253), + "ATK" : NumberInt(92), + "DEF" : NumberInt(81), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(638), + "CP39" : NumberInt(629) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3987d"), + "Name" : "Persian", + "PokedexNumber" : NumberInt(53), + "Imgname" : NumberInt(53), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(23), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(419), + "ATK" : NumberInt(150), + "DEF" : NumberInt(139), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1539), + "CP39" : NumberInt(1517) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3987e"), + "Name" : "Psyduck", + "PokedexNumber" : NumberInt(54), + "Imgname" : NumberInt(54), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(24), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(318), + "ATK" : NumberInt(122), + "DEF" : NumberInt(96), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(966), + "CP39" : NumberInt(952) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3987f"), + "Name" : "Golduck", + "PokedexNumber" : NumberInt(55), + "Imgname" : NumberInt(55), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(24), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(514), + "ATK" : NumberInt(191), + "DEF" : NumberInt(163), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2270), + "CP39" : NumberInt(2238) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39880"), + "Name" : "Mankey", + "PokedexNumber" : NumberInt(56), + "Imgname" : NumberInt(56), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(25), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(315), + "ATK" : NumberInt(148), + "DEF" : NumberInt(87), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1002), + "CP39" : NumberInt(987) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39881"), + "Name" : "Primeape", + "PokedexNumber" : NumberInt(57), + "Imgname" : NumberInt(57), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(25), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(481), + "ATK" : NumberInt(207), + "DEF" : NumberInt(144), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2105), + "CP39" : NumberInt(2075) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39882"), + "Name" : "Growlithe", + "PokedexNumber" : NumberInt(58), + "Imgname" : NumberInt(58), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(26), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(342), + "ATK" : NumberInt(136), + "DEF" : NumberInt(96), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1110), + "CP39" : NumberInt(1095) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39883"), + "Name" : "Arcanine", + "PokedexNumber" : NumberInt(59), + "Imgname" : NumberInt(59), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(26), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(573), + "ATK" : NumberInt(227), + "DEF" : NumberInt(166), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2839), + "CP39" : NumberInt(2799) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39884"), + "Name" : "Poliwag", + "PokedexNumber" : NumberInt(60), + "Imgname" : NumberInt(60), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(27), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(263), + "ATK" : NumberInt(101), + "DEF" : NumberInt(82), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(695), + "CP39" : NumberInt(685) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39885"), + "Name" : "Poliwhirl", + "PokedexNumber" : NumberInt(61), + "Imgname" : NumberInt(61), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(27), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(390), + "ATK" : NumberInt(130), + "DEF" : NumberInt(130), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1313), + "CP39" : NumberInt(1294) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39886"), + "Name" : "Poliwrath", + "PokedexNumber" : NumberInt(62), + "Imgname" : NumberInt(62), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(27), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "fighting", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(549), + "ATK" : NumberInt(182), + "DEF" : NumberInt(187), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2441), + "CP39" : NumberInt(2407) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39887"), + "Name" : "Abra", + "PokedexNumber" : NumberInt(63), + "Imgname" : NumberInt(63), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(28), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(348), + "ATK" : NumberInt(195), + "DEF" : NumberInt(103), + "STA" : NumberInt(50), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1148), + "CP39" : NumberInt(1132) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39888"), + "Name" : "Kadabra", + "PokedexNumber" : NumberInt(64), + "Imgname" : NumberInt(64), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(28), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(450), + "ATK" : NumberInt(232), + "DEF" : NumberInt(138), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1859), + "CP39" : NumberInt(1833) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39889"), + "Name" : "Alakazam", + "PokedexNumber" : NumberInt(65), + "Imgname" : NumberInt(65), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(28), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(575), + "ATK" : NumberInt(271), + "DEF" : NumberInt(194), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2887), + "CP39" : NumberInt(2845) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3988a"), + "Name" : "Machop", + "PokedexNumber" : NumberInt(66), + "Imgname" : NumberInt(66), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(29), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(365), + "ATK" : NumberInt(137), + "DEF" : NumberInt(88), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1199), + "CP39" : NumberInt(1182) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3988b"), + "Name" : "Machoke", + "PokedexNumber" : NumberInt(67), + "Imgname" : NumberInt(67), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(29), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(467), + "ATK" : NumberInt(177), + "DEF" : NumberInt(130), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1910), + "CP39" : NumberInt(1882) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3988c"), + "Name" : "Machamp", + "PokedexNumber" : NumberInt(68), + "Imgname" : NumberInt(68), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(29), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(576), + "ATK" : NumberInt(234), + "DEF" : NumberInt(162), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(3), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2889), + "CP39" : NumberInt(2848) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3988d"), + "Name" : "Bellsprout", + "PokedexNumber" : NumberInt(69), + "Imgname" : NumberInt(69), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(30), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(303), + "ATK" : NumberInt(139), + "DEF" : NumberInt(64), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(916), + "CP39" : NumberInt(903) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3988e"), + "Name" : "Weepinbell", + "PokedexNumber" : NumberInt(70), + "Imgname" : NumberInt(70), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(30), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(397), + "ATK" : NumberInt(172), + "DEF" : NumberInt(95), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1475), + "CP39" : NumberInt(1453) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3988f"), + "Name" : "Victreebel", + "PokedexNumber" : NumberInt(71), + "Imgname" : NumberInt(71), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(30), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(505), + "ATK" : NumberInt(207), + "DEF" : NumberInt(138), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2268), + "CP39" : NumberInt(2236) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39890"), + "Name" : "Tentacool", + "PokedexNumber" : NumberInt(72), + "Imgname" : NumberInt(72), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(31), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(359), + "ATK" : NumberInt(97), + "DEF" : NumberInt(182), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(956), + "CP39" : NumberInt(943) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39891"), + "Name" : "Tentacruel", + "PokedexNumber" : NumberInt(73), + "Imgname" : NumberInt(73), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(31), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(563), + "ATK" : NumberInt(166), + "DEF" : NumberInt(237), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2374), + "CP39" : NumberInt(2340) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39892"), + "Name" : "Geodude", + "PokedexNumber" : NumberInt(74), + "Imgname" : NumberInt(74), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(32), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "ground", + "Weather1" : "Partly cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(375), + "ATK" : NumberInt(132), + "DEF" : NumberInt(163), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1193), + "CP39" : NumberInt(1176) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39893"), + "Name" : "Graveler", + "PokedexNumber" : NumberInt(75), + "Imgname" : NumberInt(75), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(32), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "ground", + "Weather1" : "Partly cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(470), + "ATK" : NumberInt(164), + "DEF" : NumberInt(196), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1815), + "CP39" : NumberInt(1789) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39894"), + "Name" : "Golem", + "PokedexNumber" : NumberInt(76), + "Imgname" : NumberInt(76), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(32), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "ground", + "Weather1" : "Partly cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(600), + "ATK" : NumberInt(211), + "DEF" : NumberInt(229), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(4), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2916), + "CP39" : NumberInt(2875) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39895"), + "Name" : "Ponyta", + "PokedexNumber" : NumberInt(77), + "Imgname" : NumberInt(77), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(33), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(402), + "ATK" : NumberInt(170), + "DEF" : NumberInt(132), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1502), + "CP39" : NumberInt(1480) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39896"), + "Name" : "Rapidash", + "PokedexNumber" : NumberInt(78), + "Imgname" : NumberInt(78), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(33), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(504), + "ATK" : NumberInt(207), + "DEF" : NumberInt(167), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2252), + "CP39" : NumberInt(2220) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39897"), + "Name" : "Slowpoke", + "PokedexNumber" : NumberInt(79), + "Imgname" : NumberInt(79), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(34), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "psychic", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(398), + "ATK" : NumberInt(109), + "DEF" : NumberInt(109), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1204), + "CP39" : NumberInt(1187) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39898"), + "Name" : "Slowbro", + "PokedexNumber" : NumberInt(80), + "Imgname" : NumberInt(80), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(34), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "psychic", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(561), + "ATK" : NumberInt(177), + "DEF" : NumberInt(194), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2482), + "CP39" : NumberInt(2446) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39899"), + "Name" : "Magnemite", + "PokedexNumber" : NumberInt(81), + "Imgname" : NumberInt(81), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(35), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "steel", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(343), + "ATK" : NumberInt(165), + "DEF" : NumberInt(128), + "STA" : NumberInt(50), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1083), + "CP39" : NumberInt(1068) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3989a"), + "Name" : "Magneton", + "PokedexNumber" : NumberInt(82), + "Imgname" : NumberInt(82), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(35), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "steel", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(505), + "ATK" : NumberInt(223), + "DEF" : NumberInt(182), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(2237), + "CP39" : NumberInt(2205) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3989b"), + "Name" : "Farfetchd", + "PokedexNumber" : NumberInt(83), + "Imgname" : NumberInt(83), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(36), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(346), + "ATK" : NumberInt(124), + "DEF" : NumberInt(118), + "STA" : NumberInt(104), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1092), + "CP39" : NumberInt(1076) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3989c"), + "Name" : "Doduo", + "PokedexNumber" : NumberInt(84), + "Imgname" : NumberInt(84), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(37), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(316), + "ATK" : NumberInt(158), + "DEF" : NumberInt(88), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1011), + "CP39" : NumberInt(996) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3989d"), + "Name" : "Dodrio", + "PokedexNumber" : NumberInt(85), + "Imgname" : NumberInt(85), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(37), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(483), + "ATK" : NumberInt(218), + "DEF" : NumberInt(145), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2138), + "CP39" : NumberInt(2108) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3989e"), + "Name" : "Seel", + "PokedexNumber" : NumberInt(86), + "Imgname" : NumberInt(86), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(38), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(343), + "ATK" : NumberInt(85), + "DEF" : NumberInt(128), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(899), + "CP39" : NumberInt(886) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3989f"), + "Name" : "Dewgong", + "PokedexNumber" : NumberInt(87), + "Imgname" : NumberInt(87), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(38), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ice", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(503), + "ATK" : NumberInt(139), + "DEF" : NumberInt(184), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1894), + "CP39" : NumberInt(1867) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398a0"), + "Name" : "Grimer", + "PokedexNumber" : NumberInt(88), + "Imgname" : NumberInt(88), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(39), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(385), + "ATK" : NumberInt(135), + "DEF" : NumberInt(90), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1269), + "CP39" : NumberInt(1251) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398a1"), + "Name" : "Muk", + "PokedexNumber" : NumberInt(89), + "Imgname" : NumberInt(89), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(39), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(584), + "ATK" : NumberInt(190), + "DEF" : NumberInt(184), + "STA" : NumberInt(210), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2709), + "CP39" : NumberInt(2670) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398a2"), + "Name" : "Shellder", + "PokedexNumber" : NumberInt(90), + "Imgname" : NumberInt(90), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(40), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(344), + "ATK" : NumberInt(116), + "DEF" : NumberInt(168), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(958), + "CP39" : NumberInt(944) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398a3"), + "Name" : "Cloyster", + "PokedexNumber" : NumberInt(91), + "Imgname" : NumberInt(91), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(40), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ice", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(609), + "ATK" : NumberInt(186), + "DEF" : NumberInt(323), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2475), + "CP39" : NumberInt(2439) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398a4"), + "Name" : "Gastly", + "PokedexNumber" : NumberInt(92), + "Imgname" : NumberInt(92), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(41), + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "poison", + "Weather1" : "Fog", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(316), + "ATK" : NumberInt(186), + "DEF" : NumberInt(70), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1002), + "CP39" : NumberInt(988) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398a5"), + "Name" : "Haunter", + "PokedexNumber" : NumberInt(93), + "Imgname" : NumberInt(93), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(41), + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "poison", + "Weather1" : "Fog", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(425), + "ATK" : NumberInt(223), + "DEF" : NumberInt(112), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1716), + "CP39" : NumberInt(1692) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398a6"), + "Name" : "Gengar", + "PokedexNumber" : NumberInt(94), + "Imgname" : NumberInt(94), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(41), + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "poison", + "Weather1" : "Fog", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(537), + "ATK" : NumberInt(261), + "DEF" : NumberInt(156), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(3), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2619), + "CP39" : NumberInt(2581) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398a7"), + "Name" : "Onix", + "PokedexNumber" : NumberInt(95), + "Imgname" : NumberInt(95), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(42), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "ground", + "Weather1" : "Partly cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(443), + "ATK" : NumberInt(85), + "DEF" : NumberInt(288), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1002), + "CP39" : NumberInt(988) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398a8"), + "Name" : "Drowzee", + "PokedexNumber" : NumberInt(96), + "Imgname" : NumberInt(96), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(43), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(367), + "ATK" : NumberInt(89), + "DEF" : NumberInt(158), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(992), + "CP39" : NumberInt(978) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398a9"), + "Name" : "Hypno", + "PokedexNumber" : NumberInt(97), + "Imgname" : NumberInt(97), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(43), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(529), + "ATK" : NumberInt(144), + "DEF" : NumberInt(215), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2048), + "CP39" : NumberInt(2019) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398aa"), + "Name" : "Krabby", + "PokedexNumber" : NumberInt(98), + "Imgname" : NumberInt(98), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(44), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(397), + "ATK" : NumberInt(181), + "DEF" : NumberInt(156), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1386), + "CP39" : NumberInt(1366) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ab"), + "Name" : "Kingler", + "PokedexNumber" : NumberInt(99), + "Imgname" : NumberInt(99), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(44), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(564), + "ATK" : NumberInt(240), + "DEF" : NumberInt(214), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2694), + "CP39" : NumberInt(2656) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ac"), + "Name" : "Voltorb", + "PokedexNumber" : NumberInt(100), + "Imgname" : NumberInt(100), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(45), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(303), + "ATK" : NumberInt(109), + "DEF" : NumberInt(114), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(857), + "CP39" : NumberInt(845) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ad"), + "Name" : "Electrode", + "PokedexNumber" : NumberInt(101), + "Imgname" : NumberInt(101), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(45), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(472), + "ATK" : NumberInt(173), + "DEF" : NumberInt(179), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1900), + "CP39" : NumberInt(1873) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ae"), + "Name" : "Exeggcute", + "PokedexNumber" : NumberInt(102), + "Imgname" : NumberInt(102), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(46), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "psychic", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(367), + "ATK" : NumberInt(107), + "DEF" : NumberInt(140), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1102), + "CP39" : NumberInt(1086) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398af"), + "Name" : "Exeggutor", + "PokedexNumber" : NumberInt(103), + "Imgname" : NumberInt(103), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(46), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "psychic", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(581), + "ATK" : NumberInt(233), + "DEF" : NumberInt(158), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(2), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2916), + "CP39" : NumberInt(2875) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398b0"), + "Name" : "Cubone", + "PokedexNumber" : NumberInt(104), + "Imgname" : NumberInt(104), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(47), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(355), + "ATK" : NumberInt(90), + "DEF" : NumberInt(165), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(943), + "CP39" : NumberInt(930) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398b1"), + "Name" : "Marowak", + "PokedexNumber" : NumberInt(105), + "Imgname" : NumberInt(105), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(47), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(464), + "ATK" : NumberInt(144), + "DEF" : NumberInt(200), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1691), + "CP39" : NumberInt(1667) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398b2"), + "Name" : "Hitmonlee", + "PokedexNumber" : NumberInt(106), + "Imgname" : NumberInt(106), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(48), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(535), + "ATK" : NumberInt(224), + "DEF" : NumberInt(211), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2406), + "CP39" : NumberInt(2372) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398b3"), + "Name" : "Hitmonchan", + "PokedexNumber" : NumberInt(107), + "Imgname" : NumberInt(107), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(48), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(505), + "ATK" : NumberInt(193), + "DEF" : NumberInt(212), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2098), + "CP39" : NumberInt(2069) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398b4"), + "Name" : "Lickitung", + "PokedexNumber" : NumberInt(108), + "Imgname" : NumberInt(108), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(49), + "CrossGen" : NumberInt(1), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(425), + "ATK" : NumberInt(108), + "DEF" : NumberInt(137), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1322), + "CP39" : NumberInt(1303) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398b5"), + "Name" : "Koffing", + "PokedexNumber" : NumberInt(109), + "Imgname" : NumberInt(109), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(50), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(363), + "ATK" : NumberInt(119), + "DEF" : NumberInt(164), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1091), + "CP39" : NumberInt(1075) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398b6"), + "Name" : "Weezing", + "PokedexNumber" : NumberInt(110), + "Imgname" : NumberInt(110), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(50), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(525), + "ATK" : NumberInt(174), + "DEF" : NumberInt(221), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2183), + "CP39" : NumberInt(2152) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398b7"), + "Name" : "Rhyhorn", + "PokedexNumber" : NumberInt(111), + "Imgname" : NumberInt(111), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(51), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "rock", + "Weather1" : "Sunny/clear", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(457), + "ATK" : NumberInt(140), + "DEF" : NumberInt(157), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1679), + "CP39" : NumberInt(1655) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398b8"), + "Name" : "Rhydon", + "PokedexNumber" : NumberInt(112), + "Imgname" : NumberInt(112), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(51), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "rock", + "Weather1" : "Sunny/clear", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(638), + "ATK" : NumberInt(222), + "DEF" : NumberInt(206), + "STA" : NumberInt(210), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(3300), + "CP39" : NumberInt(3253) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398b9"), + "Name" : "Chansey", + "PokedexNumber" : NumberInt(113), + "Imgname" : NumberInt(113), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(52), + "CrossGen" : NumberInt(1), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(736), + "ATK" : NumberInt(60), + "DEF" : NumberInt(176), + "STA" : NumberInt(500), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1469), + "CP39" : NumberInt(1448) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ba"), + "Name" : "Tangela", + "PokedexNumber" : NumberInt(114), + "Imgname" : NumberInt(114), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(53), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(518), + "ATK" : NumberInt(183), + "DEF" : NumberInt(205), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(2208), + "CP39" : NumberInt(2177) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398bb"), + "Name" : "Kangaskhan", + "PokedexNumber" : NumberInt(115), + "Imgname" : NumberInt(115), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(54), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(556), + "ATK" : NumberInt(181), + "DEF" : NumberInt(165), + "STA" : NumberInt(210), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2463), + "CP39" : NumberInt(2428) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398bc"), + "Name" : "Horsea", + "PokedexNumber" : NumberInt(116), + "Imgname" : NumberInt(116), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(55), + "CrossGen" : NumberInt(1), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(314), + "ATK" : NumberInt(129), + "DEF" : NumberInt(125), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(921), + "CP39" : NumberInt(908) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398bd"), + "Name" : "Seadra", + "PokedexNumber" : NumberInt(117), + "Imgname" : NumberInt(117), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(55), + "CrossGen" : NumberInt(1), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(479), + "ATK" : NumberInt(187), + "DEF" : NumberInt(182), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1979), + "CP39" : NumberInt(1951) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398be"), + "Name" : "Goldeen", + "PokedexNumber" : NumberInt(118), + "Imgname" : NumberInt(118), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(56), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(328), + "ATK" : NumberInt(123), + "DEF" : NumberInt(115), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1006), + "CP39" : NumberInt(992) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398bf"), + "Name" : "Seaking", + "PokedexNumber" : NumberInt(119), + "Imgname" : NumberInt(119), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(56), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(489), + "ATK" : NumberInt(175), + "DEF" : NumberInt(154), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2040), + "CP39" : NumberInt(2011) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398c0"), + "Name" : "Staryu", + "PokedexNumber" : NumberInt(120), + "Imgname" : NumberInt(120), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(57), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(309), + "ATK" : NumberInt(137), + "DEF" : NumberInt(112), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(926), + "CP39" : NumberInt(913) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398c1"), + "Name" : "Starmie", + "PokedexNumber" : NumberInt(121), + "Imgname" : NumberInt(121), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(57), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "psychic", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(514), + "ATK" : NumberInt(210), + "DEF" : NumberInt(184), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2303), + "CP39" : NumberInt(2270) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398c2"), + "Name" : "Mr Mime", + "PokedexNumber" : NumberInt(122), + "Imgname" : NumberInt(122), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(58), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "fairy", + "Weather1" : "Windy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(505), + "ATK" : NumberInt(192), + "DEF" : NumberInt(233), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1984), + "CP39" : NumberInt(1956) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398c3"), + "Name" : "Scyther", + "PokedexNumber" : NumberInt(123), + "Imgname" : NumberInt(123), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(59), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(528), + "ATK" : NumberInt(218), + "DEF" : NumberInt(170), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2464), + "CP39" : NumberInt(2429) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398c4"), + "Name" : "Jynx", + "PokedexNumber" : NumberInt(124), + "Imgname" : NumberInt(124), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(60), + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : "psychic", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(535), + "ATK" : NumberInt(223), + "DEF" : NumberInt(182), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(3), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2512), + "CP39" : NumberInt(2476) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398c5"), + "Name" : "Electabuzz", + "PokedexNumber" : NumberInt(125), + "Imgname" : NumberInt(125), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(61), + "CrossGen" : NumberInt(1), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(501), + "ATK" : NumberInt(198), + "DEF" : NumberInt(173), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(2), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(2196), + "CP39" : NumberInt(2165) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398c6"), + "Name" : "Magmar", + "PokedexNumber" : NumberInt(126), + "Imgname" : NumberInt(126), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(62), + "CrossGen" : NumberInt(1), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(505), + "ATK" : NumberInt(206), + "DEF" : NumberInt(169), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(2254), + "CP39" : NumberInt(2222) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398c7"), + "Name" : "Pinsir", + "PokedexNumber" : NumberInt(127), + "Imgname" : NumberInt(127), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(63), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(565), + "ATK" : NumberInt(238), + "DEF" : NumberInt(197), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2770), + "CP39" : NumberInt(2730) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398c8"), + "Name" : "Tauros", + "PokedexNumber" : NumberInt(128), + "Imgname" : NumberInt(128), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(64), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(545), + "ATK" : NumberInt(198), + "DEF" : NumberInt(197), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2488), + "CP39" : NumberInt(2452) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398c9"), + "Name" : "Magikarp", + "PokedexNumber" : NumberInt(129), + "Imgname" : NumberInt(129), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(65), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(171), + "ATK" : NumberInt(29), + "DEF" : NumberInt(102), + "STA" : NumberInt(40), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(1), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(220), + "CP39" : NumberInt(217) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ca"), + "Name" : "Gyarados", + "PokedexNumber" : NumberInt(130), + "Imgname" : NumberInt(130), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(65), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(624), + "ATK" : NumberInt(237), + "DEF" : NumberInt(197), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3281), + "CP39" : NumberInt(3234) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398cb"), + "Name" : "Lapras", + "PokedexNumber" : NumberInt(131), + "Imgname" : NumberInt(131), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(66), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ice", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(605), + "ATK" : NumberInt(165), + "DEF" : NumberInt(180), + "STA" : NumberInt(260), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2603), + "CP39" : NumberInt(2566) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398cc"), + "Name" : "Ditto", + "PokedexNumber" : NumberInt(132), + "Imgname" : NumberInt(132), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(67), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(278), + "ATK" : NumberInt(91), + "DEF" : NumberInt(91), + "STA" : NumberInt(96), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(718), + "CP39" : NumberInt(707) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398cd"), + "Name" : "Eevee", + "PokedexNumber" : NumberInt(133), + "Imgname" : NumberInt(133), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(68), + "CrossGen" : NumberInt(1), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(335), + "ATK" : NumberInt(104), + "DEF" : NumberInt(121), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(969), + "CP39" : NumberInt(955) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ce"), + "Name" : "Vaporeon", + "PokedexNumber" : NumberInt(134), + "Imgname" : NumberInt(134), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(68), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(642), + "ATK" : NumberInt(205), + "DEF" : NumberInt(177), + "STA" : NumberInt(260), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3157), + "CP39" : NumberInt(3112) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398cf"), + "Name" : "Jolteon", + "PokedexNumber" : NumberInt(135), + "Imgname" : NumberInt(135), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(68), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(563), + "ATK" : NumberInt(232), + "DEF" : NumberInt(201), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(3), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2730), + "CP39" : NumberInt(2691) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398d0"), + "Name" : "Flareon", + "PokedexNumber" : NumberInt(136), + "Imgname" : NumberInt(136), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(68), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(580), + "ATK" : NumberInt(246), + "DEF" : NumberInt(204), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2904), + "CP39" : NumberInt(2863) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398d1"), + "Name" : "Porygon", + "PokedexNumber" : NumberInt(137), + "Imgname" : NumberInt(137), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(69), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(422), + "ATK" : NumberInt(153), + "DEF" : NumberInt(139), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1567), + "CP39" : NumberInt(1545) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398d2"), + "Name" : "Omanyte", + "PokedexNumber" : NumberInt(138), + "Imgname" : NumberInt(138), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(70), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "water", + "Weather1" : "Partly cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(399), + "ATK" : NumberInt(155), + "DEF" : NumberInt(174), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1345), + "CP39" : NumberInt(1326) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398d3"), + "Name" : "Omastar", + "PokedexNumber" : NumberInt(139), + "Imgname" : NumberInt(139), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(70), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "water", + "Weather1" : "Partly cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(574), + "ATK" : NumberInt(207), + "DEF" : NumberInt(227), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2685), + "CP39" : NumberInt(2647) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398d4"), + "Name" : "Kabuto", + "PokedexNumber" : NumberInt(140), + "Imgname" : NumberInt(140), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(71), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "water", + "Weather1" : "Partly cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(370), + "ATK" : NumberInt(148), + "DEF" : NumberInt(162), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1172), + "CP39" : NumberInt(1156) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398d5"), + "Name" : "Kabutops", + "PokedexNumber" : NumberInt(141), + "Imgname" : NumberInt(141), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(71), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "water", + "Weather1" : "Partly cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(543), + "ATK" : NumberInt(220), + "DEF" : NumberInt(203), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2517), + "CP39" : NumberInt(2481) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398d6"), + "Name" : "Aerodactyl", + "PokedexNumber" : NumberInt(142), + "Imgname" : NumberInt(142), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(72), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(545), + "ATK" : NumberInt(221), + "DEF" : NumberInt(164), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2608), + "CP39" : NumberInt(2571) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398d7"), + "Name" : "Snorlax", + "PokedexNumber" : NumberInt(143), + "Imgname" : NumberInt(143), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(73), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(700), + "ATK" : NumberInt(190), + "DEF" : NumberInt(190), + "STA" : NumberInt(320), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3355), + "CP39" : NumberInt(3307) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398d8"), + "Name" : "Articuno", + "PokedexNumber" : NumberInt(144), + "Imgname" : NumberInt(144), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(74), + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : "flying", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(621), + "ATK" : NumberInt(192), + "DEF" : NumberInt(249), + "STA" : NumberInt(180), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(1), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2933), + "CP39" : NumberInt(2891) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398d9"), + "Name" : "Zapdos", + "PokedexNumber" : NumberInt(145), + "Imgname" : NumberInt(145), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(75), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(621), + "ATK" : NumberInt(253), + "DEF" : NumberInt(188), + "STA" : NumberInt(180), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(1), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3330), + "CP39" : NumberInt(3282) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398da"), + "Name" : "Moltres", + "PokedexNumber" : NumberInt(146), + "Imgname" : NumberInt(146), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(76), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(615), + "ATK" : NumberInt(251), + "DEF" : NumberInt(184), + "STA" : NumberInt(180), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(1), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3272), + "CP39" : NumberInt(3225) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398db"), + "Name" : "Dratini", + "PokedexNumber" : NumberInt(147), + "Imgname" : NumberInt(147), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(77), + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(295), + "ATK" : NumberInt(119), + "DEF" : NumberInt(94), + "STA" : NumberInt(82), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(860), + "CP39" : NumberInt(848) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398dc"), + "Name" : "Dragonair", + "PokedexNumber" : NumberInt(148), + "Imgname" : NumberInt(148), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(77), + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(423), + "ATK" : NumberInt(163), + "DEF" : NumberInt(138), + "STA" : NumberInt(122), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1609), + "CP39" : NumberInt(1586) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398dd"), + "Name" : "Dragonite", + "PokedexNumber" : NumberInt(149), + "Imgname" : NumberInt(149), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(77), + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "flying", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(646), + "ATK" : NumberInt(263), + "DEF" : NumberInt(201), + "STA" : NumberInt(182), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3581), + "CP39" : NumberInt(3530) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398de"), + "Name" : "Mewtwo", + "PokedexNumber" : NumberInt(150), + "Imgname" : NumberInt(150), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(78), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(675), + "ATK" : NumberInt(300), + "DEF" : NumberInt(182), + "STA" : NumberInt(193), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3982), + "CP39" : NumberInt(3925) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398df"), + "Name" : "Mew", + "PokedexNumber" : NumberInt(151), + "Imgname" : NumberInt(151), + "Generation" : NumberInt(1), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(79), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(620), + "ATK" : NumberInt(210), + "DEF" : NumberInt(210), + "STA" : NumberInt(200), + "Legendary" : NumberInt(2), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3090), + "CP39" : NumberInt(3046) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398e0"), + "Name" : "Chikorita", + "PokedexNumber" : NumberInt(152), + "Imgname" : NumberInt(152), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(80), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(304), + "ATK" : NumberInt(92), + "DEF" : NumberInt(122), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(801), + "CP39" : NumberInt(790) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398e1"), + "Name" : "Bayleef", + "PokedexNumber" : NumberInt(153), + "Imgname" : NumberInt(153), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(80), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(397), + "ATK" : NumberInt(122), + "DEF" : NumberInt(155), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1296), + "CP39" : NumberInt(1277) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398e2"), + "Name" : "Meganium", + "PokedexNumber" : NumberInt(154), + "Imgname" : NumberInt(154), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(80), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(530), + "ATK" : NumberInt(168), + "DEF" : NumberInt(202), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2227), + "CP39" : NumberInt(2195) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398e3"), + "Name" : "Cyndaquil", + "PokedexNumber" : NumberInt(155), + "Imgname" : NumberInt(155), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(81), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(290), + "ATK" : NumberInt(116), + "DEF" : NumberInt(96), + "STA" : NumberInt(78), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(831), + "CP39" : NumberInt(819) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398e4"), + "Name" : "Quilava", + "PokedexNumber" : NumberInt(156), + "Imgname" : NumberInt(156), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(81), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(403), + "ATK" : NumberInt(158), + "DEF" : NumberInt(129), + "STA" : NumberInt(116), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1484), + "CP39" : NumberInt(1462) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398e5"), + "Name" : "Typhlosion", + "PokedexNumber" : NumberInt(157), + "Imgname" : NumberInt(157), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(81), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(555), + "ATK" : NumberInt(223), + "DEF" : NumberInt(176), + "STA" : NumberInt(156), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2686), + "CP39" : NumberInt(2648) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398e6"), + "Name" : "Totodile", + "PokedexNumber" : NumberInt(158), + "Imgname" : NumberInt(158), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(82), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(333), + "ATK" : NumberInt(117), + "DEF" : NumberInt(116), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1011), + "CP39" : NumberInt(997) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398e7"), + "Name" : "Croconaw", + "PokedexNumber" : NumberInt(159), + "Imgname" : NumberInt(159), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(82), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(431), + "ATK" : NumberInt(150), + "DEF" : NumberInt(151), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1598), + "CP39" : NumberInt(1576) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398e8"), + "Name" : "Feraligatr", + "PokedexNumber" : NumberInt(160), + "Imgname" : NumberInt(160), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(82), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(572), + "ATK" : NumberInt(205), + "DEF" : NumberInt(197), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2721), + "CP39" : NumberInt(2682) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398e9"), + "Name" : "Sentret", + "PokedexNumber" : NumberInt(161), + "Imgname" : NumberInt(161), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(83), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(226), + "ATK" : NumberInt(79), + "DEF" : NumberInt(77), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(519), + "CP39" : NumberInt(511) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ea"), + "Name" : "Furret", + "PokedexNumber" : NumberInt(162), + "Imgname" : NumberInt(162), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(83), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(448), + "ATK" : NumberInt(148), + "DEF" : NumberInt(130), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1667), + "CP39" : NumberInt(1643) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398eb"), + "Name" : "Hoothoot", + "PokedexNumber" : NumberInt(163), + "Imgname" : NumberInt(163), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(84), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(288), + "ATK" : NumberInt(67), + "DEF" : NumberInt(101), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(640), + "CP39" : NumberInt(631) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ec"), + "Name" : "Noctowl", + "PokedexNumber" : NumberInt(164), + "Imgname" : NumberInt(164), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(84), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(524), + "ATK" : NumberInt(145), + "DEF" : NumberInt(179), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2040), + "CP39" : NumberInt(2011) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ed"), + "Name" : "Ledyba", + "PokedexNumber" : NumberInt(165), + "Imgname" : NumberInt(165), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(85), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(294), + "ATK" : NumberInt(72), + "DEF" : NumberInt(142), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(663), + "CP39" : NumberInt(654) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ee"), + "Name" : "Ledian", + "PokedexNumber" : NumberInt(166), + "Imgname" : NumberInt(166), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(85), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(426), + "ATK" : NumberInt(107), + "DEF" : NumberInt(209), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1275), + "CP39" : NumberInt(1256) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ef"), + "Name" : "Spinarak", + "PokedexNumber" : NumberInt(167), + "Imgname" : NumberInt(167), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(86), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(258), + "ATK" : NumberInt(105), + "DEF" : NumberInt(73), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(685), + "CP39" : NumberInt(675) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398f0"), + "Name" : "Ariados", + "PokedexNumber" : NumberInt(168), + "Imgname" : NumberInt(168), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(86), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(429), + "ATK" : NumberInt(161), + "DEF" : NumberInt(128), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1636), + "CP39" : NumberInt(1613) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398f1"), + "Name" : "Crobat", + "PokedexNumber" : NumberInt(169), + "Imgname" : NumberInt(169), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(17), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "flying", + "Weather1" : "Cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(542), + "ATK" : NumberInt(194), + "DEF" : NumberInt(178), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2466), + "CP39" : NumberInt(2431) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398f2"), + "Name" : "Chinchou", + "PokedexNumber" : NumberInt(170), + "Imgname" : NumberInt(170), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(87), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "electric", + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(362), + "ATK" : NumberInt(106), + "DEF" : NumberInt(106), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1067), + "CP39" : NumberInt(1052) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398f3"), + "Name" : "Lanturn", + "PokedexNumber" : NumberInt(171), + "Imgname" : NumberInt(171), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(87), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "electric", + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(542), + "ATK" : NumberInt(146), + "DEF" : NumberInt(146), + "STA" : NumberInt(250), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2077), + "CP39" : NumberInt(2047) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398f4"), + "Name" : "Pichu", + "PokedexNumber" : NumberInt(172), + "Imgname" : NumberInt(172), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(10), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(180), + "ATK" : NumberInt(77), + "DEF" : NumberInt(63), + "STA" : NumberInt(40), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(376), + "CP39" : NumberInt(370) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398f5"), + "Name" : "Cleffa", + "PokedexNumber" : NumberInt(173), + "Imgname" : NumberInt(173), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(14), + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(266), + "ATK" : NumberInt(75), + "DEF" : NumberInt(91), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(620), + "CP39" : NumberInt(611) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398f6"), + "Name" : "Igglybuff", + "PokedexNumber" : NumberInt(174), + "Imgname" : NumberInt(174), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(16), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "fairy", + "Weather1" : "Partly cloudy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(283), + "ATK" : NumberInt(69), + "DEF" : NumberInt(34), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(512), + "CP39" : NumberInt(505) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398f7"), + "Name" : "Togepi", + "PokedexNumber" : NumberInt(175), + "Imgname" : NumberInt(175), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(88), + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(253), + "ATK" : NumberInt(67), + "DEF" : NumberInt(116), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(540), + "CP39" : NumberInt(532) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398f8"), + "Name" : "Togetic", + "PokedexNumber" : NumberInt(176), + "Imgname" : NumberInt(176), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(88), + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : "flying", + "Weather1" : "Cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(440), + "ATK" : NumberInt(139), + "DEF" : NumberInt(191), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1543), + "CP39" : NumberInt(1521) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398f9"), + "Name" : "Natu", + "PokedexNumber" : NumberInt(177), + "Imgname" : NumberInt(177), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(89), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "flying", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(303), + "ATK" : NumberInt(134), + "DEF" : NumberInt(89), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(925), + "CP39" : NumberInt(911) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398fa"), + "Name" : "Xatu", + "PokedexNumber" : NumberInt(178), + "Imgname" : NumberInt(178), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(89), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "flying", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(468), + "ATK" : NumberInt(192), + "DEF" : NumberInt(146), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1975), + "CP39" : NumberInt(1947) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398fb"), + "Name" : "Mareep", + "PokedexNumber" : NumberInt(179), + "Imgname" : NumberInt(179), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(90), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(306), + "ATK" : NumberInt(114), + "DEF" : NumberInt(82), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(887), + "CP39" : NumberInt(874) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398fc"), + "Name" : "Flaaffy", + "PokedexNumber" : NumberInt(180), + "Imgname" : NumberInt(180), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(90), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(397), + "ATK" : NumberInt(145), + "DEF" : NumberInt(112), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1402), + "CP39" : NumberInt(1382) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398fd"), + "Name" : "Ampharos", + "PokedexNumber" : NumberInt(181), + "Imgname" : NumberInt(181), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(90), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(563), + "ATK" : NumberInt(211), + "DEF" : NumberInt(172), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2695), + "CP39" : NumberInt(2656) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398fe"), + "Name" : "Bellossom", + "PokedexNumber" : NumberInt(182), + "Imgname" : NumberInt(182), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(18), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(508), + "ATK" : NumberInt(169), + "DEF" : NumberInt(189), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2108), + "CP39" : NumberInt(2078) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd398ff"), + "Name" : "Marill", + "PokedexNumber" : NumberInt(183), + "Imgname" : NumberInt(183), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(91), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "fairy", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(270), + "ATK" : NumberInt(37), + "DEF" : NumberInt(93), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(420), + "CP39" : NumberInt(414) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39900"), + "Name" : "Azumarill", + "PokedexNumber" : NumberInt(184), + "Imgname" : NumberInt(184), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(91), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "fairy", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(464), + "ATK" : NumberInt(112), + "DEF" : NumberInt(152), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1503), + "CP39" : NumberInt(1481) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39901"), + "Name" : "Sudowoodo", + "PokedexNumber" : NumberInt(185), + "Imgname" : NumberInt(185), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(92), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(505), + "ATK" : NumberInt(167), + "DEF" : NumberInt(198), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2065), + "CP39" : NumberInt(2035) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39902"), + "Name" : "Politoed", + "PokedexNumber" : NumberInt(186), + "Imgname" : NumberInt(186), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(27), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(546), + "ATK" : NumberInt(174), + "DEF" : NumberInt(192), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2371), + "CP39" : NumberInt(2337) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39903"), + "Name" : "Hoppip", + "PokedexNumber" : NumberInt(187), + "Imgname" : NumberInt(187), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(93), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(238), + "ATK" : NumberInt(67), + "DEF" : NumberInt(101), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(508), + "CP39" : NumberInt(501) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39904"), + "Name" : "Skiploom", + "PokedexNumber" : NumberInt(188), + "Imgname" : NumberInt(188), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(93), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(328), + "ATK" : NumberInt(91), + "DEF" : NumberInt(127), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(882), + "CP39" : NumberInt(869) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39905"), + "Name" : "Jumpluff", + "PokedexNumber" : NumberInt(189), + "Imgname" : NumberInt(189), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(93), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(465), + "ATK" : NumberInt(118), + "DEF" : NumberInt(197), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1553), + "CP39" : NumberInt(1531) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39906"), + "Name" : "Aipom", + "PokedexNumber" : NumberInt(190), + "Imgname" : NumberInt(190), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(94), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(358), + "ATK" : NumberInt(136), + "DEF" : NumberInt(112), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1188), + "CP39" : NumberInt(1171) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39907"), + "Name" : "Sunkern", + "PokedexNumber" : NumberInt(191), + "Imgname" : NumberInt(191), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(95), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(170), + "ATK" : NumberInt(55), + "DEF" : NumberInt(55), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(316), + "CP39" : NumberInt(312) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39908"), + "Name" : "Sunflora", + "PokedexNumber" : NumberInt(192), + "Imgname" : NumberInt(192), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(95), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(483), + "ATK" : NumberInt(185), + "DEF" : NumberInt(148), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2048), + "CP39" : NumberInt(2019) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39909"), + "Name" : "Yanma", + "PokedexNumber" : NumberInt(193), + "Imgname" : NumberInt(193), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(96), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(378), + "ATK" : NumberInt(154), + "DEF" : NumberInt(94), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1326), + "CP39" : NumberInt(1308) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3990a"), + "Name" : "Wooper", + "PokedexNumber" : NumberInt(194), + "Imgname" : NumberInt(194), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(97), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ground", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(260), + "ATK" : NumberInt(75), + "DEF" : NumberInt(75), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(596), + "CP39" : NumberInt(587) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3990b"), + "Name" : "Quagsire", + "PokedexNumber" : NumberInt(195), + "Imgname" : NumberInt(195), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(97), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ground", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(494), + "ATK" : NumberInt(152), + "DEF" : NumberInt(152), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1929), + "CP39" : NumberInt(1902) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3990c"), + "Name" : "Espeon", + "PokedexNumber" : NumberInt(196), + "Imgname" : NumberInt(196), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(68), + "CrossGen" : NumberInt(1), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(585), + "ATK" : NumberInt(261), + "DEF" : NumberInt(194), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3000), + "CP39" : NumberInt(2958) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3990d"), + "Name" : "Umbreon", + "PokedexNumber" : NumberInt(197), + "Imgname" : NumberInt(197), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(68), + "CrossGen" : NumberInt(1), + "Type1" : "dark", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(566), + "ATK" : NumberInt(126), + "DEF" : NumberInt(250), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2052), + "CP39" : NumberInt(2023) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3990e"), + "Name" : "Murkrow", + "PokedexNumber" : NumberInt(198), + "Imgname" : NumberInt(198), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(98), + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "flying", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(382), + "ATK" : NumberInt(175), + "DEF" : NumberInt(87), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1392), + "CP39" : NumberInt(1372) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3990f"), + "Name" : "Slowking", + "PokedexNumber" : NumberInt(199), + "Imgname" : NumberInt(199), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(34), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "psychic", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(561), + "ATK" : NumberInt(177), + "DEF" : NumberInt(194), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2482), + "CP39" : NumberInt(2446) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39910"), + "Name" : "Misdreavus", + "PokedexNumber" : NumberInt(200), + "Imgname" : NumberInt(200), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(99), + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(454), + "ATK" : NumberInt(167), + "DEF" : NumberInt(167), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1781), + "CP39" : NumberInt(1756) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39911"), + "Name" : "Unown", + "PokedexNumber" : NumberInt(201), + "Imgname" : NumberInt(201), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(100), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(323), + "ATK" : NumberInt(136), + "DEF" : NumberInt(91), + "STA" : NumberInt(96), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1022), + "CP39" : NumberInt(1008) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39912"), + "Name" : "Wobbuffet", + "PokedexNumber" : NumberInt(202), + "Imgname" : NumberInt(202), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(101), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(546), + "ATK" : NumberInt(60), + "DEF" : NumberInt(106), + "STA" : NumberInt(380), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1024), + "CP39" : NumberInt(1009) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39913"), + "Name" : "Girafarig", + "PokedexNumber" : NumberInt(203), + "Imgname" : NumberInt(203), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(102), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "psychic", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(455), + "ATK" : NumberInt(182), + "DEF" : NumberInt(133), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1863), + "CP39" : NumberInt(1836) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39914"), + "Name" : "Pineco", + "PokedexNumber" : NumberInt(204), + "Imgname" : NumberInt(204), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(103), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(354), + "ATK" : NumberInt(108), + "DEF" : NumberInt(146), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1045), + "CP39" : NumberInt(1030) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39915"), + "Name" : "Forretress", + "PokedexNumber" : NumberInt(205), + "Imgname" : NumberInt(205), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(103), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "steel", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(553), + "ATK" : NumberInt(161), + "DEF" : NumberInt(242), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2263), + "CP39" : NumberInt(2231) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39916"), + "Name" : "Dunsparce", + "PokedexNumber" : NumberInt(206), + "Imgname" : NumberInt(206), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(104), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(462), + "ATK" : NumberInt(131), + "DEF" : NumberInt(131), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1615), + "CP39" : NumberInt(1592) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39917"), + "Name" : "Gligar", + "PokedexNumber" : NumberInt(207), + "Imgname" : NumberInt(207), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(105), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(477), + "ATK" : NumberInt(143), + "DEF" : NumberInt(204), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1758), + "CP39" : NumberInt(1733) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39918"), + "Name" : "Steelix", + "PokedexNumber" : NumberInt(208), + "Imgname" : NumberInt(208), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(42), + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "ground", + "Weather1" : "Snow", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(631), + "ATK" : NumberInt(148), + "DEF" : NumberInt(333), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2439), + "CP39" : NumberInt(2404) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39919"), + "Name" : "Snubbull", + "PokedexNumber" : NumberInt(209), + "Imgname" : NumberInt(209), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(106), + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(346), + "ATK" : NumberInt(137), + "DEF" : NumberInt(89), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1124), + "CP39" : NumberInt(1108) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3991a"), + "Name" : "Granbull", + "PokedexNumber" : NumberInt(210), + "Imgname" : NumberInt(210), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(106), + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(529), + "ATK" : NumberInt(212), + "DEF" : NumberInt(137), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2440), + "CP39" : NumberInt(2406) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3991b"), + "Name" : "Qwilfish", + "PokedexNumber" : NumberInt(211), + "Imgname" : NumberInt(211), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(107), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(462), + "ATK" : NumberInt(184), + "DEF" : NumberInt(148), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1910), + "CP39" : NumberInt(1883) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3991c"), + "Name" : "Scizor", + "PokedexNumber" : NumberInt(212), + "Imgname" : NumberInt(212), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(59), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "steel", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(567), + "ATK" : NumberInt(236), + "DEF" : NumberInt(191), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2801), + "CP39" : NumberInt(2761) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3991d"), + "Name" : "Shuckle", + "PokedexNumber" : NumberInt(213), + "Imgname" : NumberInt(213), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(108), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "rock", + "Weather1" : "Rainy", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(453), + "ATK" : NumberInt(17), + "DEF" : NumberInt(396), + "STA" : NumberInt(40), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(300), + "CP39" : NumberInt(296) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3991e"), + "Name" : "Heracross", + "PokedexNumber" : NumberInt(214), + "Imgname" : NumberInt(214), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(109), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "fighting", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(583), + "ATK" : NumberInt(234), + "DEF" : NumberInt(189), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2938), + "CP39" : NumberInt(2896) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3991f"), + "Name" : "Sneasel", + "PokedexNumber" : NumberInt(215), + "Imgname" : NumberInt(215), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(110), + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "ice", + "Weather1" : "Fog", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(456), + "ATK" : NumberInt(189), + "DEF" : NumberInt(157), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1868), + "CP39" : NumberInt(1841) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39920"), + "Name" : "Teddiursa", + "PokedexNumber" : NumberInt(216), + "Imgname" : NumberInt(216), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(111), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(355), + "ATK" : NumberInt(142), + "DEF" : NumberInt(93), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1184), + "CP39" : NumberInt(1167) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39921"), + "Name" : "Ursaring", + "PokedexNumber" : NumberInt(217), + "Imgname" : NumberInt(217), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(111), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(560), + "ATK" : NumberInt(236), + "DEF" : NumberInt(144), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2760), + "CP39" : NumberInt(2720) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39922"), + "Name" : "Slugma", + "PokedexNumber" : NumberInt(218), + "Imgname" : NumberInt(218), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(112), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(269), + "ATK" : NumberInt(118), + "DEF" : NumberInt(71), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(750), + "CP39" : NumberInt(740) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39923"), + "Name" : "Magcargo", + "PokedexNumber" : NumberInt(219), + "Imgname" : NumberInt(219), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(112), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "rock", + "Weather1" : "Sunny/clear", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(448), + "ATK" : NumberInt(139), + "DEF" : NumberInt(209), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1543), + "CP39" : NumberInt(1521) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39924"), + "Name" : "Swinub", + "PokedexNumber" : NumberInt(220), + "Imgname" : NumberInt(220), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(113), + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : "ground", + "Weather1" : "Snow", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(264), + "ATK" : NumberInt(90), + "DEF" : NumberInt(74), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(663), + "CP39" : NumberInt(653) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39925"), + "Name" : "Piloswine", + "PokedexNumber" : NumberInt(221), + "Imgname" : NumberInt(221), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(113), + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : "ground", + "Weather1" : "Snow", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(528), + "ATK" : NumberInt(181), + "DEF" : NumberInt(147), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(2), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(2284), + "CP39" : NumberInt(2252) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39926"), + "Name" : "Corsola", + "PokedexNumber" : NumberInt(222), + "Imgname" : NumberInt(222), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(114), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "rock", + "Weather1" : "Rainy", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(384), + "ATK" : NumberInt(118), + "DEF" : NumberInt(156), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1214), + "CP39" : NumberInt(1197) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39927"), + "Name" : "Remoraid", + "PokedexNumber" : NumberInt(223), + "Imgname" : NumberInt(223), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(115), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(266), + "ATK" : NumberInt(127), + "DEF" : NumberInt(69), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(749), + "CP39" : NumberInt(738) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39928"), + "Name" : "Octillery", + "PokedexNumber" : NumberInt(224), + "Imgname" : NumberInt(224), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(115), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(488), + "ATK" : NumberInt(197), + "DEF" : NumberInt(141), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2124), + "CP39" : NumberInt(2094) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39929"), + "Name" : "Delibird", + "PokedexNumber" : NumberInt(225), + "Imgname" : NumberInt(225), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(116), + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : "flying", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(308), + "ATK" : NumberInt(128), + "DEF" : NumberInt(90), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(937), + "CP39" : NumberInt(924) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3992a"), + "Name" : "Mantine", + "PokedexNumber" : NumberInt(226), + "Imgname" : NumberInt(226), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(117), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(538), + "ATK" : NumberInt(148), + "DEF" : NumberInt(260), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2032), + "CP39" : NumberInt(2003) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3992b"), + "Name" : "Skarmory", + "PokedexNumber" : NumberInt(227), + "Imgname" : NumberInt(227), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(118), + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "flying", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(538), + "ATK" : NumberInt(148), + "DEF" : NumberInt(260), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2032), + "CP39" : NumberInt(2003) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3992c"), + "Name" : "Houndour", + "PokedexNumber" : NumberInt(228), + "Imgname" : NumberInt(228), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(119), + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "fire", + "Weather1" : "Fog", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(335), + "ATK" : NumberInt(152), + "DEF" : NumberInt(93), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1110), + "CP39" : NumberInt(1094) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3992d"), + "Name" : "Houndoom", + "PokedexNumber" : NumberInt(229), + "Imgname" : NumberInt(229), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(119), + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "fire", + "Weather1" : "Fog", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(533), + "ATK" : NumberInt(224), + "DEF" : NumberInt(159), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2529), + "CP39" : NumberInt(2493) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3992e"), + "Name" : "Kingdra", + "PokedexNumber" : NumberInt(230), + "Imgname" : NumberInt(230), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(55), + "CrossGen" : NumberInt(1), + "Type1" : "water", + "Type2" : "dragon", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(538), + "ATK" : NumberInt(194), + "DEF" : NumberInt(194), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2424), + "CP39" : NumberInt(2389) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3992f"), + "Name" : "Phanpy", + "PokedexNumber" : NumberInt(231), + "Imgname" : NumberInt(231), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(120), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(394), + "ATK" : NumberInt(107), + "DEF" : NumberInt(107), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1175), + "CP39" : NumberInt(1158) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39930"), + "Name" : "Donphan", + "PokedexNumber" : NumberInt(232), + "Imgname" : NumberInt(232), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(120), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(608), + "ATK" : NumberInt(214), + "DEF" : NumberInt(214), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3022), + "CP39" : NumberInt(2979) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39931"), + "Name" : "Porygon2", + "PokedexNumber" : NumberInt(233), + "Imgname" : NumberInt(233), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(69), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(551), + "ATK" : NumberInt(198), + "DEF" : NumberInt(183), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(2546), + "CP39" : NumberInt(2509) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39932"), + "Name" : "Stantler", + "PokedexNumber" : NumberInt(234), + "Imgname" : NumberInt(234), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(121), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(470), + "ATK" : NumberInt(192), + "DEF" : NumberInt(132), + "STA" : NumberInt(146), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1988), + "CP39" : NumberInt(1960) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39933"), + "Name" : "Smeargle", + "PokedexNumber" : NumberInt(235), + "Imgname" : NumberInt(235), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(122), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(238), + "ATK" : NumberInt(40), + "DEF" : NumberInt(88), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(389), + "CP39" : NumberInt(384) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39934"), + "Name" : "Tyrogue", + "PokedexNumber" : NumberInt(236), + "Imgname" : NumberInt(236), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(48), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(198), + "ATK" : NumberInt(64), + "DEF" : NumberInt(64), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(404), + "CP39" : NumberInt(398) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39935"), + "Name" : "Hitmontop", + "PokedexNumber" : NumberInt(237), + "Imgname" : NumberInt(237), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(48), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(487), + "ATK" : NumberInt(173), + "DEF" : NumberInt(214), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1905), + "CP39" : NumberInt(1878) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39936"), + "Name" : "Smoochum", + "PokedexNumber" : NumberInt(238), + "Imgname" : NumberInt(238), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : "psychic", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(359), + "ATK" : NumberInt(153), + "DEF" : NumberInt(116), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1230), + "CP39" : NumberInt(1213) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39937"), + "Name" : "Elekid", + "PokedexNumber" : NumberInt(239), + "Imgname" : NumberInt(239), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(335), + "ATK" : NumberInt(135), + "DEF" : NumberInt(110), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1073), + "CP39" : NumberInt(1057) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39938"), + "Name" : "Magby", + "PokedexNumber" : NumberInt(240), + "Imgname" : NumberInt(240), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(349), + "ATK" : NumberInt(151), + "DEF" : NumberInt(108), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1178), + "CP39" : NumberInt(1161) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39939"), + "Name" : "Miltank", + "PokedexNumber" : NumberInt(241), + "Imgname" : NumberInt(241), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(123), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(558), + "ATK" : NumberInt(157), + "DEF" : NumberInt(211), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2312), + "CP39" : NumberInt(2279) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3993a"), + "Name" : "Blissey", + "PokedexNumber" : NumberInt(242), + "Imgname" : NumberInt(242), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : null, + "CrossGen" : NumberInt(1), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(868), + "ATK" : NumberInt(129), + "DEF" : NumberInt(229), + "STA" : NumberInt(510), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3219), + "CP39" : NumberInt(3173) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3993b"), + "Name" : "Raikou", + "PokedexNumber" : NumberInt(243), + "Imgname" : NumberInt(243), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(124), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(631), + "ATK" : NumberInt(241), + "DEF" : NumberInt(210), + "STA" : NumberInt(180), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(1), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3349), + "CP39" : NumberInt(3301) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3993c"), + "Name" : "Entei", + "PokedexNumber" : NumberInt(244), + "Imgname" : NumberInt(244), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(125), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(641), + "ATK" : NumberInt(235), + "DEF" : NumberInt(176), + "STA" : NumberInt(230), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(1), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3377), + "CP39" : NumberInt(3329) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3993d"), + "Name" : "Suicune", + "PokedexNumber" : NumberInt(245), + "Imgname" : NumberInt(245), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(126), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(615), + "ATK" : NumberInt(180), + "DEF" : NumberInt(235), + "STA" : NumberInt(200), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(1), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2823), + "CP39" : NumberInt(2783) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3993e"), + "Name" : "Larvitar", + "PokedexNumber" : NumberInt(246), + "Imgname" : NumberInt(246), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(127), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "ground", + "Weather1" : "Partly cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(308), + "ATK" : NumberInt(115), + "DEF" : NumberInt(93), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(904), + "CP39" : NumberInt(891) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3993f"), + "Name" : "Pupitar", + "PokedexNumber" : NumberInt(247), + "Imgname" : NumberInt(247), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(127), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "ground", + "Weather1" : "Partly cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(428), + "ATK" : NumberInt(155), + "DEF" : NumberInt(133), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1608), + "CP39" : NumberInt(1585) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39940"), + "Name" : "Tyranitar", + "PokedexNumber" : NumberInt(248), + "Imgname" : NumberInt(248), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(127), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "dark", + "Weather1" : "Partly cloudy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(663), + "ATK" : NumberInt(251), + "DEF" : NumberInt(212), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(4), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3670), + "CP39" : NumberInt(3617) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39941"), + "Name" : "Lugia", + "PokedexNumber" : NumberInt(249), + "Imgname" : NumberInt(249), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(128), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "flying", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(728), + "ATK" : NumberInt(193), + "DEF" : NumberInt(323), + "STA" : NumberInt(212), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(5), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(1), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3598), + "CP39" : NumberInt(3547) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39942"), + "Name" : "Ho Oh", + "PokedexNumber" : NumberInt(250), + "Imgname" : NumberInt(250), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(129), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(706), + "ATK" : NumberInt(239), + "DEF" : NumberInt(274), + "STA" : NumberInt(193), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(1), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3889), + "CP39" : NumberInt(3833) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39943"), + "Name" : "Celebi", + "PokedexNumber" : NumberInt(251), + "Imgname" : NumberInt(251), + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(130), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "grass", + "Weather1" : "Windy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(620), + "ATK" : NumberInt(210), + "DEF" : NumberInt(210), + "STA" : NumberInt(200), + "Legendary" : NumberInt(2), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3090), + "CP39" : NumberInt(3046) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39944"), + "Name" : "Treecko", + "PokedexNumber" : NumberInt(252), + "Imgname" : NumberInt(252), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(131), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(308), + "ATK" : NumberInt(124), + "DEF" : NumberInt(104), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(923), + "CP39" : NumberInt(909) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39945"), + "Name" : "Grovyle", + "PokedexNumber" : NumberInt(253), + "Imgname" : NumberInt(253), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(131), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(402), + "ATK" : NumberInt(172), + "DEF" : NumberInt(130), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1508), + "CP39" : NumberInt(1486) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39946"), + "Name" : "Sceptile", + "PokedexNumber" : NumberInt(254), + "Imgname" : NumberInt(254), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(131), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(543), + "ATK" : NumberInt(223), + "DEF" : NumberInt(180), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2584), + "CP39" : NumberInt(2547) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39947"), + "Name" : "Torchic", + "PokedexNumber" : NumberInt(255), + "Imgname" : NumberInt(255), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(132), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(312), + "ATK" : NumberInt(130), + "DEF" : NumberInt(92), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(959), + "CP39" : NumberInt(946) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39948"), + "Name" : "Combusken", + "PokedexNumber" : NumberInt(256), + "Imgname" : NumberInt(256), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(132), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "fighting", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(398), + "ATK" : NumberInt(163), + "DEF" : NumberInt(115), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1472), + "CP39" : NumberInt(1451) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39949"), + "Name" : "Blaziken", + "PokedexNumber" : NumberInt(257), + "Imgname" : NumberInt(257), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(132), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "fighting", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(541), + "ATK" : NumberInt(240), + "DEF" : NumberInt(141), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2631), + "CP39" : NumberInt(2593) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3994a"), + "Name" : "Mudkip", + "PokedexNumber" : NumberInt(258), + "Imgname" : NumberInt(258), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(133), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(319), + "ATK" : NumberInt(126), + "DEF" : NumberInt(93), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(981), + "CP39" : NumberInt(967) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3994b"), + "Name" : "Marshtomp", + "PokedexNumber" : NumberInt(259), + "Imgname" : NumberInt(259), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(133), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ground", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(429), + "ATK" : NumberInt(156), + "DEF" : NumberInt(133), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1617), + "CP39" : NumberInt(1594) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3994c"), + "Name" : "Swampert", + "PokedexNumber" : NumberInt(260), + "Imgname" : NumberInt(260), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(133), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ground", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(583), + "ATK" : NumberInt(208), + "DEF" : NumberInt(175), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2815), + "CP39" : NumberInt(2774) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3994d"), + "Name" : "Poochyena", + "PokedexNumber" : NumberInt(261), + "Imgname" : NumberInt(261), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(134), + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(229), + "ATK" : NumberInt(96), + "DEF" : NumberInt(63), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(564), + "CP39" : NumberInt(556) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3994e"), + "Name" : "Mightyena", + "PokedexNumber" : NumberInt(262), + "Imgname" : NumberInt(262), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(134), + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(448), + "ATK" : NumberInt(171), + "DEF" : NumberInt(137), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1783), + "CP39" : NumberInt(1757) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3994f"), + "Name" : "Zigzagoon", + "PokedexNumber" : NumberInt(263), + "Imgname" : NumberInt(263), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(135), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(214), + "ATK" : NumberInt(58), + "DEF" : NumberInt(80), + "STA" : NumberInt(76), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(423), + "CP39" : NumberInt(417) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39950"), + "Name" : "Linoone", + "PokedexNumber" : NumberInt(264), + "Imgname" : NumberInt(264), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(135), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(426), + "ATK" : NumberInt(142), + "DEF" : NumberInt(128), + "STA" : NumberInt(156), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1533), + "CP39" : NumberInt(1511) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39951"), + "Name" : "Wurmple", + "PokedexNumber" : NumberInt(265), + "Imgname" : NumberInt(265), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(136), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(226), + "ATK" : NumberInt(75), + "DEF" : NumberInt(61), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(502), + "CP39" : NumberInt(494) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39952"), + "Name" : "Silcoon", + "PokedexNumber" : NumberInt(266), + "Imgname" : NumberInt(266), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(136), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(251), + "ATK" : NumberInt(60), + "DEF" : NumberInt(91), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(517), + "CP39" : NumberInt(509) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39953"), + "Name" : "Beautifly", + "PokedexNumber" : NumberInt(267), + "Imgname" : NumberInt(267), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(136), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(407), + "ATK" : NumberInt(189), + "DEF" : NumberInt(98), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1573), + "CP39" : NumberInt(1551) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39954"), + "Name" : "Cascoon", + "PokedexNumber" : NumberInt(268), + "Imgname" : NumberInt(268), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(137), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(251), + "ATK" : NumberInt(60), + "DEF" : NumberInt(91), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(517), + "CP39" : NumberInt(509) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39955"), + "Name" : "Dustox", + "PokedexNumber" : NumberInt(269), + "Imgname" : NumberInt(269), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(137), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(390), + "ATK" : NumberInt(98), + "DEF" : NumberInt(172), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1121), + "CP39" : NumberInt(1105) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39956"), + "Name" : "Lotad", + "PokedexNumber" : NumberInt(270), + "Imgname" : NumberInt(270), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(138), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "grass", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(237), + "ATK" : NumberInt(71), + "DEF" : NumberInt(86), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(526), + "CP39" : NumberInt(518) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39957"), + "Name" : "Lombre", + "PokedexNumber" : NumberInt(271), + "Imgname" : NumberInt(271), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(138), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "grass", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(360), + "ATK" : NumberInt(112), + "DEF" : NumberInt(128), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1102), + "CP39" : NumberInt(1086) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39958"), + "Name" : "Ludicolo", + "PokedexNumber" : NumberInt(272), + "Imgname" : NumberInt(272), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(138), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "grass", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(524), + "ATK" : NumberInt(173), + "DEF" : NumberInt(191), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2229), + "CP39" : NumberInt(2197) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39959"), + "Name" : "Seedot", + "PokedexNumber" : NumberInt(273), + "Imgname" : NumberInt(273), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(139), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(237), + "ATK" : NumberInt(71), + "DEF" : NumberInt(86), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(526), + "CP39" : NumberInt(518) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3995a"), + "Name" : "Nuzleaf", + "PokedexNumber" : NumberInt(274), + "Imgname" : NumberInt(274), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(139), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "dark", + "Weather1" : "Sunny/clear", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(352), + "ATK" : NumberInt(134), + "DEF" : NumberInt(78), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1117), + "CP39" : NumberInt(1101) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3995b"), + "Name" : "Shiftry", + "PokedexNumber" : NumberInt(275), + "Imgname" : NumberInt(275), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(139), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "dark", + "Weather1" : "Sunny/clear", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(501), + "ATK" : NumberInt(200), + "DEF" : NumberInt(121), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2186), + "CP39" : NumberInt(2155) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3995c"), + "Name" : "Taillow", + "PokedexNumber" : NumberInt(276), + "Imgname" : NumberInt(276), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(140), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(247), + "ATK" : NumberInt(106), + "DEF" : NumberInt(61), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(642), + "CP39" : NumberInt(632) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3995d"), + "Name" : "Swellow", + "PokedexNumber" : NumberInt(277), + "Imgname" : NumberInt(277), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(140), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(435), + "ATK" : NumberInt(185), + "DEF" : NumberInt(130), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1747), + "CP39" : NumberInt(1722) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3995e"), + "Name" : "Wingull", + "PokedexNumber" : NumberInt(278), + "Imgname" : NumberInt(278), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(141), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(247), + "ATK" : NumberInt(106), + "DEF" : NumberInt(61), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(642), + "CP39" : NumberInt(632) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3995f"), + "Name" : "Pelipper", + "PokedexNumber" : NumberInt(279), + "Imgname" : NumberInt(279), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(141), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(484), + "ATK" : NumberInt(175), + "DEF" : NumberInt(189), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1969), + "CP39" : NumberInt(1941) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39960"), + "Name" : "Ralts", + "PokedexNumber" : NumberInt(280), + "Imgname" : NumberInt(280), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(142), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "fairy", + "Weather1" : "Windy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(198), + "ATK" : NumberInt(79), + "DEF" : NumberInt(63), + "STA" : NumberInt(56), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(436), + "CP39" : NumberInt(430) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39961"), + "Name" : "Kirlia", + "PokedexNumber" : NumberInt(281), + "Imgname" : NumberInt(281), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(142), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "fairy", + "Weather1" : "Windy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(293), + "ATK" : NumberInt(117), + "DEF" : NumberInt(100), + "STA" : NumberInt(76), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(843), + "CP39" : NumberInt(831) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39962"), + "Name" : "Gardevoir", + "PokedexNumber" : NumberInt(282), + "Imgname" : NumberInt(282), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(142), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "fairy", + "Weather1" : "Windy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(593), + "ATK" : NumberInt(237), + "DEF" : NumberInt(220), + "STA" : NumberInt(136), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2964), + "CP39" : NumberInt(2922) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39963"), + "Name" : "Surskit", + "PokedexNumber" : NumberInt(283), + "Imgname" : NumberInt(283), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(143), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "water", + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(270), + "ATK" : NumberInt(93), + "DEF" : NumberInt(97), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(695), + "CP39" : NumberInt(685) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39964"), + "Name" : "Masquerain", + "PokedexNumber" : NumberInt(284), + "Imgname" : NumberInt(284), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(143), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(493), + "ATK" : NumberInt(192), + "DEF" : NumberInt(161), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2135), + "CP39" : NumberInt(2104) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39965"), + "Name" : "Shroomish", + "PokedexNumber" : NumberInt(285), + "Imgname" : NumberInt(285), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(144), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(304), + "ATK" : NumberInt(74), + "DEF" : NumberInt(110), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(722), + "CP39" : NumberInt(711) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39966"), + "Name" : "Breloom", + "PokedexNumber" : NumberInt(286), + "Imgname" : NumberInt(286), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(144), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "fighting", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(514), + "ATK" : NumberInt(241), + "DEF" : NumberInt(153), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2407), + "CP39" : NumberInt(2373) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39967"), + "Name" : "Slakoth", + "PokedexNumber" : NumberInt(287), + "Imgname" : NumberInt(287), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(145), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(328), + "ATK" : NumberInt(104), + "DEF" : NumberInt(104), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(942), + "CP39" : NumberInt(928) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39968"), + "Name" : "Vigoroth", + "PokedexNumber" : NumberInt(288), + "Imgname" : NumberInt(288), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(145), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(478), + "ATK" : NumberInt(159), + "DEF" : NumberInt(159), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1896), + "CP39" : NumberInt(1869) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39969"), + "Name" : "Slaking", + "PokedexNumber" : NumberInt(289), + "Imgname" : NumberInt(289), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(145), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(746), + "ATK" : NumberInt(290), + "DEF" : NumberInt(183), + "STA" : NumberInt(273), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4548), + "CP39" : NumberInt(4484) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3996a"), + "Name" : "Nincada", + "PokedexNumber" : NumberInt(290), + "Imgname" : NumberInt(290), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(146), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "ground", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(295), + "ATK" : NumberInt(80), + "DEF" : NumberInt(153), + "STA" : NumberInt(62), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(674), + "CP39" : NumberInt(665) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3996b"), + "Name" : "Ninjask", + "PokedexNumber" : NumberInt(291), + "Imgname" : NumberInt(291), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(146), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(437), + "ATK" : NumberInt(199), + "DEF" : NumberInt(116), + "STA" : NumberInt(122), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1790), + "CP39" : NumberInt(1765) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3996c"), + "Name" : "Shedinja", + "PokedexNumber" : NumberInt(292), + "Imgname" : NumberInt(292), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(146), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "ghost", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(235), + "ATK" : NumberInt(153), + "DEF" : NumberInt(80), + "STA" : NumberInt(2), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(421), + "CP39" : NumberInt(415) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3996d"), + "Name" : "Whismur", + "PokedexNumber" : NumberInt(293), + "Imgname" : NumberInt(293), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(147), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(262), + "ATK" : NumberInt(92), + "DEF" : NumberInt(42), + "STA" : NumberInt(128), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(603), + "CP39" : NumberInt(594) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3996e"), + "Name" : "Loudred", + "PokedexNumber" : NumberInt(294), + "Imgname" : NumberInt(294), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(147), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(383), + "ATK" : NumberInt(134), + "DEF" : NumberInt(81), + "STA" : NumberInt(168), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1233), + "CP39" : NumberInt(1215) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3996f"), + "Name" : "Exploud", + "PokedexNumber" : NumberInt(295), + "Imgname" : NumberInt(295), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(147), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(529), + "ATK" : NumberInt(179), + "DEF" : NumberInt(142), + "STA" : NumberInt(208), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2267), + "CP39" : NumberInt(2234) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39970"), + "Name" : "Makuhita", + "PokedexNumber" : NumberInt(296), + "Imgname" : NumberInt(296), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(148), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(297), + "ATK" : NumberInt(99), + "DEF" : NumberInt(54), + "STA" : NumberInt(144), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(745), + "CP39" : NumberInt(735) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39971"), + "Name" : "Hariyama", + "PokedexNumber" : NumberInt(297), + "Imgname" : NumberInt(297), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(148), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(611), + "ATK" : NumberInt(209), + "DEF" : NumberInt(114), + "STA" : NumberInt(288), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2765), + "CP39" : NumberInt(2726) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39972"), + "Name" : "Azurill", + "PokedexNumber" : NumberInt(298), + "Imgname" : NumberInt(298), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "fairy", + "Weather1" : "Partly cloudy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(207), + "ATK" : NumberInt(36), + "DEF" : NumberInt(71), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(316), + "CP39" : NumberInt(312) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39973"), + "Name" : "Nosepass", + "PokedexNumber" : NumberInt(299), + "Imgname" : NumberInt(299), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(149), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(378), + "ATK" : NumberInt(82), + "DEF" : NumberInt(236), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(831), + "CP39" : NumberInt(819) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39974"), + "Name" : "Skitty", + "PokedexNumber" : NumberInt(300), + "Imgname" : NumberInt(300), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(150), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(268), + "ATK" : NumberInt(84), + "DEF" : NumberInt(84), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(659), + "CP39" : NumberInt(650) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39975"), + "Name" : "Delcatty", + "PokedexNumber" : NumberInt(301), + "Imgname" : NumberInt(301), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(151), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(404), + "ATK" : NumberInt(132), + "DEF" : NumberInt(132), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1385), + "CP39" : NumberInt(1366) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39976"), + "Name" : "Sableye", + "PokedexNumber" : NumberInt(302), + "Imgname" : NumberInt(302), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(152), + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "ghost", + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(382), + "ATK" : NumberInt(141), + "DEF" : NumberInt(141), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(2), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1305), + "CP39" : NumberInt(1286) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39977"), + "Name" : "Mawile", + "PokedexNumber" : NumberInt(303), + "Imgname" : NumberInt(303), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(153), + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "fairy", + "Weather1" : "Snow", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(410), + "ATK" : NumberInt(155), + "DEF" : NumberInt(155), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(2), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1484), + "CP39" : NumberInt(1463) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39978"), + "Name" : "Aron", + "PokedexNumber" : NumberInt(304), + "Imgname" : NumberInt(304), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(154), + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "rock", + "Weather1" : "Snow", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(389), + "ATK" : NumberInt(121), + "DEF" : NumberInt(168), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1232), + "CP39" : NumberInt(1214) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39979"), + "Name" : "Lairon", + "PokedexNumber" : NumberInt(305), + "Imgname" : NumberInt(305), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(154), + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "rock", + "Weather1" : "Snow", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(518), + "ATK" : NumberInt(158), + "DEF" : NumberInt(240), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2004), + "CP39" : NumberInt(1976) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3997a"), + "Name" : "Aggron", + "PokedexNumber" : NumberInt(306), + "Imgname" : NumberInt(306), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(154), + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "rock", + "Weather1" : "Snow", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(652), + "ATK" : NumberInt(198), + "DEF" : NumberInt(314), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(4), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3004), + "CP39" : NumberInt(2961) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3997b"), + "Name" : "Meditite", + "PokedexNumber" : NumberInt(307), + "Imgname" : NumberInt(307), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(155), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : "psychic", + "Weather1" : "Cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(245), + "ATK" : NumberInt(78), + "DEF" : NumberInt(107), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(555), + "CP39" : NumberInt(547) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3997c"), + "Name" : "Medicham", + "PokedexNumber" : NumberInt(308), + "Imgname" : NumberInt(308), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(155), + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : "psychic", + "Weather1" : "Cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(393), + "ATK" : NumberInt(121), + "DEF" : NumberInt(152), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1275), + "CP39" : NumberInt(1257) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3997d"), + "Name" : "Electrike", + "PokedexNumber" : NumberInt(309), + "Imgname" : NumberInt(309), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(156), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(281), + "ATK" : NumberInt(123), + "DEF" : NumberInt(78), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(810), + "CP39" : NumberInt(798) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3997e"), + "Name" : "Manectric", + "PokedexNumber" : NumberInt(310), + "Imgname" : NumberInt(310), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(156), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(482), + "ATK" : NumberInt(215), + "DEF" : NumberInt(127), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(2), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2131), + "CP39" : NumberInt(2100) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3997f"), + "Name" : "Plusle", + "PokedexNumber" : NumberInt(311), + "Imgname" : NumberInt(311), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(157), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(434), + "ATK" : NumberInt(167), + "DEF" : NumberInt(147), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1681), + "CP39" : NumberInt(1657) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39980"), + "Name" : "Minun", + "PokedexNumber" : NumberInt(312), + "Imgname" : NumberInt(312), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(158), + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(434), + "ATK" : NumberInt(147), + "DEF" : NumberInt(167), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1585), + "CP39" : NumberInt(1563) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39981"), + "Name" : "Volbeat", + "PokedexNumber" : NumberInt(313), + "Imgname" : NumberInt(313), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(159), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(444), + "ATK" : NumberInt(143), + "DEF" : NumberInt(171), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1620), + "CP39" : NumberInt(1597) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39982"), + "Name" : "Illumise", + "PokedexNumber" : NumberInt(314), + "Imgname" : NumberInt(314), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(159), + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(444), + "ATK" : NumberInt(143), + "DEF" : NumberInt(171), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1620), + "CP39" : NumberInt(1597) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39983"), + "Name" : "Roselia", + "PokedexNumber" : NumberInt(315), + "Imgname" : NumberInt(315), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(160), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(434), + "ATK" : NumberInt(186), + "DEF" : NumberInt(148), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1718), + "CP39" : NumberInt(1694) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39984"), + "Name" : "Gulpin", + "PokedexNumber" : NumberInt(316), + "Imgname" : NumberInt(316), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(161), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(319), + "ATK" : NumberInt(80), + "DEF" : NumberInt(99), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(788), + "CP39" : NumberInt(777) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39985"), + "Name" : "Swalot", + "PokedexNumber" : NumberInt(317), + "Imgname" : NumberInt(317), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(161), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(499), + "ATK" : NumberInt(140), + "DEF" : NumberInt(159), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1872), + "CP39" : NumberInt(1845) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39986"), + "Name" : "Carvanha", + "PokedexNumber" : NumberInt(318), + "Imgname" : NumberInt(318), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(162), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "dark", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(300), + "ATK" : NumberInt(171), + "DEF" : NumberInt(39), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(874), + "CP39" : NumberInt(862) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39987"), + "Name" : "Sharpedo", + "PokedexNumber" : NumberInt(319), + "Imgname" : NumberInt(319), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(163), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "dark", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(466), + "ATK" : NumberInt(243), + "DEF" : NumberInt(83), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1986), + "CP39" : NumberInt(1957) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39988"), + "Name" : "Wailmer", + "PokedexNumber" : NumberInt(320), + "Imgname" : NumberInt(320), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(164), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(464), + "ATK" : NumberInt(136), + "DEF" : NumberInt(68), + "STA" : NumberInt(260), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(1), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1424), + "CP39" : NumberInt(1404) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39989"), + "Name" : "Wailord", + "PokedexNumber" : NumberInt(321), + "Imgname" : NumberInt(321), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(164), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(602), + "ATK" : NumberInt(175), + "DEF" : NumberInt(87), + "STA" : NumberInt(340), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2258), + "CP39" : NumberInt(2225) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3998a"), + "Name" : "Numel", + "PokedexNumber" : NumberInt(322), + "Imgname" : NumberInt(322), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(165), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "ground", + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(321), + "ATK" : NumberInt(119), + "DEF" : NumberInt(82), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(957), + "CP39" : NumberInt(944) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3998b"), + "Name" : "Camerupt", + "PokedexNumber" : NumberInt(323), + "Imgname" : NumberInt(323), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(165), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "ground", + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(473), + "ATK" : NumberInt(194), + "DEF" : NumberInt(139), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2016), + "CP39" : NumberInt(1987) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3998c"), + "Name" : "Torkoal", + "PokedexNumber" : NumberInt(324), + "Imgname" : NumberInt(324), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(166), + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(525), + "ATK" : NumberInt(151), + "DEF" : NumberInt(234), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2036), + "CP39" : NumberInt(2007) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3998d"), + "Name" : "Spoink", + "PokedexNumber" : NumberInt(325), + "Imgname" : NumberInt(325), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(167), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(390), + "ATK" : NumberInt(125), + "DEF" : NumberInt(145), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1285), + "CP39" : NumberInt(1266) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3998e"), + "Name" : "Grumpig", + "PokedexNumber" : NumberInt(326), + "Imgname" : NumberInt(326), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(167), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(542), + "ATK" : NumberInt(171), + "DEF" : NumberInt(211), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2310), + "CP39" : NumberInt(2277) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3998f"), + "Name" : "Spinda", + "PokedexNumber" : NumberInt(327), + "Imgname" : NumberInt(327), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(168), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(352), + "ATK" : NumberInt(116), + "DEF" : NumberInt(116), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1088), + "CP39" : NumberInt(1072) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39990"), + "Name" : "Trapinch", + "PokedexNumber" : NumberInt(328), + "Imgname" : NumberInt(328), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(169), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(330), + "ATK" : NumberInt(162), + "DEF" : NumberInt(78), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1092), + "CP39" : NumberInt(1076) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39991"), + "Name" : "Vibrava", + "PokedexNumber" : NumberInt(329), + "Imgname" : NumberInt(329), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(169), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "dragon", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(333), + "ATK" : NumberInt(134), + "DEF" : NumberInt(99), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1065), + "CP39" : NumberInt(1050) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39992"), + "Name" : "Flygon", + "PokedexNumber" : NumberInt(330), + "Imgname" : NumberInt(330), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(169), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "dragon", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(533), + "ATK" : NumberInt(205), + "DEF" : NumberInt(168), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2458), + "CP39" : NumberInt(2423) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39993"), + "Name" : "Cacnea", + "PokedexNumber" : NumberInt(331), + "Imgname" : NumberInt(331), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(170), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(330), + "ATK" : NumberInt(156), + "DEF" : NumberInt(74), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1080), + "CP39" : NumberInt(1065) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39994"), + "Name" : "Cacturne", + "PokedexNumber" : NumberInt(332), + "Imgname" : NumberInt(332), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(170), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "dark", + "Weather1" : "Sunny/clear", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(476), + "ATK" : NumberInt(221), + "DEF" : NumberInt(115), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2092), + "CP39" : NumberInt(2062) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39995"), + "Name" : "Swablu", + "PokedexNumber" : NumberInt(333), + "Imgname" : NumberInt(333), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(171), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(305), + "ATK" : NumberInt(76), + "DEF" : NumberInt(139), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(1), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(1), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(722), + "CP39" : NumberInt(712) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39996"), + "Name" : "Altaria", + "PokedexNumber" : NumberInt(334), + "Imgname" : NumberInt(334), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(171), + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "flying", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(499), + "ATK" : NumberInt(141), + "DEF" : NumberInt(208), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1868), + "CP39" : NumberInt(1842) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39997"), + "Name" : "Zangoose", + "PokedexNumber" : NumberInt(335), + "Imgname" : NumberInt(335), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(172), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(492), + "ATK" : NumberInt(222), + "DEF" : NumberInt(124), + "STA" : NumberInt(146), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2214), + "CP39" : NumberInt(2182) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39998"), + "Name" : "Seviper", + "PokedexNumber" : NumberInt(336), + "Imgname" : NumberInt(336), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(178), + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(460), + "ATK" : NumberInt(196), + "DEF" : NumberInt(118), + "STA" : NumberInt(146), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1928), + "CP39" : NumberInt(1900) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39999"), + "Name" : "Lunatone", + "PokedexNumber" : NumberInt(337), + "Imgname" : NumberInt(337), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(179), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "psychic", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(521), + "ATK" : NumberInt(178), + "DEF" : NumberInt(163), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2245), + "CP39" : NumberInt(2213) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3999a"), + "Name" : "Solrock", + "PokedexNumber" : NumberInt(338), + "Imgname" : NumberInt(338), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(180), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "psychic", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(521), + "ATK" : NumberInt(178), + "DEF" : NumberInt(163), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2245), + "CP39" : NumberInt(2213) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3999b"), + "Name" : "Barboach", + "PokedexNumber" : NumberInt(339), + "Imgname" : NumberInt(339), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(181), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ground", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(276), + "ATK" : NumberInt(93), + "DEF" : NumberInt(83), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(2), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(716), + "CP39" : NumberInt(705) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3999c"), + "Name" : "Whiscash", + "PokedexNumber" : NumberInt(340), + "Imgname" : NumberInt(340), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(181), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ground", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(513), + "ATK" : NumberInt(151), + "DEF" : NumberInt(142), + "STA" : NumberInt(220), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1991), + "CP39" : NumberInt(1963) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3999d"), + "Name" : "Corphish", + "PokedexNumber" : NumberInt(341), + "Imgname" : NumberInt(341), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(182), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(340), + "ATK" : NumberInt(141), + "DEF" : NumberInt(113), + "STA" : NumberInt(86), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1107), + "CP39" : NumberInt(1092) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3999e"), + "Name" : "Crawdaunt", + "PokedexNumber" : NumberInt(342), + "Imgname" : NumberInt(342), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(182), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "dark", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(506), + "ATK" : NumberInt(224), + "DEF" : NumberInt(156), + "STA" : NumberInt(126), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2317), + "CP39" : NumberInt(2284) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd3999f"), + "Name" : "Baltoy", + "PokedexNumber" : NumberInt(343), + "Imgname" : NumberInt(343), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(183), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "psychic", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(288), + "ATK" : NumberInt(77), + "DEF" : NumberInt(131), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(676), + "CP39" : NumberInt(667) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399a0"), + "Name" : "Claydol", + "PokedexNumber" : NumberInt(344), + "Imgname" : NumberInt(344), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(183), + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "psychic", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(496), + "ATK" : NumberInt(140), + "DEF" : NumberInt(236), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1782), + "CP39" : NumberInt(1756) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399a1"), + "Name" : "Lileep", + "PokedexNumber" : NumberInt(345), + "Imgname" : NumberInt(345), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(184), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "grass", + "Weather1" : "Partly cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(391), + "ATK" : NumberInt(105), + "DEF" : NumberInt(154), + "STA" : NumberInt(132), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1181), + "CP39" : NumberInt(1164) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399a2"), + "Name" : "Cradily", + "PokedexNumber" : NumberInt(346), + "Imgname" : NumberInt(346), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(184), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "grass", + "Weather1" : "Partly cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(522), + "ATK" : NumberInt(152), + "DEF" : NumberInt(198), + "STA" : NumberInt(172), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2081), + "CP39" : NumberInt(2051) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399a3"), + "Name" : "Anorith", + "PokedexNumber" : NumberInt(347), + "Imgname" : NumberInt(347), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(185), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "bug", + "Weather1" : "Partly cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(366), + "ATK" : NumberInt(176), + "DEF" : NumberInt(100), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1310), + "CP39" : NumberInt(1292) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399a4"), + "Name" : "Armaldo", + "PokedexNumber" : NumberInt(348), + "Imgname" : NumberInt(348), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(185), + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "bug", + "Weather1" : "Partly cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(555), + "ATK" : NumberInt(222), + "DEF" : NumberInt(183), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(2), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2675), + "CP39" : NumberInt(2637) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399a5"), + "Name" : "Feebas", + "PokedexNumber" : NumberInt(349), + "Imgname" : NumberInt(349), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(186), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(171), + "ATK" : NumberInt(29), + "DEF" : NumberInt(102), + "STA" : NumberInt(40), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(10), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(220), + "CP39" : NumberInt(217) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399a6"), + "Name" : "Milotic", + "PokedexNumber" : NumberInt(350), + "Imgname" : NumberInt(350), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(186), + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(624), + "ATK" : NumberInt(192), + "DEF" : NumberInt(242), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2967), + "CP39" : NumberInt(2925) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399a7"), + "Name" : "Castform", + "PokedexNumber" : NumberInt(351), + "Imgname" : NumberInt(351), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(187), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(418), + "ATK" : NumberInt(139), + "DEF" : NumberInt(139), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1486), + "CP39" : NumberInt(1464) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399a8"), + "Name" : "Kecleon", + "PokedexNumber" : NumberInt(352), + "Imgname" : NumberInt(352), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(188), + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(493), + "ATK" : NumberInt(161), + "DEF" : NumberInt(212), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1924), + "CP39" : NumberInt(1896) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399a9"), + "Name" : "Shuppet", + "PokedexNumber" : NumberInt(353), + "Imgname" : NumberInt(353), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(189), + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(292), + "ATK" : NumberInt(138), + "DEF" : NumberInt(66), + "STA" : NumberInt(88), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(872), + "CP39" : NumberInt(860) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399aa"), + "Name" : "Banette", + "PokedexNumber" : NumberInt(354), + "Imgname" : NumberInt(354), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(189), + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(473), + "ATK" : NumberInt(218), + "DEF" : NumberInt(127), + "STA" : NumberInt(128), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2073), + "CP39" : NumberInt(2044) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ab"), + "Name" : "Duskull", + "PokedexNumber" : NumberInt(355), + "Imgname" : NumberInt(355), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(190), + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(272), + "ATK" : NumberInt(70), + "DEF" : NumberInt(162), + "STA" : NumberInt(40), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(523), + "CP39" : NumberInt(516) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ac"), + "Name" : "Dusclops", + "PokedexNumber" : NumberInt(356), + "Imgname" : NumberInt(356), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(190), + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(438), + "ATK" : NumberInt(124), + "DEF" : NumberInt(234), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(1335), + "CP39" : NumberInt(1316) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ad"), + "Name" : "Tropius", + "PokedexNumber" : NumberInt(357), + "Imgname" : NumberInt(357), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(191), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(499), + "ATK" : NumberInt(136), + "DEF" : NumberInt(165), + "STA" : NumberInt(198), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1846), + "CP39" : NumberInt(1820) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ae"), + "Name" : "Chimecho", + "PokedexNumber" : NumberInt(358), + "Imgname" : NumberInt(358), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(192), + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(499), + "ATK" : NumberInt(175), + "DEF" : NumberInt(174), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2095), + "CP39" : NumberInt(2065) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399af"), + "Name" : "Absol", + "PokedexNumber" : NumberInt(359), + "Imgname" : NumberInt(359), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(193), + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(496), + "ATK" : NumberInt(246), + "DEF" : NumberInt(120), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(4), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2280), + "CP39" : NumberInt(2248) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399b0"), + "Name" : "Wynaut", + "PokedexNumber" : NumberInt(360), + "Imgname" : NumberInt(360), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(317), + "ATK" : NumberInt(41), + "DEF" : NumberInt(86), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(503), + "CP39" : NumberInt(496) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399b1"), + "Name" : "Snorunt", + "PokedexNumber" : NumberInt(361), + "Imgname" : NumberInt(361), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(194), + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(290), + "ATK" : NumberInt(95), + "DEF" : NumberInt(95), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(1), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(1), + "CP40" : NumberInt(772), + "CP39" : NumberInt(761) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399b2"), + "Name" : "Glalie", + "PokedexNumber" : NumberInt(362), + "Imgname" : NumberInt(362), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(484), + "ATK" : NumberInt(162), + "DEF" : NumberInt(162), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1945), + "CP39" : NumberInt(1917) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399b3"), + "Name" : "Spheal", + "PokedexNumber" : NumberInt(363), + "Imgname" : NumberInt(363), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : "water", + "Weather1" : "Snow", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(325), + "ATK" : NumberInt(95), + "DEF" : NumberInt(90), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(876), + "CP39" : NumberInt(863) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399b4"), + "Name" : "Sealeo", + "PokedexNumber" : NumberInt(364), + "Imgname" : NumberInt(364), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : "water", + "Weather1" : "Snow", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(449), + "ATK" : NumberInt(137), + "DEF" : NumberInt(132), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1607), + "CP39" : NumberInt(1584) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399b5"), + "Name" : "Walrein", + "PokedexNumber" : NumberInt(365), + "Imgname" : NumberInt(365), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : "water", + "Weather1" : "Snow", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(578), + "ATK" : NumberInt(182), + "DEF" : NumberInt(176), + "STA" : NumberInt(220), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2606), + "CP39" : NumberInt(2569) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399b6"), + "Name" : "Clamperl", + "PokedexNumber" : NumberInt(366), + "Imgname" : NumberInt(366), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(352), + "ATK" : NumberInt(133), + "DEF" : NumberInt(149), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1091), + "CP39" : NumberInt(1075) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399b7"), + "Name" : "Huntail", + "PokedexNumber" : NumberInt(367), + "Imgname" : NumberInt(367), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(501), + "ATK" : NumberInt(197), + "DEF" : NumberInt(194), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2140), + "CP39" : NumberInt(2109) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399b8"), + "Name" : "Gorebyss", + "PokedexNumber" : NumberInt(368), + "Imgname" : NumberInt(368), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(515), + "ATK" : NumberInt(211), + "DEF" : NumberInt(194), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2281), + "CP39" : NumberInt(2248) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399b9"), + "Name" : "Relicanth", + "PokedexNumber" : NumberInt(369), + "Imgname" : NumberInt(369), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "rock", + "Weather1" : "Rainy", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(596), + "ATK" : NumberInt(162), + "DEF" : NumberInt(234), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(1), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2557), + "CP39" : NumberInt(2521) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ba"), + "Name" : "Luvdisc", + "PokedexNumber" : NumberInt(370), + "Imgname" : NumberInt(370), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(301), + "ATK" : NumberInt(81), + "DEF" : NumberInt(134), + "STA" : NumberInt(86), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(1), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(735), + "CP39" : NumberInt(725) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399bb"), + "Name" : "Bagon", + "PokedexNumber" : NumberInt(371), + "Imgname" : NumberInt(371), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(331), + "ATK" : NumberInt(134), + "DEF" : NumberInt(107), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1053), + "CP39" : NumberInt(1038) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399bc"), + "Name" : "Shelgon", + "PokedexNumber" : NumberInt(372), + "Imgname" : NumberInt(372), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(481), + "ATK" : NumberInt(172), + "DEF" : NumberInt(179), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1958), + "CP39" : NumberInt(1930) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399bd"), + "Name" : "Salamence", + "PokedexNumber" : NumberInt(373), + "Imgname" : NumberInt(373), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "flying", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(635), + "ATK" : NumberInt(277), + "DEF" : NumberInt(168), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3532), + "CP39" : NumberInt(3481) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399be"), + "Name" : "Beldum", + "PokedexNumber" : NumberInt(374), + "Imgname" : NumberInt(374), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "psychic", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(317), + "ATK" : NumberInt(96), + "DEF" : NumberInt(141), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(843), + "CP39" : NumberInt(831) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399bf"), + "Name" : "Metang", + "PokedexNumber" : NumberInt(375), + "Imgname" : NumberInt(375), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "psychic", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(443), + "ATK" : NumberInt(138), + "DEF" : NumberInt(185), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1570), + "CP39" : NumberInt(1547) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399c0"), + "Name" : "Metagross", + "PokedexNumber" : NumberInt(376), + "Imgname" : NumberInt(376), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(1), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "psychic", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(665), + "ATK" : NumberInt(257), + "DEF" : NumberInt(248), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3644), + "CP39" : NumberInt(3592) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399c1"), + "Name" : "Regirock", + "PokedexNumber" : NumberInt(377), + "Imgname" : NumberInt(377), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(695), + "ATK" : NumberInt(179), + "DEF" : NumberInt(356), + "STA" : NumberInt(160), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3087), + "CP39" : NumberInt(3043) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399c2"), + "Name" : "Regice", + "PokedexNumber" : NumberInt(378), + "Imgname" : NumberInt(378), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(695), + "ATK" : NumberInt(179), + "DEF" : NumberInt(356), + "STA" : NumberInt(160), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3087), + "CP39" : NumberInt(3043) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399c3"), + "Name" : "Registeel", + "PokedexNumber" : NumberInt(379), + "Imgname" : NumberInt(379), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(588), + "ATK" : NumberInt(143), + "DEF" : NumberInt(285), + "STA" : NumberInt(160), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2261), + "CP39" : NumberInt(2228) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399c4"), + "Name" : "Latias", + "PokedexNumber" : NumberInt(380), + "Imgname" : NumberInt(380), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "psychic", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(656), + "ATK" : NumberInt(228), + "DEF" : NumberInt(268), + "STA" : NumberInt(160), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3377), + "CP39" : NumberInt(3329) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399c5"), + "Name" : "Latios", + "PokedexNumber" : NumberInt(381), + "Imgname" : NumberInt(381), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "psychic", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(656), + "ATK" : NumberInt(268), + "DEF" : NumberInt(228), + "STA" : NumberInt(160), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3644), + "CP39" : NumberInt(3592) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399c6"), + "Name" : "Kyogre", + "PokedexNumber" : NumberInt(382), + "Imgname" : NumberInt(382), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(703), + "ATK" : NumberInt(270), + "DEF" : NumberInt(251), + "STA" : NumberInt(182), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4074), + "CP39" : NumberInt(4016) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399c7"), + "Name" : "Groudon", + "PokedexNumber" : NumberInt(383), + "Imgname" : NumberInt(383), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(703), + "ATK" : NumberInt(270), + "DEF" : NumberInt(251), + "STA" : NumberInt(182), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(1), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4074), + "CP39" : NumberInt(4016) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399c8"), + "Name" : "Rayquaza", + "PokedexNumber" : NumberInt(384), + "Imgname" : NumberInt(384), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "flying", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(645), + "ATK" : NumberInt(284), + "DEF" : NumberInt(170), + "STA" : NumberInt(191), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(3), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(1), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3645), + "CP39" : NumberInt(3593) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399c9"), + "Name" : "Jirachi", + "PokedexNumber" : NumberInt(385), + "Imgname" : NumberInt(385), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "psychic", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(620), + "ATK" : NumberInt(210), + "DEF" : NumberInt(210), + "STA" : NumberInt(200), + "Legendary" : NumberInt(2), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3090), + "CP39" : NumberInt(3046) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ca"), + "Name" : "Deoxys Defense", + "PokedexNumber" : NumberInt(386), + "Imgname" : "386-defense", + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(574), + "ATK" : NumberInt(144), + "DEF" : NumberInt(330), + "STA" : NumberInt(100), + "Legendary" : NumberInt(2), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1978), + "CP39" : NumberInt(1949) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399cb"), + "Name" : "Deoxys Normal", + "PokedexNumber" : NumberInt(386), + "Imgname" : NumberInt(386), + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(560), + "ATK" : NumberInt(345), + "DEF" : NumberInt(115), + "STA" : NumberInt(100), + "Legendary" : NumberInt(2), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2749), + "CP39" : NumberInt(2709) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399cc"), + "Name" : "Deoxys Attack", + "PokedexNumber" : NumberInt(386), + "Imgname" : "386-attack", + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(560), + "ATK" : NumberInt(414), + "DEF" : NumberInt(46), + "STA" : NumberInt(100), + "Legendary" : NumberInt(2), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2244), + "CP39" : NumberInt(2212) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399cd"), + "Name" : "Deoxys Speed", + "PokedexNumber" : NumberInt(386), + "Imgname" : "386-speed", + "Generation" : NumberInt(3), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(548), + "ATK" : NumberInt(230), + "DEF" : NumberInt(218), + "STA" : NumberInt(100), + "Legendary" : NumberInt(2), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2504), + "CP39" : NumberInt(2469) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ce"), + "Name" : "Turtwig", + "PokedexNumber" : NumberInt(387), + "Imgname" : NumberInt(387), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(344), + "ATK" : NumberInt(119), + "DEF" : NumberInt(115), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1066), + "CP39" : NumberInt(1051) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399cf"), + "Name" : "Grotle", + "PokedexNumber" : NumberInt(388), + "Imgname" : NumberInt(388), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(459), + "ATK" : NumberInt(157), + "DEF" : NumberInt(152), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1783), + "CP39" : NumberInt(1757) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399d0"), + "Name" : "Torterra", + "PokedexNumber" : NumberInt(389), + "Imgname" : NumberInt(389), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "ground", + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(589), + "ATK" : NumberInt(202), + "DEF" : NumberInt(197), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2825), + "CP39" : NumberInt(2785) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399d1"), + "Name" : "Chimchar", + "PokedexNumber" : NumberInt(390), + "Imgname" : NumberInt(390), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(287), + "ATK" : NumberInt(113), + "DEF" : NumberInt(86), + "STA" : NumberInt(88), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(815), + "CP39" : NumberInt(803) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399d2"), + "Name" : "Monferno", + "PokedexNumber" : NumberInt(391), + "Imgname" : NumberInt(391), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "fighting", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(391), + "ATK" : NumberInt(158), + "DEF" : NumberInt(105), + "STA" : NumberInt(128), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1415), + "CP39" : NumberInt(1395) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399d3"), + "Name" : "Infernape", + "PokedexNumber" : NumberInt(392), + "Imgname" : NumberInt(392), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "fighting", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(525), + "ATK" : NumberInt(222), + "DEF" : NumberInt(151), + "STA" : NumberInt(152), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2464), + "CP39" : NumberInt(2429) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399d4"), + "Name" : "Piplup", + "PokedexNumber" : NumberInt(393), + "Imgname" : NumberInt(393), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(321), + "ATK" : NumberInt(112), + "DEF" : NumberInt(103), + "STA" : NumberInt(106), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(947), + "CP39" : NumberInt(934) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399d5"), + "Name" : "Prinplup", + "PokedexNumber" : NumberInt(394), + "Imgname" : NumberInt(394), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(421), + "ATK" : NumberInt(150), + "DEF" : NumberInt(143), + "STA" : NumberInt(128), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1549), + "CP39" : NumberInt(1526) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399d6"), + "Name" : "Empoleon", + "PokedexNumber" : NumberInt(395), + "Imgname" : NumberInt(395), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "steel", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(571), + "ATK" : NumberInt(210), + "DEF" : NumberInt(193), + "STA" : NumberInt(168), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2741), + "CP39" : NumberInt(2702) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399d7"), + "Name" : "Starly", + "PokedexNumber" : NumberInt(396), + "Imgname" : NumberInt(396), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(239), + "ATK" : NumberInt(101), + "DEF" : NumberInt(58), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(603), + "CP39" : NumberInt(594) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399d8"), + "Name" : "Staravia", + "PokedexNumber" : NumberInt(397), + "Imgname" : NumberInt(397), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(351), + "ATK" : NumberInt(142), + "DEF" : NumberInt(99), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1170), + "CP39" : NumberInt(1153) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399d9"), + "Name" : "Staraptor", + "PokedexNumber" : NumberInt(398), + "Imgname" : NumberInt(398), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(549), + "ATK" : NumberInt(234), + "DEF" : NumberInt(145), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2675), + "CP39" : NumberInt(2637) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399da"), + "Name" : "Bidoof", + "PokedexNumber" : NumberInt(399), + "Imgname" : NumberInt(399), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(271), + "ATK" : NumberInt(80), + "DEF" : NumberInt(73), + "STA" : NumberInt(118), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(641), + "CP39" : NumberInt(632) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399db"), + "Name" : "Bibarel", + "PokedexNumber" : NumberInt(400), + "Imgname" : NumberInt(400), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "water", + "Weather1" : "Partly cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(439), + "ATK" : NumberInt(162), + "DEF" : NumberInt(119), + "STA" : NumberInt(158), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1683), + "CP39" : NumberInt(1659) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399dc"), + "Name" : "Kricketot", + "PokedexNumber" : NumberInt(401), + "Imgname" : NumberInt(401), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(193), + "ATK" : NumberInt(45), + "DEF" : NumberInt(74), + "STA" : NumberInt(74), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(333), + "CP39" : NumberInt(328) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399dd"), + "Name" : "Kricketune", + "PokedexNumber" : NumberInt(402), + "Imgname" : NumberInt(402), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(414), + "ATK" : NumberInt(160), + "DEF" : NumberInt(100), + "STA" : NumberInt(154), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1523), + "CP39" : NumberInt(1501) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399de"), + "Name" : "Shinx", + "PokedexNumber" : NumberInt(403), + "Imgname" : NumberInt(403), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(271), + "ATK" : NumberInt(117), + "DEF" : NumberInt(64), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(750), + "CP39" : NumberInt(740) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399df"), + "Name" : "Luxio", + "PokedexNumber" : NumberInt(404), + "Imgname" : NumberInt(404), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(374), + "ATK" : NumberInt(159), + "DEF" : NumberInt(95), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1324), + "CP39" : NumberInt(1305) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399e0"), + "Name" : "Luxray", + "PokedexNumber" : NumberInt(405), + "Imgname" : NumberInt(405), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(548), + "ATK" : NumberInt(232), + "DEF" : NumberInt(156), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2668), + "CP39" : NumberInt(2630) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399e1"), + "Name" : "Budew", + "PokedexNumber" : NumberInt(406), + "Imgname" : NumberInt(406), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(297), + "ATK" : NumberInt(91), + "DEF" : NumberInt(126), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(766), + "CP39" : NumberInt(755) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399e2"), + "Name" : "Roserade", + "PokedexNumber" : NumberInt(407), + "Imgname" : NumberInt(407), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(569), + "ATK" : NumberInt(243), + "DEF" : NumberInt(206), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2783), + "CP39" : NumberInt(2743) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399e3"), + "Name" : "Cranidos", + "PokedexNumber" : NumberInt(408), + "Imgname" : NumberInt(408), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(427), + "ATK" : NumberInt(218), + "DEF" : NumberInt(75), + "STA" : NumberInt(134), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1685), + "CP39" : NumberInt(1661) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399e4"), + "Name" : "Rampardos", + "PokedexNumber" : NumberInt(409), + "Imgname" : NumberInt(409), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(603), + "ATK" : NumberInt(295), + "DEF" : NumberInt(114), + "STA" : NumberInt(194), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3179), + "CP39" : NumberInt(3133) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399e5"), + "Name" : "Shieldon", + "PokedexNumber" : NumberInt(410), + "Imgname" : NumberInt(410), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "steel", + "Weather1" : "Partly cloudy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(344), + "ATK" : NumberInt(76), + "DEF" : NumberInt(208), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(735), + "CP39" : NumberInt(724) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399e6"), + "Name" : "Bastiodon", + "PokedexNumber" : NumberInt(411), + "Imgname" : NumberInt(411), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "steel", + "Weather1" : "Partly cloudy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(513), + "ATK" : NumberInt(94), + "DEF" : NumberInt(299), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1401), + "CP39" : NumberInt(1381) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399e7"), + "Name" : "Burmy (Plant Cloak)", + "PokedexNumber" : NumberInt(412), + "Imgname" : NumberInt(412), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(216), + "ATK" : NumberInt(53), + "DEF" : NumberInt(83), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(409), + "CP39" : NumberInt(403) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399e8"), + "Name" : "Burmy (Trash Cloak)", + "PokedexNumber" : NumberInt(412), + "Imgname" : "412-trash", + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(216), + "ATK" : NumberInt(53), + "DEF" : NumberInt(83), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(409), + "CP39" : NumberInt(403) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399e9"), + "Name" : "Burmy (Sandy Cloak)", + "PokedexNumber" : NumberInt(412), + "Imgname" : "412-sandy", + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(216), + "ATK" : NumberInt(53), + "DEF" : NumberInt(83), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(409), + "CP39" : NumberInt(403) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ea"), + "Name" : "Wormadam (Plant Cloak)", + "PokedexNumber" : NumberInt(413), + "Imgname" : NumberInt(413), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "grass", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(450), + "ATK" : NumberInt(141), + "DEF" : NumberInt(189), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1616), + "CP39" : NumberInt(1593) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399eb"), + "Name" : "Wormadam (Trash Cloak)", + "PokedexNumber" : NumberInt(413), + "Imgname" : "413-trash", + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "grass", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(450), + "ATK" : NumberInt(141), + "DEF" : NumberInt(189), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1616), + "CP39" : NumberInt(1593) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ec"), + "Name" : "Wormadam (Sandy Cloak)", + "PokedexNumber" : NumberInt(413), + "Imgname" : "413-sandy", + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "grass", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(450), + "ATK" : NumberInt(141), + "DEF" : NumberInt(189), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1616), + "CP39" : NumberInt(1593) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ed"), + "Name" : "Mothim", + "PokedexNumber" : NumberInt(414), + "Imgname" : NumberInt(414), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(423), + "ATK" : NumberInt(185), + "DEF" : NumberInt(98), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1653), + "CP39" : NumberInt(1629) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ee"), + "Name" : "Combee", + "PokedexNumber" : NumberInt(415), + "Imgname" : NumberInt(415), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(202), + "ATK" : NumberInt(59), + "DEF" : NumberInt(83), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(396), + "CP39" : NumberInt(390) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ef"), + "Name" : "Vespiquen", + "PokedexNumber" : NumberInt(416), + "Imgname" : NumberInt(416), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(479), + "ATK" : NumberInt(149), + "DEF" : NumberInt(190), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1825), + "CP39" : NumberInt(1799) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399f0"), + "Name" : "Pachirisu", + "PokedexNumber" : NumberInt(417), + "Imgname" : NumberInt(417), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(396), + "ATK" : NumberInt(94), + "DEF" : NumberInt(182), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1110), + "CP39" : NumberInt(1094) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399f1"), + "Name" : "Buizel", + "PokedexNumber" : NumberInt(418), + "Imgname" : NumberInt(418), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(312), + "ATK" : NumberInt(132), + "DEF" : NumberInt(70), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(946), + "CP39" : NumberInt(932) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399f2"), + "Name" : "Floatzel", + "PokedexNumber" : NumberInt(419), + "Imgname" : NumberInt(419), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(509), + "ATK" : NumberInt(221), + "DEF" : NumberInt(118), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2312), + "CP39" : NumberInt(2279) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399f3"), + "Name" : "Cherubi", + "PokedexNumber" : NumberInt(420), + "Imgname" : NumberInt(420), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(294), + "ATK" : NumberInt(108), + "DEF" : NumberInt(96), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(829), + "CP39" : NumberInt(817) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399f4"), + "Name" : "Cherrim", + "PokedexNumber" : NumberInt(421), + "Imgname" : NumberInt(421), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(467), + "ATK" : NumberInt(170), + "DEF" : NumberInt(157), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1886), + "CP39" : NumberInt(1859) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399f5"), + "Name" : "Shellos", + "PokedexNumber" : NumberInt(422), + "Imgname" : NumberInt(422), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(366), + "ATK" : NumberInt(103), + "DEF" : NumberInt(111), + "STA" : NumberInt(152), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1069), + "CP39" : NumberInt(1053) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399f6"), + "Name" : "Gastrodon", + "PokedexNumber" : NumberInt(423), + "Imgname" : NumberInt(423), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ground", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(540), + "ATK" : NumberInt(169), + "DEF" : NumberInt(149), + "STA" : NumberInt(222), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2265), + "CP39" : NumberInt(2233) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399f7"), + "Name" : "Ambipom", + "PokedexNumber" : NumberInt(424), + "Imgname" : NumberInt(424), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(498), + "ATK" : NumberInt(205), + "DEF" : NumberInt(143), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2218), + "CP39" : NumberInt(2186) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399f8"), + "Name" : "Drifloon", + "PokedexNumber" : NumberInt(425), + "Imgname" : NumberInt(425), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "flying", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(382), + "ATK" : NumberInt(117), + "DEF" : NumberInt(85), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1151), + "CP39" : NumberInt(1134) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399f9"), + "Name" : "Drifblim", + "PokedexNumber" : NumberInt(426), + "Imgname" : NumberInt(426), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "flying", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(587), + "ATK" : NumberInt(180), + "DEF" : NumberInt(107), + "STA" : NumberInt(300), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2387), + "CP39" : NumberInt(2353) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399fa"), + "Name" : "Buneary", + "PokedexNumber" : NumberInt(427), + "Imgname" : NumberInt(427), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(351), + "ATK" : NumberInt(130), + "DEF" : NumberInt(111), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1136), + "CP39" : NumberInt(1120) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399fb"), + "Name" : "Lopunny", + "PokedexNumber" : NumberInt(428), + "Imgname" : NumberInt(428), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(486), + "ATK" : NumberInt(156), + "DEF" : NumberInt(200), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1885), + "CP39" : NumberInt(1858) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399fc"), + "Name" : "Mismagius", + "PokedexNumber" : NumberInt(429), + "Imgname" : NumberInt(429), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(542), + "ATK" : NumberInt(211), + "DEF" : NumberInt(211), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2465), + "CP39" : NumberInt(2430) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399fd"), + "Name" : "Honchkrow", + "PokedexNumber" : NumberInt(430), + "Imgname" : NumberInt(430), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "flying", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(546), + "ATK" : NumberInt(243), + "DEF" : NumberInt(103), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2566), + "CP39" : NumberInt(2529) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399fe"), + "Name" : "Glameow", + "PokedexNumber" : NumberInt(431), + "Imgname" : NumberInt(431), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(292), + "ATK" : NumberInt(109), + "DEF" : NumberInt(85), + "STA" : NumberInt(98), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(823), + "CP39" : NumberInt(811) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd399ff"), + "Name" : "Purugly", + "PokedexNumber" : NumberInt(432), + "Imgname" : NumberInt(432), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(450), + "ATK" : NumberInt(172), + "DEF" : NumberInt(136), + "STA" : NumberInt(142), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1798), + "CP39" : NumberInt(1772) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a00"), + "Name" : "Chingling", + "PokedexNumber" : NumberInt(433), + "Imgname" : NumberInt(433), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(298), + "ATK" : NumberInt(114), + "DEF" : NumberInt(94), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(861), + "CP39" : NumberInt(849) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a01"), + "Name" : "Stunky", + "PokedexNumber" : NumberInt(434), + "Imgname" : NumberInt(434), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "dark", + "Weather1" : "Cloudy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(340), + "ATK" : NumberInt(121), + "DEF" : NumberInt(93), + "STA" : NumberInt(126), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1048), + "CP39" : NumberInt(1033) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a02"), + "Name" : "Skuntank", + "PokedexNumber" : NumberInt(435), + "Imgname" : NumberInt(435), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "dark", + "Weather1" : "Cloudy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(525), + "ATK" : NumberInt(184), + "DEF" : NumberInt(135), + "STA" : NumberInt(206), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2262), + "CP39" : NumberInt(2230) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a03"), + "Name" : "Bronzor", + "PokedexNumber" : NumberInt(436), + "Imgname" : NumberInt(436), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "psychic", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(311), + "ATK" : NumberInt(43), + "DEF" : NumberInt(154), + "STA" : NumberInt(114), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(534), + "CP39" : NumberInt(527) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a04"), + "Name" : "Bronzong", + "PokedexNumber" : NumberInt(437), + "Imgname" : NumberInt(437), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "psychic", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(508), + "ATK" : NumberInt(161), + "DEF" : NumberInt(213), + "STA" : NumberInt(134), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2026), + "CP39" : NumberInt(1997) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a05"), + "Name" : "Bonsly", + "PokedexNumber" : NumberInt(438), + "Imgname" : NumberInt(438), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(379), + "ATK" : NumberInt(124), + "DEF" : NumberInt(155), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1213), + "CP39" : NumberInt(1196) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a06"), + "Name" : "Mime Jr.", + "PokedexNumber" : NumberInt(439), + "Imgname" : NumberInt(439), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "fairy", + "Weather1" : "Windy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(329), + "ATK" : NumberInt(125), + "DEF" : NumberInt(164), + "STA" : NumberInt(40), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(867), + "CP39" : NumberInt(855) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a07"), + "Name" : "Happiny", + "PokedexNumber" : NumberInt(440), + "Imgname" : NumberInt(440), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(330), + "ATK" : NumberInt(25), + "DEF" : NumberInt(105), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(401), + "CP39" : NumberInt(395) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a08"), + "Name" : "Chatot", + "PokedexNumber" : NumberInt(441), + "Imgname" : NumberInt(441), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(427), + "ATK" : NumberInt(183), + "DEF" : NumberInt(92), + "STA" : NumberInt(152), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1653), + "CP39" : NumberInt(1629) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a09"), + "Name" : "Spiritomb", + "PokedexNumber" : NumberInt(442), + "Imgname" : NumberInt(442), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "dark", + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(468), + "ATK" : NumberInt(169), + "DEF" : NumberInt(199), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1802), + "CP39" : NumberInt(1777) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a0a"), + "Name" : "Gible", + "PokedexNumber" : NumberInt(443), + "Imgname" : NumberInt(443), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "ground", + "Weather1" : "Windy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(324), + "ATK" : NumberInt(124), + "DEF" : NumberInt(84), + "STA" : NumberInt(116), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(988), + "CP39" : NumberInt(974) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a0b"), + "Name" : "Gabite", + "PokedexNumber" : NumberInt(444), + "Imgname" : NumberInt(444), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "ground", + "Weather1" : "Windy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(438), + "ATK" : NumberInt(172), + "DEF" : NumberInt(130), + "STA" : NumberInt(136), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1728), + "CP39" : NumberInt(1703) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a0c"), + "Name" : "Garchomp", + "PokedexNumber" : NumberInt(445), + "Imgname" : NumberInt(445), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "ground", + "Weather1" : "Windy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(675), + "ATK" : NumberInt(261), + "DEF" : NumberInt(198), + "STA" : NumberInt(216), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3823), + "CP39" : NumberInt(3769) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a0d"), + "Name" : "Munchlax", + "PokedexNumber" : NumberInt(446), + "Imgname" : NumberInt(446), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(544), + "ATK" : NumberInt(137), + "DEF" : NumberInt(137), + "STA" : NumberInt(270), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1975), + "CP39" : NumberInt(1947) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a0e"), + "Name" : "Riolu", + "PokedexNumber" : NumberInt(447), + "Imgname" : NumberInt(447), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(285), + "ATK" : NumberInt(127), + "DEF" : NumberInt(78), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(833), + "CP39" : NumberInt(821) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a0f"), + "Name" : "Lucario", + "PokedexNumber" : NumberInt(448), + "Imgname" : NumberInt(448), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : "steel", + "Weather1" : "Cloudy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(520), + "ATK" : NumberInt(236), + "DEF" : NumberInt(144), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2461), + "CP39" : NumberInt(2425) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a10"), + "Name" : "Hippopotas", + "PokedexNumber" : NumberInt(449), + "Imgname" : NumberInt(449), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(394), + "ATK" : NumberInt(124), + "DEF" : NumberInt(134), + "STA" : NumberInt(136), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1302), + "CP39" : NumberInt(1283) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a11"), + "Name" : "Hippowdon", + "PokedexNumber" : NumberInt(450), + "Imgname" : NumberInt(450), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(629), + "ATK" : NumberInt(201), + "DEF" : NumberInt(212), + "STA" : NumberInt(216), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3089), + "CP39" : NumberInt(3045) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a12"), + "Name" : "Skorupi", + "PokedexNumber" : NumberInt(451), + "Imgname" : NumberInt(451), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "bug", + "Weather1" : "Cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(341), + "ATK" : NumberInt(93), + "DEF" : NumberInt(168), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(889), + "CP39" : NumberInt(876) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a13"), + "Name" : "Drapion", + "PokedexNumber" : NumberInt(452), + "Imgname" : NumberInt(452), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "dark", + "Weather1" : "Cloudy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(539), + "ATK" : NumberInt(180), + "DEF" : NumberInt(219), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2319), + "CP39" : NumberInt(2286) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a14"), + "Name" : "Croagunk", + "PokedexNumber" : NumberInt(453), + "Imgname" : NumberInt(453), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "fighting", + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(288), + "ATK" : NumberInt(116), + "DEF" : NumberInt(76), + "STA" : NumberInt(96), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(822), + "CP39" : NumberInt(810) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a15"), + "Name" : "Toxicroak", + "PokedexNumber" : NumberInt(454), + "Imgname" : NumberInt(454), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "fighting", + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(510), + "ATK" : NumberInt(211), + "DEF" : NumberInt(133), + "STA" : NumberInt(166), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2310), + "CP39" : NumberInt(2277) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a16"), + "Name" : "Carnivine", + "PokedexNumber" : NumberInt(455), + "Imgname" : NumberInt(455), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(471), + "ATK" : NumberInt(187), + "DEF" : NumberInt(136), + "STA" : NumberInt(148), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1979), + "CP39" : NumberInt(1951) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a17"), + "Name" : "Finneon", + "PokedexNumber" : NumberInt(456), + "Imgname" : NumberInt(456), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(313), + "ATK" : NumberInt(96), + "DEF" : NumberInt(119), + "STA" : NumberInt(98), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(853), + "CP39" : NumberInt(840) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a18"), + "Name" : "Lumineon", + "PokedexNumber" : NumberInt(457), + "Imgname" : NumberInt(457), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(455), + "ATK" : NumberInt(142), + "DEF" : NumberInt(175), + "STA" : NumberInt(138), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1671), + "CP39" : NumberInt(1648) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a19"), + "Name" : "Mantyke", + "PokedexNumber" : NumberInt(458), + "Imgname" : NumberInt(458), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(0), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(407), + "ATK" : NumberInt(105), + "DEF" : NumberInt(212), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1157), + "CP39" : NumberInt(1140) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a1a"), + "Name" : "Snover", + "PokedexNumber" : NumberInt(459), + "Imgname" : NumberInt(459), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "ice", + "Weather1" : "Sunny/clear", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(345), + "ATK" : NumberInt(115), + "DEF" : NumberInt(110), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1054), + "CP39" : NumberInt(1039) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a1b"), + "Name" : "Abomasnow", + "PokedexNumber" : NumberInt(460), + "Imgname" : NumberInt(460), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "ice", + "Weather1" : "Sunny/clear", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(521), + "ATK" : NumberInt(178), + "DEF" : NumberInt(163), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2245), + "CP39" : NumberInt(2213) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a1c"), + "Name" : "Weavile", + "PokedexNumber" : NumberInt(461), + "Imgname" : NumberInt(461), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "ice", + "Weather1" : "Fog", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(565), + "ATK" : NumberInt(243), + "DEF" : NumberInt(182), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2815), + "CP39" : NumberInt(2775) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a1d"), + "Name" : "Magnezone", + "PokedexNumber" : NumberInt(462), + "Imgname" : NumberInt(462), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "steel", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(595), + "ATK" : NumberInt(238), + "DEF" : NumberInt(217), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2996), + "CP39" : NumberInt(2953) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a1e"), + "Name" : "Lickilicky", + "PokedexNumber" : NumberInt(463), + "Imgname" : NumberInt(463), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(1), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(562), + "ATK" : NumberInt(161), + "DEF" : NumberInt(181), + "STA" : NumberInt(220), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2359), + "CP39" : NumberInt(2325) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a1f"), + "Name" : "Rhyperior", + "PokedexNumber" : NumberInt(464), + "Imgname" : NumberInt(464), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "rock", + "Weather1" : "Sunny/clear", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(695), + "ATK" : NumberInt(241), + "DEF" : NumberInt(224), + "STA" : NumberInt(230), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3869), + "CP39" : NumberInt(3813) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a20"), + "Name" : "Tangrowth", + "PokedexNumber" : NumberInt(465), + "Imgname" : NumberInt(465), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(626), + "ATK" : NumberInt(207), + "DEF" : NumberInt(219), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3110), + "CP39" : NumberInt(3065) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a21"), + "Name" : "Electivire", + "PokedexNumber" : NumberInt(466), + "Imgname" : NumberInt(466), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(1), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(572), + "ATK" : NumberInt(249), + "DEF" : NumberInt(173), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2904), + "CP39" : NumberInt(2862) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a22"), + "Name" : "Magmortar", + "PokedexNumber" : NumberInt(467), + "Imgname" : NumberInt(467), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : NumberInt(62), + "CrossGen" : NumberInt(1), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(583), + "ATK" : NumberInt(247), + "DEF" : NumberInt(186), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2980), + "CP39" : NumberInt(2937) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a23"), + "Name" : "Togekiss", + "PokedexNumber" : NumberInt(468), + "Imgname" : NumberInt(468), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : "flying", + "Weather1" : "Cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(622), + "ATK" : NumberInt(225), + "DEF" : NumberInt(227), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3171), + "CP39" : NumberInt(3126) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a24"), + "Name" : "Yanmega", + "PokedexNumber" : NumberInt(469), + "Imgname" : NumberInt(469), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(575), + "ATK" : NumberInt(231), + "DEF" : NumberInt(172), + "STA" : NumberInt(172), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2873), + "CP39" : NumberInt(2832) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a25"), + "Name" : "Leafeon", + "PokedexNumber" : NumberInt(470), + "Imgname" : NumberInt(470), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(1), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(600), + "ATK" : NumberInt(216), + "DEF" : NumberInt(254), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2849), + "CP39" : NumberInt(2808) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a26"), + "Name" : "Glaceon", + "PokedexNumber" : NumberInt(471), + "Imgname" : NumberInt(471), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(1), + "Type1" : "ice", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(580), + "ATK" : NumberInt(238), + "DEF" : NumberInt(212), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2866), + "CP39" : NumberInt(2825) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a27"), + "Name" : "Gliscor", + "PokedexNumber" : NumberInt(472), + "Imgname" : NumberInt(472), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(583), + "ATK" : NumberInt(185), + "DEF" : NumberInt(248), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2602), + "CP39" : NumberInt(2565) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a28"), + "Name" : "Mamoswine", + "PokedexNumber" : NumberInt(473), + "Imgname" : NumberInt(473), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : "ground", + "Weather1" : "Snow", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(624), + "ATK" : NumberInt(247), + "DEF" : NumberInt(157), + "STA" : NumberInt(220), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3289), + "CP39" : NumberInt(3242) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a29"), + "Name" : "Porygon-Z", + "PokedexNumber" : NumberInt(474), + "Imgname" : NumberInt(474), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(587), + "ATK" : NumberInt(264), + "DEF" : NumberInt(153), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3072), + "CP39" : NumberInt(3028) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a2a"), + "Name" : "Gallade", + "PokedexNumber" : NumberInt(475), + "Imgname" : NumberInt(475), + "Generation" : NumberInt(4), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "fighting", + "Weather1" : "Windy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(593), + "ATK" : NumberInt(237), + "DEF" : NumberInt(220), + "STA" : NumberInt(136), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2964), + "CP39" : NumberInt(2922) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a2b"), + "Name" : "Probopass", + "PokedexNumber" : NumberInt(476), + "Imgname" : NumberInt(476), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "steel", + "Weather1" : "Partly cloudy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(533), + "ATK" : NumberInt(135), + "DEF" : NumberInt(278), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1863), + "CP39" : NumberInt(1836) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a2c"), + "Name" : "Dusknoir", + "PokedexNumber" : NumberInt(477), + "Imgname" : NumberInt(477), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(524), + "ATK" : NumberInt(180), + "DEF" : NumberInt(254), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2046), + "CP39" : NumberInt(2017) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a2d"), + "Name" : "Froslass", + "PokedexNumber" : NumberInt(478), + "Imgname" : NumberInt(478), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(3), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : "ghost", + "Weather1" : "Snow", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(461), + "ATK" : NumberInt(171), + "DEF" : NumberInt(150), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1857), + "CP39" : NumberInt(1831) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a2e"), + "Name" : "Rotom (Heat Rotom)", + "PokedexNumber" : NumberInt(479), + "Imgname" : "479-heat", + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "ghost", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(444), + "ATK" : NumberInt(185), + "DEF" : NumberInt(159), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1767), + "CP39" : NumberInt(1741) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a2f"), + "Name" : "Rotom (Wash Rotom)", + "PokedexNumber" : NumberInt(479), + "Imgname" : "479-wash", + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "ghost", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(444), + "ATK" : NumberInt(185), + "DEF" : NumberInt(159), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1767), + "CP39" : NumberInt(1741) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a30"), + "Name" : "Rotom (Frost Rotom)", + "PokedexNumber" : NumberInt(479), + "Imgname" : "479-frost", + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "ghost", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(444), + "ATK" : NumberInt(185), + "DEF" : NumberInt(159), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1767), + "CP39" : NumberInt(1741) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a31"), + "Name" : "Rotom (Fan Rotom)", + "PokedexNumber" : NumberInt(479), + "Imgname" : "479-spin", + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "ghost", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(444), + "ATK" : NumberInt(185), + "DEF" : NumberInt(159), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1767), + "CP39" : NumberInt(1741) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a32"), + "Name" : "Rotom (Mow Rotom)", + "PokedexNumber" : NumberInt(479), + "Imgname" : "479-mow", + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "ghost", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(444), + "ATK" : NumberInt(185), + "DEF" : NumberInt(159), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1767), + "CP39" : NumberInt(1741) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a33"), + "Name" : "Rotom (Normal Rotom)", + "PokedexNumber" : NumberInt(479), + "Imgname" : NumberInt(479), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "ghost", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(444), + "ATK" : NumberInt(185), + "DEF" : NumberInt(159), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1767), + "CP39" : NumberInt(1741) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a34"), + "Name" : "Uxie", + "PokedexNumber" : NumberInt(480), + "Imgname" : NumberInt(480), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(576), + "ATK" : NumberInt(156), + "DEF" : NumberInt(270), + "STA" : NumberInt(150), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2316), + "CP39" : NumberInt(2282) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a35"), + "Name" : "Mesprit", + "PokedexNumber" : NumberInt(481), + "Imgname" : NumberInt(481), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(584), + "ATK" : NumberInt(212), + "DEF" : NumberInt(212), + "STA" : NumberInt(160), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2825), + "CP39" : NumberInt(2785) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a36"), + "Name" : "Azelf", + "PokedexNumber" : NumberInt(482), + "Imgname" : NumberInt(482), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(571), + "ATK" : NumberInt(270), + "DEF" : NumberInt(151), + "STA" : NumberInt(150), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2945), + "CP39" : NumberInt(2903) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a37"), + "Name" : "Dialga", + "PokedexNumber" : NumberInt(483), + "Imgname" : NumberInt(483), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "dragon", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(744), + "ATK" : NumberInt(302), + "DEF" : NumberInt(242), + "STA" : NumberInt(200), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4654), + "CP39" : NumberInt(4587) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a38"), + "Name" : "Palkia", + "PokedexNumber" : NumberInt(484), + "Imgname" : NumberInt(484), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "dragon", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(735), + "ATK" : NumberInt(308), + "DEF" : NumberInt(247), + "STA" : NumberInt(180), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4559), + "CP39" : NumberInt(4494) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a39"), + "Name" : "Heatran", + "PokedexNumber" : NumberInt(485), + "Imgname" : NumberInt(485), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "steel", + "Weather1" : "Sunny/clear", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(646), + "ATK" : NumberInt(251), + "DEF" : NumberInt(213), + "STA" : NumberInt(182), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3521), + "CP39" : NumberInt(3470) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a3a"), + "Name" : "Regigigas", + "PokedexNumber" : NumberInt(486), + "Imgname" : NumberInt(486), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(766), + "ATK" : NumberInt(315), + "DEF" : NumberInt(231), + "STA" : NumberInt(220), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4955), + "CP39" : NumberInt(4884) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a3b"), + "Name" : "Giratina (Altered Forme)", + "PokedexNumber" : NumberInt(487), + "Imgname" : NumberInt(487), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "dragon", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(753), + "ATK" : NumberInt(206), + "DEF" : NumberInt(247), + "STA" : NumberInt(300), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3965), + "CP39" : NumberInt(3908) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a3c"), + "Name" : "Giratina (Origin Forme)", + "PokedexNumber" : NumberInt(487), + "Imgname" : "487-origin", + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "dragon", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(753), + "ATK" : NumberInt(206), + "DEF" : NumberInt(247), + "STA" : NumberInt(300), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3965), + "CP39" : NumberInt(3908) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a3d"), + "Name" : "Cresselia", + "PokedexNumber" : NumberInt(488), + "Imgname" : NumberInt(488), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(655), + "ATK" : NumberInt(152), + "DEF" : NumberInt(263), + "STA" : NumberInt(240), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2777), + "CP39" : NumberInt(2737) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a3e"), + "Name" : "Phione", + "PokedexNumber" : NumberInt(489), + "Imgname" : NumberInt(489), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(484), + "ATK" : NumberInt(162), + "DEF" : NumberInt(162), + "STA" : NumberInt(160), + "Legendary" : NumberInt(2), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1945), + "CP39" : NumberInt(1917) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a3f"), + "Name" : "Manaphy", + "PokedexNumber" : NumberInt(490), + "Imgname" : NumberInt(490), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(620), + "ATK" : NumberInt(210), + "DEF" : NumberInt(210), + "STA" : NumberInt(200), + "Legendary" : NumberInt(2), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3090), + "CP39" : NumberInt(3046) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a40"), + "Name" : "Darkrai", + "PokedexNumber" : NumberInt(491), + "Imgname" : NumberInt(491), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(623), + "ATK" : NumberInt(285), + "DEF" : NumberInt(198), + "STA" : NumberInt(140), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3404), + "CP39" : NumberInt(3355) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a41"), + "Name" : "Shaymin (Land Forme)", + "PokedexNumber" : NumberInt(492), + "Imgname" : NumberInt(492), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(620), + "ATK" : NumberInt(210), + "DEF" : NumberInt(210), + "STA" : NumberInt(200), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3090), + "CP39" : NumberInt(3046) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a42"), + "Name" : "Shaymin (Sky Forme)", + "PokedexNumber" : NumberInt(492), + "Imgname" : "492-sky", + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(620), + "ATK" : NumberInt(210), + "DEF" : NumberInt(210), + "STA" : NumberInt(200), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3090), + "CP39" : NumberInt(3046) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a43"), + "Name" : "Arceus", + "PokedexNumber" : NumberInt(493), + "Imgname" : NumberInt(493), + "Generation" : NumberInt(4), + "EvolutionStage" : NumberInt(1), + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(764), + "ATK" : NumberInt(262), + "DEF" : NumberInt(262), + "STA" : NumberInt(240), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4598), + "CP39" : NumberInt(4532) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a44"), + "Name" : "Victini", + "PokedexNumber" : NumberInt(494), + "Imgname" : NumberInt(494), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "fire", + "Weather1" : "Windy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(620), + "ATK" : NumberInt(210), + "DEF" : NumberInt(210), + "STA" : NumberInt(200), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3090), + "CP39" : NumberInt(3046) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a45"), + "Name" : "Snivy", + "PokedexNumber" : NumberInt(495), + "Imgname" : NumberInt(495), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(285), + "ATK" : NumberInt(88), + "DEF" : NumberInt(107), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(728), + "CP39" : NumberInt(717) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a46"), + "Name" : "Servine", + "PokedexNumber" : NumberInt(496), + "Imgname" : NumberInt(496), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(394), + "ATK" : NumberInt(122), + "DEF" : NumberInt(152), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1284), + "CP39" : NumberInt(1266) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a47"), + "Name" : "Serperior", + "PokedexNumber" : NumberInt(497), + "Imgname" : NumberInt(497), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(515), + "ATK" : NumberInt(161), + "DEF" : NumberInt(204), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2089), + "CP39" : NumberInt(2059) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a48"), + "Name" : "Tepig", + "PokedexNumber" : NumberInt(498), + "Imgname" : NumberInt(498), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(330), + "ATK" : NumberInt(115), + "DEF" : NumberInt(85), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(977), + "CP39" : NumberInt(963) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a49"), + "Name" : "Pignite", + "PokedexNumber" : NumberInt(499), + "Imgname" : NumberInt(499), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "fighting", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(459), + "ATK" : NumberInt(173), + "DEF" : NumberInt(106), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1803), + "CP39" : NumberInt(1777) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a4a"), + "Name" : "Emboar", + "PokedexNumber" : NumberInt(500), + "Imgname" : NumberInt(500), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "fighting", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(582), + "ATK" : NumberInt(235), + "DEF" : NumberInt(127), + "STA" : NumberInt(220), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2852), + "CP39" : NumberInt(2811) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a4b"), + "Name" : "Oshawott", + "PokedexNumber" : NumberInt(501), + "Imgname" : NumberInt(501), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(312), + "ATK" : NumberInt(117), + "DEF" : NumberInt(85), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(921), + "CP39" : NumberInt(908) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a4c"), + "Name" : "Dewott", + "PokedexNumber" : NumberInt(502), + "Imgname" : NumberInt(502), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(425), + "ATK" : NumberInt(159), + "DEF" : NumberInt(116), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1597), + "CP39" : NumberInt(1574) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a4d"), + "Name" : "Samurott", + "PokedexNumber" : NumberInt(503), + "Imgname" : NumberInt(503), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(566), + "ATK" : NumberInt(212), + "DEF" : NumberInt(164), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2715), + "CP39" : NumberInt(2677) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a4e"), + "Name" : "Patrat", + "PokedexNumber" : NumberInt(504), + "Imgname" : NumberInt(504), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(261), + "ATK" : NumberInt(98), + "DEF" : NumberInt(73), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(678), + "CP39" : NumberInt(668) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a4f"), + "Name" : "Watchog", + "PokedexNumber" : NumberInt(505), + "Imgname" : NumberInt(505), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(424), + "ATK" : NumberInt(165), + "DEF" : NumberInt(139), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1621), + "CP39" : NumberInt(1597) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a50"), + "Name" : "Lillipup", + "PokedexNumber" : NumberInt(506), + "Imgname" : NumberInt(506), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(283), + "ATK" : NumberInt(107), + "DEF" : NumberInt(86), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(784), + "CP39" : NumberInt(773) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a51"), + "Name" : "Herdier", + "PokedexNumber" : NumberInt(507), + "Imgname" : NumberInt(507), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(401), + "ATK" : NumberInt(145), + "DEF" : NumberInt(126), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1428), + "CP39" : NumberInt(1408) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a52"), + "Name" : "Stoutland", + "PokedexNumber" : NumberInt(508), + "Imgname" : NumberInt(508), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(558), + "ATK" : NumberInt(206), + "DEF" : NumberInt(182), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2635), + "CP39" : NumberInt(2597) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a53"), + "Name" : "Purrloin", + "PokedexNumber" : NumberInt(509), + "Imgname" : NumberInt(509), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(253), + "ATK" : NumberInt(98), + "DEF" : NumberInt(73), + "STA" : NumberInt(82), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(652), + "CP39" : NumberInt(642) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a54"), + "Name" : "Liepard", + "PokedexNumber" : NumberInt(510), + "Imgname" : NumberInt(510), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(421), + "ATK" : NumberInt(187), + "DEF" : NumberInt(106), + "STA" : NumberInt(128), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1659), + "CP39" : NumberInt(1635) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a55"), + "Name" : "Pansage", + "PokedexNumber" : NumberInt(511), + "Imgname" : NumberInt(511), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(298), + "ATK" : NumberInt(104), + "DEF" : NumberInt(94), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(832), + "CP39" : NumberInt(820) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a56"), + "Name" : "Simisage", + "PokedexNumber" : NumberInt(512), + "Imgname" : NumberInt(512), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(489), + "ATK" : NumberInt(206), + "DEF" : NumberInt(133), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2156), + "CP39" : NumberInt(2126) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a57"), + "Name" : "Pansear", + "PokedexNumber" : NumberInt(513), + "Imgname" : NumberInt(513), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(298), + "ATK" : NumberInt(104), + "DEF" : NumberInt(94), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(832), + "CP39" : NumberInt(820) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a58"), + "Name" : "Simisear", + "PokedexNumber" : NumberInt(514), + "Imgname" : NumberInt(514), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(489), + "ATK" : NumberInt(206), + "DEF" : NumberInt(133), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2156), + "CP39" : NumberInt(2126) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a59"), + "Name" : "Panpour", + "PokedexNumber" : NumberInt(515), + "Imgname" : NumberInt(515), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(298), + "ATK" : NumberInt(104), + "DEF" : NumberInt(94), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(832), + "CP39" : NumberInt(820) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a5a"), + "Name" : "Simipour", + "PokedexNumber" : NumberInt(516), + "Imgname" : NumberInt(516), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(489), + "ATK" : NumberInt(206), + "DEF" : NumberInt(133), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2156), + "CP39" : NumberInt(2126) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a5b"), + "Name" : "Munna", + "PokedexNumber" : NumberInt(517), + "Imgname" : NumberInt(517), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(360), + "ATK" : NumberInt(111), + "DEF" : NumberInt(97), + "STA" : NumberInt(152), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1076), + "CP39" : NumberInt(1060) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a5c"), + "Name" : "Musharna", + "PokedexNumber" : NumberInt(518), + "Imgname" : NumberInt(518), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(586), + "ATK" : NumberInt(183), + "DEF" : NumberInt(171), + "STA" : NumberInt(232), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2650), + "CP39" : NumberInt(2612) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a5d"), + "Name" : "Pidove", + "PokedexNumber" : NumberInt(519), + "Imgname" : NumberInt(519), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(287), + "ATK" : NumberInt(98), + "DEF" : NumberInt(89), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(771), + "CP39" : NumberInt(760) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a5e"), + "Name" : "Tranquill", + "PokedexNumber" : NumberInt(520), + "Imgname" : NumberInt(520), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(385), + "ATK" : NumberInt(144), + "DEF" : NumberInt(117), + "STA" : NumberInt(124), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1345), + "CP39" : NumberInt(1325) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a5f"), + "Name" : "Unfezant", + "PokedexNumber" : NumberInt(521), + "Imgname" : NumberInt(521), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(546), + "ATK" : NumberInt(226), + "DEF" : NumberInt(160), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2634), + "CP39" : NumberInt(2596) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a60"), + "Name" : "Blitzle", + "PokedexNumber" : NumberInt(522), + "Imgname" : NumberInt(522), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(272), + "ATK" : NumberInt(118), + "DEF" : NumberInt(64), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(756), + "CP39" : NumberInt(745) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a61"), + "Name" : "Zebstrika", + "PokedexNumber" : NumberInt(523), + "Imgname" : NumberInt(523), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(497), + "ATK" : NumberInt(211), + "DEF" : NumberInt(136), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2228), + "CP39" : NumberInt(2196) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a62"), + "Name" : "Roggenrola", + "PokedexNumber" : NumberInt(524), + "Imgname" : NumberInt(524), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(367), + "ATK" : NumberInt(121), + "DEF" : NumberInt(136), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1166), + "CP39" : NumberInt(1150) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a63"), + "Name" : "Boldore", + "PokedexNumber" : NumberInt(525), + "Imgname" : NumberInt(525), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(487), + "ATK" : NumberInt(174), + "DEF" : NumberInt(173), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2015), + "CP39" : NumberInt(1986) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a64"), + "Name" : "Gigalith", + "PokedexNumber" : NumberInt(526), + "Imgname" : NumberInt(526), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(619), + "ATK" : NumberInt(226), + "DEF" : NumberInt(223), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3158), + "CP39" : NumberInt(3113) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a65"), + "Name" : "Woobat", + "PokedexNumber" : NumberInt(527), + "Imgname" : NumberInt(527), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "flying", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(322), + "ATK" : NumberInt(107), + "DEF" : NumberInt(85), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(917), + "CP39" : NumberInt(904) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a66"), + "Name" : "Swoobat", + "PokedexNumber" : NumberInt(528), + "Imgname" : NumberInt(528), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "flying", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(414), + "ATK" : NumberInt(161), + "DEF" : NumberInt(119), + "STA" : NumberInt(134), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1553), + "CP39" : NumberInt(1531) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a67"), + "Name" : "Drilbur", + "PokedexNumber" : NumberInt(529), + "Imgname" : NumberInt(529), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(362), + "ATK" : NumberInt(154), + "DEF" : NumberInt(88), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1244), + "CP39" : NumberInt(1226) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a68"), + "Name" : "Excadrill", + "PokedexNumber" : NumberInt(530), + "Imgname" : NumberInt(530), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "steel", + "Weather1" : "Sunny/clear", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(607), + "ATK" : NumberInt(255), + "DEF" : NumberInt(132), + "STA" : NumberInt(220), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3134), + "CP39" : NumberInt(3089) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a69"), + "Name" : "Audino", + "PokedexNumber" : NumberInt(531), + "Imgname" : NumberInt(531), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(483), + "ATK" : NumberInt(114), + "DEF" : NumberInt(163), + "STA" : NumberInt(206), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1598), + "CP39" : NumberInt(1575) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a6a"), + "Name" : "Timburr", + "PokedexNumber" : NumberInt(532), + "Imgname" : NumberInt(532), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(381), + "ATK" : NumberInt(134), + "DEF" : NumberInt(97), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1265), + "CP39" : NumberInt(1247) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a6b"), + "Name" : "Gurdurr", + "PokedexNumber" : NumberInt(533), + "Imgname" : NumberInt(533), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(500), + "ATK" : NumberInt(180), + "DEF" : NumberInt(150), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2127), + "CP39" : NumberInt(2097) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a6c"), + "Name" : "Conkeldurr", + "PokedexNumber" : NumberInt(534), + "Imgname" : NumberInt(534), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(625), + "ATK" : NumberInt(243), + "DEF" : NumberInt(172), + "STA" : NumberInt(210), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3305), + "CP39" : NumberInt(3258) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a6d"), + "Name" : "Tympole", + "PokedexNumber" : NumberInt(535), + "Imgname" : NumberInt(535), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(276), + "ATK" : NumberInt(98), + "DEF" : NumberInt(78), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(729), + "CP39" : NumberInt(719) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a6e"), + "Name" : "Palpitoad", + "PokedexNumber" : NumberInt(536), + "Imgname" : NumberInt(536), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ground", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(387), + "ATK" : NumberInt(128), + "DEF" : NumberInt(109), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1277), + "CP39" : NumberInt(1259) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a6f"), + "Name" : "Seismitoad", + "PokedexNumber" : NumberInt(537), + "Imgname" : NumberInt(537), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ground", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(548), + "ATK" : NumberInt(188), + "DEF" : NumberInt(150), + "STA" : NumberInt(210), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2442), + "CP39" : NumberInt(2408) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a70"), + "Name" : "Throh", + "PokedexNumber" : NumberInt(538), + "Imgname" : NumberInt(538), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(572), + "ATK" : NumberInt(172), + "DEF" : NumberInt(160), + "STA" : NumberInt(240), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2467), + "CP39" : NumberInt(2432) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a71"), + "Name" : "Sawk", + "PokedexNumber" : NumberInt(539), + "Imgname" : NumberInt(539), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(534), + "ATK" : NumberInt(231), + "DEF" : NumberInt(153), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2558), + "CP39" : NumberInt(2521) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a72"), + "Name" : "Sewaddle", + "PokedexNumber" : NumberInt(540), + "Imgname" : NumberInt(540), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "grass", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(315), + "ATK" : NumberInt(96), + "DEF" : NumberInt(129), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(852), + "CP39" : NumberInt(840) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a73"), + "Name" : "Swadloon", + "PokedexNumber" : NumberInt(541), + "Imgname" : NumberInt(541), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "grass", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(391), + "ATK" : NumberInt(115), + "DEF" : NumberInt(166), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1221), + "CP39" : NumberInt(1203) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a74"), + "Name" : "Leavanny", + "PokedexNumber" : NumberInt(542), + "Imgname" : NumberInt(542), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "grass", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(520), + "ATK" : NumberInt(205), + "DEF" : NumberInt(165), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2368), + "CP39" : NumberInt(2334) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a75"), + "Name" : "Venipede", + "PokedexNumber" : NumberInt(543), + "Imgname" : NumberInt(543), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(252), + "ATK" : NumberInt(83), + "DEF" : NumberInt(109), + "STA" : NumberInt(60), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(590), + "CP39" : NumberInt(581) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a76"), + "Name" : "Whirlipede", + "PokedexNumber" : NumberInt(544), + "Imgname" : NumberInt(544), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(362), + "ATK" : NumberInt(100), + "DEF" : NumberInt(182), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(982), + "CP39" : NumberInt(968) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a77"), + "Name" : "Scolipede", + "PokedexNumber" : NumberInt(545), + "Imgname" : NumberInt(545), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "poison", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(509), + "ATK" : NumberInt(203), + "DEF" : NumberInt(186), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2242), + "CP39" : NumberInt(2210) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a78"), + "Name" : "Cottonee", + "PokedexNumber" : NumberInt(546), + "Imgname" : NumberInt(546), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "fairy", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(267), + "ATK" : NumberInt(71), + "DEF" : NumberInt(116), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(599), + "CP39" : NumberInt(590) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a79"), + "Name" : "Whimsicott", + "PokedexNumber" : NumberInt(547), + "Imgname" : NumberInt(547), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "fairy", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(466), + "ATK" : NumberInt(164), + "DEF" : NumberInt(182), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1823), + "CP39" : NumberInt(1797) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a7a"), + "Name" : "Petilil", + "PokedexNumber" : NumberInt(548), + "Imgname" : NumberInt(548), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(300), + "ATK" : NumberInt(119), + "DEF" : NumberInt(91), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(882), + "CP39" : NumberInt(870) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a7b"), + "Name" : "Lilligant", + "PokedexNumber" : NumberInt(549), + "Imgname" : NumberInt(549), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(509), + "ATK" : NumberInt(214), + "DEF" : NumberInt(155), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2321), + "CP39" : NumberInt(2288) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a7c"), + "Name" : "Basculin", + "PokedexNumber" : NumberInt(550), + "Imgname" : NumberInt(550), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(463), + "ATK" : NumberInt(189), + "DEF" : NumberInt(134), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1936), + "CP39" : NumberInt(1908) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a7d"), + "Name" : "Sandile", + "PokedexNumber" : NumberInt(551), + "Imgname" : NumberInt(551), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "dark", + "Weather1" : "Sunny/clear", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(301), + "ATK" : NumberInt(132), + "DEF" : NumberInt(69), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(902), + "CP39" : NumberInt(889) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a7e"), + "Name" : "Krokorok", + "PokedexNumber" : NumberInt(552), + "Imgname" : NumberInt(552), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "dark", + "Weather1" : "Sunny/clear", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(365), + "ATK" : NumberInt(155), + "DEF" : NumberInt(90), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1264), + "CP39" : NumberInt(1246) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a7f"), + "Name" : "Krookodile", + "PokedexNumber" : NumberInt(553), + "Imgname" : NumberInt(553), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "dark", + "Weather1" : "Sunny/clear", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(582), + "ATK" : NumberInt(229), + "DEF" : NumberInt(163), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2911), + "CP39" : NumberInt(2869) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a80"), + "Name" : "Darumaka", + "PokedexNumber" : NumberInt(554), + "Imgname" : NumberInt(554), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(379), + "ATK" : NumberInt(153), + "DEF" : NumberInt(86), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1312), + "CP39" : NumberInt(1294) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a81"), + "Name" : "Darmanitan (Zen Mode)", + "PokedexNumber" : NumberInt(555), + "Imgname" : NumberInt(555), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(587), + "ATK" : NumberInt(263), + "DEF" : NumberInt(114), + "STA" : NumberInt(210), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2958), + "CP39" : NumberInt(2915) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a82"), + "Name" : "Darmanitan (Standard Mode)", + "PokedexNumber" : NumberInt(555), + "Imgname" : NumberInt(555), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(587), + "ATK" : NumberInt(263), + "DEF" : NumberInt(114), + "STA" : NumberInt(210), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2958), + "CP39" : NumberInt(2915) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a83"), + "Name" : "Maractus", + "PokedexNumber" : NumberInt(556), + "Imgname" : NumberInt(556), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(481), + "ATK" : NumberInt(201), + "DEF" : NumberInt(130), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2086), + "CP39" : NumberInt(2056) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a84"), + "Name" : "Dwebble", + "PokedexNumber" : NumberInt(557), + "Imgname" : NumberInt(557), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "rock", + "Weather1" : "Rainy", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(370), + "ATK" : NumberInt(118), + "DEF" : NumberInt(152), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1151), + "CP39" : NumberInt(1134) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a85"), + "Name" : "Crustle", + "PokedexNumber" : NumberInt(558), + "Imgname" : NumberInt(558), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "rock", + "Weather1" : "Rainy", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(552), + "ATK" : NumberInt(188), + "DEF" : NumberInt(224), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2440), + "CP39" : NumberInt(2405) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a86"), + "Name" : "Scraggy", + "PokedexNumber" : NumberInt(559), + "Imgname" : NumberInt(559), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "fighting", + "Weather1" : "Fog", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(364), + "ATK" : NumberInt(132), + "DEF" : NumberInt(132), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1193), + "CP39" : NumberInt(1176) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a87"), + "Name" : "Scrafty", + "PokedexNumber" : NumberInt(560), + "Imgname" : NumberInt(560), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "fighting", + "Weather1" : "Fog", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(515), + "ATK" : NumberInt(163), + "DEF" : NumberInt(222), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2060), + "CP39" : NumberInt(2031) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a88"), + "Name" : "Sigilyph", + "PokedexNumber" : NumberInt(561), + "Imgname" : NumberInt(561), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "flying", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(515), + "ATK" : NumberInt(204), + "DEF" : NumberInt(167), + "STA" : NumberInt(144), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2326), + "CP39" : NumberInt(2293) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a89"), + "Name" : "Yamask", + "PokedexNumber" : NumberInt(562), + "Imgname" : NumberInt(562), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(321), + "ATK" : NumberInt(95), + "DEF" : NumberInt(150), + "STA" : NumberInt(76), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(841), + "CP39" : NumberInt(829) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a8a"), + "Name" : "Cofagrigus", + "PokedexNumber" : NumberInt(563), + "Imgname" : NumberInt(563), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(534), + "ATK" : NumberInt(163), + "DEF" : NumberInt(255), + "STA" : NumberInt(116), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2090), + "CP39" : NumberInt(2060) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a8b"), + "Name" : "Tirtouga", + "PokedexNumber" : NumberInt(564), + "Imgname" : NumberInt(564), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "rock", + "Weather1" : "Rainy", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(414), + "ATK" : NumberInt(134), + "DEF" : NumberInt(172), + "STA" : NumberInt(108), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1411), + "CP39" : NumberInt(1391) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a8c"), + "Name" : "Carracosta", + "PokedexNumber" : NumberInt(565), + "Imgname" : NumberInt(565), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "rock", + "Weather1" : "Rainy", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(568), + "ATK" : NumberInt(192), + "DEF" : NumberInt(228), + "STA" : NumberInt(148), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2573), + "CP39" : NumberInt(2536) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a8d"), + "Name" : "Archen", + "PokedexNumber" : NumberInt(566), + "Imgname" : NumberInt(566), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(412), + "ATK" : NumberInt(213), + "DEF" : NumberInt(89), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1623), + "CP39" : NumberInt(1600) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a8e"), + "Name" : "Archeops", + "PokedexNumber" : NumberInt(567), + "Imgname" : NumberInt(567), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(581), + "ATK" : NumberInt(292), + "DEF" : NumberInt(139), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3056), + "CP39" : NumberInt(3012) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a8f"), + "Name" : "Trubbish", + "PokedexNumber" : NumberInt(568), + "Imgname" : NumberInt(568), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(318), + "ATK" : NumberInt(96), + "DEF" : NumberInt(122), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(870), + "CP39" : NumberInt(857) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a90"), + "Name" : "Garbodor", + "PokedexNumber" : NumberInt(569), + "Imgname" : NumberInt(569), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(505), + "ATK" : NumberInt(181), + "DEF" : NumberInt(164), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2166), + "CP39" : NumberInt(2135) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a91"), + "Name" : "Zorua", + "PokedexNumber" : NumberInt(570), + "Imgname" : NumberInt(570), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(311), + "ATK" : NumberInt(153), + "DEF" : NumberInt(78), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(986), + "CP39" : NumberInt(972) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a92"), + "Name" : "Zoroark", + "PokedexNumber" : NumberInt(571), + "Imgname" : NumberInt(571), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : null, + "Weather1" : "Fog", + "Weather2" : null, + "STATTOTAL" : NumberInt(497), + "ATK" : NumberInt(250), + "DEF" : NumberInt(127), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2291), + "CP39" : NumberInt(2258) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a93"), + "Name" : "Minccino", + "PokedexNumber" : NumberInt(572), + "Imgname" : NumberInt(572), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(288), + "ATK" : NumberInt(98), + "DEF" : NumberInt(80), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(769), + "CP39" : NumberInt(758) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a94"), + "Name" : "Cinccino", + "PokedexNumber" : NumberInt(573), + "Imgname" : NumberInt(573), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(478), + "ATK" : NumberInt(198), + "DEF" : NumberInt(130), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2057), + "CP39" : NumberInt(2028) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a95"), + "Name" : "Gothita", + "PokedexNumber" : NumberInt(574), + "Imgname" : NumberInt(574), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(306), + "ATK" : NumberInt(98), + "DEF" : NumberInt(118), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(834), + "CP39" : NumberInt(822) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a96"), + "Name" : "Gothorita", + "PokedexNumber" : NumberInt(575), + "Imgname" : NumberInt(575), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(416), + "ATK" : NumberInt(137), + "DEF" : NumberInt(159), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1455), + "CP39" : NumberInt(1434) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a97"), + "Name" : "Gothitelle", + "PokedexNumber" : NumberInt(576), + "Imgname" : NumberInt(576), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(528), + "ATK" : NumberInt(176), + "DEF" : NumberInt(212), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2237), + "CP39" : NumberInt(2205) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a98"), + "Name" : "Solosis", + "PokedexNumber" : NumberInt(577), + "Imgname" : NumberInt(577), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(347), + "ATK" : NumberInt(170), + "DEF" : NumberInt(87), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1195), + "CP39" : NumberInt(1178) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a99"), + "Name" : "Duosion", + "PokedexNumber" : NumberInt(578), + "Imgname" : NumberInt(578), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(445), + "ATK" : NumberInt(208), + "DEF" : NumberInt(107), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1852), + "CP39" : NumberInt(1826) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a9a"), + "Name" : "Reuniclus", + "PokedexNumber" : NumberInt(579), + "Imgname" : NumberInt(579), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(587), + "ATK" : NumberInt(214), + "DEF" : NumberInt(153), + "STA" : NumberInt(220), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2841), + "CP39" : NumberInt(2801) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a9b"), + "Name" : "Ducklett", + "PokedexNumber" : NumberInt(580), + "Imgname" : NumberInt(580), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(304), + "ATK" : NumberInt(84), + "DEF" : NumberInt(96), + "STA" : NumberInt(124), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(768), + "CP39" : NumberInt(757) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a9c"), + "Name" : "Swanna", + "PokedexNumber" : NumberInt(581), + "Imgname" : NumberInt(581), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(464), + "ATK" : NumberInt(182), + "DEF" : NumberInt(132), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1916), + "CP39" : NumberInt(1888) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a9d"), + "Name" : "Vanillite", + "PokedexNumber" : NumberInt(582), + "Imgname" : NumberInt(582), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(301), + "ATK" : NumberInt(118), + "DEF" : NumberInt(111), + "STA" : NumberInt(72), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(869), + "CP39" : NumberInt(857) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a9e"), + "Name" : "Vanillish", + "PokedexNumber" : NumberInt(583), + "Imgname" : NumberInt(583), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(396), + "ATK" : NumberInt(151), + "DEF" : NumberInt(143), + "STA" : NumberInt(102), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1409), + "CP39" : NumberInt(1389) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39a9f"), + "Name" : "Vanilluxe", + "PokedexNumber" : NumberInt(584), + "Imgname" : NumberInt(584), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(550), + "ATK" : NumberInt(218), + "DEF" : NumberInt(190), + "STA" : NumberInt(142), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2610), + "CP39" : NumberInt(2573) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aa0"), + "Name" : "Deerling", + "PokedexNumber" : NumberInt(585), + "Imgname" : NumberInt(585), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "grass", + "Weather1" : "Partly cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(335), + "ATK" : NumberInt(115), + "DEF" : NumberInt(100), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1011), + "CP39" : NumberInt(997) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aa1"), + "Name" : "Sawsbuck", + "PokedexNumber" : NumberInt(586), + "Imgname" : NumberInt(586), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "grass", + "Weather1" : "Partly cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(504), + "ATK" : NumberInt(198), + "DEF" : NumberInt(146), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2233), + "CP39" : NumberInt(2201) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aa2"), + "Name" : "Emolga", + "PokedexNumber" : NumberInt(587), + "Imgname" : NumberInt(587), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(395), + "ATK" : NumberInt(158), + "DEF" : NumberInt(127), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1439), + "CP39" : NumberInt(1419) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aa3"), + "Name" : "Karrablast", + "PokedexNumber" : NumberInt(588), + "Imgname" : NumberInt(588), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(324), + "ATK" : NumberInt(137), + "DEF" : NumberInt(87), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1028), + "CP39" : NumberInt(1013) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aa4"), + "Name" : "Escavalier", + "PokedexNumber" : NumberInt(589), + "Imgname" : NumberInt(589), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "steel", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(550), + "ATK" : NumberInt(223), + "DEF" : NumberInt(187), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2630), + "CP39" : NumberInt(2592) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aa5"), + "Name" : "Foongus", + "PokedexNumber" : NumberInt(590), + "Imgname" : NumberInt(590), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(330), + "ATK" : NumberInt(97), + "DEF" : NumberInt(95), + "STA" : NumberInt(138), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(907), + "CP39" : NumberInt(894) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aa6"), + "Name" : "Amoonguss", + "PokedexNumber" : NumberInt(591), + "Imgname" : NumberInt(591), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(527), + "ATK" : NumberInt(155), + "DEF" : NumberInt(144), + "STA" : NumberInt(228), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2087), + "CP39" : NumberInt(2057) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aa7"), + "Name" : "Frillish", + "PokedexNumber" : NumberInt(592), + "Imgname" : NumberInt(592), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ghost", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(375), + "ATK" : NumberInt(115), + "DEF" : NumberInt(150), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1166), + "CP39" : NumberInt(1149) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aa8"), + "Name" : "Jellicent", + "PokedexNumber" : NumberInt(593), + "Imgname" : NumberInt(593), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "ghost", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(554), + "ATK" : NumberInt(159), + "DEF" : NumberInt(195), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2309), + "CP39" : NumberInt(2276) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aa9"), + "Name" : "Alomomola", + "PokedexNumber" : NumberInt(594), + "Imgname" : NumberInt(594), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(616), + "ATK" : NumberInt(138), + "DEF" : NumberInt(148), + "STA" : NumberInt(330), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2266), + "CP39" : NumberInt(2233) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aaa"), + "Name" : "Joltik", + "PokedexNumber" : NumberInt(595), + "Imgname" : NumberInt(595), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "electric", + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(308), + "ATK" : NumberInt(110), + "DEF" : NumberInt(98), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(889), + "CP39" : NumberInt(877) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aab"), + "Name" : "Galvantula", + "PokedexNumber" : NumberInt(596), + "Imgname" : NumberInt(596), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "electric", + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(469), + "ATK" : NumberInt(201), + "DEF" : NumberInt(128), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2008), + "CP39" : NumberInt(1979) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aac"), + "Name" : "Ferroseed", + "PokedexNumber" : NumberInt(597), + "Imgname" : NumberInt(597), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "steel", + "Weather1" : "Sunny/clear", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(327), + "ATK" : NumberInt(82), + "DEF" : NumberInt(157), + "STA" : NumberInt(88), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(806), + "CP39" : NumberInt(794) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aad"), + "Name" : "Ferrothorn", + "PokedexNumber" : NumberInt(598), + "Imgname" : NumberInt(598), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "steel", + "Weather1" : "Sunny/clear", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(536), + "ATK" : NumberInt(158), + "DEF" : NumberInt(230), + "STA" : NumberInt(148), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2159), + "CP39" : NumberInt(2128) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aae"), + "Name" : "Klink", + "PokedexNumber" : NumberInt(599), + "Imgname" : NumberInt(599), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(304), + "ATK" : NumberInt(98), + "DEF" : NumberInt(126), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(816), + "CP39" : NumberInt(805) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aaf"), + "Name" : "Klang", + "PokedexNumber" : NumberInt(600), + "Imgname" : NumberInt(600), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(449), + "ATK" : NumberInt(150), + "DEF" : NumberInt(179), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1667), + "CP39" : NumberInt(1643) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ab0"), + "Name" : "Klinklang", + "PokedexNumber" : NumberInt(601), + "Imgname" : NumberInt(601), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(549), + "ATK" : NumberInt(199), + "DEF" : NumberInt(230), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2430), + "CP39" : NumberInt(2396) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ab1"), + "Name" : "Tynamo", + "PokedexNumber" : NumberInt(602), + "Imgname" : NumberInt(602), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(253), + "ATK" : NumberInt(105), + "DEF" : NumberInt(78), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(666), + "CP39" : NumberInt(656) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ab2"), + "Name" : "Eelektrik", + "PokedexNumber" : NumberInt(603), + "Imgname" : NumberInt(603), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(416), + "ATK" : NumberInt(156), + "DEF" : NumberInt(130), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1548), + "CP39" : NumberInt(1526) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ab3"), + "Name" : "Eelektross", + "PokedexNumber" : NumberInt(604), + "Imgname" : NumberInt(604), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(539), + "ATK" : NumberInt(217), + "DEF" : NumberInt(152), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2546), + "CP39" : NumberInt(2510) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ab4"), + "Name" : "Elgyem", + "PokedexNumber" : NumberInt(605), + "Imgname" : NumberInt(605), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(358), + "ATK" : NumberInt(148), + "DEF" : NumberInt(100), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1220), + "CP39" : NumberInt(1203) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ab5"), + "Name" : "Beheeyem", + "PokedexNumber" : NumberInt(606), + "Imgname" : NumberInt(606), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(543), + "ATK" : NumberInt(221), + "DEF" : NumberInt(172), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2589), + "CP39" : NumberInt(2552) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ab6"), + "Name" : "Litwick", + "PokedexNumber" : NumberInt(607), + "Imgname" : NumberInt(607), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "fire", + "Weather1" : "Fog", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(306), + "ATK" : NumberInt(108), + "DEF" : NumberInt(98), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(875), + "CP39" : NumberInt(863) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ab7"), + "Name" : "Lampent", + "PokedexNumber" : NumberInt(608), + "Imgname" : NumberInt(608), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "fire", + "Weather1" : "Fog", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(404), + "ATK" : NumberInt(169), + "DEF" : NumberInt(115), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1522), + "CP39" : NumberInt(1500) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ab8"), + "Name" : "Chandelure", + "PokedexNumber" : NumberInt(609), + "Imgname" : NumberInt(609), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "fire", + "Weather1" : "Fog", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(573), + "ATK" : NumberInt(271), + "DEF" : NumberInt(182), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2913), + "CP39" : NumberInt(2871) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ab9"), + "Name" : "Axew", + "PokedexNumber" : NumberInt(610), + "Imgname" : NumberInt(610), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(357), + "ATK" : NumberInt(154), + "DEF" : NumberInt(111), + "STA" : NumberInt(92), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1225), + "CP39" : NumberInt(1208) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aba"), + "Name" : "Fraxure", + "PokedexNumber" : NumberInt(611), + "Imgname" : NumberInt(611), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(477), + "ATK" : NumberInt(212), + "DEF" : NumberInt(133), + "STA" : NumberInt(132), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2091), + "CP39" : NumberInt(2061) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39abb"), + "Name" : "Haxorus", + "PokedexNumber" : NumberInt(612), + "Imgname" : NumberInt(612), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(619), + "ATK" : NumberInt(284), + "DEF" : NumberInt(183), + "STA" : NumberInt(152), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3395), + "CP39" : NumberInt(3347) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39abc"), + "Name" : "Cubchoo", + "PokedexNumber" : NumberInt(613), + "Imgname" : NumberInt(613), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(312), + "ATK" : NumberInt(128), + "DEF" : NumberInt(74), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(942), + "CP39" : NumberInt(928) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39abd"), + "Name" : "Beartic", + "PokedexNumber" : NumberInt(614), + "Imgname" : NumberInt(614), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(575), + "ATK" : NumberInt(233), + "DEF" : NumberInt(152), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2865), + "CP39" : NumberInt(2825) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39abe"), + "Name" : "Cryogonal", + "PokedexNumber" : NumberInt(615), + "Imgname" : NumberInt(615), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(614), + "ATK" : NumberInt(190), + "DEF" : NumberInt(264), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2829), + "CP39" : NumberInt(2788) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39abf"), + "Name" : "Shelmet", + "PokedexNumber" : NumberInt(616), + "Imgname" : NumberInt(616), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(321), + "ATK" : NumberInt(72), + "DEF" : NumberInt(149), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(746), + "CP39" : NumberInt(735) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ac0"), + "Name" : "Accelgor", + "PokedexNumber" : NumberInt(617), + "Imgname" : NumberInt(617), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(511), + "ATK" : NumberInt(220), + "DEF" : NumberInt(131), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2346), + "CP39" : NumberInt(2312) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ac1"), + "Name" : "Stunfisk", + "PokedexNumber" : NumberInt(618), + "Imgname" : NumberInt(618), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "electric", + "Weather1" : "Sunny/clear", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(539), + "ATK" : NumberInt(144), + "DEF" : NumberInt(177), + "STA" : NumberInt(218), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2100), + "CP39" : NumberInt(2070) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ac2"), + "Name" : "Mienfoo", + "PokedexNumber" : NumberInt(619), + "Imgname" : NumberInt(619), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(348), + "ATK" : NumberInt(160), + "DEF" : NumberInt(98), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1190), + "CP39" : NumberInt(1173) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ac3"), + "Name" : "Mienshao", + "PokedexNumber" : NumberInt(620), + "Imgname" : NumberInt(620), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(515), + "ATK" : NumberInt(258), + "DEF" : NumberInt(127), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2446), + "CP39" : NumberInt(2411) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ac4"), + "Name" : "Druddigon", + "PokedexNumber" : NumberInt(621), + "Imgname" : NumberInt(621), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(537), + "ATK" : NumberInt(213), + "DEF" : NumberInt(170), + "STA" : NumberInt(154), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2517), + "CP39" : NumberInt(2481) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ac5"), + "Name" : "Golett", + "PokedexNumber" : NumberInt(622), + "Imgname" : NumberInt(622), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "ghost", + "Weather1" : "Sunny/clear", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(337), + "ATK" : NumberInt(127), + "DEF" : NumberInt(92), + "STA" : NumberInt(118), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1058), + "CP39" : NumberInt(1042) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ac6"), + "Name" : "Golurk", + "PokedexNumber" : NumberInt(623), + "Imgname" : NumberInt(623), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "ghost", + "Weather1" : "Sunny/clear", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(554), + "ATK" : NumberInt(222), + "DEF" : NumberInt(154), + "STA" : NumberInt(178), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2673), + "CP39" : NumberInt(2635) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ac7"), + "Name" : "Pawniard", + "PokedexNumber" : NumberInt(624), + "Imgname" : NumberInt(624), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "steel", + "Weather1" : "Fog", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(373), + "ATK" : NumberInt(154), + "DEF" : NumberInt(129), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1297), + "CP39" : NumberInt(1279) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ac8"), + "Name" : "Bisharp", + "PokedexNumber" : NumberInt(625), + "Imgname" : NumberInt(625), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "steel", + "Weather1" : "Fog", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(553), + "ATK" : NumberInt(232), + "DEF" : NumberInt(191), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2666), + "CP39" : NumberInt(2628) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ac9"), + "Name" : "Bouffalant", + "PokedexNumber" : NumberInt(626), + "Imgname" : NumberInt(626), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(567), + "ATK" : NumberInt(195), + "DEF" : NumberInt(182), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2635), + "CP39" : NumberInt(2598) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aca"), + "Name" : "Rufflet", + "PokedexNumber" : NumberInt(627), + "Imgname" : NumberInt(627), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(387), + "ATK" : NumberInt(150), + "DEF" : NumberInt(97), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1357), + "CP39" : NumberInt(1338) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39acb"), + "Name" : "Braviary", + "PokedexNumber" : NumberInt(628), + "Imgname" : NumberInt(628), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(584), + "ATK" : NumberInt(232), + "DEF" : NumberInt(152), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2923), + "CP39" : NumberInt(2881) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39acc"), + "Name" : "Vullaby", + "PokedexNumber" : NumberInt(629), + "Imgname" : NumberInt(629), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "flying", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(389), + "ATK" : NumberInt(105), + "DEF" : NumberInt(144), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1176), + "CP39" : NumberInt(1159) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39acd"), + "Name" : "Mandibuzz", + "PokedexNumber" : NumberInt(630), + "Imgname" : NumberInt(630), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "flying", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(559), + "ATK" : NumberInt(129), + "DEF" : NumberInt(210), + "STA" : NumberInt(220), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2068), + "CP39" : NumberInt(2038) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ace"), + "Name" : "Heatmor", + "PokedexNumber" : NumberInt(631), + "Imgname" : NumberInt(631), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(503), + "ATK" : NumberInt(204), + "DEF" : NumberInt(129), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2232), + "CP39" : NumberInt(2200) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39acf"), + "Name" : "Durant", + "PokedexNumber" : NumberInt(632), + "Imgname" : NumberInt(632), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "steel", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(555), + "ATK" : NumberInt(217), + "DEF" : NumberInt(222), + "STA" : NumberInt(116), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2553), + "CP39" : NumberInt(2516) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ad0"), + "Name" : "Deino", + "PokedexNumber" : NumberInt(633), + "Imgname" : NumberInt(633), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "dragon", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(313), + "ATK" : NumberInt(116), + "DEF" : NumberInt(93), + "STA" : NumberInt(104), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(927), + "CP39" : NumberInt(914) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ad1"), + "Name" : "Zweilous", + "PokedexNumber" : NumberInt(634), + "Imgname" : NumberInt(634), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "dragon", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(438), + "ATK" : NumberInt(159), + "DEF" : NumberInt(135), + "STA" : NumberInt(144), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1678), + "CP39" : NumberInt(1654) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ad2"), + "Name" : "Hydreigon", + "PokedexNumber" : NumberInt(635), + "Imgname" : NumberInt(635), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "dragon", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(628), + "ATK" : NumberInt(256), + "DEF" : NumberInt(188), + "STA" : NumberInt(184), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3401), + "CP39" : NumberInt(3353) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ad3"), + "Name" : "Larvesta", + "PokedexNumber" : NumberInt(636), + "Imgname" : NumberInt(636), + "Generation" : NumberInt(5), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "fire", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(373), + "ATK" : NumberInt(156), + "DEF" : NumberInt(107), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1318), + "CP39" : NumberInt(1300) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ad4"), + "Name" : "Volcarona", + "PokedexNumber" : NumberInt(637), + "Imgname" : NumberInt(637), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "fire", + "Weather1" : "Rainy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(644), + "ATK" : NumberInt(264), + "DEF" : NumberInt(210), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3555), + "CP39" : NumberInt(3504) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ad5"), + "Name" : "Cobalion", + "PokedexNumber" : NumberInt(638), + "Imgname" : NumberInt(638), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "fighting", + "Weather1" : "Snow", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(634), + "ATK" : NumberInt(192), + "DEF" : NumberInt(260), + "STA" : NumberInt(182), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3009), + "CP39" : NumberInt(2966) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ad6"), + "Name" : "Terrakion", + "PokedexNumber" : NumberInt(639), + "Imgname" : NumberInt(639), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "fighting", + "Weather1" : "Partly cloudy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(634), + "ATK" : NumberInt(260), + "DEF" : NumberInt(192), + "STA" : NumberInt(182), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3468), + "CP39" : NumberInt(3418) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ad7"), + "Name" : "Virizion", + "PokedexNumber" : NumberInt(640), + "Imgname" : NumberInt(640), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "fighting", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(634), + "ATK" : NumberInt(192), + "DEF" : NumberInt(260), + "STA" : NumberInt(182), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3009), + "CP39" : NumberInt(2966) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ad8"), + "Name" : "Tornadus (Therian Forme)", + "PokedexNumber" : NumberInt(641), + "Imgname" : NumberInt(641), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "flying", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(593), + "ATK" : NumberInt(266), + "DEF" : NumberInt(169), + "STA" : NumberInt(158), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3131), + "CP39" : NumberInt(3086) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ad9"), + "Name" : "Tornadus (Incarnate Forme)", + "PokedexNumber" : NumberInt(641), + "Imgname" : NumberInt(641), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "flying", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(593), + "ATK" : NumberInt(266), + "DEF" : NumberInt(169), + "STA" : NumberInt(158), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3131), + "CP39" : NumberInt(3086) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ada"), + "Name" : "Thundurus (Incarnate Forme)", + "PokedexNumber" : NumberInt(642), + "Imgname" : NumberInt(642), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(593), + "ATK" : NumberInt(266), + "DEF" : NumberInt(169), + "STA" : NumberInt(158), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3131), + "CP39" : NumberInt(3086) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39adb"), + "Name" : "Thundurus (Therian Forme)", + "PokedexNumber" : NumberInt(642), + "Imgname" : NumberInt(642), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(593), + "ATK" : NumberInt(266), + "DEF" : NumberInt(169), + "STA" : NumberInt(158), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3131), + "CP39" : NumberInt(3086) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39adc"), + "Name" : "Reshiram", + "PokedexNumber" : NumberInt(643), + "Imgname" : NumberInt(643), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "fire", + "Weather1" : "Windy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(744), + "ATK" : NumberInt(302), + "DEF" : NumberInt(242), + "STA" : NumberInt(200), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4654), + "CP39" : NumberInt(4587) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39add"), + "Name" : "Zekrom", + "PokedexNumber" : NumberInt(644), + "Imgname" : NumberInt(644), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "electric", + "Weather1" : "Windy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(744), + "ATK" : NumberInt(302), + "DEF" : NumberInt(242), + "STA" : NumberInt(200), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4654), + "CP39" : NumberInt(4587) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ade"), + "Name" : "Landorus (Incarnate Forme)", + "PokedexNumber" : NumberInt(645), + "Imgname" : NumberInt(645), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(626), + "ATK" : NumberInt(261), + "DEF" : NumberInt(187), + "STA" : NumberInt(178), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3403), + "CP39" : NumberInt(3355) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39adf"), + "Name" : "Landorus (Therian Forme)", + "PokedexNumber" : NumberInt(645), + "Imgname" : NumberInt(645), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(626), + "ATK" : NumberInt(261), + "DEF" : NumberInt(187), + "STA" : NumberInt(178), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3403), + "CP39" : NumberInt(3355) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ae0"), + "Name" : "Kyurem (Black Kyurem)", + "PokedexNumber" : NumberInt(646), + "Imgname" : NumberInt(646), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "ice", + "Weather1" : "Windy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(707), + "ATK" : NumberInt(270), + "DEF" : NumberInt(187), + "STA" : NumberInt(250), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4118), + "CP39" : NumberInt(4059) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ae1"), + "Name" : "Kyurem (Normal Kyurem)", + "PokedexNumber" : NumberInt(646), + "Imgname" : NumberInt(646), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "ice", + "Weather1" : "Windy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(707), + "ATK" : NumberInt(270), + "DEF" : NumberInt(187), + "STA" : NumberInt(250), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4118), + "CP39" : NumberInt(4059) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ae2"), + "Name" : "Kyurem (White Kyurem)", + "PokedexNumber" : NumberInt(646), + "Imgname" : NumberInt(646), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "ice", + "Weather1" : "Windy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(707), + "ATK" : NumberInt(270), + "DEF" : NumberInt(187), + "STA" : NumberInt(250), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4118), + "CP39" : NumberInt(4059) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ae3"), + "Name" : "Keldeo", + "PokedexNumber" : NumberInt(647), + "Imgname" : NumberInt(647), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "fighting", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(634), + "ATK" : NumberInt(260), + "DEF" : NumberInt(192), + "STA" : NumberInt(182), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3468), + "CP39" : NumberInt(3418) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ae4"), + "Name" : "Meloetta (Pirouette Forme)", + "PokedexNumber" : NumberInt(648), + "Imgname" : NumberInt(648), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "psychic", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(700), + "ATK" : NumberInt(250), + "DEF" : NumberInt(250), + "STA" : NumberInt(200), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3950), + "CP39" : NumberInt(3894) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ae5"), + "Name" : "Meloetta (Aria Forme)", + "PokedexNumber" : NumberInt(648), + "Imgname" : NumberInt(648), + "Generation" : NumberInt(5), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "psychic", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(700), + "ATK" : NumberInt(250), + "DEF" : NumberInt(250), + "STA" : NumberInt(200), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3950), + "CP39" : NumberInt(3894) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ae6"), + "Name" : "Genesect", + "PokedexNumber" : NumberInt(649), + "Imgname" : NumberInt(649), + "Generation" : NumberInt(5), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "steel", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(593), + "ATK" : NumberInt(252), + "DEF" : NumberInt(199), + "STA" : NumberInt(142), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3056), + "CP39" : NumberInt(3013) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ae7"), + "Name" : "Chespin", + "PokedexNumber" : NumberInt(650), + "Imgname" : NumberInt(650), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(338), + "ATK" : NumberInt(110), + "DEF" : NumberInt(116), + "STA" : NumberInt(112), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1007), + "CP39" : NumberInt(992) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ae8"), + "Name" : "Quilladin", + "PokedexNumber" : NumberInt(651), + "Imgname" : NumberInt(651), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(442), + "ATK" : NumberInt(146), + "DEF" : NumberInt(174), + "STA" : NumberInt(122), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1618), + "CP39" : NumberInt(1594) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39ae9"), + "Name" : "Chesnaught", + "PokedexNumber" : NumberInt(652), + "Imgname" : NumberInt(652), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "fighting", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(604), + "ATK" : NumberInt(201), + "DEF" : NumberInt(227), + "STA" : NumberInt(176), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2900), + "CP39" : NumberInt(2859) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aea"), + "Name" : "Fennekin", + "PokedexNumber" : NumberInt(653), + "Imgname" : NumberInt(653), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(308), + "ATK" : NumberInt(116), + "DEF" : NumberInt(112), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(898), + "CP39" : NumberInt(885) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aeb"), + "Name" : "Braixen", + "PokedexNumber" : NumberInt(654), + "Imgname" : NumberInt(654), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(425), + "ATK" : NumberInt(171), + "DEF" : NumberInt(136), + "STA" : NumberInt(118), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1646), + "CP39" : NumberInt(1622) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aec"), + "Name" : "Delphox", + "PokedexNumber" : NumberInt(655), + "Imgname" : NumberInt(655), + "Generation" : NumberInt(6), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "psychic", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(584), + "ATK" : NumberInt(230), + "DEF" : NumberInt(204), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2908), + "CP39" : NumberInt(2867) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aed"), + "Name" : "Froakie", + "PokedexNumber" : NumberInt(656), + "Imgname" : NumberInt(656), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(290), + "ATK" : NumberInt(122), + "DEF" : NumberInt(86), + "STA" : NumberInt(82), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(846), + "CP39" : NumberInt(834) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aee"), + "Name" : "Frogadier", + "PokedexNumber" : NumberInt(657), + "Imgname" : NumberInt(657), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(392), + "ATK" : NumberInt(168), + "DEF" : NumberInt(116), + "STA" : NumberInt(108), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1450), + "CP39" : NumberInt(1430) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aef"), + "Name" : "Greninja", + "PokedexNumber" : NumberInt(658), + "Imgname" : NumberInt(658), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "dark", + "Weather1" : "Rainy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(521), + "ATK" : NumberInt(223), + "DEF" : NumberInt(154), + "STA" : NumberInt(144), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2436), + "CP39" : NumberInt(2401) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39af0"), + "Name" : "Bunnelby", + "PokedexNumber" : NumberInt(659), + "Imgname" : NumberInt(659), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(217), + "ATK" : NumberInt(68), + "DEF" : NumberInt(73), + "STA" : NumberInt(76), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(463), + "CP39" : NumberInt(457) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39af1"), + "Name" : "Diggersby", + "PokedexNumber" : NumberInt(660), + "Imgname" : NumberInt(660), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "ground", + "Weather1" : "Partly cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(437), + "ATK" : NumberInt(112), + "DEF" : NumberInt(155), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1406), + "CP39" : NumberInt(1386) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39af2"), + "Name" : "Fletchling", + "PokedexNumber" : NumberInt(661), + "Imgname" : NumberInt(661), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(268), + "ATK" : NumberInt(95), + "DEF" : NumberInt(83), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(696), + "CP39" : NumberInt(686) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39af3"), + "Name" : "Fletchinder", + "PokedexNumber" : NumberInt(662), + "Imgname" : NumberInt(662), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(380), + "ATK" : NumberInt(145), + "DEF" : NumberInt(111), + "STA" : NumberInt(124), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1322), + "CP39" : NumberInt(1303) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39af4"), + "Name" : "Talonflame", + "PokedexNumber" : NumberInt(663), + "Imgname" : NumberInt(663), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(488), + "ATK" : NumberInt(176), + "DEF" : NumberInt(156), + "STA" : NumberInt(156), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2039), + "CP39" : NumberInt(2010) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39af5"), + "Name" : "Scatterbug", + "PokedexNumber" : NumberInt(664), + "Imgname" : NumberInt(664), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(209), + "ATK" : NumberInt(63), + "DEF" : NumberInt(70), + "STA" : NumberInt(76), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(428), + "CP39" : NumberInt(422) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39af6"), + "Name" : "Spewpa", + "PokedexNumber" : NumberInt(665), + "Imgname" : NumberInt(665), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(241), + "ATK" : NumberInt(48), + "DEF" : NumberInt(103), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(437), + "CP39" : NumberInt(431) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39af7"), + "Name" : "Vivillon", + "PokedexNumber" : NumberInt(666), + "Imgname" : NumberInt(666), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "flying", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(439), + "ATK" : NumberInt(176), + "DEF" : NumberInt(103), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1714), + "CP39" : NumberInt(1689) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39af8"), + "Name" : "Litleo", + "PokedexNumber" : NumberInt(667), + "Imgname" : NumberInt(667), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "normal", + "Weather1" : "Sunny/clear", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(377), + "ATK" : NumberInt(139), + "DEF" : NumberInt(114), + "STA" : NumberInt(124), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1287), + "CP39" : NumberInt(1269) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39af9"), + "Name" : "Pyroar", + "PokedexNumber" : NumberInt(668), + "Imgname" : NumberInt(668), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "normal", + "Weather1" : "Sunny/clear", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(545), + "ATK" : NumberInt(221), + "DEF" : NumberInt(152), + "STA" : NumberInt(172), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2604), + "CP39" : NumberInt(2567) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39afa"), + "Name" : "Flabã©Bã©", + "PokedexNumber" : NumberInt(669), + "Imgname" : NumberInt(669), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(334), + "ATK" : NumberInt(108), + "DEF" : NumberInt(138), + "STA" : NumberInt(88), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(964), + "CP39" : NumberInt(950) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39afb"), + "Name" : "Floette", + "PokedexNumber" : NumberInt(670), + "Imgname" : NumberInt(670), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(419), + "ATK" : NumberInt(136), + "DEF" : NumberInt(175), + "STA" : NumberInt(108), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1441), + "CP39" : NumberInt(1421) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39afc"), + "Name" : "Florges", + "PokedexNumber" : NumberInt(671), + "Imgname" : NumberInt(671), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(655), + "ATK" : NumberInt(212), + "DEF" : NumberInt(287), + "STA" : NumberInt(156), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3221), + "CP39" : NumberInt(3175) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39afd"), + "Name" : "Skiddo", + "PokedexNumber" : NumberInt(672), + "Imgname" : NumberInt(672), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(362), + "ATK" : NumberInt(123), + "DEF" : NumberInt(107), + "STA" : NumberInt(132), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1154), + "CP39" : NumberInt(1137) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39afe"), + "Name" : "Gogoat", + "PokedexNumber" : NumberInt(673), + "Imgname" : NumberInt(673), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(597), + "ATK" : NumberInt(196), + "DEF" : NumberInt(155), + "STA" : NumberInt(246), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2775), + "CP39" : NumberInt(2736) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39aff"), + "Name" : "Pancham", + "PokedexNumber" : NumberInt(674), + "Imgname" : NumberInt(674), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(392), + "ATK" : NumberInt(145), + "DEF" : NumberInt(113), + "STA" : NumberInt(134), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1380), + "CP39" : NumberInt(1360) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b00"), + "Name" : "Pangoro", + "PokedexNumber" : NumberInt(675), + "Imgname" : NumberInt(675), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : "dark", + "Weather1" : "Cloudy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(565), + "ATK" : NumberInt(226), + "DEF" : NumberInt(149), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2759), + "CP39" : NumberInt(2720) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b01"), + "Name" : "Furfrou", + "PokedexNumber" : NumberInt(676), + "Imgname" : NumberInt(676), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(496), + "ATK" : NumberInt(164), + "DEF" : NumberInt(182), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2015), + "CP39" : NumberInt(1986) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b02"), + "Name" : "Espurr", + "PokedexNumber" : NumberInt(677), + "Imgname" : NumberInt(677), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(361), + "ATK" : NumberInt(120), + "DEF" : NumberInt(117), + "STA" : NumberInt(124), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1142), + "CP39" : NumberInt(1125) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b03"), + "Name" : "Meowstic", + "PokedexNumber" : NumberInt(678), + "Imgname" : NumberInt(678), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(484), + "ATK" : NumberInt(166), + "DEF" : NumberInt(170), + "STA" : NumberInt(148), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1963), + "CP39" : NumberInt(1935) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b04"), + "Name" : "Honedge", + "PokedexNumber" : NumberInt(679), + "Imgname" : NumberInt(679), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "ghost", + "Weather1" : "Snow", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(392), + "ATK" : NumberInt(135), + "DEF" : NumberInt(167), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1295), + "CP39" : NumberInt(1276) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b05"), + "Name" : "Doublade", + "PokedexNumber" : NumberInt(680), + "Imgname" : NumberInt(680), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "ghost", + "Weather1" : "Snow", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(559), + "ATK" : NumberInt(188), + "DEF" : NumberInt(253), + "STA" : NumberInt(118), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2393), + "CP39" : NumberInt(2359) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b06"), + "Name" : "Aegislash", + "PokedexNumber" : NumberInt(681), + "Imgname" : NumberInt(681), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "ghost", + "Weather1" : "Snow", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(508), + "ATK" : NumberInt(97), + "DEF" : NumberInt(291), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1421), + "CP39" : NumberInt(1401) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b07"), + "Name" : "Spritzee", + "PokedexNumber" : NumberInt(682), + "Imgname" : NumberInt(682), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(382), + "ATK" : NumberInt(110), + "DEF" : NumberInt(116), + "STA" : NumberInt(156), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1168), + "CP39" : NumberInt(1151) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b08"), + "Name" : "Aromatisse", + "PokedexNumber" : NumberInt(683), + "Imgname" : NumberInt(683), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(533), + "ATK" : NumberInt(173), + "DEF" : NumberInt(158), + "STA" : NumberInt(202), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2275), + "CP39" : NumberInt(2242) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b09"), + "Name" : "Swirlix", + "PokedexNumber" : NumberInt(684), + "Imgname" : NumberInt(684), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(356), + "ATK" : NumberInt(109), + "DEF" : NumberInt(123), + "STA" : NumberInt(124), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1072), + "CP39" : NumberInt(1057) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b0a"), + "Name" : "Slurpuff", + "PokedexNumber" : NumberInt(685), + "Imgname" : NumberInt(685), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(500), + "ATK" : NumberInt(168), + "DEF" : NumberInt(168), + "STA" : NumberInt(164), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2068), + "CP39" : NumberInt(2039) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b0b"), + "Name" : "Inkay", + "PokedexNumber" : NumberInt(686), + "Imgname" : NumberInt(686), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "psychic", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(302), + "ATK" : NumberInt(98), + "DEF" : NumberInt(98), + "STA" : NumberInt(106), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(825), + "CP39" : NumberInt(813) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b0c"), + "Name" : "Malamar", + "PokedexNumber" : NumberInt(687), + "Imgname" : NumberInt(687), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "psychic", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(521), + "ATK" : NumberInt(177), + "DEF" : NumberInt(172), + "STA" : NumberInt(172), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2242), + "CP39" : NumberInt(2210) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b0d"), + "Name" : "Binacle", + "PokedexNumber" : NumberInt(688), + "Imgname" : NumberInt(688), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "water", + "Weather1" : "Partly cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(304), + "ATK" : NumberInt(96), + "DEF" : NumberInt(124), + "STA" : NumberInt(84), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(813), + "CP39" : NumberInt(801) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b0e"), + "Name" : "Barbaracle", + "PokedexNumber" : NumberInt(689), + "Imgname" : NumberInt(689), + "Generation" : NumberInt(6), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "water", + "Weather1" : "Partly cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(558), + "ATK" : NumberInt(194), + "DEF" : NumberInt(220), + "STA" : NumberInt(144), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2523), + "CP39" : NumberInt(2487) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b0f"), + "Name" : "Skrelp", + "PokedexNumber" : NumberInt(690), + "Imgname" : NumberInt(690), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "water", + "Weather1" : "Cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(318), + "ATK" : NumberInt(109), + "DEF" : NumberInt(109), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(924), + "CP39" : NumberInt(911) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b10"), + "Name" : "Dragalge", + "PokedexNumber" : NumberInt(691), + "Imgname" : NumberInt(691), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "dragon", + "Weather1" : "Cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(530), + "ATK" : NumberInt(177), + "DEF" : NumberInt(223), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2227), + "CP39" : NumberInt(2195) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b11"), + "Name" : "Clauncher", + "PokedexNumber" : NumberInt(692), + "Imgname" : NumberInt(692), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(326), + "ATK" : NumberInt(108), + "DEF" : NumberInt(118), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(950), + "CP39" : NumberInt(936) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b12"), + "Name" : "Clawitzer", + "PokedexNumber" : NumberInt(693), + "Imgname" : NumberInt(693), + "Generation" : NumberInt(6), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(535), + "ATK" : NumberInt(221), + "DEF" : NumberInt(172), + "STA" : NumberInt(142), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2525), + "CP39" : NumberInt(2489) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b13"), + "Name" : "Helioptile", + "PokedexNumber" : NumberInt(694), + "Imgname" : NumberInt(694), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "normal", + "Weather1" : "Rainy", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(286), + "ATK" : NumberInt(115), + "DEF" : NumberInt(83), + "STA" : NumberInt(88), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(815), + "CP39" : NumberInt(804) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b14"), + "Name" : "Heliolisk", + "PokedexNumber" : NumberInt(695), + "Imgname" : NumberInt(695), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "normal", + "Weather1" : "Rainy", + "Weather2" : "Partly cloudy", + "STATTOTAL" : NumberInt(533), + "ATK" : NumberInt(219), + "DEF" : NumberInt(190), + "STA" : NumberInt(124), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2467), + "CP39" : NumberInt(2431) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b15"), + "Name" : "Tyrunt", + "PokedexNumber" : NumberInt(696), + "Imgname" : NumberInt(696), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "dragon", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(412), + "ATK" : NumberInt(158), + "DEF" : NumberInt(138), + "STA" : NumberInt(116), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1529), + "CP39" : NumberInt(1507) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b16"), + "Name" : "Tyrantrum", + "PokedexNumber" : NumberInt(697), + "Imgname" : NumberInt(697), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "dragon", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(612), + "ATK" : NumberInt(227), + "DEF" : NumberInt(221), + "STA" : NumberInt(164), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3106), + "CP39" : NumberInt(3062) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b17"), + "Name" : "Amaura", + "PokedexNumber" : NumberInt(698), + "Imgname" : NumberInt(698), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "ice", + "Weather1" : "Partly cloudy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(394), + "ATK" : NumberInt(124), + "DEF" : NumberInt(116), + "STA" : NumberInt(154), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1291), + "CP39" : NumberInt(1273) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b18"), + "Name" : "Aurorus", + "PokedexNumber" : NumberInt(699), + "Imgname" : NumberInt(699), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "ice", + "Weather1" : "Partly cloudy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(605), + "ATK" : NumberInt(186), + "DEF" : NumberInt(173), + "STA" : NumberInt(246), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2780), + "CP39" : NumberInt(2741) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b19"), + "Name" : "Sylveon", + "PokedexNumber" : NumberInt(700), + "Imgname" : NumberInt(700), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(1), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(630), + "ATK" : NumberInt(203), + "DEF" : NumberInt(237), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3094), + "CP39" : NumberInt(3050) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b1a"), + "Name" : "Hawlucha", + "PokedexNumber" : NumberInt(701), + "Imgname" : NumberInt(701), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : "flying", + "Weather1" : "Cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(511), + "ATK" : NumberInt(195), + "DEF" : NumberInt(160), + "STA" : NumberInt(156), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2268), + "CP39" : NumberInt(2236) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b1b"), + "Name" : "Dedenne", + "PokedexNumber" : NumberInt(702), + "Imgname" : NumberInt(702), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "fairy", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(437), + "ATK" : NumberInt(164), + "DEF" : NumberInt(139), + "STA" : NumberInt(134), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1693), + "CP39" : NumberInt(1669) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b1c"), + "Name" : "Carbink", + "PokedexNumber" : NumberInt(703), + "Imgname" : NumberInt(703), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "fairy", + "Weather1" : "Partly cloudy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(480), + "ATK" : NumberInt(95), + "DEF" : NumberInt(285), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1276), + "CP39" : NumberInt(1257) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b1d"), + "Name" : "Goomy", + "PokedexNumber" : NumberInt(704), + "Imgname" : NumberInt(704), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(321), + "ATK" : NumberInt(101), + "DEF" : NumberInt(130), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(893), + "CP39" : NumberInt(881) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b1e"), + "Name" : "Sliggoo", + "PokedexNumber" : NumberInt(705), + "Imgname" : NumberInt(705), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(500), + "ATK" : NumberInt(159), + "DEF" : NumberInt(205), + "STA" : NumberInt(136), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1980), + "CP39" : NumberInt(1952) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b1f"), + "Name" : "Goodra", + "PokedexNumber" : NumberInt(706), + "Imgname" : NumberInt(706), + "Generation" : NumberInt(6), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(683), + "ATK" : NumberInt(220), + "DEF" : NumberInt(283), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3538), + "CP39" : NumberInt(3487) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b20"), + "Name" : "Klefki", + "PokedexNumber" : NumberInt(707), + "Imgname" : NumberInt(707), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "fairy", + "Weather1" : "Snow", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(455), + "ATK" : NumberInt(160), + "DEF" : NumberInt(181), + "STA" : NumberInt(114), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1737), + "CP39" : NumberInt(1713) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b21"), + "Name" : "Phantump", + "PokedexNumber" : NumberInt(708), + "Imgname" : NumberInt(708), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "grass", + "Weather1" : "Fog", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(319), + "ATK" : NumberInt(125), + "DEF" : NumberInt(108), + "STA" : NumberInt(86), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(974), + "CP39" : NumberInt(960) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b22"), + "Name" : "Trevenant", + "PokedexNumber" : NumberInt(709), + "Imgname" : NumberInt(709), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "grass", + "Weather1" : "Fog", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(528), + "ATK" : NumberInt(201), + "DEF" : NumberInt(157), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2406), + "CP39" : NumberInt(2372) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b23"), + "Name" : "Pumpkaboo", + "PokedexNumber" : NumberInt(710), + "Imgname" : NumberInt(710), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "grass", + "Weather1" : "Fog", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(348), + "ATK" : NumberInt(121), + "DEF" : NumberInt(129), + "STA" : NumberInt(98), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1083), + "CP39" : NumberInt(1068) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b24"), + "Name" : "Gourgeist", + "PokedexNumber" : NumberInt(711), + "Imgname" : NumberInt(711), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "grass", + "Weather1" : "Fog", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(541), + "ATK" : NumberInt(175), + "DEF" : NumberInt(236), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2263), + "CP39" : NumberInt(2231) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b25"), + "Name" : "Bergmite", + "PokedexNumber" : NumberInt(712), + "Imgname" : NumberInt(712), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(370), + "ATK" : NumberInt(117), + "DEF" : NumberInt(143), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1158), + "CP39" : NumberInt(1142) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b26"), + "Name" : "Avalugg", + "PokedexNumber" : NumberInt(713), + "Imgname" : NumberInt(713), + "Generation" : NumberInt(6), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ice", + "Type2" : null, + "Weather1" : "Snow", + "Weather2" : null, + "STATTOTAL" : NumberInt(689), + "ATK" : NumberInt(196), + "DEF" : NumberInt(303), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3364), + "CP39" : NumberInt(3316) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b27"), + "Name" : "Noibat", + "PokedexNumber" : NumberInt(714), + "Imgname" : NumberInt(714), + "Generation" : NumberInt(6), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "flying", + "Type2" : "dragon", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(239), + "ATK" : NumberInt(83), + "DEF" : NumberInt(76), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(569), + "CP39" : NumberInt(560) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b28"), + "Name" : "Noivern", + "PokedexNumber" : NumberInt(715), + "Imgname" : NumberInt(715), + "Generation" : NumberInt(6), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "flying", + "Type2" : "dragon", + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(550), + "ATK" : NumberInt(205), + "DEF" : NumberInt(175), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2576), + "CP39" : NumberInt(2539) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b29"), + "Name" : "Xerneas", + "PokedexNumber" : NumberInt(716), + "Imgname" : NumberInt(716), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(731), + "ATK" : NumberInt(275), + "DEF" : NumberInt(204), + "STA" : NumberInt(252), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4379), + "CP39" : NumberInt(4317) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b2a"), + "Name" : "Yveltal", + "PokedexNumber" : NumberInt(717), + "Imgname" : NumberInt(717), + "Generation" : NumberInt(6), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "flying", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(731), + "ATK" : NumberInt(275), + "DEF" : NumberInt(204), + "STA" : NumberInt(252), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4379), + "CP39" : NumberInt(4317) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b2b"), + "Name" : "Zygarde", + "PokedexNumber" : NumberInt(718), + "Imgname" : NumberInt(718), + "Generation" : NumberInt(6), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "ground", + "Weather1" : "Windy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(664), + "ATK" : NumberInt(203), + "DEF" : NumberInt(245), + "STA" : NumberInt(216), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3336), + "CP39" : NumberInt(3289) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b2c"), + "Name" : "Diancie", + "PokedexNumber" : NumberInt(719), + "Imgname" : NumberInt(719), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "fairy", + "Weather1" : "Partly cloudy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(575), + "ATK" : NumberInt(190), + "DEF" : NumberInt(285), + "STA" : NumberInt(100), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2378), + "CP39" : NumberInt(2344) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b2d"), + "Name" : "Hoopa", + "PokedexNumber" : NumberInt(720), + "Imgname" : NumberInt(720), + "Generation" : NumberInt(6), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "ghost", + "Weather1" : "Windy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(688), + "ATK" : NumberInt(287), + "DEF" : NumberInt(241), + "STA" : NumberInt(160), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3992), + "CP39" : NumberInt(3935) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b2e"), + "Name" : "Volcanion", + "PokedexNumber" : NumberInt(721), + "Imgname" : NumberInt(721), + "Generation" : NumberInt(6), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "water", + "Weather1" : "Sunny/clear", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(643), + "ATK" : NumberInt(252), + "DEF" : NumberInt(231), + "STA" : NumberInt(160), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3460), + "CP39" : NumberInt(3410) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b2f"), + "Name" : "Rowlet", + "PokedexNumber" : NumberInt(722), + "Imgname" : NumberInt(722), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(340), + "ATK" : NumberInt(102), + "DEF" : NumberInt(102), + "STA" : NumberInt(136), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(971), + "CP39" : NumberInt(957) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b30"), + "Name" : "Dartrix", + "PokedexNumber" : NumberInt(723), + "Imgname" : NumberInt(723), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(440), + "ATK" : NumberInt(142), + "DEF" : NumberInt(142), + "STA" : NumberInt(156), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1606), + "CP39" : NumberInt(1583) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b31"), + "Name" : "Decidueye", + "PokedexNumber" : NumberInt(724), + "Imgname" : NumberInt(724), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "ghost", + "Weather1" : "Sunny/clear", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(558), + "ATK" : NumberInt(210), + "DEF" : NumberInt(192), + "STA" : NumberInt(156), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2643), + "CP39" : NumberInt(2606) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b32"), + "Name" : "Litten", + "PokedexNumber" : NumberInt(725), + "Imgname" : NumberInt(725), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(297), + "ATK" : NumberInt(128), + "DEF" : NumberInt(79), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(887), + "CP39" : NumberInt(874) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b33"), + "Name" : "Torracat", + "PokedexNumber" : NumberInt(726), + "Imgname" : NumberInt(726), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(407), + "ATK" : NumberInt(174), + "DEF" : NumberInt(103), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1544), + "CP39" : NumberInt(1522) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b34"), + "Name" : "Incineroar", + "PokedexNumber" : NumberInt(727), + "Imgname" : NumberInt(727), + "Generation" : NumberInt(7), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "dark", + "Weather1" : "Sunny/clear", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(579), + "ATK" : NumberInt(214), + "DEF" : NumberInt(175), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2822), + "CP39" : NumberInt(2782) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b35"), + "Name" : "Popplio", + "PokedexNumber" : NumberInt(728), + "Imgname" : NumberInt(728), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(324), + "ATK" : NumberInt(120), + "DEF" : NumberInt(104), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(986), + "CP39" : NumberInt(972) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b36"), + "Name" : "Brionne", + "PokedexNumber" : NumberInt(729), + "Imgname" : NumberInt(729), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(439), + "ATK" : NumberInt(168), + "DEF" : NumberInt(151), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1711), + "CP39" : NumberInt(1686) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b37"), + "Name" : "Primarina", + "PokedexNumber" : NumberInt(730), + "Imgname" : NumberInt(730), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "fairy", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(607), + "ATK" : NumberInt(232), + "DEF" : NumberInt(215), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3095), + "CP39" : NumberInt(3050) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b38"), + "Name" : "Pikipek", + "PokedexNumber" : NumberInt(731), + "Imgname" : NumberInt(731), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(265), + "ATK" : NumberInt(136), + "DEF" : NumberInt(59), + "STA" : NumberInt(70), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(747), + "CP39" : NumberInt(737) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b39"), + "Name" : "Trumbeak", + "PokedexNumber" : NumberInt(732), + "Imgname" : NumberInt(732), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(369), + "ATK" : NumberInt(159), + "DEF" : NumberInt(100), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1302), + "CP39" : NumberInt(1284) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b3a"), + "Name" : "Toucannon", + "PokedexNumber" : NumberInt(733), + "Imgname" : NumberInt(733), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(528), + "ATK" : NumberInt(222), + "DEF" : NumberInt(146), + "STA" : NumberInt(160), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2484), + "CP39" : NumberInt(2449) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b3b"), + "Name" : "Yungoos", + "PokedexNumber" : NumberInt(734), + "Imgname" : NumberInt(734), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(274), + "ATK" : NumberInt(122), + "DEF" : NumberInt(56), + "STA" : NumberInt(96), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(759), + "CP39" : NumberInt(748) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b3c"), + "Name" : "Gumshoos", + "PokedexNumber" : NumberInt(735), + "Imgname" : NumberInt(735), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(483), + "ATK" : NumberInt(194), + "DEF" : NumberInt(113), + "STA" : NumberInt(176), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2041), + "CP39" : NumberInt(2011) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b3d"), + "Name" : "Grubbin", + "PokedexNumber" : NumberInt(736), + "Imgname" : NumberInt(736), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(294), + "ATK" : NumberInt(115), + "DEF" : NumberInt(85), + "STA" : NumberInt(94), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(847), + "CP39" : NumberInt(835) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b3e"), + "Name" : "Charjabug", + "PokedexNumber" : NumberInt(737), + "Imgname" : NumberInt(737), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "electric", + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(430), + "ATK" : NumberInt(145), + "DEF" : NumberInt(171), + "STA" : NumberInt(114), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1547), + "CP39" : NumberInt(1525) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b3f"), + "Name" : "Vikavolt", + "PokedexNumber" : NumberInt(738), + "Imgname" : NumberInt(738), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "electric", + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(573), + "ATK" : NumberInt(254), + "DEF" : NumberInt(165), + "STA" : NumberInt(154), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2930), + "CP39" : NumberInt(2888) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b40"), + "Name" : "Crabrawler", + "PokedexNumber" : NumberInt(739), + "Imgname" : NumberInt(739), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(353), + "ATK" : NumberInt(150), + "DEF" : NumberInt(109), + "STA" : NumberInt(94), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1198), + "CP39" : NumberInt(1180) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b41"), + "Name" : "Crabominable", + "PokedexNumber" : NumberInt(740), + "Imgname" : NumberInt(740), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : "ice", + "Weather1" : "Cloudy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(567), + "ATK" : NumberInt(231), + "DEF" : NumberInt(142), + "STA" : NumberInt(194), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2783), + "CP39" : NumberInt(2743) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b42"), + "Name" : "Oricorio", + "PokedexNumber" : NumberInt(741), + "Imgname" : NumberInt(741), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "flying", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(491), + "ATK" : NumberInt(196), + "DEF" : NumberInt(145), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2141), + "CP39" : NumberInt(2110) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b43"), + "Name" : "Cutiefly", + "PokedexNumber" : NumberInt(742), + "Imgname" : NumberInt(742), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "fairy", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(271), + "ATK" : NumberInt(110), + "DEF" : NumberInt(81), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(745), + "CP39" : NumberInt(734) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b44"), + "Name" : "Ribombee", + "PokedexNumber" : NumberInt(743), + "Imgname" : NumberInt(743), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "fairy", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(470), + "ATK" : NumberInt(198), + "DEF" : NumberInt(152), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1997), + "CP39" : NumberInt(1968) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b45"), + "Name" : "Rockruff", + "PokedexNumber" : NumberInt(744), + "Imgname" : NumberInt(744), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(285), + "ATK" : NumberInt(117), + "DEF" : NumberInt(78), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(814), + "CP39" : NumberInt(803) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b46"), + "Name" : "Lycanroc", + "PokedexNumber" : NumberInt(745), + "Imgname" : NumberInt(745), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(521), + "ATK" : NumberInt(231), + "DEF" : NumberInt(140), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2457), + "CP39" : NumberInt(2422) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b47"), + "Name" : "Wishiwashi", + "PokedexNumber" : NumberInt(746), + "Imgname" : NumberInt(746), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(182), + "ATK" : NumberInt(46), + "DEF" : NumberInt(46), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(304), + "CP39" : NumberInt(300) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b48"), + "Name" : "Mareanie", + "PokedexNumber" : NumberInt(747), + "Imgname" : NumberInt(747), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "water", + "Weather1" : "Cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(313), + "ATK" : NumberInt(98), + "DEF" : NumberInt(115), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(862), + "CP39" : NumberInt(850) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b49"), + "Name" : "Toxapex", + "PokedexNumber" : NumberInt(748), + "Imgname" : NumberInt(748), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "water", + "Weather1" : "Cloudy", + "Weather2" : "Rainy", + "STATTOTAL" : NumberInt(492), + "ATK" : NumberInt(114), + "DEF" : NumberInt(278), + "STA" : NumberInt(100), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1478), + "CP39" : NumberInt(1457) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b4a"), + "Name" : "Mudbray", + "PokedexNumber" : NumberInt(749), + "Imgname" : NumberInt(749), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(443), + "ATK" : NumberInt(175), + "DEF" : NumberInt(128), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1766), + "CP39" : NumberInt(1741) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b4b"), + "Name" : "Mudsdale", + "PokedexNumber" : NumberInt(750), + "Imgname" : NumberInt(750), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ground", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(594), + "ATK" : NumberInt(214), + "DEF" : NumberInt(180), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2928), + "CP39" : NumberInt(2886) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b4c"), + "Name" : "Dewpider", + "PokedexNumber" : NumberInt(751), + "Imgname" : NumberInt(751), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "bug", + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(274), + "ATK" : NumberInt(72), + "DEF" : NumberInt(126), + "STA" : NumberInt(76), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(615), + "CP39" : NumberInt(606) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b4d"), + "Name" : "Araquanid", + "PokedexNumber" : NumberInt(752), + "Imgname" : NumberInt(752), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "bug", + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(499), + "ATK" : NumberInt(126), + "DEF" : NumberInt(237), + "STA" : NumberInt(136), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1717), + "CP39" : NumberInt(1693) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b4e"), + "Name" : "Fomantis", + "PokedexNumber" : NumberInt(753), + "Imgname" : NumberInt(753), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(244), + "ATK" : NumberInt(100), + "DEF" : NumberInt(64), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(622), + "CP39" : NumberInt(613) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b4f"), + "Name" : "Lurantis", + "PokedexNumber" : NumberInt(754), + "Imgname" : NumberInt(754), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(501), + "ATK" : NumberInt(192), + "DEF" : NumberInt(169), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2183), + "CP39" : NumberInt(2152) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b50"), + "Name" : "Morelull", + "PokedexNumber" : NumberInt(755), + "Imgname" : NumberInt(755), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "fairy", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(316), + "ATK" : NumberInt(108), + "DEF" : NumberInt(128), + "STA" : NumberInt(80), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(895), + "CP39" : NumberInt(882) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b51"), + "Name" : "Shiinotic", + "PokedexNumber" : NumberInt(756), + "Imgname" : NumberInt(756), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "fairy", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(451), + "ATK" : NumberInt(154), + "DEF" : NumberInt(177), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1699), + "CP39" : NumberInt(1675) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b52"), + "Name" : "Salandit", + "PokedexNumber" : NumberInt(757), + "Imgname" : NumberInt(757), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "fire", + "Weather1" : "Cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(312), + "ATK" : NumberInt(136), + "DEF" : NumberInt(80), + "STA" : NumberInt(96), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(968), + "CP39" : NumberInt(954) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b53"), + "Name" : "Salazzle", + "PokedexNumber" : NumberInt(758), + "Imgname" : NumberInt(758), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "poison", + "Type2" : "fire", + "Weather1" : "Cloudy", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(494), + "ATK" : NumberInt(228), + "DEF" : NumberInt(130), + "STA" : NumberInt(136), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2245), + "CP39" : NumberInt(2213) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b54"), + "Name" : "Stufful", + "PokedexNumber" : NumberInt(759), + "Imgname" : NumberInt(759), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "fighting", + "Weather1" : "Partly cloudy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(371), + "ATK" : NumberInt(136), + "DEF" : NumberInt(95), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1231), + "CP39" : NumberInt(1213) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b55"), + "Name" : "Bewear", + "PokedexNumber" : NumberInt(760), + "Imgname" : NumberInt(760), + "Generation" : NumberInt(7), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "fighting", + "Weather1" : "Partly cloudy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(616), + "ATK" : NumberInt(226), + "DEF" : NumberInt(150), + "STA" : NumberInt(240), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3087), + "CP39" : NumberInt(3043) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b56"), + "Name" : "Bounsweet", + "PokedexNumber" : NumberInt(761), + "Imgname" : NumberInt(761), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(208), + "ATK" : NumberInt(55), + "DEF" : NumberInt(69), + "STA" : NumberInt(84), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(398), + "CP39" : NumberInt(393) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b57"), + "Name" : "Steenee", + "PokedexNumber" : NumberInt(762), + "Imgname" : NumberInt(762), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(276), + "ATK" : NumberInt(78), + "DEF" : NumberInt(94), + "STA" : NumberInt(104), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(661), + "CP39" : NumberInt(652) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b58"), + "Name" : "Tsareena", + "PokedexNumber" : NumberInt(763), + "Imgname" : NumberInt(763), + "Generation" : NumberInt(7), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : null, + "Weather1" : "Sunny/clear", + "Weather2" : null, + "STATTOTAL" : NumberInt(561), + "ATK" : NumberInt(222), + "DEF" : NumberInt(195), + "STA" : NumberInt(144), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2704), + "CP39" : NumberInt(2666) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b59"), + "Name" : "Comfey", + "PokedexNumber" : NumberInt(764), + "Imgname" : NumberInt(764), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fairy", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(493), + "ATK" : NumberInt(165), + "DEF" : NumberInt(226), + "STA" : NumberInt(102), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1887), + "CP39" : NumberInt(1860) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b5a"), + "Name" : "Oranguru", + "PokedexNumber" : NumberInt(765), + "Imgname" : NumberInt(765), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "psychic", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(555), + "ATK" : NumberInt(168), + "DEF" : NumberInt(207), + "STA" : NumberInt(180), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2378), + "CP39" : NumberInt(2344) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b5b"), + "Name" : "Passimian", + "PokedexNumber" : NumberInt(766), + "Imgname" : NumberInt(766), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fighting", + "Type2" : null, + "Weather1" : "Cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(597), + "ATK" : NumberInt(222), + "DEF" : NumberInt(175), + "STA" : NumberInt(200), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2991), + "CP39" : NumberInt(2949) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b5c"), + "Name" : "Wimpod", + "PokedexNumber" : NumberInt(767), + "Imgname" : NumberInt(767), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "water", + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(196), + "ATK" : NumberInt(67), + "DEF" : NumberInt(79), + "STA" : NumberInt(50), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(400), + "CP39" : NumberInt(394) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b5d"), + "Name" : "Golisopod", + "PokedexNumber" : NumberInt(768), + "Imgname" : NumberInt(768), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "water", + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(617), + "ATK" : NumberInt(218), + "DEF" : NumberInt(249), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3037), + "CP39" : NumberInt(2993) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b5e"), + "Name" : "Sandygast", + "PokedexNumber" : NumberInt(769), + "Imgname" : NumberInt(769), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "ground", + "Weather1" : "Fog", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(363), + "ATK" : NumberInt(120), + "DEF" : NumberInt(133), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1146), + "CP39" : NumberInt(1130) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b5f"), + "Name" : "Palossand", + "PokedexNumber" : NumberInt(770), + "Imgname" : NumberInt(770), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "ground", + "Weather1" : "Fog", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(542), + "ATK" : NumberInt(178), + "DEF" : NumberInt(194), + "STA" : NumberInt(170), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2370), + "CP39" : NumberInt(2336) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b60"), + "Name" : "Pyukumuku", + "PokedexNumber" : NumberInt(771), + "Imgname" : NumberInt(771), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(431), + "ATK" : NumberInt(97), + "DEF" : NumberInt(224), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1209), + "CP39" : NumberInt(1191) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b61"), + "Name" : "Type: Null", + "PokedexNumber" : NumberInt(772), + "Imgname" : NumberInt(772), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(558), + "ATK" : NumberInt(184), + "DEF" : NumberInt(184), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2510), + "CP39" : NumberInt(2474) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b62"), + "Name" : "Silvally", + "PokedexNumber" : NumberInt(773), + "Imgname" : NumberInt(773), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(586), + "ATK" : NumberInt(198), + "DEF" : NumberInt(198), + "STA" : NumberInt(190), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2779), + "CP39" : NumberInt(2740) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b63"), + "Name" : "Minior", + "PokedexNumber" : NumberInt(774), + "Imgname" : NumberInt(774), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "flying", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(430), + "ATK" : NumberInt(116), + "DEF" : NumberInt(194), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1374), + "CP39" : NumberInt(1354) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b64"), + "Name" : "Komala", + "PokedexNumber" : NumberInt(775), + "Imgname" : NumberInt(775), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : null, + "Weather1" : "Partly cloudy", + "Weather2" : null, + "STATTOTAL" : NumberInt(525), + "ATK" : NumberInt(216), + "DEF" : NumberInt(179), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2419), + "CP39" : NumberInt(2385) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b65"), + "Name" : "Turtonator", + "PokedexNumber" : NumberInt(776), + "Imgname" : NumberInt(776), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "fire", + "Type2" : "dragon", + "Weather1" : "Sunny/clear", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(523), + "ATK" : NumberInt(165), + "DEF" : NumberInt(238), + "STA" : NumberInt(120), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2077), + "CP39" : NumberInt(2048) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b66"), + "Name" : "Togedemaru", + "PokedexNumber" : NumberInt(777), + "Imgname" : NumberInt(777), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "steel", + "Weather1" : "Rainy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(470), + "ATK" : NumberInt(190), + "DEF" : NumberInt(150), + "STA" : NumberInt(130), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1980), + "CP39" : NumberInt(1952) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b67"), + "Name" : "Mimikyu", + "PokedexNumber" : NumberInt(778), + "Imgname" : NumberInt(778), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "fairy", + "Weather1" : "Fog", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(500), + "ATK" : NumberInt(177), + "DEF" : NumberInt(213), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2024), + "CP39" : NumberInt(1995) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b68"), + "Name" : "Bruxish", + "PokedexNumber" : NumberInt(779), + "Imgname" : NumberInt(779), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "psychic", + "Weather1" : "Rainy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(489), + "ATK" : NumberInt(208), + "DEF" : NumberInt(145), + "STA" : NumberInt(136), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2164), + "CP39" : NumberInt(2133) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b69"), + "Name" : "Drampa", + "PokedexNumber" : NumberInt(780), + "Imgname" : NumberInt(780), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "normal", + "Type2" : "dragon", + "Weather1" : "Partly cloudy", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(554), + "ATK" : NumberInt(231), + "DEF" : NumberInt(167), + "STA" : NumberInt(156), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2710), + "CP39" : NumberInt(2671) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b6a"), + "Name" : "Dhelmise", + "PokedexNumber" : NumberInt(781), + "Imgname" : NumberInt(781), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "ghost", + "Type2" : "grass", + "Weather1" : "Fog", + "Weather2" : "Sunny/clear", + "STATTOTAL" : NumberInt(557), + "ATK" : NumberInt(233), + "DEF" : NumberInt(184), + "STA" : NumberInt(140), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2720), + "CP39" : NumberInt(2681) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b6b"), + "Name" : "Jangmo-O", + "PokedexNumber" : NumberInt(782), + "Imgname" : NumberInt(782), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(310), + "ATK" : NumberInt(102), + "DEF" : NumberInt(118), + "STA" : NumberInt(90), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(863), + "CP39" : NumberInt(851) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b6c"), + "Name" : "Hakamo-O", + "PokedexNumber" : NumberInt(783), + "Imgname" : NumberInt(783), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "fighting", + "Weather1" : "Windy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(427), + "ATK" : NumberInt(145), + "DEF" : NumberInt(172), + "STA" : NumberInt(110), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1527), + "CP39" : NumberInt(1506) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b6d"), + "Name" : "Kommo-O", + "PokedexNumber" : NumberInt(784), + "Imgname" : NumberInt(784), + "Generation" : NumberInt(7), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dragon", + "Type2" : "fighting", + "Weather1" : "Windy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(622), + "ATK" : NumberInt(222), + "DEF" : NumberInt(250), + "STA" : NumberInt(150), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3095), + "CP39" : NumberInt(3051) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b6e"), + "Name" : "Tapu Koko", + "PokedexNumber" : NumberInt(785), + "Imgname" : NumberInt(785), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : "fairy", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(576), + "ATK" : NumberInt(250), + "DEF" : NumberInt(186), + "STA" : NumberInt(140), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2921), + "CP39" : NumberInt(2879) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b6f"), + "Name" : "Tapu Lele", + "PokedexNumber" : NumberInt(786), + "Imgname" : NumberInt(786), + "Generation" : NumberInt(7), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "fairy", + "Weather1" : "Windy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(628), + "ATK" : NumberInt(259), + "DEF" : NumberInt(229), + "STA" : NumberInt(140), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3328), + "CP39" : NumberInt(3280) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b70"), + "Name" : "Tapu Bulu", + "PokedexNumber" : NumberInt(787), + "Imgname" : NumberInt(787), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "fairy", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(614), + "ATK" : NumberInt(249), + "DEF" : NumberInt(225), + "STA" : NumberInt(140), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3180), + "CP39" : NumberInt(3134) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b71"), + "Name" : "Tapu Fini", + "PokedexNumber" : NumberInt(788), + "Imgname" : NumberInt(788), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "water", + "Type2" : "fairy", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(590), + "ATK" : NumberInt(189), + "DEF" : NumberInt(261), + "STA" : NumberInt(140), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2635), + "CP39" : NumberInt(2597) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b72"), + "Name" : "Cosmog", + "PokedexNumber" : NumberInt(789), + "Imgname" : NumberInt(789), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(197), + "ATK" : NumberInt(54), + "DEF" : NumberInt(57), + "STA" : NumberInt(86), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(367), + "CP39" : NumberInt(362) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b73"), + "Name" : "Cosmoem", + "PokedexNumber" : NumberInt(790), + "Imgname" : NumberInt(790), + "Generation" : NumberInt(7), + "EvolutionStage" : null, + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(382), + "ATK" : NumberInt(54), + "DEF" : NumberInt(242), + "STA" : NumberInt(86), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(694), + "CP39" : NumberInt(684) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b74"), + "Name" : "Solgaleo", + "PokedexNumber" : NumberInt(791), + "Imgname" : NumberInt(791), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "steel", + "Weather1" : "Windy", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(773), + "ATK" : NumberInt(280), + "DEF" : NumberInt(219), + "STA" : NumberInt(274), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4791), + "CP39" : NumberInt(4722) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b75"), + "Name" : "Lunala", + "PokedexNumber" : NumberInt(792), + "Imgname" : NumberInt(792), + "Generation" : NumberInt(7), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : "ghost", + "Weather1" : "Windy", + "Weather2" : "Fog", + "STATTOTAL" : NumberInt(773), + "ATK" : NumberInt(280), + "DEF" : NumberInt(219), + "STA" : NumberInt(274), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4791), + "CP39" : NumberInt(4722) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b76"), + "Name" : "Nihilego", + "PokedexNumber" : NumberInt(793), + "Imgname" : NumberInt(793), + "Generation" : NumberInt(7), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "rock", + "Type2" : "poison", + "Weather1" : "Partly cloudy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(721), + "ATK" : NumberInt(249), + "DEF" : NumberInt(254), + "STA" : NumberInt(218), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4128), + "CP39" : NumberInt(4069) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b77"), + "Name" : "Buzzwole", + "PokedexNumber" : NumberInt(794), + "Imgname" : NumberInt(794), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "fighting", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(732), + "ATK" : NumberInt(259), + "DEF" : NumberInt(259), + "STA" : NumberInt(214), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4286), + "CP39" : NumberInt(4225) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b78"), + "Name" : "Pheromosa", + "PokedexNumber" : NumberInt(795), + "Imgname" : NumberInt(795), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "bug", + "Type2" : "fighting", + "Weather1" : "Rainy", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(543), + "ATK" : NumberInt(316), + "DEF" : NumberInt(85), + "STA" : NumberInt(142), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2590), + "CP39" : NumberInt(2553) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b79"), + "Name" : "Xurkitree", + "PokedexNumber" : NumberInt(796), + "Imgname" : NumberInt(796), + "Generation" : NumberInt(7), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "electric", + "Type2" : null, + "Weather1" : "Rainy", + "Weather2" : null, + "STATTOTAL" : NumberInt(640), + "ATK" : NumberInt(330), + "DEF" : NumberInt(144), + "STA" : NumberInt(166), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3655), + "CP39" : NumberInt(3603) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b7a"), + "Name" : "Celesteela", + "PokedexNumber" : NumberInt(797), + "Imgname" : NumberInt(797), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "flying", + "Weather1" : "Snow", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(601), + "ATK" : NumberInt(207), + "DEF" : NumberInt(200), + "STA" : NumberInt(194), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2939), + "CP39" : NumberInt(2897) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b7b"), + "Name" : "Kartana", + "PokedexNumber" : NumberInt(798), + "Imgname" : NumberInt(798), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "steel", + "Weather1" : "Sunny/clear", + "Weather2" : "Snow", + "STATTOTAL" : NumberInt(726), + "ATK" : NumberInt(355), + "DEF" : NumberInt(253), + "STA" : NumberInt(118), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(4362), + "CP39" : NumberInt(4300) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b7c"), + "Name" : "Guzzlord", + "PokedexNumber" : NumberInt(799), + "Imgname" : NumberInt(799), + "Generation" : NumberInt(7), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "dark", + "Type2" : "dragon", + "Weather1" : "Fog", + "Weather2" : "Windy", + "STATTOTAL" : NumberInt(733), + "ATK" : NumberInt(188), + "DEF" : NumberInt(99), + "STA" : NumberInt(446), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(2906), + "CP39" : NumberInt(2865) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b7d"), + "Name" : "Necrozma", + "PokedexNumber" : NumberInt(800), + "Imgname" : NumberInt(800), + "Generation" : NumberInt(7), + "EvolutionStage" : "Lower", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "psychic", + "Type2" : null, + "Weather1" : "Windy", + "Weather2" : null, + "STATTOTAL" : NumberInt(646), + "ATK" : NumberInt(251), + "DEF" : NumberInt(201), + "STA" : NumberInt(194), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3529), + "CP39" : NumberInt(3479) +} +{ + "_id" : ObjectId("5bc0902bd3090d112fd39b7e"), + "Name" : "Magearna", + "PokedexNumber" : NumberInt(801), + "Imgname" : NumberInt(801), + "Generation" : NumberInt(7), + "EvolutionStage" : "Evolved", + "Evolved" : NumberInt(0), + "FamilyID" : null, + "CrossGen" : NumberInt(0), + "Type1" : "steel", + "Type2" : "fairy", + "Weather1" : "Snow", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(631), + "ATK" : NumberInt(246), + "DEF" : NumberInt(225), + "STA" : NumberInt(160), + "Legendary" : NumberInt(1), + "Aquireable" : NumberInt(0), + "Spawns" : NumberInt(0), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(0), + "Shiny" : NumberInt(0), + "Nest" : NumberInt(0), + "New" : NumberInt(0), + "Not-Gettable" : NumberInt(0), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(3340), + "CP39" : NumberInt(3293) +} +{ + "_id" : ObjectId("5bc143d3c2c36f149843e74f"), + "Name" : "Pikachu", + "PokedexNumber" : NumberInt(25), + "Imgname" : "novoimg", + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(123), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(555), + "ATK" : NumberInt(2000), + "DEF" : NumberInt(45), + "STA" : NumberInt(115), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(1), + "New" : NumberInt(1), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1717), + "CP39" : NumberInt(1232), + "__v" : NumberInt(0) +} +{ + "_id" : ObjectId("5bc202c147acf7114fe79411"), + "Name" : "Novo Pokemon", + "PokedexNumber" : NumberInt(25), + "Imgname" : "novoimg", + "Generation" : NumberInt(2), + "EvolutionStage" : NumberInt(2), + "Evolved" : NumberInt(1), + "FamilyID" : NumberInt(123), + "CrossGen" : NumberInt(0), + "Type1" : "grass", + "Type2" : "poison", + "Weather1" : "Sunny/clear", + "Weather2" : "Cloudy", + "STATTOTAL" : NumberInt(555), + "ATK" : NumberInt(2000), + "DEF" : NumberInt(45), + "STA" : NumberInt(115), + "Legendary" : NumberInt(0), + "Aquireable" : NumberInt(1), + "Spawns" : NumberInt(1), + "Regional" : NumberInt(0), + "Raidable" : NumberInt(0), + "Hatchable" : NumberInt(5), + "Shiny" : NumberInt(1), + "Nest" : NumberInt(1), + "New" : NumberInt(1), + "FutureEvolve" : NumberInt(0), + "CP40" : NumberInt(1717), + "CP39" : NumberInt(1232), + "__v" : NumberInt(0) +} diff --git a/API/package.json b/API/package.json new file mode 100644 index 00000000..c7f41084 --- /dev/null +++ b/API/package.json @@ -0,0 +1,26 @@ +{ + "name": "pokemon-go", + "version": "1.0.0", + "description": "teste de backend", + "main": "server.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "dev": "nodemon server.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/gpaiva00/vaga-backend-teste/tree/gabriel-paiva" + }, + "author": "gabriel paiva", + "license": "ISC", + "dependencies": { + "cors": "^2.8.4", + "express": "^4.16.4", + "mongoose": "^5.3.2", + "mongoose-paginate": "^5.0.3", + "require-dir": "^1.1.0" + }, + "devDependencies": { + "nodemon": "^1.18.4" + } +} diff --git a/API/server.js b/API/server.js new file mode 100644 index 00000000..bb5d0310 --- /dev/null +++ b/API/server.js @@ -0,0 +1,13 @@ +const express = require('express'); +const cors = require('cors'); +const mongoose = require('mongoose'); +const requireDir = require('require-dir'); +const app = express(); +app.use(cors()); +app.use(express.json()); + +mongoose.connect('mongodb://localhost:27017/pokemongo', {useNewUrlParser: true}); + +requireDir('./src/models'); +require('./src/routes')(app); +app.listen(3000); \ No newline at end of file diff --git a/API/src/controllers/PokemonController.js b/API/src/controllers/PokemonController.js new file mode 100644 index 00000000..e0760d8d --- /dev/null +++ b/API/src/controllers/PokemonController.js @@ -0,0 +1,102 @@ +const mongoose = require("mongoose"); +const Pokemon = mongoose.model("Pokemon"); + +var getFilters = function(q) { + let result, filter, select, limit; + + // by ATK + if (q.substring(0, 3) == "atk") { + let query = q.split("atk")[1]; + let start = query.trim().split("-")[0]; + let end = query.trim().split("-")[1]; + + filter = { ATK: { $gt: start, $lt: end } }; + result = { filter }; + } + // by Name + else if (q[0] == q.match(/[a-z]/i) && q[0].toUpperCase()) { + filter = { Name: new RegExp(q, "i") }; + select = "Name Imgname"; + limit = 1; + result = { filter, select, limit }; + } + // by Generations + else if (q[0] == "+") { + let pokemon = q.split("+")[1]; + filter = { Name: new RegExp(pokemon, "i") }; + select = "Name Generation ATK DEF Type1 Type2"; + result = { filter, select }; + } + // by Pokedex Number + else if (q[0] == q.match(/[0-9]/i)) { + filter = { PokedexNumber: q }; + result = { filter }; + } + + return result; +}; + +const PokemonController = { + async all(req, res) { + const { page = 1 } = req.query; + const { filters = null, sort = null } = req.body; + + await Pokemon.paginate(filters, { page, limit: 10, sort }, function( + err, + pokemons + ) { + if (err) return res.status(404).send({ error: err.message }); + + res.json(pokemons); + }); + }, + + async search(req, res) { + const { q, page = 1 } = req.query; + const { sort = { Name: "asc" } } = req.body; + + const { filter, select = null, limit = 10 } = getFilters(q); + + await Pokemon.paginate(filter, { page, limit, select, sort }, function( + err, + pokemons + ) { + if (err) return res.status(404).send({ error: err.message }); + + if (pokemons.docs.length == 0) + return res.send({ message: "Sem resultados" }); + + res.json(pokemons); + }); + }, + + async store(req, res) { + await Pokemon.create(req.body, function(err, pokemon) { + if (err) return res.status(404).send({ error: err.message }); + + res.json(pokemon); + }); + }, + + async update(req, res) { + const id = req.params.id.trim(); + const pokemon = await Pokemon.findByIdAndUpdate(id, req.body, { + new: true + }); + + if (!pokemon) return res.send({ message: "Pokemon não encontrado" }); + + res.json(pokemon); + }, + + async destroy(req, res) { + const id = req.params.id.trim(); + await Pokemon.findByIdAndDelete(id, function(err) { + if (err) return res.status(500).json({ error: err.message }); + + res.send(); + }); + } +}; + +module.exports = PokemonController; diff --git a/API/src/models/Pokemon.js b/API/src/models/Pokemon.js new file mode 100644 index 00000000..c445bc88 --- /dev/null +++ b/API/src/models/Pokemon.js @@ -0,0 +1,37 @@ +const mongoose = require("mongoose"); +const mongoosePaginate = require('mongoose-paginate'); + +const Pokemon = new mongoose.Schema({ + Name: { type: String, indexes: {unique: true} }, + PokedexNumber: { type: Number }, + Imgname: { type: String }, + Generation: { type: Number }, + EvolutionStage: { type: Number }, + Evolved: { type: Number }, + FamilyID: { type: Number }, + CrossGen: { type: Number }, + Type1: { type: String }, + Type2: { type: String }, + Weather1: { type: String }, + Weather2: { type: String }, + STATTOTAL: { type: Number }, + ATK: { type: Number }, + DEF: { type: Number }, + STA: { type: Number }, + Legendary: { type: Number }, + Aquireable: { type: Number }, + Spawns: { type: Number }, + Regional: { type: Number }, + Raidable: { type: Number }, + Hatchable: { type: Number }, + Shiny: { type: Number }, + Nest: { type: Number }, + New: { type: Number }, + NotGettable: { type: Number }, + FutureEvolve: { type: Number }, + CP40 : { type: Number }, + CP39: { type: Number } +},{collection: 'Pokemon'}); + +Pokemon.plugin(mongoosePaginate); +mongoose.model('Pokemon', Pokemon); diff --git a/API/src/routes.js b/API/src/routes.js new file mode 100644 index 00000000..f6a37f60 --- /dev/null +++ b/API/src/routes.js @@ -0,0 +1,11 @@ +const routes = require('express').Router(); +const PokemonController = require('./controllers/PokemonController'); + +routes.get('/all', PokemonController.all); +routes.get('/search', PokemonController.search); +routes.post('/', PokemonController.store); +routes.put('/:id', PokemonController.update); +routes.delete('/:id', PokemonController.destroy); + + +module.exports = app => app.use('/', routes); \ No newline at end of file diff --git a/API/yarn-error.log b/API/yarn-error.log new file mode 100644 index 00000000..bec6d26b --- /dev/null +++ b/API/yarn-error.log @@ -0,0 +1,2280 @@ +Arguments: + /usr/bin/node /usr/share/yarn/bin/yarn.js add mogoose-paginate + +PATH: + /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + +Yarn version: + 1.10.1 + +Node version: + 8.10.0 + +Platform: + linux x64 + +Trace: + Error: https://registry.yarnpkg.com/mogoose-paginate: Not found + at Request.params.callback [as _callback] (/usr/share/yarn/lib/cli.js:61073:18) + at Request.self.callback (/usr/share/yarn/lib/cli.js:120166:22) + at emitTwo (events.js:126:13) + at Request.emit (events.js:214:7) + at Request. (/usr/share/yarn/lib/cli.js:121138:10) + at emitOne (events.js:116:13) + at Request.emit (events.js:211:7) + at IncomingMessage. (/usr/share/yarn/lib/cli.js:121060:12) + at Object.onceWrapper (events.js:313:30) + at emitNone (events.js:111:20) + +npm manifest: + { + "name": "pokemon-go", + "version": "1.0.0", + "description": "teste de backend", + "main": "server.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "dev": "nodemon server.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/gpaiva00/vaga-backend-teste/tree/gabriel-paiva" + }, + "author": "gabriel paiva", + "license": "ISC", + "dependencies": { + "express": "^4.16.4", + "mongoose": "^5.3.2", + "require-dir": "^1.1.0" + }, + "devDependencies": { + "nodemon": "^1.18.4" + } + } + +yarn manifest: + No manifest + +Lockfile: + # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. + # yarn lockfile v1 + + + abbrev@1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" + integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== + + accepts@~1.3.5: + version "1.3.5" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.5.tgz#eb777df6011723a3b14e8a72c0805c8e86746bd2" + integrity sha1-63d99gEXI6OxTopywIBcjoZ0a9I= + dependencies: + mime-types "~2.1.18" + negotiator "0.6.1" + + ansi-align@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f" + integrity sha1-w2rsy6VjuJzrVW82kPCx2eNUf38= + dependencies: + string-width "^2.0.0" + + ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= + + ansi-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" + integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= + + ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + + anymatch@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" + integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== + dependencies: + micromatch "^3.1.4" + normalize-path "^2.1.1" + + aproba@^1.0.3: + version "1.2.0" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" + integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== + + are-we-there-yet@~1.1.2: + version "1.1.5" + resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" + integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== + dependencies: + delegates "^1.0.0" + readable-stream "^2.0.6" + + arr-diff@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" + integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= + + arr-flatten@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== + + arr-union@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" + integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= + + array-flatten@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" + integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= + + array-unique@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" + integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= + + assign-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" + integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= + + async-each@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d" + integrity sha1-GdOGodntxufByF04iu28xW0zYC0= + + async@2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" + integrity sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ== + dependencies: + lodash "^4.17.10" + + atob@^2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" + integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== + + balanced-match@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" + integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= + + base@^0.11.1: + version "0.11.2" + resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" + integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== + dependencies: + 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" + + binary-extensions@^1.0.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.12.0.tgz#c2d780f53d45bba8317a8902d4ceeaf3a6385b14" + integrity sha512-DYWGk01lDcxeS/K9IHPGWfT8PsJmbXRtRd2Sx72Tnb8pcYZQFF1oSDb8hJtS1vhp212q1Rzi5dUf9+nq0o9UIg== + + bluebird@3.5.1: + version "3.5.1" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9" + integrity sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA== + + body-parser@1.18.3: + version "1.18.3" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.3.tgz#5b292198ffdd553b3a0f20ded0592b956955c8b4" + integrity sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ= + dependencies: + 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" + + boxen@^1.2.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b" + integrity sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw== + dependencies: + ansi-align "^2.0.0" + camelcase "^4.0.0" + chalk "^2.0.1" + cli-boxes "^1.0.0" + string-width "^2.0.0" + term-size "^1.2.0" + widest-line "^2.0.0" + + brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + + braces@^2.3.0, braces@^2.3.1: + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" + integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== + dependencies: + 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" + + bson@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/bson/-/bson-1.1.0.tgz#bee57d1fb6a87713471af4e32bcae36de814b5b0" + integrity sha512-9Aeai9TacfNtWXOYarkFJRW2CWo+dRon+fuLZYJmvLV3+MiUp0bEI6IAZfXEIg7/Pl/7IWlLaDnhzTsD81etQA== + + bson@~1.0.5: + version "1.0.9" + resolved "https://registry.yarnpkg.com/bson/-/bson-1.0.9.tgz#12319f8323b1254739b7c6bef8d3e89ae05a2f57" + integrity sha512-IQX9/h7WdMBIW/q/++tGd+emQr0XMdeZ6icnT/74Xk9fnabWn+gZgpE+9V+gujL3hhJOoNrnDVY7tWdzc7NUTg== + + bytes@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" + integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= + + cache-base@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" + integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== + dependencies: + 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" + + camelcase@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" + integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= + + capture-stack-trace@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d" + integrity sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw== + + chalk@^2.0.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e" + integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + + chokidar@^2.0.2: + version "2.0.4" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26" + integrity sha512-z9n7yt9rOvIJrMhvDtDictKrkFHeihkNl6uWMmZlmL6tJtX9Cs+87oK+teBx+JIgzvbX3yZHT3eF8vpbDxHJXQ== + dependencies: + anymatch "^2.0.0" + async-each "^1.0.0" + braces "^2.3.0" + glob-parent "^3.1.0" + inherits "^2.0.1" + is-binary-path "^1.0.0" + is-glob "^4.0.0" + lodash.debounce "^4.0.8" + normalize-path "^2.1.1" + path-is-absolute "^1.0.0" + readdirp "^2.0.0" + upath "^1.0.5" + optionalDependencies: + fsevents "^1.2.2" + + chownr@^1.0.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494" + integrity sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g== + + ci-info@^1.5.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" + integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== + + class-utils@^0.3.5: + version "0.3.6" + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== + dependencies: + arr-union "^3.1.0" + define-property "^0.2.5" + isobject "^3.0.0" + static-extend "^0.1.1" + + cli-boxes@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143" + integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM= + + code-point-at@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" + integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= + + collection-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" + integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= + dependencies: + map-visit "^1.0.0" + object-visit "^1.0.0" + + color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + + color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + + component-emitter@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6" + integrity sha1-E3kY1teCg/ffemt8WmPhQOaUJeY= + + concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + + configstore@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/configstore/-/configstore-3.1.2.tgz#c6f25defaeef26df12dd33414b001fe81a543f8f" + integrity sha512-vtv5HtGjcYUgFrXc6Kx747B83MRRVS5R1VTEQoXvuP+kMI+if6uywV0nDGoiydJRy4yk7h9od5Og0kxx4zUXmw== + dependencies: + dot-prop "^4.1.0" + graceful-fs "^4.1.2" + make-dir "^1.0.0" + unique-string "^1.0.0" + write-file-atomic "^2.0.0" + xdg-basedir "^3.0.0" + + console-control-strings@^1.0.0, console-control-strings@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" + integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= + + content-disposition@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4" + integrity sha1-DPaLud318r55YcOoUXjLhdunjLQ= + + content-type@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" + integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== + + cookie-signature@1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" + integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= + + cookie@0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" + integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s= + + copy-descriptor@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" + integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= + + core-util-is@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + + create-error-class@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6" + integrity sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y= + dependencies: + capture-stack-trace "^1.0.0" + + cross-spawn@^5.0.1: + version "5.1.0" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" + integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= + dependencies: + lru-cache "^4.0.1" + shebang-command "^1.2.0" + which "^1.2.9" + + crypto-random-string@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" + integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4= + + debug@2.6.9, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + + debug@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" + integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== + dependencies: + ms "2.0.0" + + debug@^3.1.0: + version "3.2.6" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" + integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== + dependencies: + ms "^2.1.1" + + decode-uri-component@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" + integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= + + deep-extend@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" + integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== + + define-property@^0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" + integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= + dependencies: + is-descriptor "^0.1.0" + + define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" + integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= + dependencies: + is-descriptor "^1.0.0" + + define-property@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" + integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== + dependencies: + is-descriptor "^1.0.2" + isobject "^3.0.1" + + delegates@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" + integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= + + depd@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" + integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= + + destroy@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" + integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= + + detect-libc@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" + integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= + + dot-prop@^4.1.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57" + integrity sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ== + dependencies: + is-obj "^1.0.0" + + duplexer3@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" + integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= + + duplexer@^0.1.1, duplexer@~0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" + integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E= + + ee-first@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= + + encodeurl@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= + + escape-html@~1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= + + escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + + etag@~1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= + + event-stream@~3.3.0: + version "3.3.6" + resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.6.tgz#cac1230890e07e73ec9cacd038f60a5b66173eef" + integrity sha512-dGXNg4F/FgVzlApjzItL+7naHutA3fDqbV/zAZqDDlXTjiMnQmZKu+prImWKszeBM5UQeGvAl3u1wBiKeDh61g== + dependencies: + duplexer "^0.1.1" + flatmap-stream "^0.1.0" + from "^0.1.7" + map-stream "0.0.7" + pause-stream "^0.0.11" + split "^1.0.1" + stream-combiner "^0.2.2" + through "^2.3.8" + + execa@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" + integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= + dependencies: + cross-spawn "^5.0.1" + get-stream "^3.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" + + expand-brackets@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" + integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= + dependencies: + 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" + + express@^4.16.4: + version "4.16.4" + resolved "https://registry.yarnpkg.com/express/-/express-4.16.4.tgz#fddef61926109e24c515ea97fd2f1bdbf62df12e" + integrity sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg== + dependencies: + 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" + + extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= + dependencies: + is-extendable "^0.1.0" + + extend-shallow@^3.0.0, extend-shallow@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" + integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= + dependencies: + assign-symbols "^1.0.0" + is-extendable "^1.0.1" + + extglob@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== + dependencies: + 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" + + fill-range@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" + integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= + dependencies: + extend-shallow "^2.0.1" + is-number "^3.0.0" + repeat-string "^1.6.1" + to-regex-range "^2.1.0" + + finalhandler@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.1.tgz#eebf4ed840079c83f4249038c9d703008301b105" + integrity sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg== + dependencies: + 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" + + flatmap-stream@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/flatmap-stream/-/flatmap-stream-0.1.1.tgz#d34f39ef3b9aa5a2fc225016bd3adf28ac5ae6ea" + integrity sha512-lAq4tLbm3sidmdCN8G3ExaxH7cUCtP5mgDvrYowsx84dcYkJJ4I28N7gkxA6+YlSXzaGLJYIDEi9WGfXzMiXdw== + + for-in@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= + + forwarded@~0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84" + integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= + + fragment-cache@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" + integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= + dependencies: + map-cache "^0.2.2" + + fresh@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= + + from@^0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe" + integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4= + + fs-minipass@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d" + integrity sha512-JhBl0skXjUPCFH7x6x61gQxrKyXsxB5gcgePLZCwfyCGGsTISMoIeObbrvVeP6Xmyaudw4TT43qV2Gz+iyd2oQ== + dependencies: + minipass "^2.2.1" + + fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + + fsevents@^1.2.2: + version "1.2.4" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.4.tgz#f41dcb1af2582af3692da36fc55cbd8e1041c426" + integrity sha512-z8H8/diyk76B7q5wg+Ud0+CqzcAF3mBBI/bA5ne5zrRUUIvNkJY//D3BqyH571KuAC4Nr7Rw7CjWX4r0y9DvNg== + dependencies: + nan "^2.9.2" + node-pre-gyp "^0.10.0" + + gauge@~2.7.3: + version "2.7.4" + resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" + integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= + dependencies: + 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" + + get-stream@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" + integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= + + get-value@^2.0.3, get-value@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" + integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= + + glob-parent@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" + integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= + dependencies: + is-glob "^3.1.0" + path-dirname "^1.0.0" + + glob@^7.0.5: + version "7.1.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" + integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ== + dependencies: + 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" + + global-dirs@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" + integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= + dependencies: + ini "^1.3.4" + + got@^6.7.1: + version "6.7.1" + resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0" + integrity sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA= + dependencies: + create-error-class "^3.0.0" + duplexer3 "^0.1.4" + get-stream "^3.0.0" + is-redirect "^1.0.0" + is-retry-allowed "^1.0.0" + is-stream "^1.0.0" + lowercase-keys "^1.0.0" + safe-buffer "^5.0.1" + timed-out "^4.0.0" + unzip-response "^2.0.1" + url-parse-lax "^1.0.0" + + graceful-fs@^4.1.11, graceful-fs@^4.1.2: + version "4.1.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" + integrity sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg= + + has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + + has-unicode@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" + integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= + + has-value@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" + integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= + dependencies: + get-value "^2.0.3" + has-values "^0.1.4" + isobject "^2.0.0" + + has-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" + integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= + dependencies: + get-value "^2.0.6" + has-values "^1.0.0" + isobject "^3.0.0" + + has-values@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" + integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= + + has-values@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" + integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= + dependencies: + is-number "^3.0.0" + kind-of "^4.0.0" + + http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3: + version "1.6.3" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" + integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= + dependencies: + depd "~1.1.2" + inherits "2.0.3" + setprototypeof "1.1.0" + statuses ">= 1.4.0 < 2" + + iconv-lite@0.4.23: + version "0.4.23" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63" + integrity sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + + iconv-lite@^0.4.4: + version "0.4.24" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + + ignore-by-default@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-1.0.1.tgz#48ca6d72f6c6a3af00a9ad4ae6876be3889e2b09" + integrity sha1-SMptcvbGo68Aqa1K5odr44ieKwk= + + ignore-walk@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8" + integrity sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ== + dependencies: + minimatch "^3.0.4" + + import-lazy@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" + integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= + + imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= + + inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + dependencies: + once "^1.3.0" + wrappy "1" + + inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@~2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= + + ini@^1.3.4, ini@~1.3.0: + version "1.3.5" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" + integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + + ipaddr.js@1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.8.0.tgz#eaa33d6ddd7ace8f7f6fe0c9ca0440e706738b1e" + integrity sha1-6qM9bd16zo9/b+DJygRA5wZzix4= + + is-accessor-descriptor@^0.1.6: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" + integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= + dependencies: + kind-of "^3.0.2" + + is-accessor-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" + integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== + dependencies: + kind-of "^6.0.0" + + is-binary-path@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" + integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= + dependencies: + binary-extensions "^1.0.0" + + is-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + + is-ci@^1.0.10: + version "1.2.1" + resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" + integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== + dependencies: + ci-info "^1.5.0" + + is-data-descriptor@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" + integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= + dependencies: + kind-of "^3.0.2" + + is-data-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" + integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== + dependencies: + kind-of "^6.0.0" + + is-descriptor@^0.1.0: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" + integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== + dependencies: + is-accessor-descriptor "^0.1.6" + is-data-descriptor "^0.1.4" + kind-of "^5.0.0" + + is-descriptor@^1.0.0, is-descriptor@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" + integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== + dependencies: + is-accessor-descriptor "^1.0.0" + is-data-descriptor "^1.0.0" + kind-of "^6.0.2" + + is-extendable@^0.1.0, is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= + + is-extendable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" + integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== + dependencies: + is-plain-object "^2.0.4" + + is-extglob@^2.1.0, is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + + is-fullwidth-code-point@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" + integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= + dependencies: + number-is-nan "^1.0.0" + + is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + + is-glob@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" + integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= + dependencies: + is-extglob "^2.1.0" + + is-glob@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.0.tgz#9521c76845cc2610a85203ddf080a958c2ffabc0" + integrity sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A= + dependencies: + is-extglob "^2.1.1" + + is-installed-globally@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80" + integrity sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA= + dependencies: + global-dirs "^0.1.0" + is-path-inside "^1.0.0" + + is-npm@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4" + integrity sha1-8vtjpl5JBbQGyGBydloaTceTufQ= + + is-number@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= + dependencies: + kind-of "^3.0.2" + + is-obj@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" + integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= + + is-path-inside@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036" + integrity sha1-jvW33lBDej/cprToZe96pVy0gDY= + dependencies: + path-is-inside "^1.0.1" + + is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== + dependencies: + isobject "^3.0.1" + + is-redirect@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24" + integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= + + is-retry-allowed@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34" + integrity sha1-EaBgVotnM5REAz0BJaYaINVk+zQ= + + is-stream@^1.0.0, is-stream@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" + integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= + + is-windows@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + + isarray@1.0.0, isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + + isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + + isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= + dependencies: + isarray "1.0.0" + + isobject@^3.0.0, isobject@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= + + kareem@2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/kareem/-/kareem-2.3.0.tgz#ef33c42e9024dce511eeaf440cd684f3af1fc769" + integrity sha512-6hHxsp9e6zQU8nXsP+02HGWXwTkOEw6IROhF2ZA28cYbUk4eJ6QbtZvdqZOdD9YPKghG3apk5eOCvs+tLl3lRg== + + kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= + dependencies: + is-buffer "^1.1.5" + + kind-of@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= + dependencies: + is-buffer "^1.1.5" + + kind-of@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" + integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== + + kind-of@^6.0.0, kind-of@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" + integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== + + latest-version@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15" + integrity sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU= + dependencies: + package-json "^4.0.0" + + lodash.debounce@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" + integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= + + lodash.get@4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" + integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= + + lodash@^4.17.10: + version "4.17.11" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" + integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== + + lowercase-keys@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" + integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== + + lru-cache@^4.0.1: + version "4.1.3" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c" + integrity sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA== + dependencies: + pseudomap "^1.0.2" + yallist "^2.1.2" + + make-dir@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" + integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== + dependencies: + pify "^3.0.0" + + map-cache@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= + + map-stream@0.0.7: + version "0.0.7" + resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.0.7.tgz#8a1f07896d82b10926bd3744a2420009f88974a8" + integrity sha1-ih8HiW2CsQkmvTdEokIACfiJdKg= + + map-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" + integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= + dependencies: + object-visit "^1.0.0" + + media-typer@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= + + memory-pager@^1.0.2: + version "1.1.0" + resolved "https://registry.yarnpkg.com/memory-pager/-/memory-pager-1.1.0.tgz#9308915e0e972849fefbae6f8bc95d6b350e7344" + integrity sha512-Mf9OHV/Y7h6YWDxTzX/b4ZZ4oh9NSXblQL8dtPCOomOtZciEHxePR78+uHFLLlsk01A6jVHhHsQZZ/WcIPpnzg== + + merge-descriptors@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" + integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= + + methods@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= + + micromatch@^3.1.10, micromatch@^3.1.4: + version "3.1.10" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" + integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== + dependencies: + 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" + + mime-db@~1.36.0: + version "1.36.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.36.0.tgz#5020478db3c7fe93aad7bbcc4dcf869c43363397" + integrity sha512-L+xvyD9MkoYMXb1jAmzI/lWYAxAMCPvIBSWur0PZ5nOf5euahRLVqH//FKW9mWp2lkqUgYiXPgkzfMUFi4zVDw== + + mime-types@~2.1.18: + version "2.1.20" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.20.tgz#930cb719d571e903738520f8470911548ca2cc19" + integrity sha512-HrkrPaP9vGuWbLK1B1FfgAkbqNjIuy4eHlIYnFi7kamZyLLrGlo2mpcx0bBmNpKqBtYtAfGbodDddIgddSJC2A== + dependencies: + mime-db "~1.36.0" + + mime@1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6" + integrity sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ== + + minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + dependencies: + brace-expansion "^1.1.7" + + minimist@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" + integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= + + minimist@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" + integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= + + minipass@^2.2.1, minipass@^2.3.3: + version "2.3.4" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.4.tgz#4768d7605ed6194d6d576169b9e12ef71e9d9957" + integrity sha512-mlouk1OHlaUE8Odt1drMtG1bAJA4ZA6B/ehysgV0LUIrDHdKgo1KorZq3pK0b/7Z7LJIQ12MNM6aC+Tn6lUZ5w== + dependencies: + safe-buffer "^5.1.2" + yallist "^3.0.0" + + minizlib@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.1.1.tgz#6734acc045a46e61d596a43bb9d9cd326e19cc42" + integrity sha512-TrfjCjk4jLhcJyGMYymBH6oTXcWjYbUAXTHDbtnWHjZC25h0cdajHuPE1zxb4DVmu8crfh+HwH/WMuyLG0nHBg== + dependencies: + minipass "^2.2.1" + + mixin-deep@^1.2.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe" + integrity sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ== + dependencies: + for-in "^1.0.2" + is-extendable "^1.0.1" + + mkdirp@^0.5.0, mkdirp@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" + integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= + dependencies: + minimist "0.0.8" + + mongodb-core@3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/mongodb-core/-/mongodb-core-3.1.5.tgz#59ca67d7f6cea570d5437624a7afec8d752d477a" + integrity sha512-emT/tM4ZBinqd6RZok+EzDdtN4LjYJIckv71qQVOEFmvXgT5cperZegVmTgox/1cx4XQu6LJ5ZuIwipP/eKdQg== + dependencies: + bson "^1.1.0" + require_optional "^1.0.1" + safe-buffer "^5.1.2" + optionalDependencies: + saslprep "^1.0.0" + + mongodb@3.1.6: + version "3.1.6" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.1.6.tgz#6054641973b5bf5b5ae1c67dcbcf8fa88280273d" + integrity sha512-E5QJuXQoMlT7KyCYqNNMfAkhfQD79AT4F8Xd+6x37OX+8BL17GyXyWvfm6wuyx4wnzCCPoCSLeMeUN2S7dU9yw== + dependencies: + mongodb-core "3.1.5" + safe-buffer "^5.1.2" + + mongoose-legacy-pluralize@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz#3ba9f91fa507b5186d399fb40854bff18fb563e4" + integrity sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ== + + mongoose@^5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.3.2.tgz#184887c359401ea42fedf7c48692d65eba91ce99" + integrity sha512-07fpCMqvCiSdKXIygt3aAeNFJYjQPjDXILbwBEmF0e8gy2hSKMNuP5QG4J6L8m9BhjVxcvoLiPzaGKN7I/7lLg== + dependencies: + async "2.6.1" + bson "~1.0.5" + kareem "2.3.0" + lodash.get "4.4.2" + mongodb "3.1.6" + mongodb-core "3.1.5" + mongoose-legacy-pluralize "1.0.2" + mpath "0.5.1" + mquery "3.2.0" + ms "2.0.0" + regexp-clone "0.0.1" + safe-buffer "5.1.2" + sliced "1.0.1" + + mpath@0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mpath/-/mpath-0.5.1.tgz#17131501f1ff9e6e4fbc8ffa875aa7065b5775ab" + integrity sha512-H8OVQ+QEz82sch4wbODFOz+3YQ61FYz/z3eJ5pIdbMEaUzDqA268Wd+Vt4Paw9TJfvDgVKaayC0gBzMIw2jhsg== + + mquery@3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/mquery/-/mquery-3.2.0.tgz#e276472abd5109686a15eb2a8e0761db813c81cc" + integrity sha512-qPJcdK/yqcbQiKoemAt62Y0BAc0fTEKo1IThodBD+O5meQRJT/2HSe5QpBNwaa4CjskoGrYWsEyjkqgiE0qjhg== + dependencies: + bluebird "3.5.1" + debug "3.1.0" + regexp-clone "0.0.1" + safe-buffer "5.1.2" + sliced "1.0.1" + + ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + + ms@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" + integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== + + nan@^2.9.2: + version "2.11.1" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.1.tgz#90e22bccb8ca57ea4cd37cc83d3819b52eea6766" + integrity sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA== + + nanomatch@^1.2.9: + version "1.2.13" + resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" + integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== + dependencies: + 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@^2.2.1: + version "2.2.4" + resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.4.tgz#51931bff82533b1928b7d1d69e01f1b00ffd2a4e" + integrity sha512-HyoqEb4wr/rsoaIDfTH2aVL9nWtQqba2/HvMv+++m8u0dz808MaagKILxtfeSN7QU7nvbQ79zk3vYOJp9zsNEA== + dependencies: + debug "^2.1.2" + iconv-lite "^0.4.4" + sax "^1.2.4" + + negotiator@0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" + integrity sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk= + + node-pre-gyp@^0.10.0: + version "0.10.3" + resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.10.3.tgz#3070040716afdc778747b61b6887bf78880b80fc" + integrity sha512-d1xFs+C/IPS8Id0qPTZ4bUT8wWryfR/OzzAFxweG+uLN85oPzyo2Iw6bVlLQ/JOdgNonXLCoRyqDzDWq4iw72A== + dependencies: + detect-libc "^1.0.2" + mkdirp "^0.5.1" + needle "^2.2.1" + nopt "^4.0.1" + npm-packlist "^1.1.6" + npmlog "^4.0.2" + rc "^1.2.7" + rimraf "^2.6.1" + semver "^5.3.0" + tar "^4" + + nodemon@^1.18.4: + version "1.18.4" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.4.tgz#873f65fdb53220eb166180cf106b1354ac5d714d" + integrity sha512-hyK6vl65IPnky/ee+D3IWvVGgJa/m3No2/Xc/3wanS6Ce1MWjCzH6NnhPJ/vZM+6JFym16jtHx51lmCMB9HDtg== + dependencies: + chokidar "^2.0.2" + debug "^3.1.0" + ignore-by-default "^1.0.1" + minimatch "^3.0.4" + pstree.remy "^1.1.0" + semver "^5.5.0" + supports-color "^5.2.0" + touch "^3.1.0" + undefsafe "^2.0.2" + update-notifier "^2.3.0" + + nopt@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" + integrity sha1-0NRoWv1UFRk8jHUFYC0NF81kR00= + dependencies: + abbrev "1" + osenv "^0.1.4" + + nopt@~1.0.10: + version "1.0.10" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-1.0.10.tgz#6ddd21bd2a31417b92727dd585f8a6f37608ebee" + integrity sha1-bd0hvSoxQXuScn3Vhfim83YI6+4= + dependencies: + abbrev "1" + + normalize-path@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= + dependencies: + remove-trailing-separator "^1.0.1" + + npm-bundled@^1.0.1: + version "1.0.5" + resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.5.tgz#3c1732b7ba936b3a10325aef616467c0ccbcc979" + integrity sha512-m/e6jgWu8/v5niCUKQi9qQl8QdeEduFA96xHDDzFGqly0OOjI7c+60KM/2sppfnUU9JJagf+zs+yGhqSOFj71g== + + npm-packlist@^1.1.6: + version "1.1.12" + resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.1.12.tgz#22bde2ebc12e72ca482abd67afc51eb49377243a" + integrity sha512-WJKFOVMeAlsU/pjXuqVdzU0WfgtIBCupkEVwn+1Y0ERAbUfWw8R4GjgVbaKnUjRoD2FoQbHOCbOyT5Mbs9Lw4g== + dependencies: + ignore-walk "^3.0.1" + npm-bundled "^1.0.1" + + npm-run-path@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" + integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= + dependencies: + path-key "^2.0.0" + + npmlog@^4.0.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" + integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== + dependencies: + are-we-there-yet "~1.1.2" + console-control-strings "~1.1.0" + gauge "~2.7.3" + set-blocking "~2.0.0" + + number-is-nan@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" + integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= + + object-assign@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + + object-copy@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" + integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= + dependencies: + copy-descriptor "^0.1.0" + define-property "^0.2.5" + kind-of "^3.0.3" + + object-visit@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" + integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= + dependencies: + isobject "^3.0.0" + + object.pick@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= + dependencies: + isobject "^3.0.1" + + on-finished@~2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= + dependencies: + ee-first "1.1.1" + + once@^1.3.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + dependencies: + wrappy "1" + + os-homedir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" + integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= + + os-tmpdir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= + + osenv@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" + integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== + dependencies: + os-homedir "^1.0.0" + os-tmpdir "^1.0.0" + + p-finally@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" + integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= + + package-json@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/package-json/-/package-json-4.0.1.tgz#8869a0401253661c4c4ca3da6c2121ed555f5eed" + integrity sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0= + dependencies: + got "^6.7.1" + registry-auth-token "^3.0.1" + registry-url "^3.0.3" + semver "^5.1.0" + + parseurl@~1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.2.tgz#fc289d4ed8993119460c156253262cdc8de65bf3" + integrity sha1-/CidTtiZMRlGDBViUyYs3I3mW/M= + + pascalcase@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" + integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= + + path-dirname@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" + integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= + + path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + + path-is-inside@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" + integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= + + path-key@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" + integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= + + path-to-regexp@0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= + + pause-stream@^0.0.11: + version "0.0.11" + resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" + integrity sha1-/lo0sMvOErWqaitAPuLnO2AvFEU= + dependencies: + through "~2.3" + + pify@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" + integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= + + posix-character-classes@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" + integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= + + prepend-http@^1.0.1: + version "1.0.4" + resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" + integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= + + process-nextick-args@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" + integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw== + + proxy-addr@~2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.4.tgz#ecfc733bf22ff8c6f407fa275327b9ab67e48b93" + integrity sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA== + dependencies: + forwarded "~0.1.2" + ipaddr.js "1.8.0" + + ps-tree@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.1.0.tgz#b421b24140d6203f1ed3c76996b4427b08e8c014" + integrity sha1-tCGyQUDWID8e08dplrRCewjowBQ= + dependencies: + event-stream "~3.3.0" + + pseudomap@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" + integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= + + pstree.remy@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.0.tgz#f2af27265bd3e5b32bbfcc10e80bac55ba78688b" + integrity sha512-q5I5vLRMVtdWa8n/3UEzZX7Lfghzrg9eG2IKk2ENLSofKRCXVqMvMUHxCKgXNaqH/8ebhBxrqftHWnyTFweJ5Q== + dependencies: + ps-tree "^1.1.0" + + qs@6.5.2: + version "6.5.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" + integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== + + range-parser@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" + integrity sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4= + + raw-body@2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.3.3.tgz#1b324ece6b5706e153855bc1148c65bb7f6ea0c3" + integrity sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw== + dependencies: + bytes "3.0.0" + http-errors "1.6.3" + iconv-lite "0.4.23" + unpipe "1.0.0" + + rc@^1.0.1, rc@^1.1.6, rc@^1.2.7: + version "1.2.8" + resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" + integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== + dependencies: + deep-extend "^0.6.0" + ini "~1.3.0" + minimist "^1.2.0" + strip-json-comments "~2.0.1" + + readable-stream@^2.0.2, readable-stream@^2.0.6: + version "2.3.6" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" + integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== + dependencies: + 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@^2.0.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" + integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== + dependencies: + graceful-fs "^4.1.11" + micromatch "^3.1.10" + readable-stream "^2.0.2" + + regex-not@^1.0.0, regex-not@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" + integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== + dependencies: + extend-shallow "^3.0.2" + safe-regex "^1.1.0" + + regexp-clone@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/regexp-clone/-/regexp-clone-0.0.1.tgz#a7c2e09891fdbf38fbb10d376fb73003e68ac589" + integrity sha1-p8LgmJH9vzj7sQ03b7cwA+aKxYk= + + registry-auth-token@^3.0.1: + version "3.3.2" + resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.3.2.tgz#851fd49038eecb586911115af845260eec983f20" + integrity sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ== + dependencies: + rc "^1.1.6" + safe-buffer "^5.0.1" + + registry-url@^3.0.3: + version "3.1.0" + resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942" + integrity sha1-PU74cPc93h138M+aOBQyRE4XSUI= + dependencies: + rc "^1.0.1" + + remove-trailing-separator@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= + + repeat-element@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" + integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== + + repeat-string@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= + + require-dir@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/require-dir/-/require-dir-1.1.0.tgz#1ce24f41b57bcc31210fe0a9c4ede85b28cfa907" + integrity sha512-XwZR1Gdv8rme0xLSRmxWNue/xQ5mgIfFGwbBJaF7TbFqQBgEBTr/M1/73a4dfn/keF5WDDiUr6RAF4nA1LskrQ== + + require_optional@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/require_optional/-/require_optional-1.0.1.tgz#4cf35a4247f64ca3df8c2ef208cc494b1ca8fc2e" + integrity sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g== + dependencies: + resolve-from "^2.0.0" + semver "^5.1.0" + + resolve-from@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-2.0.0.tgz#9480ab20e94ffa1d9e80a804c7ea147611966b57" + integrity sha1-lICrIOlP+h2egKgEx+oUdhGWa1c= + + resolve-url@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" + integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= + + ret@~0.1.10: + version "0.1.15" + resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== + + rimraf@^2.6.1: + version "2.6.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36" + integrity sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w== + dependencies: + glob "^7.0.5" + + safe-buffer@5.1.2, safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + + safe-regex@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" + integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= + dependencies: + ret "~0.1.10" + + "safer-buffer@>= 2.1.2 < 3": + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + + saslprep@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/saslprep/-/saslprep-1.0.2.tgz#da5ab936e6ea0bbae911ffec77534be370c9f52d" + integrity sha512-4cDsYuAjXssUSjxHKRe4DTZC0agDwsCqcMqtJAQPzC74nJ7LfAJflAtC1Zed5hMzEQKj82d3tuzqdGNRsLJ4Gw== + dependencies: + sparse-bitfield "^3.0.3" + + sax@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" + integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== + + semver-diff@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36" + integrity sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY= + dependencies: + semver "^5.0.3" + + semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.5.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" + integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg== + + send@0.16.2: + version "0.16.2" + resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1" + integrity sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw== + dependencies: + 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" + + serve-static@1.13.2: + version "1.13.2" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.13.2.tgz#095e8472fd5b46237db50ce486a43f4b86c6cec1" + integrity sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw== + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.2" + send "0.16.2" + + set-blocking@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= + + set-value@^0.4.3: + version "0.4.3" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1" + integrity sha1-fbCPnT0i3H945Trzw79GZuzfzPE= + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.1" + to-object-path "^0.3.0" + + set-value@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.0.tgz#71ae4a88f0feefbbf52d1ea604f3fb315ebb6274" + integrity sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg== + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.3" + split-string "^3.0.1" + + setprototypeof@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" + integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== + + shebang-command@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" + integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= + dependencies: + shebang-regex "^1.0.0" + + shebang-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" + integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= + + signal-exit@^3.0.0, signal-exit@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" + integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= + + sliced@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/sliced/-/sliced-1.0.1.tgz#0b3a662b5d04c3177b1926bea82b03f837a2ef41" + integrity sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E= + + snapdragon-node@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" + integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== + dependencies: + define-property "^1.0.0" + isobject "^3.0.0" + snapdragon-util "^3.0.1" + + snapdragon-util@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" + integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== + dependencies: + kind-of "^3.2.0" + + snapdragon@^0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" + integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== + dependencies: + 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" + + source-map-resolve@^0.5.0: + version "0.5.2" + resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259" + integrity sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA== + dependencies: + atob "^2.1.1" + decode-uri-component "^0.2.0" + resolve-url "^0.2.1" + source-map-url "^0.4.0" + urix "^0.1.0" + + source-map-url@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" + integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= + + source-map@^0.5.6: + version "0.5.7" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= + + sparse-bitfield@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz#ff4ae6e68656056ba4b3e792ab3334d38273ca11" + integrity sha1-/0rm5oZWBWuks+eSqzM004JzyhE= + dependencies: + memory-pager "^1.0.2" + + split-string@^3.0.1, split-string@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" + integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== + dependencies: + extend-shallow "^3.0.0" + + split@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9" + integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg== + dependencies: + through "2" + + static-extend@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" + integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= + dependencies: + define-property "^0.2.5" + object-copy "^0.1.0" + + "statuses@>= 1.4.0 < 2": + version "1.5.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" + integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= + + statuses@~1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.4.0.tgz#bb73d446da2796106efcc1b601a253d6c46bd087" + integrity sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew== + + stream-combiner@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.2.2.tgz#aec8cbac177b56b6f4fa479ced8c1912cee52858" + integrity sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg= + dependencies: + duplexer "~0.1.1" + through "~2.3.4" + + string-width@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" + integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= + dependencies: + code-point-at "^1.0.0" + is-fullwidth-code-point "^1.0.0" + strip-ansi "^3.0.0" + + "string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" + integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== + dependencies: + is-fullwidth-code-point "^2.0.0" + strip-ansi "^4.0.0" + + string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + + strip-ansi@^3.0.0, strip-ansi@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= + dependencies: + ansi-regex "^2.0.0" + + strip-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" + integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= + dependencies: + ansi-regex "^3.0.0" + + strip-eof@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" + integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= + + strip-json-comments@~2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" + integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= + + supports-color@^5.2.0, supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + + tar@^4: + version "4.4.6" + resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.6.tgz#63110f09c00b4e60ac8bcfe1bf3c8660235fbc9b" + integrity sha512-tMkTnh9EdzxyfW+6GK6fCahagXsnYk6kE6S9Gr9pjVdys769+laCTbodXDhPAjzVtEBazRgP0gYqOjnk9dQzLg== + dependencies: + chownr "^1.0.1" + fs-minipass "^1.2.5" + minipass "^2.3.3" + minizlib "^1.1.0" + mkdirp "^0.5.0" + safe-buffer "^5.1.2" + yallist "^3.0.2" + + term-size@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69" + integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= + dependencies: + execa "^0.7.0" + + through@2, through@^2.3.8, through@~2.3, through@~2.3.4: + version "2.3.8" + resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= + + timed-out@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" + integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= + + to-object-path@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" + integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= + dependencies: + kind-of "^3.0.2" + + to-regex-range@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" + integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= + dependencies: + is-number "^3.0.0" + repeat-string "^1.6.1" + + to-regex@^3.0.1, to-regex@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" + integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== + dependencies: + define-property "^2.0.2" + extend-shallow "^3.0.2" + regex-not "^1.0.2" + safe-regex "^1.1.0" + + touch@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/touch/-/touch-3.1.0.tgz#fe365f5f75ec9ed4e56825e0bb76d24ab74af83b" + integrity sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA== + dependencies: + nopt "~1.0.10" + + type-is@~1.6.16: + version "1.6.16" + resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.16.tgz#f89ce341541c672b25ee7ae3c73dee3b2be50194" + integrity sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q== + dependencies: + media-typer "0.3.0" + mime-types "~2.1.18" + + undefsafe@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.2.tgz#225f6b9e0337663e0d8e7cfd686fc2836ccace76" + integrity sha1-Il9rngM3Zj4Njnz9aG/Cg2zKznY= + dependencies: + debug "^2.2.0" + + union-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4" + integrity sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ= + dependencies: + arr-union "^3.1.0" + get-value "^2.0.6" + is-extendable "^0.1.1" + set-value "^0.4.3" + + unique-string@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a" + integrity sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo= + dependencies: + crypto-random-string "^1.0.0" + + unpipe@1.0.0, unpipe@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= + + unset-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" + integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= + dependencies: + has-value "^0.3.1" + isobject "^3.0.0" + + unzip-response@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97" + integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c= + + upath@^1.0.5: + version "1.1.0" + resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd" + integrity sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw== + + update-notifier@^2.3.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6" + integrity sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw== + dependencies: + boxen "^1.2.1" + chalk "^2.0.1" + configstore "^3.0.0" + import-lazy "^2.1.0" + is-ci "^1.0.10" + is-installed-globally "^0.1.0" + is-npm "^1.0.0" + latest-version "^3.0.0" + semver-diff "^2.0.0" + xdg-basedir "^3.0.0" + + urix@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" + integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= + + url-parse-lax@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73" + integrity sha1-evjzA2Rem9eaJy56FKxovAYJ2nM= + dependencies: + prepend-http "^1.0.1" + + use@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" + integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== + + util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + + utils-merge@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= + + vary@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= + + which@^1.2.9: + version "1.3.1" + resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== + dependencies: + isexe "^2.0.0" + + wide-align@^1.1.0: + version "1.1.3" + resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" + integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== + dependencies: + string-width "^1.0.2 || 2" + + widest-line@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.0.tgz#0142a4e8a243f8882c0233aa0e0281aa76152273" + integrity sha1-AUKk6KJD+IgsAjOqDgKBqnYVInM= + dependencies: + string-width "^2.1.1" + + wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + + write-file-atomic@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.3.0.tgz#1ff61575c2e2a4e8e510d6fa4e243cce183999ab" + integrity sha512-xuPeK4OdjWqtfi59ylvVL0Yn35SF3zgcAcv7rBPFHVaEapaDr4GdGgm3j7ckTwH9wHL7fGmgfAnb0+THrHb8tA== + dependencies: + graceful-fs "^4.1.11" + imurmurhash "^0.1.4" + signal-exit "^3.0.2" + + xdg-basedir@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" + integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= + + yallist@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" + integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= + + yallist@^3.0.0, yallist@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9" + integrity sha1-hFK0u36Dx8GI2AQcGoN8dz1ti7k= diff --git a/API/yarn.lock b/API/yarn.lock new file mode 100644 index 00000000..14486692 --- /dev/null +++ b/API/yarn.lock @@ -0,0 +1,2242 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +abbrev@1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" + integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== + +accepts@~1.3.5: + version "1.3.5" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.5.tgz#eb777df6011723a3b14e8a72c0805c8e86746bd2" + integrity sha1-63d99gEXI6OxTopywIBcjoZ0a9I= + dependencies: + mime-types "~2.1.18" + negotiator "0.6.1" + +ansi-align@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f" + integrity sha1-w2rsy6VjuJzrVW82kPCx2eNUf38= + dependencies: + string-width "^2.0.0" + +ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= + +ansi-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" + integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= + +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +anymatch@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" + integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== + dependencies: + micromatch "^3.1.4" + normalize-path "^2.1.1" + +aproba@^1.0.3: + version "1.2.0" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" + integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== + +are-we-there-yet@~1.1.2: + version "1.1.5" + resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" + integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== + dependencies: + delegates "^1.0.0" + readable-stream "^2.0.6" + +arr-diff@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" + integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= + +arr-flatten@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== + +arr-union@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" + integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= + +array-flatten@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" + integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= + +array-unique@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" + integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= + +assign-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" + integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= + +async-each@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d" + integrity sha1-GdOGodntxufByF04iu28xW0zYC0= + +async@2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" + integrity sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ== + dependencies: + lodash "^4.17.10" + +atob@^2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" + integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== + +balanced-match@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" + integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= + +base@^0.11.1: + version "0.11.2" + resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" + integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== + dependencies: + 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" + +binary-extensions@^1.0.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.12.0.tgz#c2d780f53d45bba8317a8902d4ceeaf3a6385b14" + integrity sha512-DYWGk01lDcxeS/K9IHPGWfT8PsJmbXRtRd2Sx72Tnb8pcYZQFF1oSDb8hJtS1vhp212q1Rzi5dUf9+nq0o9UIg== + +bluebird@3.0.5: + version "3.0.5" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.0.5.tgz#2ff9d07c9b3edb29d6d280fe07528365e7ecd392" + integrity sha1-L/nQfJs+2ynW0oD+B1KDZefs05I= + +bluebird@3.5.1: + version "3.5.1" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9" + integrity sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA== + +body-parser@1.18.3: + version "1.18.3" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.3.tgz#5b292198ffdd553b3a0f20ded0592b956955c8b4" + integrity sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ= + dependencies: + 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" + +boxen@^1.2.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b" + integrity sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw== + dependencies: + ansi-align "^2.0.0" + camelcase "^4.0.0" + chalk "^2.0.1" + cli-boxes "^1.0.0" + string-width "^2.0.0" + term-size "^1.2.0" + widest-line "^2.0.0" + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +braces@^2.3.0, braces@^2.3.1: + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" + integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== + dependencies: + 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" + +bson@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/bson/-/bson-1.1.0.tgz#bee57d1fb6a87713471af4e32bcae36de814b5b0" + integrity sha512-9Aeai9TacfNtWXOYarkFJRW2CWo+dRon+fuLZYJmvLV3+MiUp0bEI6IAZfXEIg7/Pl/7IWlLaDnhzTsD81etQA== + +bson@~1.0.5: + version "1.0.9" + resolved "https://registry.yarnpkg.com/bson/-/bson-1.0.9.tgz#12319f8323b1254739b7c6bef8d3e89ae05a2f57" + integrity sha512-IQX9/h7WdMBIW/q/++tGd+emQr0XMdeZ6icnT/74Xk9fnabWn+gZgpE+9V+gujL3hhJOoNrnDVY7tWdzc7NUTg== + +bytes@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" + integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= + +cache-base@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" + integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== + dependencies: + 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" + +camelcase@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" + integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= + +capture-stack-trace@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d" + integrity sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw== + +chalk@^2.0.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e" + integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chokidar@^2.0.2: + version "2.0.4" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26" + integrity sha512-z9n7yt9rOvIJrMhvDtDictKrkFHeihkNl6uWMmZlmL6tJtX9Cs+87oK+teBx+JIgzvbX3yZHT3eF8vpbDxHJXQ== + dependencies: + anymatch "^2.0.0" + async-each "^1.0.0" + braces "^2.3.0" + glob-parent "^3.1.0" + inherits "^2.0.1" + is-binary-path "^1.0.0" + is-glob "^4.0.0" + lodash.debounce "^4.0.8" + normalize-path "^2.1.1" + path-is-absolute "^1.0.0" + readdirp "^2.0.0" + upath "^1.0.5" + optionalDependencies: + fsevents "^1.2.2" + +chownr@^1.0.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494" + integrity sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g== + +ci-info@^1.5.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" + integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== + +class-utils@^0.3.5: + version "0.3.6" + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== + dependencies: + arr-union "^3.1.0" + define-property "^0.2.5" + isobject "^3.0.0" + static-extend "^0.1.1" + +cli-boxes@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143" + integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM= + +code-point-at@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" + integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= + +collection-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" + integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= + dependencies: + map-visit "^1.0.0" + object-visit "^1.0.0" + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + +component-emitter@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6" + integrity sha1-E3kY1teCg/ffemt8WmPhQOaUJeY= + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + +configstore@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/configstore/-/configstore-3.1.2.tgz#c6f25defaeef26df12dd33414b001fe81a543f8f" + integrity sha512-vtv5HtGjcYUgFrXc6Kx747B83MRRVS5R1VTEQoXvuP+kMI+if6uywV0nDGoiydJRy4yk7h9od5Og0kxx4zUXmw== + dependencies: + dot-prop "^4.1.0" + graceful-fs "^4.1.2" + make-dir "^1.0.0" + unique-string "^1.0.0" + write-file-atomic "^2.0.0" + xdg-basedir "^3.0.0" + +console-control-strings@^1.0.0, console-control-strings@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" + integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= + +content-disposition@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4" + integrity sha1-DPaLud318r55YcOoUXjLhdunjLQ= + +content-type@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" + integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== + +cookie-signature@1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" + integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= + +cookie@0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" + integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s= + +copy-descriptor@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" + integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= + +core-util-is@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + +cors@^2.8.4: + version "2.8.4" + resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.4.tgz#2bd381f2eb201020105cd50ea59da63090694686" + integrity sha1-K9OB8usgECAQXNUOpZ2mMJBpRoY= + dependencies: + object-assign "^4" + vary "^1" + +create-error-class@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6" + integrity sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y= + dependencies: + capture-stack-trace "^1.0.0" + +cross-spawn@^5.0.1: + version "5.1.0" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" + integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= + dependencies: + lru-cache "^4.0.1" + shebang-command "^1.2.0" + which "^1.2.9" + +crypto-random-string@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" + integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4= + +debug@2.6.9, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +debug@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" + integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== + dependencies: + ms "2.0.0" + +debug@^3.1.0: + version "3.2.6" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" + integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== + dependencies: + ms "^2.1.1" + +decode-uri-component@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" + integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= + +deep-extend@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" + integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== + +define-property@^0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" + integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= + dependencies: + is-descriptor "^0.1.0" + +define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" + integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= + dependencies: + is-descriptor "^1.0.0" + +define-property@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" + integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== + dependencies: + is-descriptor "^1.0.2" + isobject "^3.0.1" + +delegates@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" + integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= + +depd@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" + integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= + +destroy@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" + integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= + +detect-libc@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" + integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= + +dot-prop@^4.1.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57" + integrity sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ== + dependencies: + is-obj "^1.0.0" + +duplexer3@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" + integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= + +duplexer@^0.1.1, duplexer@~0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" + integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E= + +ee-first@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= + +encodeurl@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= + +escape-html@~1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= + +escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + +etag@~1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= + +event-stream@~3.3.0: + version "3.3.6" + resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.6.tgz#cac1230890e07e73ec9cacd038f60a5b66173eef" + integrity sha512-dGXNg4F/FgVzlApjzItL+7naHutA3fDqbV/zAZqDDlXTjiMnQmZKu+prImWKszeBM5UQeGvAl3u1wBiKeDh61g== + dependencies: + duplexer "^0.1.1" + flatmap-stream "^0.1.0" + from "^0.1.7" + map-stream "0.0.7" + pause-stream "^0.0.11" + split "^1.0.1" + stream-combiner "^0.2.2" + through "^2.3.8" + +execa@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" + integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= + dependencies: + cross-spawn "^5.0.1" + get-stream "^3.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" + +expand-brackets@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" + integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= + dependencies: + 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" + +express@^4.16.4: + version "4.16.4" + resolved "https://registry.yarnpkg.com/express/-/express-4.16.4.tgz#fddef61926109e24c515ea97fd2f1bdbf62df12e" + integrity sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg== + dependencies: + 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" + +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= + dependencies: + is-extendable "^0.1.0" + +extend-shallow@^3.0.0, extend-shallow@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" + integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= + dependencies: + assign-symbols "^1.0.0" + is-extendable "^1.0.1" + +extglob@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== + dependencies: + 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" + +fill-range@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" + integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= + dependencies: + extend-shallow "^2.0.1" + is-number "^3.0.0" + repeat-string "^1.6.1" + to-regex-range "^2.1.0" + +finalhandler@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.1.tgz#eebf4ed840079c83f4249038c9d703008301b105" + integrity sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg== + dependencies: + 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" + +flatmap-stream@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/flatmap-stream/-/flatmap-stream-0.1.1.tgz#d34f39ef3b9aa5a2fc225016bd3adf28ac5ae6ea" + integrity sha512-lAq4tLbm3sidmdCN8G3ExaxH7cUCtP5mgDvrYowsx84dcYkJJ4I28N7gkxA6+YlSXzaGLJYIDEi9WGfXzMiXdw== + +for-in@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= + +forwarded@~0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84" + integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= + +fragment-cache@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" + integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= + dependencies: + map-cache "^0.2.2" + +fresh@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= + +from@^0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe" + integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4= + +fs-minipass@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d" + integrity sha512-JhBl0skXjUPCFH7x6x61gQxrKyXsxB5gcgePLZCwfyCGGsTISMoIeObbrvVeP6Xmyaudw4TT43qV2Gz+iyd2oQ== + dependencies: + minipass "^2.2.1" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + +fsevents@^1.2.2: + version "1.2.4" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.4.tgz#f41dcb1af2582af3692da36fc55cbd8e1041c426" + integrity sha512-z8H8/diyk76B7q5wg+Ud0+CqzcAF3mBBI/bA5ne5zrRUUIvNkJY//D3BqyH571KuAC4Nr7Rw7CjWX4r0y9DvNg== + dependencies: + nan "^2.9.2" + node-pre-gyp "^0.10.0" + +gauge@~2.7.3: + version "2.7.4" + resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" + integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= + dependencies: + 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" + +get-stream@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" + integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= + +get-value@^2.0.3, get-value@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" + integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= + +glob-parent@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" + integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= + dependencies: + is-glob "^3.1.0" + path-dirname "^1.0.0" + +glob@^7.0.5: + version "7.1.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" + integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ== + dependencies: + 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" + +global-dirs@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" + integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= + dependencies: + ini "^1.3.4" + +got@^6.7.1: + version "6.7.1" + resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0" + integrity sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA= + dependencies: + create-error-class "^3.0.0" + duplexer3 "^0.1.4" + get-stream "^3.0.0" + is-redirect "^1.0.0" + is-retry-allowed "^1.0.0" + is-stream "^1.0.0" + lowercase-keys "^1.0.0" + safe-buffer "^5.0.1" + timed-out "^4.0.0" + unzip-response "^2.0.1" + url-parse-lax "^1.0.0" + +graceful-fs@^4.1.11, graceful-fs@^4.1.2: + version "4.1.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" + integrity sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg= + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + +has-unicode@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" + integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= + +has-value@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" + integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= + dependencies: + get-value "^2.0.3" + has-values "^0.1.4" + isobject "^2.0.0" + +has-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" + integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= + dependencies: + get-value "^2.0.6" + has-values "^1.0.0" + isobject "^3.0.0" + +has-values@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" + integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= + +has-values@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" + integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= + dependencies: + is-number "^3.0.0" + kind-of "^4.0.0" + +http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3: + version "1.6.3" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" + integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= + dependencies: + depd "~1.1.2" + inherits "2.0.3" + setprototypeof "1.1.0" + statuses ">= 1.4.0 < 2" + +iconv-lite@0.4.23: + version "0.4.23" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63" + integrity sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + +iconv-lite@^0.4.4: + version "0.4.24" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + +ignore-by-default@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-1.0.1.tgz#48ca6d72f6c6a3af00a9ad4ae6876be3889e2b09" + integrity sha1-SMptcvbGo68Aqa1K5odr44ieKwk= + +ignore-walk@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8" + integrity sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ== + dependencies: + minimatch "^3.0.4" + +import-lazy@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" + integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@~2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= + +ini@^1.3.4, ini@~1.3.0: + version "1.3.5" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" + integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + +ipaddr.js@1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.8.0.tgz#eaa33d6ddd7ace8f7f6fe0c9ca0440e706738b1e" + integrity sha1-6qM9bd16zo9/b+DJygRA5wZzix4= + +is-accessor-descriptor@^0.1.6: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" + integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= + dependencies: + kind-of "^3.0.2" + +is-accessor-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" + integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== + dependencies: + kind-of "^6.0.0" + +is-binary-path@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" + integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= + dependencies: + binary-extensions "^1.0.0" + +is-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + +is-ci@^1.0.10: + version "1.2.1" + resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" + integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== + dependencies: + ci-info "^1.5.0" + +is-data-descriptor@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" + integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= + dependencies: + kind-of "^3.0.2" + +is-data-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" + integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== + dependencies: + kind-of "^6.0.0" + +is-descriptor@^0.1.0: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" + integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== + dependencies: + is-accessor-descriptor "^0.1.6" + is-data-descriptor "^0.1.4" + kind-of "^5.0.0" + +is-descriptor@^1.0.0, is-descriptor@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" + integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== + dependencies: + is-accessor-descriptor "^1.0.0" + is-data-descriptor "^1.0.0" + kind-of "^6.0.2" + +is-extendable@^0.1.0, is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= + +is-extendable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" + integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== + dependencies: + is-plain-object "^2.0.4" + +is-extglob@^2.1.0, is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + +is-fullwidth-code-point@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" + integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= + dependencies: + number-is-nan "^1.0.0" + +is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + +is-glob@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" + integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= + dependencies: + is-extglob "^2.1.0" + +is-glob@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.0.tgz#9521c76845cc2610a85203ddf080a958c2ffabc0" + integrity sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A= + dependencies: + is-extglob "^2.1.1" + +is-installed-globally@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80" + integrity sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA= + dependencies: + global-dirs "^0.1.0" + is-path-inside "^1.0.0" + +is-npm@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4" + integrity sha1-8vtjpl5JBbQGyGBydloaTceTufQ= + +is-number@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= + dependencies: + kind-of "^3.0.2" + +is-obj@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" + integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= + +is-path-inside@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036" + integrity sha1-jvW33lBDej/cprToZe96pVy0gDY= + dependencies: + path-is-inside "^1.0.1" + +is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== + dependencies: + isobject "^3.0.1" + +is-redirect@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24" + integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= + +is-retry-allowed@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34" + integrity sha1-EaBgVotnM5REAz0BJaYaINVk+zQ= + +is-stream@^1.0.0, is-stream@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" + integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= + +is-windows@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + +isarray@1.0.0, isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + +isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= + dependencies: + isarray "1.0.0" + +isobject@^3.0.0, isobject@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= + +kareem@2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/kareem/-/kareem-2.3.0.tgz#ef33c42e9024dce511eeaf440cd684f3af1fc769" + integrity sha512-6hHxsp9e6zQU8nXsP+02HGWXwTkOEw6IROhF2ZA28cYbUk4eJ6QbtZvdqZOdD9YPKghG3apk5eOCvs+tLl3lRg== + +kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= + dependencies: + is-buffer "^1.1.5" + +kind-of@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= + dependencies: + is-buffer "^1.1.5" + +kind-of@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" + integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== + +kind-of@^6.0.0, kind-of@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" + integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== + +latest-version@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15" + integrity sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU= + dependencies: + package-json "^4.0.0" + +lodash.debounce@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" + integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= + +lodash.get@4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" + integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= + +lodash@^4.17.10: + version "4.17.11" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" + integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== + +lowercase-keys@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" + integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== + +lru-cache@^4.0.1: + version "4.1.3" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c" + integrity sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA== + dependencies: + pseudomap "^1.0.2" + yallist "^2.1.2" + +make-dir@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" + integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== + dependencies: + pify "^3.0.0" + +map-cache@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= + +map-stream@0.0.7: + version "0.0.7" + resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.0.7.tgz#8a1f07896d82b10926bd3744a2420009f88974a8" + integrity sha1-ih8HiW2CsQkmvTdEokIACfiJdKg= + +map-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" + integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= + dependencies: + object-visit "^1.0.0" + +media-typer@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= + +memory-pager@^1.0.2: + version "1.1.0" + resolved "https://registry.yarnpkg.com/memory-pager/-/memory-pager-1.1.0.tgz#9308915e0e972849fefbae6f8bc95d6b350e7344" + integrity sha512-Mf9OHV/Y7h6YWDxTzX/b4ZZ4oh9NSXblQL8dtPCOomOtZciEHxePR78+uHFLLlsk01A6jVHhHsQZZ/WcIPpnzg== + +merge-descriptors@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" + integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= + +methods@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= + +micromatch@^3.1.10, micromatch@^3.1.4: + version "3.1.10" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" + integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== + dependencies: + 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" + +mime-db@~1.36.0: + version "1.36.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.36.0.tgz#5020478db3c7fe93aad7bbcc4dcf869c43363397" + integrity sha512-L+xvyD9MkoYMXb1jAmzI/lWYAxAMCPvIBSWur0PZ5nOf5euahRLVqH//FKW9mWp2lkqUgYiXPgkzfMUFi4zVDw== + +mime-types@~2.1.18: + version "2.1.20" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.20.tgz#930cb719d571e903738520f8470911548ca2cc19" + integrity sha512-HrkrPaP9vGuWbLK1B1FfgAkbqNjIuy4eHlIYnFi7kamZyLLrGlo2mpcx0bBmNpKqBtYtAfGbodDddIgddSJC2A== + dependencies: + mime-db "~1.36.0" + +mime@1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6" + integrity sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ== + +minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + dependencies: + brace-expansion "^1.1.7" + +minimist@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" + integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= + +minimist@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" + integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= + +minipass@^2.2.1, minipass@^2.3.3: + version "2.3.4" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.4.tgz#4768d7605ed6194d6d576169b9e12ef71e9d9957" + integrity sha512-mlouk1OHlaUE8Odt1drMtG1bAJA4ZA6B/ehysgV0LUIrDHdKgo1KorZq3pK0b/7Z7LJIQ12MNM6aC+Tn6lUZ5w== + dependencies: + safe-buffer "^5.1.2" + yallist "^3.0.0" + +minizlib@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.1.1.tgz#6734acc045a46e61d596a43bb9d9cd326e19cc42" + integrity sha512-TrfjCjk4jLhcJyGMYymBH6oTXcWjYbUAXTHDbtnWHjZC25h0cdajHuPE1zxb4DVmu8crfh+HwH/WMuyLG0nHBg== + dependencies: + minipass "^2.2.1" + +mixin-deep@^1.2.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe" + integrity sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ== + dependencies: + for-in "^1.0.2" + is-extendable "^1.0.1" + +mkdirp@^0.5.0, mkdirp@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" + integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= + dependencies: + minimist "0.0.8" + +mongodb-core@3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/mongodb-core/-/mongodb-core-3.1.5.tgz#59ca67d7f6cea570d5437624a7afec8d752d477a" + integrity sha512-emT/tM4ZBinqd6RZok+EzDdtN4LjYJIckv71qQVOEFmvXgT5cperZegVmTgox/1cx4XQu6LJ5ZuIwipP/eKdQg== + dependencies: + bson "^1.1.0" + require_optional "^1.0.1" + safe-buffer "^5.1.2" + optionalDependencies: + saslprep "^1.0.0" + +mongodb@3.1.6: + version "3.1.6" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.1.6.tgz#6054641973b5bf5b5ae1c67dcbcf8fa88280273d" + integrity sha512-E5QJuXQoMlT7KyCYqNNMfAkhfQD79AT4F8Xd+6x37OX+8BL17GyXyWvfm6wuyx4wnzCCPoCSLeMeUN2S7dU9yw== + dependencies: + mongodb-core "3.1.5" + safe-buffer "^5.1.2" + +mongoose-legacy-pluralize@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz#3ba9f91fa507b5186d399fb40854bff18fb563e4" + integrity sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ== + +mongoose-paginate@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/mongoose-paginate/-/mongoose-paginate-5.0.3.tgz#d7ae49ed5bf64f1f7af7620ea865b67058c55371" + integrity sha1-165J7Vv2Tx9692IOqGW2cFjFU3E= + dependencies: + bluebird "3.0.5" + +mongoose@^5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.3.2.tgz#184887c359401ea42fedf7c48692d65eba91ce99" + integrity sha512-07fpCMqvCiSdKXIygt3aAeNFJYjQPjDXILbwBEmF0e8gy2hSKMNuP5QG4J6L8m9BhjVxcvoLiPzaGKN7I/7lLg== + dependencies: + async "2.6.1" + bson "~1.0.5" + kareem "2.3.0" + lodash.get "4.4.2" + mongodb "3.1.6" + mongodb-core "3.1.5" + mongoose-legacy-pluralize "1.0.2" + mpath "0.5.1" + mquery "3.2.0" + ms "2.0.0" + regexp-clone "0.0.1" + safe-buffer "5.1.2" + sliced "1.0.1" + +mpath@0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mpath/-/mpath-0.5.1.tgz#17131501f1ff9e6e4fbc8ffa875aa7065b5775ab" + integrity sha512-H8OVQ+QEz82sch4wbODFOz+3YQ61FYz/z3eJ5pIdbMEaUzDqA268Wd+Vt4Paw9TJfvDgVKaayC0gBzMIw2jhsg== + +mquery@3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/mquery/-/mquery-3.2.0.tgz#e276472abd5109686a15eb2a8e0761db813c81cc" + integrity sha512-qPJcdK/yqcbQiKoemAt62Y0BAc0fTEKo1IThodBD+O5meQRJT/2HSe5QpBNwaa4CjskoGrYWsEyjkqgiE0qjhg== + dependencies: + bluebird "3.5.1" + debug "3.1.0" + regexp-clone "0.0.1" + safe-buffer "5.1.2" + sliced "1.0.1" + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + +ms@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" + integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== + +nan@^2.9.2: + version "2.11.1" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.1.tgz#90e22bccb8ca57ea4cd37cc83d3819b52eea6766" + integrity sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA== + +nanomatch@^1.2.9: + version "1.2.13" + resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" + integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== + dependencies: + 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@^2.2.1: + version "2.2.4" + resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.4.tgz#51931bff82533b1928b7d1d69e01f1b00ffd2a4e" + integrity sha512-HyoqEb4wr/rsoaIDfTH2aVL9nWtQqba2/HvMv+++m8u0dz808MaagKILxtfeSN7QU7nvbQ79zk3vYOJp9zsNEA== + dependencies: + debug "^2.1.2" + iconv-lite "^0.4.4" + sax "^1.2.4" + +negotiator@0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" + integrity sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk= + +node-pre-gyp@^0.10.0: + version "0.10.3" + resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.10.3.tgz#3070040716afdc778747b61b6887bf78880b80fc" + integrity sha512-d1xFs+C/IPS8Id0qPTZ4bUT8wWryfR/OzzAFxweG+uLN85oPzyo2Iw6bVlLQ/JOdgNonXLCoRyqDzDWq4iw72A== + dependencies: + detect-libc "^1.0.2" + mkdirp "^0.5.1" + needle "^2.2.1" + nopt "^4.0.1" + npm-packlist "^1.1.6" + npmlog "^4.0.2" + rc "^1.2.7" + rimraf "^2.6.1" + semver "^5.3.0" + tar "^4" + +nodemon@^1.18.4: + version "1.18.4" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.4.tgz#873f65fdb53220eb166180cf106b1354ac5d714d" + integrity sha512-hyK6vl65IPnky/ee+D3IWvVGgJa/m3No2/Xc/3wanS6Ce1MWjCzH6NnhPJ/vZM+6JFym16jtHx51lmCMB9HDtg== + dependencies: + chokidar "^2.0.2" + debug "^3.1.0" + ignore-by-default "^1.0.1" + minimatch "^3.0.4" + pstree.remy "^1.1.0" + semver "^5.5.0" + supports-color "^5.2.0" + touch "^3.1.0" + undefsafe "^2.0.2" + update-notifier "^2.3.0" + +nopt@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" + integrity sha1-0NRoWv1UFRk8jHUFYC0NF81kR00= + dependencies: + abbrev "1" + osenv "^0.1.4" + +nopt@~1.0.10: + version "1.0.10" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-1.0.10.tgz#6ddd21bd2a31417b92727dd585f8a6f37608ebee" + integrity sha1-bd0hvSoxQXuScn3Vhfim83YI6+4= + dependencies: + abbrev "1" + +normalize-path@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= + dependencies: + remove-trailing-separator "^1.0.1" + +npm-bundled@^1.0.1: + version "1.0.5" + resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.5.tgz#3c1732b7ba936b3a10325aef616467c0ccbcc979" + integrity sha512-m/e6jgWu8/v5niCUKQi9qQl8QdeEduFA96xHDDzFGqly0OOjI7c+60KM/2sppfnUU9JJagf+zs+yGhqSOFj71g== + +npm-packlist@^1.1.6: + version "1.1.12" + resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.1.12.tgz#22bde2ebc12e72ca482abd67afc51eb49377243a" + integrity sha512-WJKFOVMeAlsU/pjXuqVdzU0WfgtIBCupkEVwn+1Y0ERAbUfWw8R4GjgVbaKnUjRoD2FoQbHOCbOyT5Mbs9Lw4g== + dependencies: + ignore-walk "^3.0.1" + npm-bundled "^1.0.1" + +npm-run-path@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" + integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= + dependencies: + path-key "^2.0.0" + +npmlog@^4.0.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" + integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== + dependencies: + are-we-there-yet "~1.1.2" + console-control-strings "~1.1.0" + gauge "~2.7.3" + set-blocking "~2.0.0" + +number-is-nan@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" + integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= + +object-assign@^4, object-assign@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + +object-copy@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" + integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= + dependencies: + copy-descriptor "^0.1.0" + define-property "^0.2.5" + kind-of "^3.0.3" + +object-visit@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" + integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= + dependencies: + isobject "^3.0.0" + +object.pick@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= + dependencies: + isobject "^3.0.1" + +on-finished@~2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= + dependencies: + ee-first "1.1.1" + +once@^1.3.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + dependencies: + wrappy "1" + +os-homedir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" + integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= + +os-tmpdir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= + +osenv@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" + integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== + dependencies: + os-homedir "^1.0.0" + os-tmpdir "^1.0.0" + +p-finally@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" + integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= + +package-json@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/package-json/-/package-json-4.0.1.tgz#8869a0401253661c4c4ca3da6c2121ed555f5eed" + integrity sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0= + dependencies: + got "^6.7.1" + registry-auth-token "^3.0.1" + registry-url "^3.0.3" + semver "^5.1.0" + +parseurl@~1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.2.tgz#fc289d4ed8993119460c156253262cdc8de65bf3" + integrity sha1-/CidTtiZMRlGDBViUyYs3I3mW/M= + +pascalcase@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" + integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= + +path-dirname@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" + integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + +path-is-inside@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" + integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= + +path-key@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" + integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= + +path-to-regexp@0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= + +pause-stream@^0.0.11: + version "0.0.11" + resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" + integrity sha1-/lo0sMvOErWqaitAPuLnO2AvFEU= + dependencies: + through "~2.3" + +pify@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" + integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= + +posix-character-classes@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" + integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= + +prepend-http@^1.0.1: + version "1.0.4" + resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" + integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= + +process-nextick-args@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" + integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw== + +proxy-addr@~2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.4.tgz#ecfc733bf22ff8c6f407fa275327b9ab67e48b93" + integrity sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA== + dependencies: + forwarded "~0.1.2" + ipaddr.js "1.8.0" + +ps-tree@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.1.0.tgz#b421b24140d6203f1ed3c76996b4427b08e8c014" + integrity sha1-tCGyQUDWID8e08dplrRCewjowBQ= + dependencies: + event-stream "~3.3.0" + +pseudomap@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" + integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= + +pstree.remy@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.0.tgz#f2af27265bd3e5b32bbfcc10e80bac55ba78688b" + integrity sha512-q5I5vLRMVtdWa8n/3UEzZX7Lfghzrg9eG2IKk2ENLSofKRCXVqMvMUHxCKgXNaqH/8ebhBxrqftHWnyTFweJ5Q== + dependencies: + ps-tree "^1.1.0" + +qs@6.5.2: + version "6.5.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" + integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== + +range-parser@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" + integrity sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4= + +raw-body@2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.3.3.tgz#1b324ece6b5706e153855bc1148c65bb7f6ea0c3" + integrity sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw== + dependencies: + bytes "3.0.0" + http-errors "1.6.3" + iconv-lite "0.4.23" + unpipe "1.0.0" + +rc@^1.0.1, rc@^1.1.6, rc@^1.2.7: + version "1.2.8" + resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" + integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== + dependencies: + deep-extend "^0.6.0" + ini "~1.3.0" + minimist "^1.2.0" + strip-json-comments "~2.0.1" + +readable-stream@^2.0.2, readable-stream@^2.0.6: + version "2.3.6" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" + integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== + dependencies: + 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@^2.0.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" + integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== + dependencies: + graceful-fs "^4.1.11" + micromatch "^3.1.10" + readable-stream "^2.0.2" + +regex-not@^1.0.0, regex-not@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" + integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== + dependencies: + extend-shallow "^3.0.2" + safe-regex "^1.1.0" + +regexp-clone@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/regexp-clone/-/regexp-clone-0.0.1.tgz#a7c2e09891fdbf38fbb10d376fb73003e68ac589" + integrity sha1-p8LgmJH9vzj7sQ03b7cwA+aKxYk= + +registry-auth-token@^3.0.1: + version "3.3.2" + resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.3.2.tgz#851fd49038eecb586911115af845260eec983f20" + integrity sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ== + dependencies: + rc "^1.1.6" + safe-buffer "^5.0.1" + +registry-url@^3.0.3: + version "3.1.0" + resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942" + integrity sha1-PU74cPc93h138M+aOBQyRE4XSUI= + dependencies: + rc "^1.0.1" + +remove-trailing-separator@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= + +repeat-element@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" + integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== + +repeat-string@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= + +require-dir@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/require-dir/-/require-dir-1.1.0.tgz#1ce24f41b57bcc31210fe0a9c4ede85b28cfa907" + integrity sha512-XwZR1Gdv8rme0xLSRmxWNue/xQ5mgIfFGwbBJaF7TbFqQBgEBTr/M1/73a4dfn/keF5WDDiUr6RAF4nA1LskrQ== + +require_optional@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/require_optional/-/require_optional-1.0.1.tgz#4cf35a4247f64ca3df8c2ef208cc494b1ca8fc2e" + integrity sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g== + dependencies: + resolve-from "^2.0.0" + semver "^5.1.0" + +resolve-from@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-2.0.0.tgz#9480ab20e94ffa1d9e80a804c7ea147611966b57" + integrity sha1-lICrIOlP+h2egKgEx+oUdhGWa1c= + +resolve-url@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" + integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= + +ret@~0.1.10: + version "0.1.15" + resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== + +rimraf@^2.6.1: + version "2.6.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36" + integrity sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w== + dependencies: + glob "^7.0.5" + +safe-buffer@5.1.2, safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +safe-regex@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" + integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= + dependencies: + ret "~0.1.10" + +"safer-buffer@>= 2.1.2 < 3": + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +saslprep@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/saslprep/-/saslprep-1.0.2.tgz#da5ab936e6ea0bbae911ffec77534be370c9f52d" + integrity sha512-4cDsYuAjXssUSjxHKRe4DTZC0agDwsCqcMqtJAQPzC74nJ7LfAJflAtC1Zed5hMzEQKj82d3tuzqdGNRsLJ4Gw== + dependencies: + sparse-bitfield "^3.0.3" + +sax@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" + integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== + +semver-diff@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36" + integrity sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY= + dependencies: + semver "^5.0.3" + +semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.5.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" + integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg== + +send@0.16.2: + version "0.16.2" + resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1" + integrity sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw== + dependencies: + 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" + +serve-static@1.13.2: + version "1.13.2" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.13.2.tgz#095e8472fd5b46237db50ce486a43f4b86c6cec1" + integrity sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw== + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.2" + send "0.16.2" + +set-blocking@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= + +set-value@^0.4.3: + version "0.4.3" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1" + integrity sha1-fbCPnT0i3H945Trzw79GZuzfzPE= + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.1" + to-object-path "^0.3.0" + +set-value@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.0.tgz#71ae4a88f0feefbbf52d1ea604f3fb315ebb6274" + integrity sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg== + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.3" + split-string "^3.0.1" + +setprototypeof@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" + integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== + +shebang-command@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" + integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= + dependencies: + shebang-regex "^1.0.0" + +shebang-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" + integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= + +signal-exit@^3.0.0, signal-exit@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" + integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= + +sliced@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/sliced/-/sliced-1.0.1.tgz#0b3a662b5d04c3177b1926bea82b03f837a2ef41" + integrity sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E= + +snapdragon-node@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" + integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== + dependencies: + define-property "^1.0.0" + isobject "^3.0.0" + snapdragon-util "^3.0.1" + +snapdragon-util@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" + integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== + dependencies: + kind-of "^3.2.0" + +snapdragon@^0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" + integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== + dependencies: + 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" + +source-map-resolve@^0.5.0: + version "0.5.2" + resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259" + integrity sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA== + dependencies: + atob "^2.1.1" + decode-uri-component "^0.2.0" + resolve-url "^0.2.1" + source-map-url "^0.4.0" + urix "^0.1.0" + +source-map-url@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" + integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= + +source-map@^0.5.6: + version "0.5.7" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= + +sparse-bitfield@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz#ff4ae6e68656056ba4b3e792ab3334d38273ca11" + integrity sha1-/0rm5oZWBWuks+eSqzM004JzyhE= + dependencies: + memory-pager "^1.0.2" + +split-string@^3.0.1, split-string@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" + integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== + dependencies: + extend-shallow "^3.0.0" + +split@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9" + integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg== + dependencies: + through "2" + +static-extend@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" + integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= + dependencies: + define-property "^0.2.5" + object-copy "^0.1.0" + +"statuses@>= 1.4.0 < 2": + version "1.5.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" + integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= + +statuses@~1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.4.0.tgz#bb73d446da2796106efcc1b601a253d6c46bd087" + integrity sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew== + +stream-combiner@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.2.2.tgz#aec8cbac177b56b6f4fa479ced8c1912cee52858" + integrity sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg= + dependencies: + duplexer "~0.1.1" + through "~2.3.4" + +string-width@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" + integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= + dependencies: + code-point-at "^1.0.0" + is-fullwidth-code-point "^1.0.0" + strip-ansi "^3.0.0" + +"string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" + integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== + dependencies: + is-fullwidth-code-point "^2.0.0" + strip-ansi "^4.0.0" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +strip-ansi@^3.0.0, strip-ansi@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= + dependencies: + ansi-regex "^2.0.0" + +strip-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" + integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= + dependencies: + ansi-regex "^3.0.0" + +strip-eof@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" + integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= + +strip-json-comments@~2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" + integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= + +supports-color@^5.2.0, supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +tar@^4: + version "4.4.6" + resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.6.tgz#63110f09c00b4e60ac8bcfe1bf3c8660235fbc9b" + integrity sha512-tMkTnh9EdzxyfW+6GK6fCahagXsnYk6kE6S9Gr9pjVdys769+laCTbodXDhPAjzVtEBazRgP0gYqOjnk9dQzLg== + dependencies: + chownr "^1.0.1" + fs-minipass "^1.2.5" + minipass "^2.3.3" + minizlib "^1.1.0" + mkdirp "^0.5.0" + safe-buffer "^5.1.2" + yallist "^3.0.2" + +term-size@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69" + integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= + dependencies: + execa "^0.7.0" + +through@2, through@^2.3.8, through@~2.3, through@~2.3.4: + version "2.3.8" + resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= + +timed-out@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" + integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= + +to-object-path@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" + integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= + dependencies: + kind-of "^3.0.2" + +to-regex-range@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" + integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= + dependencies: + is-number "^3.0.0" + repeat-string "^1.6.1" + +to-regex@^3.0.1, to-regex@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" + integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== + dependencies: + define-property "^2.0.2" + extend-shallow "^3.0.2" + regex-not "^1.0.2" + safe-regex "^1.1.0" + +touch@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/touch/-/touch-3.1.0.tgz#fe365f5f75ec9ed4e56825e0bb76d24ab74af83b" + integrity sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA== + dependencies: + nopt "~1.0.10" + +type-is@~1.6.16: + version "1.6.16" + resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.16.tgz#f89ce341541c672b25ee7ae3c73dee3b2be50194" + integrity sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q== + dependencies: + media-typer "0.3.0" + mime-types "~2.1.18" + +undefsafe@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.2.tgz#225f6b9e0337663e0d8e7cfd686fc2836ccace76" + integrity sha1-Il9rngM3Zj4Njnz9aG/Cg2zKznY= + dependencies: + debug "^2.2.0" + +union-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4" + integrity sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ= + dependencies: + arr-union "^3.1.0" + get-value "^2.0.6" + is-extendable "^0.1.1" + set-value "^0.4.3" + +unique-string@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a" + integrity sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo= + dependencies: + crypto-random-string "^1.0.0" + +unpipe@1.0.0, unpipe@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= + +unset-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" + integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= + dependencies: + has-value "^0.3.1" + isobject "^3.0.0" + +unzip-response@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97" + integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c= + +upath@^1.0.5: + version "1.1.0" + resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd" + integrity sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw== + +update-notifier@^2.3.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6" + integrity sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw== + dependencies: + boxen "^1.2.1" + chalk "^2.0.1" + configstore "^3.0.0" + import-lazy "^2.1.0" + is-ci "^1.0.10" + is-installed-globally "^0.1.0" + is-npm "^1.0.0" + latest-version "^3.0.0" + semver-diff "^2.0.0" + xdg-basedir "^3.0.0" + +urix@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" + integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= + +url-parse-lax@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73" + integrity sha1-evjzA2Rem9eaJy56FKxovAYJ2nM= + dependencies: + prepend-http "^1.0.1" + +use@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" + integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== + +util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + +utils-merge@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= + +vary@^1, vary@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= + +which@^1.2.9: + version "1.3.1" + resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== + dependencies: + isexe "^2.0.0" + +wide-align@^1.1.0: + version "1.1.3" + resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" + integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== + dependencies: + string-width "^1.0.2 || 2" + +widest-line@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.0.tgz#0142a4e8a243f8882c0233aa0e0281aa76152273" + integrity sha1-AUKk6KJD+IgsAjOqDgKBqnYVInM= + dependencies: + string-width "^2.1.1" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + +write-file-atomic@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.3.0.tgz#1ff61575c2e2a4e8e510d6fa4e243cce183999ab" + integrity sha512-xuPeK4OdjWqtfi59ylvVL0Yn35SF3zgcAcv7rBPFHVaEapaDr4GdGgm3j7ckTwH9wHL7fGmgfAnb0+THrHb8tA== + dependencies: + graceful-fs "^4.1.11" + imurmurhash "^0.1.4" + signal-exit "^3.0.2" + +xdg-basedir@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" + integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= + +yallist@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" + integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= + +yallist@^3.0.0, yallist@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9" + integrity sha1-hFK0u36Dx8GI2AQcGoN8dz1ti7k= diff --git a/Pokemon-Go.csv b/Pokemon-Go.csv new file mode 100644 index 00000000..ea3ac4c6 --- /dev/null +++ b/Pokemon-Go.csv @@ -0,0 +1,823 @@ +"Row","Name","Pokedex Number","Img name","Generation","Evolution Stage","Evolved","FamilyID","Cross Gen","Type 1","Type 2","Weather 1","Weather 2","STAT TOTAL","ATK","DEF","STA","Legendary","Aquireable","Spawns","Regional","Raidable","Hatchable","Shiny","Nest","New","Not-Gettable","Future Evolve","100% CP @ 40","100% CP @ 39" +"1","Bulbasaur","1","1","1","1","0","1","0","grass","poison","Sunny/clear","Cloudy","326","118","118","90","0","1","1","0","0","5","0","1","0","0","0","981","967" +"2","Ivysaur","2","2","1","2","0","1","0","grass","poison","Sunny/clear","Cloudy","422","151","151","120","0","1","1","0","0","0","0","0","0","0","0","1552","1529" +"3","Venusaur","3","3","1","3","1","1","0","grass","poison","Sunny/clear","Cloudy","556","198","198","160","0","1","1","0","0","0","0","0","0","0","0","2568","2531" +"4","Charmander","4","4","1","1","0","2","0","fire","","Sunny/clear","","290","116","96","78","0","1","1","0","0","5","0","1","0","0","0","831","819" +"5","Charmeleon","5","5","1","2","0","2","0","fire","","Sunny/clear","","403","158","129","116","0","1","1","0","0","0","0","0","0","0","0","1484","1462" +"6","Charizard","6","6","1","3","1","2","0","fire","flying","Sunny/clear","Windy","555","223","176","156","0","1","1","0","0","0","0","0","0","0","0","2686","2648" +"7","Squirtle","7","7","1","1","0","3","0","water","","Rainy","","304","94","122","88","0","1","1","0","0","5","0","1","0","0","0","808","797" +"8","Wartortle","8","8","1","2","0","3","0","water","","Rainy","","399","126","155","118","0","1","1","0","0","0","0","0","0","0","0","1324","1305" +"9","Blastoise","9","9","1","3","1","3","0","water","","Rainy","","539","171","210","158","0","1","1","0","0","0","0","0","0","0","0","2291","2259" +"10","Caterpie","10","10","1","1","0","4","0","bug","","Rainy","","207","55","62","90","0","1","1","0","0","0","0","1","0","0","0","393","387" +"11","Metapod","11","11","1","2","0","4","0","bug","","Rainy","","239","45","94","100","0","1","1","0","0","0","0","0","0","0","0","419","413" +"12","Butterfree","12","12","1","3","0","4","0","bug","flying","Rainy","Windy","438","167","151","120","0","1","1","0","0","0","0","0","0","0","0","1701","1677" +"13","Weedle","13","13","1","1","0","5","0","bug","poison","Rainy","Cloudy","198","63","55","80","0","1","1","0","0","0","0","1","0","0","0","397","391" +"14","Kakuna","14","14","1","2","0","5","0","bug","poison","Rainy","Cloudy","222","46","86","90","0","1","1","0","0","0","0","0","0","0","0","392","386" +"15","Beedrill","15","15","1","3","0","5","0","bug","poison","Rainy","Cloudy","449","169","150","130","0","1","1","0","0","0","0","0","0","0","0","1777","1752" +"16","Pidgey","16","16","1","1","0","6","0","normal","flying","Partly cloudy","Windy","241","85","76","80","0","1","1","0","0","0","0","1","0","0","0","580","572" +"17","Pidgeotto","17","17","1","2","0","6","0","normal","flying","Partly cloudy","Windy","351","117","108","126","0","1","1","0","0","0","0","0","0","0","0","1085","1070" +"18","Pidgeot","18","18","1","3","0","6","0","normal","flying","Partly cloudy","Windy","489","166","157","166","0","1","1","0","0","0","0","0","0","0","0","1994","1966" +"19","Rattata","19","19","1","1","0","7","0","normal","","Partly cloudy","","233","103","70","60","0","1","1","0","0","0","0","1","0","0","0","588","580" +"20","Raticate","20","20","1","2","0","7","0","normal","","Partly cloudy","","415","161","144","110","0","1","1","0","0","0","0","0","0","0","0","1549","1527" +"21","Spearow","21","21","1","1","0","8","0","normal","flying","Partly cloudy","Windy","253","112","61","80","0","1","1","0","0","0","0","1","0","0","0","673","664" +"22","Fearow","22","22","1","2","1","8","0","normal","flying","Partly cloudy","Windy","447","182","135","130","0","1","1","0","0","0","0","0","0","0","0","1814","1788" +"23","Ekans","23","23","1","1","0","9","0","poison","","Cloudy","","282","110","102","70","0","1","1","0","0","0","0","1","0","0","0","778","767" +"24","Arbok","24","24","1","2","1","9","0","poison","","Cloudy","","445","167","158","120","0","1","1","0","0","0","0","0","0","0","0","1737","1712" +"25","Pikachu","25","25","1","1","0","10","0","electric","","Rainy","","283","112","101","70","0","1","1","0","0","0","1","1","0","0","0","787","776" +"26","Raichu","26","26","1","2","1","10","0","electric","","Rainy","","478","193","165","120","0","1","1","0","0","0","1","0","0","0","0","2025","1996" +"27","Sandshrew","27","27","1","1","0","11","0","ground","","Sunny/clear","","371","126","145","100","0","1","1","0","0","0","0","1","0","0","0","1194","1177" +"28","Sandslash","28","28","1","2","1","11","0","ground","","Sunny/clear","","534","182","202","150","0","1","1","0","0","0","0","0","0","0","0","2328","2294" +"29","Nidoran F","29","29","1","1","0","12","0","poison","","Cloudy","","290","86","94","110","0","1","1","0","0","0","0","0","0","0","0","736","725" +"30","Nidorina","30","30","1","2","0","12","0","poison","","Cloudy","","383","117","126","140","0","1","1","0","0","0","0","0","0","0","0","1218","1201" +"31","Nidoqueen","31","31","1","3","1","12","0","poison","ground","Cloudy","Sunny/clear","534","180","174","180","0","1","1","0","0","0","0","0","0","0","0","2338","2304" +"32","Nidoran M","32","32","1","1","0","13","0","poison","","Cloudy","","273","105","76","92","0","1","1","0","0","0","0","0","0","0","0","739","729" +"33","Nidorino","33","33","1","2","0","13","0","poison","","Cloudy","","371","137","112","122","0","1","1","0","0","0","0","0","0","0","0","1252","1234" +"34","Nidoking","34","34","1","3","1","13","0","poison","ground","Cloudy","Sunny/clear","523","204","157","162","0","1","1","0","0","0","0","0","0","0","0","2386","2352" +"35","Clefairy","35","35","1","1","0","14","0","fairy","","Cloudy","","363","107","116","140","0","1","1","0","0","0","0","1","0","0","0","1085","1070" +"36","Clefable","36","36","1","2","1","14","0","fairy","","Cloudy","","539","178","171","190","0","1","1","0","0","0","0","0","0","0","0","2353","2320" +"37","Vulpix","37","37","1","1","0","15","0","fire","","Sunny/clear","","294","96","122","76","0","1","1","0","0","0","0","1","0","0","0","774","763" +"38","Ninetales","38","38","1","2","1","15","0","fire","","Sunny/clear","","519","169","204","146","0","1","1","0","0","0","0","0","0","0","0","2157","2127" +"39","Jigglypuff","39","39","1","1","0","16","0","normal","fairy","Partly cloudy","Cloudy","354","80","44","230","0","1","1","0","0","0","0","1","0","0","0","713","703" +"40","Wigglytuff","40","40","1","2","1","16","0","normal","fairy","Partly cloudy","Cloudy","529","156","93","280","0","1","1","0","0","0","0","0","0","0","0","1906","1879" +"41","Zubat","41","41","1","1","0","17","0","poison","flying","Cloudy","Windy","239","83","76","80","0","1","1","0","0","0","0","1","0","0","0","569","560" +"42","Golbat","42","42","1","2","0","17","0","poison","flying","Cloudy","Windy","464","161","153","150","0","1","1","0","0","0","0","0","0","0","0","1830","1804" +"43","Oddish","43","43","1","1","0","18","0","grass","poison","Sunny/clear","Cloudy","337","131","116","90","0","1","1","0","0","2","0","1","0","0","0","1069","1054" +"44","Gloom","44","44","1","2","0","18","0","grass","poison","Sunny/clear","Cloudy","412","153","139","120","0","1","1","0","0","0","0","0","0","0","0","1512","1491" +"45","Vileplume","45","45","1","3","1","18","0","grass","poison","Sunny/clear","Cloudy","522","202","170","150","0","1","1","0","0","0","0","0","0","0","0","2367","2334" +"46","Paras","46","46","1","1","0","19","0","bug","grass","Rainy","Sunny/clear","290","121","99","70","0","1","1","0","0","0","0","1","0","0","0","836","824" +"47","Parasect","47","47","1","2","1","19","0","bug","grass","Rainy","Sunny/clear","431","165","146","120","0","1","1","0","0","0","0","0","0","0","0","1657","1633" +"48","Venonat","48","48","1","1","0","20","0","bug","poison","Rainy","Cloudy","322","100","102","120","0","1","1","0","0","0","0","1","0","0","0","902","889" +"49","Venomoth","49","49","1","2","1","20","0","bug","poison","Rainy","Cloudy","469","179","150","140","0","1","1","0","0","0","0","0","0","0","0","1937","1910" +"50","Diglett","50","50","1","1","0","21","0","ground","","Sunny/clear","","217","109","88","20","0","1","1","0","0","0","0","1","0","0","0","465","458" +"51","Dugtrio","51","51","1","2","1","21","0","ground","","Sunny/clear","","384","167","147","70","0","1","1","0","0","0","0","0","0","0","0","1333","1314" +"52","Meowth","52","52","1","1","0","23","0","normal","","Partly cloudy","","253","92","81","80","0","1","1","0","0","0","0","1","0","0","0","638","629" +"53","Persian","53","53","1","2","1","23","0","normal","","Partly cloudy","","419","150","139","130","0","1","1","0","0","0","0","0","0","0","0","1539","1517" +"54","Psyduck","54","54","1","1","0","24","0","water","","Rainy","","318","122","96","100","0","1","1","0","0","0","0","1","0","0","0","966","952" +"55","Golduck","55","55","1","2","1","24","0","water","","Rainy","","514","191","163","160","0","1","1","0","0","0","0","0","0","0","0","2270","2238" +"56","Mankey","56","56","1","1","0","25","0","fighting","","Cloudy","","315","148","87","80","0","1","1","0","0","0","0","1","0","0","0","1002","987" +"57","Primeape","57","57","1","2","1","25","0","fighting","","Cloudy","","481","207","144","130","0","1","1","0","0","0","0","0","0","0","0","2105","2075" +"58","Growlithe","58","58","1","1","0","26","0","fire","","Sunny/clear","","342","136","96","110","0","1","1","0","0","5","0","1","0","0","0","1110","1095" +"59","Arcanine","59","59","1","2","1","26","0","fire","","Sunny/clear","","573","227","166","180","0","1","1","0","0","0","0","0","0","0","0","2839","2799" +"60","Poliwag","60","60","1","1","0","27","0","water","","Rainy","","263","101","82","80","0","1","1","0","0","0","0","1","0","0","0","695","685" +"61","Poliwhirl","61","61","1","2","0","27","0","water","","Rainy","","390","130","130","130","0","1","1","0","0","0","0","0","0","0","0","1313","1294" +"62","Poliwrath","62","62","1","3","1","27","0","water","fighting","Rainy","Cloudy","549","182","187","180","0","1","1","0","0","0","0","0","0","0","0","2441","2407" +"63","Abra","63","63","1","1","0","28","0","psychic","","Windy","","348","195","103","50","0","1","1","0","0","2","0","1","0","0","0","1148","1132" +"64","Kadabra","64","64","1","2","0","28","0","psychic","","Windy","","450","232","138","80","0","1","1","0","0","0","0","0","0","0","0","1859","1833" +"65","Alakazam","65","65","1","3","1","28","0","psychic","","Windy","","575","271","194","110","0","1","1","0","0","0","0","0","0","0","0","2887","2845" +"66","Machop","66","66","1","1","0","29","0","fighting","","Cloudy","","365","137","88","140","0","1","1","0","0","2","0","1","0","0","0","1199","1182" +"67","Machoke","67","67","1","2","0","29","0","fighting","","Cloudy","","467","177","130","160","0","1","1","0","0","0","0","0","0","0","0","1910","1882" +"68","Machamp","68","68","1","3","1","29","0","fighting","","Cloudy","","576","234","162","180","0","1","1","0","3","0","0","0","0","0","0","2889","2848" +"69","Bellsprout","69","69","1","1","0","30","0","grass","poison","Sunny/clear","Cloudy","303","139","64","100","0","1","1","0","0","0","0","1","0","0","0","916","903" +"70","Weepinbell","70","70","1","2","0","30","0","grass","poison","Sunny/clear","Cloudy","397","172","95","130","0","1","1","0","0","0","0","0","0","0","0","1475","1453" +"71","Victreebel","71","71","1","3","1","30","0","grass","poison","Sunny/clear","Cloudy","505","207","138","160","0","1","1","0","0","0","0","0","0","0","0","2268","2236" +"72","Tentacool","72","72","1","1","0","31","0","water","poison","Rainy","Cloudy","359","97","182","80","0","1","1","0","0","0","0","1","0","0","0","956","943" +"73","Tentacruel","73","73","1","2","1","31","0","water","poison","Rainy","Cloudy","563","166","237","160","0","1","1","0","0","0","0","0","0","0","0","2374","2340" +"74","Geodude","74","74","1","1","0","32","0","rock","ground","Partly cloudy","Sunny/clear","375","132","163","80","0","1","1","0","0","0","0","1","0","0","0","1193","1176" +"75","Graveler","75","75","1","2","0","32","0","rock","ground","Partly cloudy","Sunny/clear","470","164","196","110","0","1","1","0","0","0","0","0","0","0","0","1815","1789" +"76","Golem","76","76","1","3","1","32","0","rock","ground","Partly cloudy","Sunny/clear","600","211","229","160","0","1","1","0","4","0","0","0","0","0","0","2916","2875" +"77","Ponyta","77","77","1","1","0","33","0","fire","","Sunny/clear","","402","170","132","100","0","1","1","0","0","5","0","1","0","0","0","1502","1480" +"78","Rapidash","78","78","1","2","1","33","0","fire","","Sunny/clear","","504","207","167","130","0","1","1","0","0","0","0","0","0","0","0","2252","2220" +"79","Slowpoke","79","79","1","1","0","34","0","water","psychic","Rainy","Windy","398","109","109","180","0","1","1","0","0","2","0","1","0","0","0","1204","1187" +"80","Slowbro","80","80","1","2","1","34","0","water","psychic","Rainy","Windy","561","177","194","190","0","1","1","0","0","0","0","0","0","0","0","2482","2446" +"81","Magnemite","81","81","1","1","0","35","0","electric","steel","Rainy","Snow","343","165","128","50","0","1","1","0","0","0","0","1","0","0","1","1083","1068" +"82","Magneton","82","82","1","2","1","35","0","electric","steel","Rainy","Snow","505","223","182","100","0","1","1","0","0","0","0","0","0","0","1","2237","2205" +"83","Farfetchd","83","83","1","1","0","36","0","normal","flying","Partly cloudy","Windy","346","124","118","104","0","1","1","1","0","0","0","0","0","0","0","1092","1076" +"84","Doduo","84","84","1","1","0","37","0","normal","flying","Partly cloudy","Windy","316","158","88","70","0","1","1","0","0","0","0","1","0","0","0","1011","996" +"85","Dodrio","85","85","1","2","1","37","0","normal","flying","Partly cloudy","Windy","483","218","145","120","0","1","1","0","0","0","0","0","0","0","0","2138","2108" +"86","Seel","86","86","1","1","0","38","0","water","","Rainy","","343","85","128","130","0","1","1","0","0","5","0","1","0","0","0","899","886" +"87","Dewgong","87","87","1","2","1","38","0","water","ice","Rainy","Snow","503","139","184","180","0","1","1","0","0","0","0","0","0","0","0","1894","1867" +"88","Grimer","88","88","1","1","0","39","0","poison","","Cloudy","","385","135","90","160","0","1","1","0","0","5","0","0","0","0","0","1269","1251" +"89","Muk","89","89","1","2","1","39","0","poison","","Cloudy","","584","190","184","210","0","1","1","0","0","0","0","0","0","0","0","2709","2670" +"90","Shellder","90","90","1","1","0","40","0","water","","Rainy","","344","116","168","60","0","1","1","0","0","5","0","1","0","0","0","958","944" +"91","Cloyster","91","91","1","2","1","40","0","water","ice","Rainy","Snow","609","186","323","100","0","1","1","0","0","0","0","0","0","0","0","2475","2439" +"92","Gastly","92","92","1","1","0","41","0","ghost","poison","Fog","Cloudy","316","186","70","60","0","1","1","0","0","2","0","1","0","0","0","1002","988" +"93","Haunter","93","93","1","2","0","41","0","ghost","poison","Fog","Cloudy","425","223","112","90","0","1","1","0","0","0","0","0","0","0","0","1716","1692" +"94","Gengar","94","94","1","3","1","41","0","ghost","poison","Fog","Cloudy","537","261","156","120","0","1","1","0","3","0","0","0","0","0","0","2619","2581" +"95","Onix","95","95","1","1","0","42","0","rock","ground","Partly cloudy","Sunny/clear","443","85","288","70","0","1","1","0","0","5","0","1","0","0","0","1002","988" +"96","Drowzee","96","96","1","1","0","43","0","psychic","","Windy","","367","89","158","120","0","1","1","0","0","0","0","1","0","0","0","992","978" +"97","Hypno","97","97","1","2","1","43","0","psychic","","Windy","","529","144","215","170","0","1","1","0","0","0","0","0","0","0","0","2048","2019" +"98","Krabby","98","98","1","1","0","44","0","water","","Rainy","","397","181","156","60","0","1","1","0","0","0","0","1","0","0","0","1386","1366" +"99","Kingler","99","99","1","2","1","44","0","water","","Rainy","","564","240","214","110","0","1","1","0","0","0","0","0","0","0","0","2694","2656" +"100","Voltorb","100","100","1","1","0","45","0","electric","","Rainy","","303","109","114","80","0","1","1","0","0","0","0","1","0","0","0","857","845" +"101","Electrode","101","101","1","2","1","45","0","electric","","Rainy","","472","173","179","120","0","1","1","0","0","0","0","0","0","0","0","1900","1873" +"102","Exeggcute","102","102","1","1","0","46","0","grass","psychic","Sunny/clear","Windy","367","107","140","120","0","1","1","0","0","2","0","1","0","0","0","1102","1086" +"103","Exeggutor","103","103","1","2","1","46","0","grass","psychic","Sunny/clear","Windy","581","233","158","190","0","1","1","0","2","0","0","0","0","0","0","2916","2875" +"104","Cubone","104","104","1","1","0","47","0","ground","","Sunny/clear","","355","90","165","100","0","1","1","0","0","0","0","1","0","0","0","943","930" +"105","Marowak","105","105","1","2","1","47","0","ground","","Sunny/clear","","464","144","200","120","0","1","1","0","0","0","0","0","0","0","0","1691","1667" +"106","Hitmonlee","106","106","1","1","1","48","0","fighting","","Cloudy","","535","224","211","100","0","1","1","0","0","0","0","0","0","0","0","2406","2372" +"107","Hitmonchan","107","107","1","1","1","48","0","fighting","","Cloudy","","505","193","212","100","0","1","1","0","0","0","0","0","0","0","0","2098","2069" +"108","Lickitung","108","108","1","1","1","49","1","normal","","Partly cloudy","","425","108","137","180","0","1","1","0","0","5","0","0","0","0","1","1322","1303" +"109","Koffing","109","109","1","1","0","50","0","poison","","Cloudy","","363","119","164","80","0","1","1","0","0","5","0","0","0","0","0","1091","1075" +"110","Weezing","110","110","1","2","1","50","0","poison","","Cloudy","","525","174","221","130","0","1","1","0","0","0","0","0","0","0","0","2183","2152" +"111","Rhyhorn","111","111","1","1","0","51","0","ground","rock","Sunny/clear","Partly cloudy","457","140","157","160","0","1","1","0","0","5","0","1","0","0","1","1679","1655" +"112","Rhydon","112","112","1","2","1","51","0","ground","rock","Sunny/clear","Partly cloudy","638","222","206","210","0","1","1","0","0","0","0","0","0","0","1","3300","3253" +"113","Chansey","113","113","1","1","0","52","1","normal","","Partly cloudy","","736","60","176","500","0","1","1","0","0","10","0","0","0","0","0","1469","1448" +"114","Tangela","114","114","1","1","1","53","0","grass","","Sunny/clear","","518","183","205","130","0","1","1","0","0","5","0","0","0","0","1","2208","2177" +"115","Kangaskhan","115","115","1","1","1","54","0","normal","","Partly cloudy","","556","181","165","210","0","1","1","1","0","0","0","0","0","0","0","2463","2428" +"116","Horsea","116","116","1","1","0","55","1","water","","Rainy","","314","129","125","60","0","1","1","0","0","0","0","1","0","0","0","921","908" +"117","Seadra","117","117","1","2","0","55","1","water","","Rainy","","479","187","182","110","0","1","1","0","0","0","0","0","0","0","0","1979","1951" +"118","Goldeen","118","118","1","1","0","56","0","water","","Rainy","","328","123","115","90","0","1","1","0","0","0","0","1","0","0","0","1006","992" +"119","Seaking","119","119","1","2","1","56","0","water","","Rainy","","489","175","154","160","0","1","1","0","0","0","0","0","0","0","0","2040","2011" +"120","Staryu","120","120","1","1","0","57","0","water","","Rainy","","309","137","112","60","0","1","1","0","0","0","0","1","0","0","0","926","913" +"121","Starmie","121","121","1","2","1","57","0","water","psychic","Rainy","Windy","514","210","184","120","0","1","1","0","0","0","0","0","0","0","0","2303","2270" +"122","Mr Mime","122","122","1","1","1","58","0","psychic","fairy","Windy","Cloudy","505","192","233","80","0","1","1","1","0","0","0","0","0","0","0","1984","1956" +"123","Scyther","123","123","1","1","0","59","0","bug","flying","Rainy","Windy","528","218","170","140","0","1","1","0","0","5","0","1","0","0","0","2464","2429" +"124","Jynx","124","124","1","1","1","60","0","ice","psychic","Snow","Windy","535","223","182","130","0","1","1","0","3","0","0","1","0","0","0","2512","2476" +"125","Electabuzz","125","125","1","1","1","61","1","electric","","Rainy","","501","198","173","130","0","1","1","0","2","0","0","1","0","0","1","2196","2165" +"126","Magmar","126","126","1","1","1","62","1","fire","","Sunny/clear","","505","206","169","130","0","1","1","0","0","0","0","1","0","0","1","2254","2222" +"127","Pinsir","127","127","1","1","1","63","0","bug","","Rainy","","565","238","197","130","0","1","1","0","0","5","0","1","0","0","0","2770","2730" +"128","Tauros","128","128","1","1","1","64","0","normal","","Partly cloudy","","545","198","197","150","0","1","1","1","0","0","0","0","0","0","0","2488","2452" +"129","Magikarp","129","129","1","1","0","65","0","water","","Rainy","","171","29","102","40","0","1","1","0","1","0","1","1","0","0","0","220","217" +"130","Gyarados","130","130","1","2","1","65","0","water","flying","Rainy","Windy","624","237","197","190","0","1","1","0","0","0","1","0","0","0","0","3281","3234" +"131","Lapras","131","131","1","1","0","66","0","water","ice","Rainy","Snow","605","165","180","260","0","1","1","0","0","10","0","0","0","0","0","2603","2566" +"132","Ditto","132","132","1","1","0","67","0","normal","","Partly cloudy","","278","91","91","96","0","1","1","0","0","0","0","0","0","0","0","718","707" +"133","Eevee","133","133","1","1","0","68","1","normal","","Partly cloudy","","335","104","121","110","0","1","1","0","0","5","0","1","0","0","1","969","955" +"134","Vaporeon","134","134","1","2","1","68","0","water","","Rainy","","642","205","177","260","0","1","1","0","0","0","0","0","0","0","0","3157","3112" +"135","Jolteon","135","135","1","2","1","68","0","electric","","Rainy","","563","232","201","130","0","1","1","0","3","0","0","0","0","0","0","2730","2691" +"136","Flareon","136","136","1","2","1","68","0","fire","","Sunny/clear","","580","246","204","130","0","1","1","0","0","0","0","0","0","0","0","2904","2863" +"137","Porygon","137","137","1","1","0","69","0","normal","","Partly cloudy","","422","153","139","130","0","1","1","0","0","10","0","0","0","0","1","1567","1545" +"138","Omanyte","138","138","1","1","0","70","0","rock","water","Partly cloudy","Rainy","399","155","174","70","0","1","1","0","0","5","0","1","0","0","0","1345","1326" +"139","Omastar","139","139","1","2","1","70","0","rock","water","Partly cloudy","Rainy","574","207","227","140","0","1","1","0","0","0","0","0","0","0","0","2685","2647" +"140","Kabuto","140","140","1","1","0","71","0","rock","water","Partly cloudy","Rainy","370","148","162","60","0","1","1","0","0","5","0","1","0","0","0","1172","1156" +"141","Kabutops","141","141","1","2","1","71","0","rock","water","Partly cloudy","Rainy","543","220","203","120","0","1","1","0","0","0","0","0","0","0","0","2517","2481" +"142","Aerodactyl","142","142","1","1","0","72","0","rock","flying","Partly cloudy","Windy","545","221","164","160","0","1","1","0","0","10","0","0","0","0","0","2608","2571" +"143","Snorlax","143","143","1","1","0","73","0","normal","","Partly cloudy","","700","190","190","320","0","1","1","0","0","10","0","0","0","0","0","3355","3307" +"144","Articuno","144","144","1","1","0","74","0","ice","flying","Snow","Windy","621","192","249","180","1","1","0","0","0","0","0","0","0","1","0","2933","2891" +"145","Zapdos","145","145","1","1","0","75","0","electric","flying","Rainy","Windy","621","253","188","180","1","1","0","0","0","0","0","0","0","1","0","3330","3282" +"146","Moltres","146","146","1","1","0","76","0","fire","flying","Sunny/clear","Windy","615","251","184","180","1","1","0","0","0","0","0","0","0","1","0","3272","3225" +"147","Dratini","147","147","1","1","0","77","0","dragon","","Windy","","295","119","94","82","0","1","1","0","0","10","0","0","0","0","0","860","848" +"148","Dragonair","148","148","1","2","1","77","0","dragon","","Windy","","423","163","138","122","0","1","1","0","0","0","0","0","0","0","0","1609","1586" +"149","Dragonite","149","149","1","3","1","77","0","dragon","flying","Windy","","646","263","201","182","0","1","1","0","0","0","0","0","0","0","0","3581","3530" +"150","Mewtwo","150","150","1","1","0","78","0","psychic","","Windy","","675","300","182","193","1","1","0","0","0","0","0","0","0","0","0","3982","3925" +"151","Mew","151","151","1","1","1","79","0","psychic","","Windy","","620","210","210","200","2","0","0","0","0","0","0","0","0","0","0","3090","3046" +"152","Chikorita","152","152","2","1","0","80","0","grass","","Sunny/clear","","304","92","122","90","0","1","1","0","0","5","0","1","0","0","0","801","790" +"153","Bayleef","153","153","2","2","0","80","0","grass","","Sunny/clear","","397","122","155","120","0","1","1","0","0","0","0","0","0","0","0","1296","1277" +"154","Meganium","154","154","2","3","1","80","0","grass","","Sunny/clear","","530","168","202","160","0","1","1","0","0","0","0","0","0","0","0","2227","2195" +"155","Cyndaquil","155","155","2","1","0","81","0","fire","","Sunny/clear","","290","116","96","78","0","1","1","0","0","5","0","1","0","0","0","831","819" +"156","Quilava","156","156","2","2","0","81","0","fire","","Sunny/clear","","403","158","129","116","0","1","1","0","0","0","0","0","0","0","0","1484","1462" +"157","Typhlosion","157","157","2","3","1","81","0","fire","","Sunny/clear","","555","223","176","156","0","1","1","0","0","0","0","0","0","0","0","2686","2648" +"158","Totodile","158","158","2","1","0","82","0","water","","Rainy","","333","117","116","100","0","1","1","0","0","5","0","1","0","0","0","1011","997" +"159","Croconaw","159","159","2","2","0","82","0","water","","Rainy","","431","150","151","130","0","1","1","0","0","0","0","0","0","0","0","1598","1576" +"160","Feraligatr","160","160","2","3","1","82","0","water","","Rainy","","572","205","197","170","0","1","1","0","0","0","0","0","0","0","0","2721","2682" +"161","Sentret","161","161","2","1","0","83","0","normal","","Partly cloudy","","226","79","77","70","0","1","1","0","0","0","0","1","0","0","0","519","511" +"162","Furret","162","162","2","2","1","83","0","normal","","Partly cloudy","","448","148","130","170","0","1","1","0","0","0","0","0","0","0","0","1667","1643" +"163","Hoothoot","163","163","2","1","0","84","0","normal","flying","Partly cloudy","Windy","288","67","101","120","0","1","1","0","0","0","0","1","0","0","0","640","631" +"164","Noctowl","164","164","2","2","1","84","0","normal","flying","Partly cloudy","Windy","524","145","179","200","0","1","1","0","0","0","0","0","0","0","0","2040","2011" +"165","Ledyba","165","165","2","1","0","85","0","bug","flying","Rainy","Windy","294","72","142","80","0","1","1","0","0","0","0","1","0","0","0","663","654" +"166","Ledian","166","166","2","2","1","85","0","bug","flying","Rainy","Windy","426","107","209","110","0","1","1","0","0","0","0","0","0","0","0","1275","1256" +"167","Spinarak","167","167","2","1","0","86","0","bug","poison","Rainy","Cloudy","258","105","73","80","0","1","1","0","0","0","0","1","0","0","0","685","675" +"168","Ariados","168","168","2","2","1","86","0","bug","poison","Rainy","Cloudy","429","161","128","140","0","1","1","0","0","0","0","0","0","0","0","1636","1613" +"169","Crobat","169","169","2","3","1","17","0","poison","flying","Cloudy","Windy","542","194","178","170","0","1","1","0","0","0","0","0","0","0","0","2466","2431" +"170","Chinchou","170","170","2","1","0","87","0","water","electric","Rainy","","362","106","106","150","0","1","1","0","0","5","0","1","0","0","0","1067","1052" +"171","Lanturn","171","171","2","2","1","87","0","water","electric","Rainy","","542","146","146","250","0","1","1","0","0","0","0","0","0","0","0","2077","2047" +"172","Pichu","172","172","2","0","0","10","0","electric","","Rainy","","180","77","63","40","0","1","0","0","0","2","1","0","0","0","0","376","370" +"173","Cleffa","173","173","2","0","0","14","0","fairy","","Cloudy","","266","75","91","100","0","1","0","0","0","2","0","0","0","0","0","620","611" +"174","Igglybuff","174","174","2","0","0","16","0","normal","fairy","Partly cloudy","Cloudy","283","69","34","180","0","1","0","0","0","2","0","0","0","0","0","512","505" +"175","Togepi","175","175","2","0","0","88","0","fairy","","Cloudy","","253","67","116","70","0","1","0","0","0","2","0","0","0","0","1","540","532" +"176","Togetic","176","176","2","1","1","88","0","fairy","flying","Cloudy","Windy","440","139","191","110","0","1","1","0","0","0","0","0","0","0","1","1543","1521" +"177","Natu","177","177","2","1","0","89","0","psychic","flying","Windy","","303","134","89","80","0","1","1","0","0","0","0","1","0","0","0","925","911" +"178","Xatu","178","178","2","2","1","89","0","psychic","flying","Windy","","468","192","146","130","0","1","1","0","0","0","0","0","0","0","0","1975","1947" +"179","Mareep","179","179","2","1","0","90","0","electric","","Rainy","","306","114","82","110","0","1","1","0","0","10","0","0","0","0","0","887","874" +"180","Flaaffy","180","180","2","2","0","90","0","electric","","Rainy","","397","145","112","140","0","1","1","0","0","0","0","0","0","0","0","1402","1382" +"181","Ampharos","181","181","2","3","1","90","0","electric","","Rainy","","563","211","172","180","0","1","1","0","0","0","0","0","0","0","0","2695","2656" +"182","Bellossom","182","182","2","3","1","18","0","grass","","Sunny/clear","","508","169","189","150","0","1","0","0","0","0","0","0","0","0","0","2108","2078" +"183","Marill","183","183","2","1","0","91","0","water","fairy","Rainy","Cloudy","270","37","93","140","0","1","1","0","0","0","0","1","0","0","0","420","414" +"184","Azumarill","184","184","2","2","1","91","0","water","fairy","Rainy","Cloudy","464","112","152","200","0","1","1","0","0","0","0","0","0","0","0","1503","1481" +"185","Sudowoodo","185","185","2","1","1","92","0","rock","","Partly cloudy","","505","167","198","140","0","1","1","0","0","10","0","0","0","0","0","2065","2035" +"186","Politoed","186","186","2","2","1","27","0","water","","Rainy","","546","174","192","180","0","1","1","0","0","0","0","0","0","0","0","2371","2337" +"187","Hoppip","187","187","2","1","0","93","0","grass","flying","Sunny/clear","Windy","238","67","101","70","0","1","1","0","0","0","0","1","0","0","0","508","501" +"188","Skiploom","188","188","2","2","0","93","0","grass","flying","Sunny/clear","Windy","328","91","127","110","0","1","1","0","0","0","0","0","0","0","0","882","869" +"189","Jumpluff","189","189","2","3","1","93","0","grass","flying","Sunny/clear","Windy","465","118","197","150","0","1","1","0","0","0","0","0","0","0","0","1553","1531" +"190","Aipom","190","190","2","1","1","94","0","normal","","Partly cloudy","","358","136","112","110","0","1","1","0","0","0","0","1","0","0","1","1188","1171" +"191","Sunkern","191","191","2","1","0","95","0","grass","","Sunny/clear","","170","55","55","60","0","1","1","0","0","0","0","1","0","0","0","316","312" +"192","Sunflora","192","192","2","2","1","95","0","grass","","Sunny/clear","","483","185","148","150","0","1","1","0","0","0","0","0","0","0","0","2048","2019" +"193","Yanma","193","193","2","1","1","96","0","bug","flying","Rainy","Windy","378","154","94","130","0","1","1","0","0","0","0","1","0","0","1","1326","1308" +"194","Wooper","194","194","2","1","0","97","0","water","ground","Rainy","Sunny/clear","260","75","75","110","0","1","1","0","0","0","0","1","0","0","0","596","587" +"195","Quagsire","195","195","2","2","1","97","0","water","ground","Rainy","Sunny/clear","494","152","152","190","0","1","1","0","0","0","0","0","0","0","0","1929","1902" +"196","Espeon","196","196","2","2","1","68","1","psychic","","Windy","","585","261","194","130","0","1","0","0","0","0","0","0","0","0","0","3000","2958" +"197","Umbreon","197","197","2","2","1","68","1","dark","","Fog","","566","126","250","190","0","1","0","0","0","0","0","0","0","0","0","2052","2023" +"198","Murkrow","198","198","2","1","1","98","0","dark","flying","Fog","Windy","382","175","87","120","0","1","1","0","0","0","0","1","0","0","1","1392","1372" +"199","Slowking","199","199","2","2","1","34","0","water","psychic","Rainy","Windy","561","177","194","190","0","1","1","0","0","0","0","0","0","0","0","2482","2446" +"200","Misdreavus","200","200","2","1","1","99","0","ghost","","Fog","","454","167","167","120","0","1","1","0","0","0","0","1","0","0","1","1781","1756" +"201","Unown","201","201","2","1","1","100","0","psychic","","Windy","","323","136","91","96","0","1","1","0","0","0","0","0","0","0","0","1022","1008" +"202","Wobbuffet","202","202","2","1","1","101","0","psychic","","Windy","","546","60","106","380","0","1","1","0","0","0","0","1","0","0","0","1024","1009" +"203","Girafarig","203","203","2","1","1","102","0","normal","psychic","Partly cloudy","Windy","455","182","133","140","0","1","1","0","0","5","0","1","0","0","0","1863","1836" +"204","Pineco","204","204","2","1","0","103","0","bug","","Rainy","","354","108","146","100","0","1","1","0","0","5","0","0","0","0","0","1045","1030" +"205","Forretress","205","205","2","2","1","103","0","bug","steel","Rainy","Snow","553","161","242","150","0","1","1","0","0","0","0","0","0","0","0","2263","2231" +"206","Dunsparce","206","206","2","1","1","104","0","normal","","Partly cloudy","","462","131","131","200","0","1","1","0","0","5","0","1","0","0","0","1615","1592" +"207","Gligar","207","207","2","1","1","105","0","ground","flying","Sunny/clear","Windy","477","143","204","130","0","1","1","0","0","5","0","0","0","0","1","1758","1733" +"208","Steelix","208","208","2","2","1","42","0","steel","ground","Snow","Sunny/clear","631","148","333","150","0","1","0","0","0","0","0","0","0","0","0","2439","2404" +"209","Snubbull","209","209","2","1","0","106","0","fairy","","Cloudy","","346","137","89","120","0","1","1","0","0","0","0","1","0","0","0","1124","1108" +"210","Granbull","210","210","2","2","1","106","0","fairy","","Cloudy","","529","212","137","180","0","1","1","0","0","0","0","0","0","0","0","2440","2406" +"211","Qwilfish","211","211","2","1","1","107","0","water","poison","Rainy","Cloudy","462","184","148","130","0","1","1","0","0","0","0","1","0","0","0","1910","1883" +"212","Scizor","212","212","2","2","1","59","0","bug","steel","Rainy","Snow","567","236","191","140","0","1","0","0","0","0","0","0","0","0","0","2801","2761" +"213","Shuckle","213","213","2","1","1","108","0","bug","rock","Rainy","Partly cloudy","453","17","396","40","0","1","1","0","0","5","0","1","0","0","0","300","296" +"214","Heracross","214","214","2","1","1","109","0","bug","fighting","Rainy","Cloudy","583","234","189","160","0","1","1","1","0","0","0","0","0","0","0","2938","2896" +"215","Sneasel","215","215","2","1","1","110","0","dark","ice","Fog","Snow","456","189","157","110","0","1","0","0","0","5","0","1","0","0","1","1868","1841" +"216","Teddiursa","216","216","2","1","0","111","0","normal","","Partly cloudy","","355","142","93","120","0","1","1","0","0","5","0","1","0","0","0","1184","1167" +"217","Ursaring","217","217","2","2","1","111","0","normal","","Partly cloudy","","560","236","144","180","0","1","1","0","0","0","0","0","0","0","0","2760","2720" +"218","Slugma","218","218","2","1","0","112","0","fire","","Sunny/clear","","269","118","71","80","0","1","1","0","0","0","0","1","0","0","0","750","740" +"219","Magcargo","219","219","2","2","1","112","0","fire","rock","Sunny/clear","Partly cloudy","448","139","209","100","0","1","1","0","0","0","0","0","0","0","0","1543","1521" +"220","Swinub","220","220","2","1","0","113","0","ice","ground","Snow","Sunny/clear","264","90","74","100","0","1","1","0","0","0","0","1","0","0","1","663","653" +"221","Piloswine","221","221","2","2","1","113","0","ice","ground","Snow","Sunny/clear","528","181","147","200","0","1","1","0","2","0","0","0","0","0","1","2284","2252" +"222","Corsola","222","222","2","1","1","114","0","water","rock","Rainy","Partly cloudy","384","118","156","110","0","1","1","1","0","0","0","0","0","0","0","1214","1197" +"223","Remoraid","223","223","2","1","0","115","0","water","","Rainy","","266","127","69","70","0","1","1","0","0","2","0","1","0","0","0","749","738" +"224","Octillery","224","224","2","2","1","115","0","water","","Rainy","","488","197","141","150","0","1","1","0","0","0","0","0","0","0","0","2124","2094" +"225","Delibird","225","225","2","1","1","116","0","ice","flying","Snow","Windy","308","128","90","90","0","1","1","0","0","0","0","0","0","0","0","937","924" +"226","Mantine","226","226","2","1","1","117","0","water","flying","Rainy","Windy","538","148","260","130","0","1","1","0","0","5","0","0","0","0","0","2032","2003" +"227","Skarmory","227","227","2","1","1","118","0","steel","flying","Snow","Windy","538","148","260","130","0","1","1","0","0","10","0","0","0","0","0","2032","2003" +"228","Houndour","228","228","2","1","0","119","0","dark","fire","Fog","Sunny/clear","335","152","93","90","0","1","1","0","0","5","0","1","0","0","0","1110","1094" +"229","Houndoom","229","229","2","2","1","119","0","dark","fire","Fog","Sunny/clear","533","224","159","150","0","1","1","0","0","0","0","0","0","0","0","2529","2493" +"230","Kingdra","230","230","2","3","1","55","1","water","dragon","Rainy","Windy","538","194","194","150","0","1","1","0","0","0","0","0","0","0","0","2424","2389" +"231","Phanpy","231","231","2","1","0","120","0","ground","","Sunny/clear","","394","107","107","180","0","1","1","0","0","5","0","0","0","0","0","1175","1158" +"232","Donphan","232","232","2","2","1","120","0","ground","","Sunny/clear","","608","214","214","180","0","1","1","0","0","0","0","0","0","0","0","3022","2979" +"233","Porygon2","233","233","2","2","1","69","0","normal","","Partly cloudy","","551","198","183","170","0","1","0","0","0","0","0","0","0","0","1","2546","2509" +"234","Stantler","234","234","2","1","1","121","0","normal","","Partly cloudy","","470","192","132","146","0","1","1","0","0","5","0","0","0","0","0","1988","1960" +"235","Smeargle","235","235","2","1","1","122","0","normal","","Partly cloudy","","238","40","88","110","0","0","0","0","0","0","0","0","0","0","0","389","384" +"236","Tyrogue","236","236","2","0","0","48","0","fighting","","Cloudy","","198","64","64","70","0","1","0","0","0","5","0","0","0","0","0","404","398" +"237","Hitmontop","237","237","2","1","1","48","0","fighting","","Cloudy","","487","173","214","100","0","1","1","0","0","0","0","0","0","0","0","1905","1878" +"238","Smoochum","238","238","2","0","0","","0","ice","psychic","Snow","Windy","359","153","116","90","0","1","0","0","0","5","0","0","0","0","0","1230","1213" +"239","Elekid","239","239","2","0","0","","0","electric","","Rainy","","335","135","110","90","0","1","0","0","0","5","0","0","0","0","0","1073","1057" +"240","Magby","240","240","2","0","0","","0","fire","","Sunny/clear","","349","151","108","90","0","1","0","0","0","5","0","0","0","0","0","1178","1161" +"241","Miltank","241","241","2","1","1","123","0","normal","","Partly cloudy","","558","157","211","190","0","1","1","0","0","10","0","0","0","0","0","2312","2279" +"242","Blissey","242","242","2","2","1","","1","normal","","Partly cloudy","","868","129","229","510","0","1","1","0","0","0","0","0","0","0","0","3219","3173" +"243","Raikou","243","243","2","1","1","124","0","electric","","Rainy","","631","241","210","180","1","1","0","0","0","0","0","0","0","1","0","3349","3301" +"244","Entei","244","244","2","1","1","125","0","fire","","Sunny/clear","","641","235","176","230","1","1","0","0","0","0","0","0","0","1","0","3377","3329" +"245","Suicune","245","245","2","1","1","126","0","water","","Rainy","","615","180","235","200","1","1","0","0","0","0","0","0","0","1","0","2823","2783" +"246","Larvitar","246","246","2","1","0","127","0","rock","ground","Partly cloudy","Sunny/clear","308","115","93","100","0","1","1","0","0","10","0","0","0","0","0","904","891" +"247","Pupitar","247","247","2","2","0","127","0","rock","ground","Partly cloudy","Sunny/clear","428","155","133","140","0","1","1","0","0","0","0","0","0","0","0","1608","1585" +"248","Tyranitar","248","248","2","3","1","127","0","rock","dark","Partly cloudy","Fog","663","251","212","200","0","1","1","0","4","0","0","0","0","0","0","3670","3617" +"249","Lugia","249","249","2","1","1","128","0","psychic","flying","Windy","","728","193","323","212","1","1","0","0","5","0","1","0","0","1","0","3598","3547" +"250","Ho Oh","250","250","2","1","1","129","0","fire","flying","Sunny/clear","Windy","706","239","274","193","1","1","0","0","0","0","0","0","0","1","0","3889","3833" +"251","Celebi","251","251","2","1","1","130","0","psychic","grass","Windy","Sunny/clear","620","210","210","200","2","0","0","0","0","0","0","0","0","0","0","3090","3046" +"252","Treecko","252","252","3","1","0","131","0","grass","","Sunny/clear","","308","124","104","80","0","1","1","0","0","5","0","1","0","0","0","923","909" +"253","Grovyle","253","253","3","2","0","131","0","grass","","Sunny/clear","","402","172","130","100","0","1","1","0","0","0","0","0","0","0","0","1508","1486" +"254","Sceptile","254","254","3","3","1","131","0","grass","","Sunny/clear","","543","223","180","140","0","1","0","0","0","0","0","0","0","0","0","2584","2547" +"255","Torchic","255","255","3","1","0","132","0","fire","","Sunny/clear","","312","130","92","90","0","1","1","0","0","5","0","1","0","0","0","959","946" +"256","Combusken","256","256","3","2","0","132","0","fire","fighting","Sunny/clear","Cloudy","398","163","115","120","0","1","1","0","0","0","0","0","0","0","0","1472","1451" +"257","Blaziken","257","257","3","3","1","132","0","fire","fighting","Sunny/clear","Cloudy","541","240","141","160","0","1","0","0","0","0","0","0","0","0","0","2631","2593" +"258","Mudkip","258","258","3","1","0","133","0","water","","Rainy","","319","126","93","100","0","1","1","0","0","5","0","1","0","0","0","981","967" +"259","Marshtomp","259","259","3","2","0","133","0","water","ground","Rainy","Sunny/clear","429","156","133","140","0","1","1","0","0","0","0","0","0","0","0","1617","1594" +"260","Swampert","260","260","3","3","1","133","0","water","ground","Rainy","Sunny/clear","583","208","175","200","0","1","0","0","0","0","0","0","0","0","0","2815","2774" +"261","Poochyena","261","261","3","1","0","134","0","dark","","Fog","","229","96","63","70","0","1","1","0","0","2","1","1","0","0","0","564","556" +"262","Mightyena","262","262","3","2","1","134","0","dark","","Fog","","448","171","137","140","0","1","1","0","0","0","1","0","0","0","0","1783","1757" +"263","Zigzagoon","263","263","3","1","0","135","0","normal","","Partly cloudy","","214","58","80","76","0","1","1","0","0","2","0","1","0","0","0","423","417" +"264","Linoone","264","264","3","2","1","135","0","normal","","Partly cloudy","","426","142","128","156","0","1","1","0","0","0","0","0","0","0","0","1533","1511" +"265","Wurmple","265","265","3","1","0","136","0","bug","","Rainy","","226","75","61","90","0","1","1","0","0","2","0","1","0","0","0","502","494" +"266","Silcoon","266","266","3","2","0","136","0","bug","","Rainy","","251","60","91","100","0","1","0","0","0","0","0","0","0","0","0","517","509" +"267","Beautifly","267","267","3","3","1","136","0","bug","flying","Rainy","Windy","407","189","98","120","0","1","0","0","0","0","0","0","0","0","0","1573","1551" +"268","Cascoon","268","268","3","2","0","137","0","bug","","Rainy","","251","60","91","100","0","1","0","0","0","0","0","0","0","0","0","517","509" +"269","Dustox","269","269","3","3","1","137","0","bug","poison","Rainy","Cloudy","390","98","172","120","0","1","0","0","0","0","0","0","0","0","0","1121","1105" +"270","Lotad","270","270","3","1","0","138","0","water","grass","Rainy","Sunny/clear","237","71","86","80","0","1","1","0","0","5","0","0","0","0","0","526","518" +"271","Lombre","271","271","3","2","0","138","0","water","grass","Rainy","Sunny/clear","360","112","128","120","0","1","1","0","0","0","0","0","0","0","0","1102","1086" +"272","Ludicolo","272","272","3","3","1","138","0","water","grass","Rainy","Sunny/clear","524","173","191","160","0","1","0","0","0","0","0","0","0","0","0","2229","2197" +"273","Seedot","273","273","3","1","0","139","0","grass","","Sunny/clear","","237","71","86","80","0","1","1","0","0","5","0","1","0","0","0","526","518" +"274","Nuzleaf","274","274","3","2","0","139","0","grass","dark","Sunny/clear","Fog","352","134","78","140","0","1","1","0","0","0","0","0","0","0","0","1117","1101" +"275","Shiftry","275","275","3","3","1","139","0","grass","dark","Sunny/clear","Fog","501","200","121","180","0","1","0","0","0","0","0","0","0","0","0","2186","2155" +"276","Taillow","276","276","3","1","0","140","0","normal","flying","Partly cloudy","Windy","247","106","61","80","0","3","1","0","0","0","0","1","1","0","0","642","632" +"277","Swellow","277","277","3","2","1","140","0","normal","flying","Partly cloudy","Windy","435","185","130","120","0","3","1","0","0","0","0","0","1","0","0","1747","1722" +"278","Wingull","278","278","3","1","0","141","0","water","flying","Rainy","Windy","247","106","61","80","0","3","1","0","0","0","0","1","1","0","0","642","632" +"279","Pelipper","279","279","3","2","1","141","0","water","flying","Rainy","Windy","484","175","189","120","0","3","1","0","0","0","0","0","1","0","0","1969","1941" +"280","Ralts","280","280","3","1","0","142","0","psychic","fairy","Windy","Cloudy","198","79","63","56","0","1","1","0","0","10","0","0","0","0","1","436","430" +"281","Kirlia","281","281","3","2","0","142","0","psychic","fairy","Windy","Cloudy","293","117","100","76","0","1","1","0","0","0","0","0","0","0","1","843","831" +"282","Gardevoir","282","282","3","3","1","142","0","psychic","fairy","Windy","Cloudy","593","237","220","136","0","1","0","0","0","0","0","0","0","0","0","2964","2922" +"283","Surskit","283","283","3","1","0","143","0","bug","water","Rainy","","270","93","97","80","0","3","1","0","0","0","0","1","1","0","0","695","685" +"284","Masquerain","284","284","3","2","0","143","0","bug","flying","Rainy","Windy","493","192","161","140","0","3","1","0","0","0","0","0","1","0","0","2135","2104" +"285","Shroomish","285","285","3","1","0","144","0","grass","","Sunny/clear","","304","74","110","120","0","1","1","0","0","5","0","1","0","0","0","722","711" +"286","Breloom","286","286","3","2","0","144","0","grass","fighting","Sunny/clear","Cloudy","514","241","153","120","0","1","1","0","0","0","0","0","0","0","0","2407","2373" +"287","Slakoth","287","287","3","1","0","145","0","normal","","Partly cloudy","","328","104","104","120","0","1","1","0","0","10","0","0","0","0","0","942","928" +"288","Vigoroth","288","288","3","2","0","145","0","normal","","Partly cloudy","","478","159","159","160","0","1","1","0","0","0","0","0","0","0","0","1896","1869" +"289","Slaking","289","289","3","3","0","145","0","normal","","Partly cloudy","","746","290","183","273","0","1","0","0","0","0","0","0","0","0","0","4548","4484" +"290","Nincada","290","290","3","1","0","146","0","bug","ground","Rainy","Sunny/clear","295","80","153","62","0","0","0","0","0","0","0","0","0","0","0","674","665" +"291","Ninjask","291","291","3","2","0","146","0","bug","flying","Rainy","Windy","437","199","116","122","0","0","0","0","0","0","0","0","0","0","0","1790","1765" +"292","Shedinja","292","292","3","3","0","146","0","bug","ghost","Rainy","Fog","235","153","80","2","0","0","0","0","0","0","0","0","0","0","0","421","415" +"293","Whismur","293","293","3","1","0","147","0","normal","","Partly cloudy","","262","92","42","128","0","2","1","0","0","2","0","1","0","0","0","603","594" +"294","Loudred","294","294","3","2","0","147","0","normal","","Partly cloudy","","383","134","81","168","0","2","1","0","0","0","0","0","0","0","0","1233","1215" +"295","Exploud","295","295","3","3","0","147","0","normal","","Partly cloudy","","529","179","142","208","0","2","0","0","0","0","0","0","0","0","0","2267","2234" +"296","Makuhita","296","296","3","1","0","148","0","fighting","","Cloudy","","297","99","54","144","0","1","1","0","0","5","0","1","0","0","0","745","735" +"297","Hariyama","297","297","3","2","0","148","0","fighting","","Cloudy","","611","209","114","288","0","1","1","0","0","0","0","0","0","0","0","2765","2726" +"298","Azurill","298","298","3","0","0","","0","normal","fairy","Partly cloudy","Cloudy","207","36","71","100","0","1","0","0","0","5","0","0","0","0","0","316","312" +"299","Nosepass","299","299","3","1","0","149","0","rock","","Partly cloudy","","378","82","236","60","0","2","1","0","0","5","0","1","0","0","1","831","819" +"300","Skitty","300","300","3","1","0","150","0","normal","","Partly cloudy","","268","84","84","100","0","1","1","0","0","5","0","1","0","0","0","659","650" +"301","Delcatty","301","301","3","2","0","151","0","normal","","Partly cloudy","","404","132","132","140","0","1","1","0","0","0","0","0","0","0","0","1385","1366" +"302","Sableye","302","302","3","1","0","152","0","dark","ghost","Fog","","382","141","141","100","0","1","1","0","2","0","1","0","0","0","0","1305","1286" +"303","Mawile","303","303","3","1","0","153","0","steel","fairy","Snow","Cloudy","410","155","155","100","0","1","0","0","2","0","1","0","0","0","0","1484","1463" +"304","Aron","304","304","3","1","0","154","0","steel","rock","Snow","Partly cloudy","389","121","168","100","0","2","1","0","0","2","1","1","0","0","0","1232","1214" +"305","Lairon","305","305","3","2","0","154","0","steel","rock","Snow","Partly cloudy","518","158","240","120","0","2","1","0","0","0","1","0","0","0","0","2004","1976" +"306","Aggron","306","306","3","3","0","154","0","steel","rock","Snow","Partly cloudy","652","198","314","140","0","2","0","0","4","0","1","0","0","0","0","3004","2961" +"307","Meditite","307","307","3","1","0","155","0","fighting","psychic","Cloudy","Windy","245","78","107","60","0","1","1","0","0","0","0","1","0","0","0","555","547" +"308","Medicham","308","308","3","2","0","155","0","fighting","psychic","Cloudy","Windy","393","121","152","120","0","1","0","0","0","0","0","0","0","0","0","1275","1257" +"309","Electrike","309","309","3","1","0","156","0","electric","","Rainy","","281","123","78","80","0","1","1","0","0","0","0","1","0","0","0","810","798" +"310","Manectric","310","310","3","2","0","156","0","electric","","Rainy","","482","215","127","140","0","1","0","0","2","0","0","0","0","0","0","2131","2100" +"311","Plusle","311","311","3","1","0","157","0","electric","","Rainy","","434","167","147","120","0","1","1","0","0","0","0","0","0","0","0","1681","1657" +"312","Minun","312","312","3","1","0","158","0","electric","","Rainy","","434","147","167","120","0","1","1","0","0","0","0","0","0","0","0","1585","1563" +"313","Volbeat","313","313","3","1","0","159","0","bug","","Rainy","","444","143","171","130","0","3","1","1","0","0","0","0","1","0","0","1620","1597" +"314","Illumise","314","314","3","2","0","159","0","bug","","Rainy","","444","143","171","130","0","3","1","1","0","0","0","0","1","0","0","1620","1597" +"315","Roselia","315","315","3","1","0","160","0","grass","poison","Sunny/clear","Cloudy","434","186","148","100","0","1","1","0","0","0","0","0","0","0","1","1718","1694" +"316","Gulpin","316","316","3","1","0","161","0","poison","","Cloudy","","319","80","99","140","0","1","1","0","0","2","0","1","0","0","0","788","777" +"317","Swalot","317","317","3","2","0","161","0","poison","","Cloudy","","499","140","159","200","0","1","1","0","0","0","0","0","0","0","0","1872","1845" +"318","Carvanha","318","318","3","1","0","162","0","water","dark","Rainy","Fog","300","171","39","90","0","1","1","0","0","5","0","1","0","0","0","874","862" +"319","Sharpedo","319","319","3","1","0","163","0","water","dark","Rainy","Fog","466","243","83","140","0","1","1","0","0","0","0","0","0","0","0","1986","1957" +"320","Wailmer","320","320","3","1","0","164","0","water","","Rainy","","464","136","68","260","0","1","1","0","1","2","0","1","0","0","0","1424","1404" +"321","Wailord","321","321","3","2","0","164","0","water","","Rainy","","602","175","87","340","0","1","1","0","0","0","0","0","0","0","0","2258","2225" +"322","Numel","322","322","3","1","0","165","0","fire","ground","Sunny/clear","","321","119","82","120","0","2","1","0","0","5","0","1","0","0","0","957","944" +"323","Camerupt","323","323","3","2","1","165","0","fire","ground","Sunny/clear","","473","194","139","140","0","2","1","0","0","0","0","0","0","0","0","2016","1987" +"324","Torkoal","324","324","3","1","0","166","0","fire","","Sunny/clear","","525","151","234","140","0","2","1","1","0","0","0","0","0","0","0","2036","2007" +"325","Spoink","325","325","3","1","0","167","0","psychic","","Windy","","390","125","145","120","0","1","1","0","0","2","0","1","0","0","0","1285","1266" +"326","Grumpig","326","326","3","2","1","167","0","psychic","","Windy","","542","171","211","160","0","1","1","0","0","0","0","0","0","0","0","2310","2277" +"327","Spinda","327","327","3","1","0","168","0","normal","","Partly cloudy","","352","116","116","120","0","0","0","0","0","0","0","0","0","0","0","1088","1072" +"328","Trapinch","328","328","3","1","0","169","0","ground","","Sunny/clear","","330","162","78","90","0","2","1","0","0","10","0","0","0","0","0","1092","1076" +"329","Vibrava","329","329","3","2","0","169","0","ground","dragon","Sunny/clear","Windy","333","134","99","100","0","2","1","0","0","0","0","0","0","0","0","1065","1050" +"330","Flygon","330","330","3","3","1","169","0","ground","dragon","Sunny/clear","Windy","533","205","168","160","0","2","0","0","0","0","0","0","0","0","0","2458","2423" +"331","Cacnea","331","331","3","1","0","170","0","grass","","Sunny/clear","","330","156","74","100","0","2","1","0","0","5","0","0","0","0","0","1080","1065" +"332","Cacturne","332","332","3","2","1","170","0","grass","dark","Sunny/clear","Fog","476","221","115","140","0","2","1","0","0","0","0","0","0","0","0","2092","2062" +"333","Swablu","333","333","3","1","0","171","0","normal","flying","Partly cloudy","Windy","305","76","139","90","0","3","1","0","1","0","1","1","1","0","0","722","712" +"334","Altaria","334","334","3","2","1","171","0","dragon","flying","Windy","","499","141","208","150","0","3","0","0","0","0","1","0","1","0","0","1868","1842" +"335","Zangoose","335","335","3","1","0","172","0","normal","","Partly cloudy","","492","222","124","146","0","1","1","1","0","0","0","0","0","0","0","2214","2182" +"336","Seviper","336","336","3","1","0","178","0","poison","","Cloudy","","460","196","118","146","0","1","1","1","0","0","0","0","0","0","0","1928","1900" +"337","Lunatone","337","337","3","1","0","179","0","rock","psychic","Partly cloudy","Windy","521","178","163","180","0","2","1","0","0","0","0","0","0","0","0","2245","2213" +"338","Solrock","338","338","3","1","0","180","0","rock","psychic","Partly cloudy","Windy","521","178","163","180","0","2","1","0","0","0","0","0","0","0","0","2245","2213" +"339","Barboach","339","339","3","1","0","181","0","water","ground","Rainy","Sunny/clear","276","93","83","100","0","1","1","0","0","2","0","1","0","0","0","716","705" +"340","Whiscash","340","340","3","2","1","181","0","water","ground","Rainy","Sunny/clear","513","151","142","220","0","1","1","0","0","0","0","0","0","0","0","1991","1963" +"341","Corphish","341","341","3","1","0","182","0","water","","Rainy","","340","141","113","86","0","1","1","0","0","5","0","1","0","0","0","1107","1092" +"342","Crawdaunt","342","342","3","2","1","182","0","water","dark","Rainy","Fog","506","224","156","126","0","1","1","0","0","0","0","0","0","0","0","2317","2284" +"343","Baltoy","343","343","3","1","0","183","0","ground","psychic","Sunny/clear","Windy","288","77","131","80","0","2","1","0","0","5","0","1","0","0","0","676","667" +"344","Claydol","344","344","3","2","1","183","0","ground","psychic","Sunny/clear","Windy","496","140","236","120","0","2","1","0","0","0","0","0","0","0","0","1782","1756" +"345","Lileep","345","345","3","1","0","184","0","rock","grass","Partly cloudy","Sunny/clear","391","105","154","132","0","2","1","0","0","5","0","0","0","0","0","1181","1164" +"346","Cradily","346","346","3","2","1","184","0","rock","grass","Partly cloudy","Sunny/clear","522","152","198","172","0","2","1","0","0","0","0","0","0","0","0","2081","2051" +"347","Anorith","347","347","3","1","0","185","0","rock","bug","Partly cloudy","Rainy","366","176","100","90","0","2","1","0","0","5","0","0","0","0","0","1310","1292" +"348","Armaldo","348","348","3","2","1","185","0","rock","bug","Partly cloudy","Rainy","555","222","183","150","0","2","1","0","0","0","0","0","0","0","0","2675","2637" +"349","Feebas","349","349","3","1","0","186","0","water","","Rainy","","171","29","102","40","0","1","1","0","0","10","0","0","0","0","0","220","217" +"350","Milotic","350","350","3","2","0","186","0","water","","Rainy","","624","192","242","190","0","1","0","0","0","0","0","0","0","0","0","2967","2925" +"351","Castform","351","351","3","1","0","187","0","normal","","Partly cloudy","","418","139","139","140","0","3","1","0","0","0","0","0","1","0","0","1486","1464" +"352","Kecleon","352","352","3","1","0","188","0","normal","","Partly cloudy","","493","161","212","120","0","0","0","0","0","0","0","0","0","0","0","1924","1896" +"353","Shuppet","353","353","3","1","0","189","0","ghost","","Fog","","292","138","66","88","0","1","1","0","0","5","1","1","0","0","0","872","860" +"354","Banette","354","354","3","2","0","189","0","ghost","","Fog","","473","218","127","128","0","1","1","0","0","0","1","0","0","0","0","2073","2044" +"355","Duskull","355","355","3","1","0","190","0","ghost","","Fog","","272","70","162","40","0","1","1","0","0","5","1","1","0","0","0","523","516" +"356","Dusclops","356","356","3","2","0","190","0","ghost","","Fog","","438","124","234","80","0","1","1","0","0","0","1","0","0","0","1","1335","1316" +"357","Tropius","357","357","3","1","0","191","0","grass","flying","Sunny/clear","Windy","499","136","165","198","0","3","1","1","0","0","0","0","1","0","0","1846","1820" +"358","Chimecho","358","358","3","1","0","192","0","psychic","","Windy","","499","175","174","150","0","3","1","0","0","0","0","0","1","0","0","2095","2065" +"359","Absol","359","359","3","1","0","193","0","dark","","Fog","","496","246","120","130","0","1","0","0","4","0","1","0","0","0","0","2280","2248" +"360","Wynaut","360","360","3","0","0","","0","psychic","","Windy","","317","41","86","190","0","1","0","0","0","5","0","0","0","0","0","503","496" +"361","Snorunt","361","361","3","1","0","194","0","ice","","Snow","","290","95","95","100","0","1","1","0","1","5","1","0","0","0","1","772","761" +"362","Glalie","362","362","3","2","1","","0","ice","","Snow","","484","162","162","160","0","1","1","0","0","0","1","0","0","0","0","1945","1917" +"363","Spheal","363","363","3","1","0","","0","ice","water","Snow","Rainy","325","95","90","140","0","1","1","0","0","5","0","1","0","0","0","876","863" +"364","Sealeo","364","364","3","2","0","","0","ice","water","Snow","Rainy","449","137","132","180","0","1","1","0","0","0","0","0","0","0","0","1607","1584" +"365","Walrein","365","365","3","3","1","","0","ice","water","Snow","Rainy","578","182","176","220","0","1","0","0","0","0","0","0","0","0","0","2606","2569" +"366","Clamperl","366","366","3","1","0","","0","water","","Rainy","","352","133","149","70","0","0","0","0","0","0","0","0","0","0","0","1091","1075" +"367","Huntail","367","367","3","2","0","","0","water","","Rainy","","501","197","194","110","0","0","0","0","0","0","0","0","0","0","0","2140","2109" +"368","Gorebyss","368","368","3","2","0","","0","water","","Rainy","","515","211","194","110","0","0","0","0","0","0","0","0","0","0","0","2281","2248" +"369","Relicanth","369","369","3","1","0","","0","water","rock","Rainy","Partly cloudy","596","162","234","200","0","1","1","1","0","0","0","0","0","0","0","2557","2521" +"370","Luvdisc","370","370","3","1","0","","0","water","","Rainy","","301","81","134","86","0","1","1","0","0","0","0","1","0","0","0","735","725" +"371","Bagon","371","371","3","1","0","","0","dragon","","Windy","","331","134","107","90","0","3","1","0","0","0","0","0","1","0","0","1053","1038" +"372","Shelgon","372","372","3","2","0","","0","dragon","","Windy","","481","172","179","130","0","3","1","0","0","0","0","0","1","0","0","1958","1930" +"373","Salamence","373","373","3","3","1","","0","dragon","flying","Windy","","635","277","168","190","0","3","0","0","0","0","0","0","1","0","0","3532","3481" +"374","Beldum","374","374","3","1","0","","0","steel","psychic","Snow","Windy","317","96","141","80","0","3","1","0","0","0","0","0","1","0","0","843","831" +"375","Metang","375","375","3","2","0","","0","steel","psychic","Snow","Windy","443","138","185","120","0","3","1","0","0","0","0","0","1","0","0","1570","1547" +"376","Metagross","376","376","3","3","1","","0","steel","psychic","Snow","Windy","665","257","248","160","0","3","0","0","0","0","0","0","1","0","0","3644","3592" +"377","Regirock","377","377","3","1","0","","0","rock","","Partly cloudy","","695","179","356","160","1","0","0","0","0","0","0","0","0","0","0","3087","3043" +"378","Regice","378","378","3","1","0","","0","ice","","Snow","","695","179","356","160","1","0","0","0","0","0","0","0","0","0","0","3087","3043" +"379","Registeel","379","379","3","1","0","","0","steel","","Snow","","588","143","285","160","1","0","0","0","0","0","0","0","0","0","0","2261","2228" +"380","Latias","380","380","3","1","0","","0","dragon","psychic","Windy","","656","228","268","160","1","0","0","0","0","0","0","0","0","0","0","3377","3329" +"381","Latios","381","381","3","1","0","","0","dragon","psychic","Windy","","656","268","228","160","1","0","0","0","0","0","0","0","0","0","0","3644","3592" +"382","Kyogre","382","382","3","1","0","","0","water","","Rainy","","703","270","251","182","1","1","0","0","0","0","0","0","0","0","0","4074","4016" +"383","Groudon","383","383","3","1","0","","0","ground","","Sunny/clear","","703","270","251","182","1","1","0","0","0","0","0","0","0","1","0","4074","4016" +"384","Rayquaza","384","384","3","1","0","","0","dragon","flying","Windy","","645","284","170","191","1","3","0","0","0","0","0","0","1","0","0","3645","3593" +"385","Jirachi","385","385","3","1","0","","0","steel","psychic","Snow","Windy","620","210","210","200","2","0","0","0","0","0","0","0","0","0","0","3090","3046" +"386","Deoxys Defense","386","386-defense","3","1","0","","0","psychic","","Windy","","574","144","330","100","2","0","0","0","0","0","0","0","0","0","0","1978","1949" +"387","Deoxys Normal","386","386","3","1","0","","0","psychic","","Windy","","560","345","115","100","2","0","0","0","0","0","0","0","0","0","0","2749","2709" +"388","Deoxys Attack","386","386-attack","3","1","0","","0","psychic","","Windy","","560","414","46","100","2","0","0","0","0","0","0","0","0","0","0","2244","2212" +"389","Deoxys Speed","386","386-speed","3","1","0","","0","psychic","","Windy","","548","230","218","100","2","0","0","0","0","0","0","0","0","0","0","2504","2469" +"390","Turtwig","387","387","4","1","0","","0","grass","","Sunny/clear","","344","119","115","110","0","0","0","0","0","0","0","0","0","0","0","1066","1051" +"391","Grotle","388","388","4","2","0","","0","grass","","Sunny/clear","","459","157","152","150","0","0","0","0","0","0","0","0","0","0","0","1783","1757" +"392","Torterra","389","389","4","3","0","","0","grass","ground","Sunny/clear","","589","202","197","190","0","0","0","0","0","0","0","0","0","0","0","2825","2785" +"393","Chimchar","390","390","4","1","0","","0","fire","","Sunny/clear","","287","113","86","88","0","0","0","0","0","0","0","0","0","0","0","815","803" +"394","Monferno","391","391","4","2","0","","0","fire","fighting","Sunny/clear","Cloudy","391","158","105","128","0","0","0","0","0","0","0","0","0","0","0","1415","1395" +"395","Infernape","392","392","4","3","0","","0","fire","fighting","Sunny/clear","Cloudy","525","222","151","152","0","0","0","0","0","0","0","0","0","0","0","2464","2429" +"396","Piplup","393","393","4","1","0","","0","water","","Rainy","","321","112","103","106","0","0","0","0","0","0","0","0","0","0","0","947","934" +"397","Prinplup","394","394","4","2","0","","0","water","","Rainy","","421","150","143","128","0","0","0","0","0","0","0","0","0","0","0","1549","1526" +"398","Empoleon","395","395","4","3","0","","0","water","steel","Rainy","Snow","571","210","193","168","0","0","0","0","0","0","0","0","0","0","0","2741","2702" +"399","Starly","396","396","4","1","0","","0","normal","flying","Partly cloudy","Windy","239","101","58","80","0","0","0","0","0","0","0","0","0","0","0","603","594" +"400","Staravia","397","397","4","2","0","","0","normal","flying","Partly cloudy","Windy","351","142","99","110","0","0","0","0","0","0","0","0","0","0","0","1170","1153" +"401","Staraptor","398","398","4","3","0","","0","normal","flying","Partly cloudy","Windy","549","234","145","170","0","0","0","0","0","0","0","0","0","0","0","2675","2637" +"402","Bidoof","399","399","4","1","0","","0","normal","","Partly cloudy","","271","80","73","118","0","0","0","0","0","0","0","0","0","0","0","641","632" +"403","Bibarel","400","400","4","2","0","","0","normal","water","Partly cloudy","Rainy","439","162","119","158","0","0","0","0","0","0","0","0","0","0","0","1683","1659" +"404","Kricketot","401","401","4","1","0","","0","bug","","Rainy","","193","45","74","74","0","0","0","0","0","0","0","0","0","0","0","333","328" +"405","Kricketune","402","402","4","2","0","","0","bug","","Rainy","","414","160","100","154","0","0","0","0","0","0","0","0","0","0","0","1523","1501" +"406","Shinx","403","403","4","1","0","","0","electric","","Rainy","","271","117","64","90","0","0","0","0","0","0","0","0","0","0","0","750","740" +"407","Luxio","404","404","4","2","0","","0","electric","","Rainy","","374","159","95","120","0","0","0","0","0","0","0","0","0","0","0","1324","1305" +"408","Luxray","405","405","4","3","0","","0","electric","","Rainy","","548","232","156","160","0","0","0","0","0","0","0","0","0","0","0","2668","2630" +"409","Budew","406","406","4","0","0","","0","grass","poison","Sunny/clear","Cloudy","297","91","126","80","0","0","0","0","0","0","0","0","0","0","0","766","755" +"410","Roserade","407","407","4","2","0","","0","grass","poison","Sunny/clear","Cloudy","569","243","206","120","0","0","0","0","0","0","0","0","0","0","0","2783","2743" +"411","Cranidos","408","408","4","1","0","","0","rock","","Partly cloudy","","427","218","75","134","0","0","0","0","0","0","0","0","0","0","0","1685","1661" +"412","Rampardos","409","409","4","2","0","","0","rock","","Partly cloudy","","603","295","114","194","0","0","0","0","0","0","0","0","0","0","0","3179","3133" +"413","Shieldon","410","410","4","1","0","","0","rock","steel","Partly cloudy","Snow","344","76","208","60","0","0","0","0","0","0","0","0","0","0","0","735","724" +"414","Bastiodon","411","411","4","2","0","","0","rock","steel","Partly cloudy","Snow","513","94","299","120","0","0","0","0","0","0","0","0","0","0","0","1401","1381" +"415","Burmy (Plant Cloak)","412","412","4","1","0","","0","bug","","Rainy","","216","53","83","80","0","0","0","0","0","0","0","0","0","0","0","409","403" +"415","Burmy (Trash Cloak)","412","412-trash","4","1","0","","0","bug","","Rainy","","216","53","83","80","0","0","0","0","0","0","0","0","0","0","0","409","403" +"415","Burmy (Sandy Cloak)","412","412-sandy","4","1","0","","0","bug","","Rainy","","216","53","83","80","0","0","0","0","0","0","0","0","0","0","0","409","403" +"418","Wormadam (Plant Cloak)","413","413","4","2","0","","0","bug","grass","Rainy","Sunny/clear","450","141","189","120","0","0","0","0","0","0","0","0","0","0","0","1616","1593" +"419","Wormadam (Trash Cloak)","413","413-trash","4","2","0","","0","bug","grass","Rainy","Sunny/clear","450","141","189","120","0","0","0","0","0","0","0","0","0","0","0","1616","1593" +"420","Wormadam (Sandy Cloak)","413","413-sandy","4","2","0","","0","bug","grass","Rainy","Sunny/clear","450","141","189","120","0","0","0","0","0","0","0","0","0","0","0","1616","1593" +"421","Mothim","414","414","4","2","0","","0","bug","flying","Rainy","Windy","423","185","98","140","0","0","0","0","0","0","0","0","0","0","0","1653","1629" +"422","Combee","415","415","4","1","0","","0","bug","flying","Rainy","Windy","202","59","83","60","0","0","0","0","0","0","0","0","0","0","0","396","390" +"423","Vespiquen","416","416","4","2","0","","0","bug","flying","Rainy","Windy","479","149","190","140","0","0","0","0","0","0","0","0","0","0","0","1825","1799" +"424","Pachirisu","417","417","4","1","0","","0","electric","","Rainy","","396","94","182","120","0","0","0","0","0","0","0","0","0","0","0","1110","1094" +"425","Buizel","418","418","4","1","0","","0","water","","Rainy","","312","132","70","110","0","0","0","0","0","0","0","0","0","0","0","946","932" +"426","Floatzel","419","419","4","2","0","","0","water","","Rainy","","509","221","118","170","0","0","0","0","0","0","0","0","0","0","0","2312","2279" +"427","Cherubi","420","420","4","1","0","","0","grass","","Sunny/clear","","294","108","96","90","0","0","0","0","0","0","0","0","0","0","0","829","817" +"428","Cherrim","421","421","4","2","0","","0","grass","","Sunny/clear","","467","170","157","140","0","0","0","0","0","0","0","0","0","0","0","1886","1859" +"429","Shellos","422","422","4","1","0","","0","water","","Rainy","","366","103","111","152","0","0","0","0","0","0","0","0","0","0","0","1069","1053" +"430","Gastrodon","423","423","4","2","0","","0","water","ground","Rainy","Sunny/clear","540","169","149","222","0","0","0","0","0","0","0","0","0","0","0","2265","2233" +"431","Ambipom","424","424","4","2","0","","0","normal","","Partly cloudy","","498","205","143","150","0","0","0","0","0","0","0","0","0","0","0","2218","2186" +"432","Drifloon","425","425","4","1","0","","0","ghost","flying","Fog","Windy","382","117","85","180","0","0","0","0","0","0","0","0","0","0","0","1151","1134" +"433","Drifblim","426","426","4","2","0","","0","ghost","flying","Fog","Windy","587","180","107","300","0","0","0","0","0","0","0","0","0","0","0","2387","2353" +"434","Buneary","427","427","4","1","0","","0","normal","","Partly cloudy","","351","130","111","110","0","0","0","0","0","0","0","0","0","0","0","1136","1120" +"435","Lopunny","428","428","4","2","0","","0","normal","","Partly cloudy","","486","156","200","130","0","0","0","0","0","0","0","0","0","0","0","1885","1858" +"436","Mismagius","429","429","4","2","0","","0","ghost","","Fog","","542","211","211","120","0","0","0","0","0","0","0","0","0","0","0","2465","2430" +"437","Honchkrow","430","430","4","2","0","","0","dark","flying","Fog","Windy","546","243","103","200","0","0","0","0","0","0","0","0","0","0","0","2566","2529" +"438","Glameow","431","431","4","1","0","","0","normal","","Partly cloudy","","292","109","85","98","0","0","0","0","0","0","0","0","0","0","0","823","811" +"439","Purugly","432","432","4","2","0","","0","normal","","Partly cloudy","","450","172","136","142","0","0","0","0","0","0","0","0","0","0","0","1798","1772" +"440","Chingling","433","433","4","1","0","","0","psychic","","Windy","","298","114","94","90","0","0","0","0","0","0","0","0","0","0","0","861","849" +"441","Stunky","434","434","4","1","0","","0","poison","dark","Cloudy","Fog","340","121","93","126","0","0","0","0","0","0","0","0","0","0","0","1048","1033" +"442","Skuntank","435","435","4","2","0","","0","poison","dark","Cloudy","Fog","525","184","135","206","0","0","0","0","0","0","0","0","0","0","0","2262","2230" +"443","Bronzor","436","436","4","1","0","","0","steel","psychic","Snow","Windy","311","43","154","114","0","0","0","0","0","0","0","0","0","0","0","534","527" +"444","Bronzong","437","437","4","2","0","","0","steel","psychic","Snow","Windy","508","161","213","134","0","0","0","0","0","0","0","0","0","0","0","2026","1997" +"445","Bonsly","438","438","4","0","0","","0","rock","","Partly cloudy","","379","124","155","100","0","0","0","0","0","0","0","0","0","0","0","1213","1196" +"446","Mime Jr.","439","439","4","0","0","","0","psychic","fairy","Windy","Cloudy","329","125","164","40","0","0","0","0","0","0","0","0","0","0","0","867","855" +"447","Happiny","440","440","4","0","0","","0","normal","","Partly cloudy","","330","25","105","200","0","0","0","0","0","0","0","0","0","0","0","401","395" +"448","Chatot","441","441","4","1","0","","0","normal","flying","Partly cloudy","Windy","427","183","92","152","0","0","0","0","0","0","0","0","0","0","0","1653","1629" +"449","Spiritomb","442","442","4","1","0","","0","ghost","dark","Fog","","468","169","199","100","0","0","0","0","0","0","0","0","0","0","0","1802","1777" +"450","Gible","443","443","4","1","0","","0","dragon","ground","Windy","Sunny/clear","324","124","84","116","0","0","0","0","0","0","0","0","0","0","0","988","974" +"451","Gabite","444","444","4","2","0","","0","dragon","ground","Windy","Sunny/clear","438","172","130","136","0","0","0","0","0","0","0","0","0","0","0","1728","1703" +"452","Garchomp","445","445","4","3","0","","0","dragon","ground","Windy","Sunny/clear","675","261","198","216","0","0","0","0","0","0","0","0","0","0","0","3823","3769" +"453","Munchlax","446","446","4","0","0","","0","normal","","Partly cloudy","","544","137","137","270","0","0","0","0","0","0","0","0","0","0","0","1975","1947" +"454","Riolu","447","447","4","1","0","","0","fighting","","Cloudy","","285","127","78","80","0","0","0","0","0","0","0","0","0","0","0","833","821" +"455","Lucario","448","448","4","2","0","","0","fighting","steel","Cloudy","Snow","520","236","144","140","0","0","0","0","0","0","0","0","0","0","0","2461","2425" +"456","Hippopotas","449","449","4","1","0","","0","ground","","Sunny/clear","","394","124","134","136","0","0","0","0","0","0","0","0","0","0","0","1302","1283" +"457","Hippowdon","450","450","4","2","0","","0","ground","","Sunny/clear","","629","201","212","216","0","0","0","0","0","0","0","0","0","0","0","3089","3045" +"458","Skorupi","451","451","4","1","0","","0","poison","bug","Cloudy","Rainy","341","93","168","80","0","0","0","0","0","0","0","0","0","0","0","889","876" +"459","Drapion","452","452","4","2","0","","0","poison","dark","Cloudy","Fog","539","180","219","140","0","0","0","0","0","0","0","0","0","0","0","2319","2286" +"460","Croagunk","453","453","4","1","0","","0","poison","fighting","Cloudy","","288","116","76","96","0","0","0","0","0","0","0","0","0","0","0","822","810" +"461","Toxicroak","454","454","4","2","0","","0","poison","fighting","Cloudy","","510","211","133","166","0","0","0","0","0","0","0","0","0","0","0","2310","2277" +"462","Carnivine","455","455","4","1","0","","0","grass","","Sunny/clear","","471","187","136","148","0","0","0","0","0","0","0","0","0","0","0","1979","1951" +"463","Finneon","456","456","4","1","0","","0","water","","Rainy","","313","96","119","98","0","0","0","0","0","0","0","0","0","0","0","853","840" +"464","Lumineon","457","457","4","2","0","","0","water","","Rainy","","455","142","175","138","0","0","0","0","0","0","0","0","0","0","0","1671","1648" +"465","Mantyke","458","458","4","0","0","","0","water","flying","Rainy","Windy","407","105","212","90","0","0","0","0","0","0","0","0","0","0","0","1157","1140" +"466","Snover","459","459","4","1","0","","0","grass","ice","Sunny/clear","Snow","345","115","110","120","0","0","0","0","0","0","0","0","0","0","0","1054","1039" +"467","Abomasnow","460","460","4","2","0","","0","grass","ice","Sunny/clear","Snow","521","178","163","180","0","0","0","0","0","0","0","0","0","0","0","2245","2213" +"468","Weavile","461","461","4","2","0","","0","dark","ice","Fog","Snow","565","243","182","140","0","0","0","0","0","0","0","0","0","0","0","2815","2775" +"469","Magnezone","462","462","4","3","0","","0","electric","steel","Rainy","Snow","595","238","217","140","0","0","0","0","0","0","0","0","0","0","0","2996","2953" +"470","Lickilicky","463","463","4","2","0","","1","normal","","Partly cloudy","","562","161","181","220","0","0","0","0","0","0","0","0","0","0","0","2359","2325" +"471","Rhyperior","464","464","4","3","0","","0","ground","rock","Sunny/clear","Partly cloudy","695","241","224","230","0","0","0","0","0","0","0","0","0","0","0","3869","3813" +"472","Tangrowth","465","465","4","2","0","","0","grass","","Sunny/clear","","626","207","219","200","0","0","0","0","0","0","0","0","0","0","0","3110","3065" +"473","Electivire","466","466","4","2","0","","1","electric","","Rainy","","572","249","173","150","0","0","0","0","0","0","0","0","0","0","0","2904","2862" +"474","Magmortar","467","467","4","2","0","62","1","fire","","Sunny/clear","","583","247","186","150","0","0","0","0","0","0","0","0","0","0","0","2980","2937" +"475","Togekiss","468","468","4","2","0","","0","fairy","flying","Cloudy","Windy","622","225","227","170","0","0","0","0","0","0","0","0","0","0","0","3171","3126" +"476","Yanmega","469","469","4","2","0","","0","bug","flying","Rainy","Windy","575","231","172","172","0","0","0","0","0","0","0","0","0","0","0","2873","2832" +"477","Leafeon","470","470","4","2","0","","1","grass","","Sunny/clear","","600","216","254","130","0","0","0","0","0","0","0","0","0","0","0","2849","2808" +"478","Glaceon","471","471","4","2","0","","1","ice","","Snow","","580","238","212","130","0","0","0","0","0","0","0","0","0","0","0","2866","2825" +"479","Gliscor","472","472","4","2","0","","0","ground","flying","Sunny/clear","Windy","583","185","248","150","0","0","0","0","0","0","0","0","0","0","0","2602","2565" +"480","Mamoswine","473","473","4","3","0","","0","ice","ground","Snow","Sunny/clear","624","247","157","220","0","0","0","0","0","0","0","0","0","0","0","3289","3242" +"481","Porygon-Z","474","474","4","3","0","","0","normal","","Partly cloudy","","587","264","153","170","0","0","0","0","0","0","0","0","0","0","0","3072","3028" +"482","Gallade","475","475","4","Evolved","0","","0","psychic","fighting","Windy","Cloudy","593","237","220","136","0","0","0","0","0","0","0","0","0","0","0","2964","2922" +"483","Probopass","476","476","4","2","0","","0","rock","steel","Partly cloudy","Snow","533","135","278","120","0","0","0","0","0","0","0","0","0","0","0","1863","1836" +"484","Dusknoir","477","477","4","3","0","","0","ghost","","Fog","","524","180","254","90","0","0","0","0","0","0","0","0","0","0","0","2046","2017" +"485","Froslass","478","478","4","3","0","","0","ice","ghost","Snow","Fog","461","171","150","140","0","0","0","0","0","0","0","0","0","0","0","1857","1831" +"486","Rotom (Heat Rotom)","479","479-heat","4","1","0","","0","electric","ghost","Rainy","Fog","444","185","159","100","0","0","0","0","0","0","0","0","0","0","0","1767","1741" +"487","Rotom (Wash Rotom)","479","479-wash","4","1","0","","0","electric","ghost","Rainy","Fog","444","185","159","100","0","0","0","0","0","0","0","0","0","0","0","1767","1741" +"488","Rotom (Frost Rotom)","479","479-frost","4","1","0","","0","electric","ghost","Rainy","Fog","444","185","159","100","0","0","0","0","0","0","0","0","0","0","0","1767","1741" +"489","Rotom (Fan Rotom)","479","479-spin","4","1","0","","0","electric","ghost","Rainy","Fog","444","185","159","100","0","0","0","0","0","0","0","0","0","0","0","1767","1741" +"490","Rotom (Mow Rotom)","479","479-mow","4","1","0","","0","electric","ghost","Rainy","Fog","444","185","159","100","0","0","0","0","0","0","0","0","0","0","0","1767","1741" +"491","Rotom (Normal Rotom)","479","479","4","1","0","","0","electric","ghost","Rainy","Fog","444","185","159","100","0","0","0","0","0","0","0","0","0","0","0","1767","1741" +"492","Uxie","480","480","4","1","0","","0","psychic","","Windy","","576","156","270","150","1","0","0","0","0","0","0","0","0","0","0","2316","2282" +"493","Mesprit","481","481","4","1","0","","0","psychic","","Windy","","584","212","212","160","1","0","0","0","0","0","0","0","0","0","0","2825","2785" +"494","Azelf","482","482","4","1","0","","0","psychic","","Windy","","571","270","151","150","1","0","0","0","0","0","0","0","0","0","0","2945","2903" +"495","Dialga","483","483","4","1","0","","0","steel","dragon","Snow","Windy","744","302","242","200","1","0","0","0","0","0","0","0","0","0","0","4654","4587" +"496","Palkia","484","484","4","1","0","","0","water","dragon","Rainy","Windy","735","308","247","180","1","0","0","0","0","0","0","0","0","0","0","4559","4494" +"497","Heatran","485","485","4","1","0","","0","fire","steel","Sunny/clear","Snow","646","251","213","182","1","0","0","0","0","0","0","0","0","0","0","3521","3470" +"498","Regigigas","486","486","4","1","0","","0","normal","","Partly cloudy","","766","315","231","220","1","0","0","0","0","0","0","0","0","0","0","4955","4884" +"499","Giratina (Altered Forme)","487","487","4","1","0","","0","ghost","dragon","Fog","Windy","753","206","247","300","1","0","0","0","0","0","0","0","0","0","0","3965","3908" +"500","Giratina (Origin Forme)","487","487-origin","4","1","0","","0","ghost","dragon","Fog","Windy","753","206","247","300","1","0","0","0","0","0","0","0","0","0","0","3965","3908" +"501","Cresselia","488","488","4","1","0","","0","psychic","","Windy","","655","152","263","240","1","0","0","0","0","0","0","0","0","0","0","2777","2737" +"502","Phione","489","489","4","1","0","","0","water","","Rainy","","484","162","162","160","2","0","0","0","0","0","0","0","0","0","0","1945","1917" +"503","Manaphy","490","490","4","2","0","","0","water","","Rainy","","620","210","210","200","2","0","0","0","0","0","0","0","0","0","0","3090","3046" +"504","Darkrai","491","491","4","1","0","","0","dark","","Fog","","623","285","198","140","1","0","0","0","0","0","0","0","0","0","0","3404","3355" +"505","Shaymin (Land Forme)","492","492","4","1","0","","0","grass","","Sunny/clear","","620","210","210","200","1","0","0","0","0","0","0","0","0","0","0","3090","3046" +"506","Shaymin (Sky Forme)","492","492-sky","4","1","0","","0","grass","","Sunny/clear","","620","210","210","200","1","0","0","0","0","0","0","0","0","0","0","3090","3046" +"507","Arceus","493","493","4","1","0","","0","normal","","Partly cloudy","","764","262","262","240","1","0","0","0","0","0","0","0","0","0","0","4598","4532" +"508","Victini","494","494","5","Lower","0","","0","psychic","fire","Windy","Sunny/clear","620","210","210","200","1","0","0","0","0","0","0","0","0","0","0","3090","3046" +"509","Snivy","495","495","5","","0","","0","grass","","Sunny/clear","","285","88","107","90","0","0","0","0","0","0","0","0","0","0","0","728","717" +"510","Servine","496","496","5","","0","","0","grass","","Sunny/clear","","394","122","152","120","0","0","0","0","0","0","0","0","0","0","0","1284","1266" +"511","Serperior","497","497","5","","0","","0","grass","","Sunny/clear","","515","161","204","150","0","0","0","0","0","0","0","0","0","0","0","2089","2059" +"512","Tepig","498","498","5","","0","","0","fire","","Sunny/clear","","330","115","85","130","0","0","0","0","0","0","0","0","0","0","0","977","963" +"513","Pignite","499","499","5","","0","","0","fire","fighting","Sunny/clear","Cloudy","459","173","106","180","0","0","0","0","0","0","0","0","0","0","0","1803","1777" +"514","Emboar","500","500","5","Evolved","0","","0","fire","fighting","Sunny/clear","Cloudy","582","235","127","220","0","0","0","0","0","0","0","0","0","0","0","2852","2811" +"515","Oshawott","501","501","5","","0","","0","water","","Rainy","","312","117","85","110","0","0","0","0","0","0","0","0","0","0","0","921","908" +"516","Dewott","502","502","5","","0","","0","water","","Rainy","","425","159","116","150","0","0","0","0","0","0","0","0","0","0","0","1597","1574" +"517","Samurott","503","503","5","Lower","0","","0","water","","Rainy","","566","212","164","190","0","0","0","0","0","0","0","0","0","0","0","2715","2677" +"518","Patrat","504","504","5","","0","","0","normal","","Partly cloudy","","261","98","73","90","0","0","0","0","0","0","0","0","0","0","0","678","668" +"519","Watchog","505","505","5","","0","","0","normal","","Partly cloudy","","424","165","139","120","0","0","0","0","0","0","0","0","0","0","0","1621","1597" +"520","Lillipup","506","506","5","","0","","0","normal","","Partly cloudy","","283","107","86","90","0","0","0","0","0","0","0","0","0","0","0","784","773" +"521","Herdier","507","507","5","","0","","0","normal","","Partly cloudy","","401","145","126","130","0","0","0","0","0","0","0","0","0","0","0","1428","1408" +"522","Stoutland","508","508","5","Lower","0","","0","normal","","Partly cloudy","","558","206","182","170","0","0","0","0","0","0","0","0","0","0","0","2635","2597" +"523","Purrloin","509","509","5","","0","","0","dark","","Fog","","253","98","73","82","0","0","0","0","0","0","0","0","0","0","0","652","642" +"524","Liepard","510","510","5","","0","","0","dark","","Fog","","421","187","106","128","0","0","0","0","0","0","0","0","0","0","0","1659","1635" +"525","Pansage","511","511","5","","0","","0","grass","","Sunny/clear","","298","104","94","100","0","0","0","0","0","0","0","0","0","0","0","832","820" +"526","Simisage","512","512","5","","0","","0","grass","","Sunny/clear","","489","206","133","150","0","0","0","0","0","0","0","0","0","0","0","2156","2126" +"527","Pansear","513","513","5","","0","","0","fire","","Sunny/clear","","298","104","94","100","0","0","0","0","0","0","0","0","0","0","0","832","820" +"528","Simisear","514","514","5","","0","","0","fire","","Sunny/clear","","489","206","133","150","0","0","0","0","0","0","0","0","0","0","0","2156","2126" +"529","Panpour","515","515","5","","0","","0","water","","Rainy","","298","104","94","100","0","0","0","0","0","0","0","0","0","0","0","832","820" +"530","Simipour","516","516","5","","0","","0","water","","Rainy","","489","206","133","150","0","0","0","0","0","0","0","0","0","0","0","2156","2126" +"531","Munna","517","517","5","","0","","0","psychic","","Windy","","360","111","97","152","0","0","0","0","0","0","0","0","0","0","0","1076","1060" +"532","Musharna","518","518","5","Evolved","0","","0","psychic","","Windy","","586","183","171","232","0","0","0","0","0","0","0","0","0","0","0","2650","2612" +"533","Pidove","519","519","5","","0","","0","normal","flying","Partly cloudy","Windy","287","98","89","100","0","0","0","0","0","0","0","0","0","0","0","771","760" +"534","Tranquill","520","520","5","","0","","0","normal","flying","Partly cloudy","Windy","385","144","117","124","0","0","0","0","0","0","0","0","0","0","0","1345","1325" +"535","Unfezant","521","521","5","Lower","0","","0","normal","flying","Partly cloudy","Windy","546","226","160","160","0","0","0","0","0","0","0","0","0","0","0","2634","2596" +"536","Blitzle","522","522","5","","0","","0","electric","","Rainy","","272","118","64","90","0","0","0","0","0","0","0","0","0","0","0","756","745" +"537","Zebstrika","523","523","5","","0","","0","electric","","Rainy","","497","211","136","150","0","0","0","0","0","0","0","0","0","0","0","2228","2196" +"538","Roggenrola","524","524","5","","0","","0","rock","","Partly cloudy","","367","121","136","110","0","0","0","0","0","0","0","0","0","0","0","1166","1150" +"539","Boldore","525","525","5","","0","","0","rock","","Partly cloudy","","487","174","173","140","0","0","0","0","0","0","0","0","0","0","0","2015","1986" +"540","Gigalith","526","526","5","Lower","0","","0","rock","","Partly cloudy","","619","226","223","170","0","0","0","0","0","0","0","0","0","0","0","3158","3113" +"541","Woobat","527","527","5","","0","","0","psychic","flying","Windy","","322","107","85","130","0","0","0","0","0","0","0","0","0","0","0","917","904" +"542","Swoobat","528","528","5","","0","","0","psychic","flying","Windy","","414","161","119","134","0","0","0","0","0","0","0","0","0","0","0","1553","1531" +"543","Drilbur","529","529","5","","0","","0","ground","","Sunny/clear","","362","154","88","120","0","0","0","0","0","0","0","0","0","0","0","1244","1226" +"544","Excadrill","530","530","5","Lower","0","","0","ground","steel","Sunny/clear","Snow","607","255","132","220","0","0","0","0","0","0","0","0","0","0","0","3134","3089" +"545","Audino","531","531","5","","0","","0","normal","","Partly cloudy","","483","114","163","206","0","0","0","0","0","0","0","0","0","0","0","1598","1575" +"546","Timburr","532","532","5","","0","","0","fighting","","Cloudy","","381","134","97","150","0","0","0","0","0","0","0","0","0","0","0","1265","1247" +"547","Gurdurr","533","533","5","","0","","0","fighting","","Cloudy","","500","180","150","170","0","0","0","0","0","0","0","0","0","0","0","2127","2097" +"548","Conkeldurr","534","534","5","Evolved","0","","0","fighting","","Cloudy","","625","243","172","210","0","0","0","0","0","0","0","0","0","0","0","3305","3258" +"549","Tympole","535","535","5","","0","","0","water","","Rainy","","276","98","78","100","0","0","0","0","0","0","0","0","0","0","0","729","719" +"550","Palpitoad","536","536","5","","0","","0","water","ground","Rainy","Sunny/clear","387","128","109","150","0","0","0","0","0","0","0","0","0","0","0","1277","1259" +"551","Seismitoad","537","537","5","Evolved","0","","0","water","ground","Rainy","Sunny/clear","548","188","150","210","0","0","0","0","0","0","0","0","0","0","0","2442","2408" +"552","Throh","538","538","5","Evolved","0","","0","fighting","","Cloudy","","572","172","160","240","0","0","0","0","0","0","0","0","0","0","0","2467","2432" +"553","Sawk","539","539","5","","0","","0","fighting","","Cloudy","","534","231","153","150","0","0","0","0","0","0","0","0","0","0","0","2558","2521" +"554","Sewaddle","540","540","5","","0","","0","bug","grass","Rainy","Sunny/clear","315","96","129","90","0","0","0","0","0","0","0","0","0","0","0","852","840" +"555","Swadloon","541","541","5","","0","","0","bug","grass","Rainy","Sunny/clear","391","115","166","110","0","0","0","0","0","0","0","0","0","0","0","1221","1203" +"556","Leavanny","542","542","5","","0","","0","bug","grass","Rainy","Sunny/clear","520","205","165","150","0","0","0","0","0","0","0","0","0","0","0","2368","2334" +"557","Venipede","543","543","5","","0","","0","bug","poison","Rainy","Cloudy","252","83","109","60","0","0","0","0","0","0","0","0","0","0","0","590","581" +"558","Whirlipede","544","544","5","","0","","0","bug","poison","Rainy","Cloudy","362","100","182","80","0","0","0","0","0","0","0","0","0","0","0","982","968" +"559","Scolipede","545","545","5","","0","","0","bug","poison","Rainy","Cloudy","509","203","186","120","0","0","0","0","0","0","0","0","0","0","0","2242","2210" +"560","Cottonee","546","546","5","","0","","0","grass","fairy","Sunny/clear","Cloudy","267","71","116","80","0","0","0","0","0","0","0","0","0","0","0","599","590" +"561","Whimsicott","547","547","5","","0","","0","grass","fairy","Sunny/clear","Cloudy","466","164","182","120","0","0","0","0","0","0","0","0","0","0","0","1823","1797" +"562","Petilil","548","548","5","","0","","0","grass","","Sunny/clear","","300","119","91","90","0","0","0","0","0","0","0","0","0","0","0","882","870" +"563","Lilligant","549","549","5","","0","","0","grass","","Sunny/clear","","509","214","155","140","0","0","0","0","0","0","0","0","0","0","0","2321","2288" +"564","Basculin","550","550","5","","0","","0","water","","Rainy","","463","189","134","140","0","0","0","0","0","0","0","0","0","0","0","1936","1908" +"565","Sandile","551","551","5","","0","","0","ground","dark","Sunny/clear","Fog","301","132","69","100","0","0","0","0","0","0","0","0","0","0","0","902","889" +"566","Krokorok","552","552","5","","0","","0","ground","dark","Sunny/clear","Fog","365","155","90","120","0","0","0","0","0","0","0","0","0","0","0","1264","1246" +"567","Krookodile","553","553","5","Evolved","0","","0","ground","dark","Sunny/clear","Fog","582","229","163","190","0","0","0","0","0","0","0","0","0","0","0","2911","2869" +"568","Darumaka","554","554","5","","0","","0","fire","","Sunny/clear","","379","153","86","140","0","0","0","0","0","0","0","0","0","0","0","1312","1294" +"569","Darmanitan (Zen Mode)","555","555","5","Evolved","0","","0","fire","","Sunny/clear","","587","263","114","210","0","0","0","0","0","0","0","0","0","0","0","2958","2915" +"570","Darmanitan (Standard Mode)","555","555","5","Evolved","0","","0","fire","","Sunny/clear","","587","263","114","210","0","0","0","0","0","0","0","0","0","0","0","2958","2915" +"571","Maractus","556","556","5","","0","","0","grass","","Sunny/clear","","481","201","130","150","0","0","0","0","0","0","0","0","0","0","0","2086","2056" +"572","Dwebble","557","557","5","","0","","0","bug","rock","Rainy","Partly cloudy","370","118","152","100","0","0","0","0","0","0","0","0","0","0","0","1151","1134" +"573","Crustle","558","558","5","Evolved","0","","0","bug","rock","Rainy","Partly cloudy","552","188","224","140","0","0","0","0","0","0","0","0","0","0","0","2440","2405" +"574","Scraggy","559","559","5","","0","","0","dark","fighting","Fog","Cloudy","364","132","132","100","0","0","0","0","0","0","0","0","0","0","0","1193","1176" +"575","Scrafty","560","560","5","","0","","0","dark","fighting","Fog","Cloudy","515","163","222","130","0","0","0","0","0","0","0","0","0","0","0","2060","2031" +"576","Sigilyph","561","561","5","","0","","0","psychic","flying","Windy","","515","204","167","144","0","0","0","0","0","0","0","0","0","0","0","2326","2293" +"577","Yamask","562","562","5","","0","","0","ghost","","Fog","","321","95","150","76","0","0","0","0","0","0","0","0","0","0","0","841","829" +"578","Cofagrigus","563","563","5","","0","","0","ghost","","Fog","","534","163","255","116","0","0","0","0","0","0","0","0","0","0","0","2090","2060" +"579","Tirtouga","564","564","5","","0","","0","water","rock","Rainy","Partly cloudy","414","134","172","108","0","0","0","0","0","0","0","0","0","0","0","1411","1391" +"580","Carracosta","565","565","5","Evolved","0","","0","water","rock","Rainy","Partly cloudy","568","192","228","148","0","0","0","0","0","0","0","0","0","0","0","2573","2536" +"581","Archen","566","566","5","","0","","0","rock","flying","Partly cloudy","Windy","412","213","89","110","0","0","0","0","0","0","0","0","0","0","0","1623","1600" +"582","Archeops","567","567","5","Evolved","0","","0","rock","flying","Partly cloudy","Windy","581","292","139","150","0","0","0","0","0","0","0","0","0","0","0","3056","3012" +"583","Trubbish","568","568","5","","0","","0","poison","","Cloudy","","318","96","122","100","0","0","0","0","0","0","0","0","0","0","0","870","857" +"584","Garbodor","569","569","5","","0","","0","poison","","Cloudy","","505","181","164","160","0","0","0","0","0","0","0","0","0","0","0","2166","2135" +"585","Zorua","570","570","5","","0","","0","dark","","Fog","","311","153","78","80","0","0","0","0","0","0","0","0","0","0","0","986","972" +"586","Zoroark","571","571","5","","0","","0","dark","","Fog","","497","250","127","120","0","0","0","0","0","0","0","0","0","0","0","2291","2258" +"587","Minccino","572","572","5","","0","","0","normal","","Partly cloudy","","288","98","80","110","0","0","0","0","0","0","0","0","0","0","0","769","758" +"588","Cinccino","573","573","5","","0","","0","normal","","Partly cloudy","","478","198","130","150","0","0","0","0","0","0","0","0","0","0","0","2057","2028" +"589","Gothita","574","574","5","","0","","0","psychic","","Windy","","306","98","118","90","0","0","0","0","0","0","0","0","0","0","0","834","822" +"590","Gothorita","575","575","5","","0","","0","psychic","","Windy","","416","137","159","120","0","0","0","0","0","0","0","0","0","0","0","1455","1434" +"591","Gothitelle","576","576","5","","0","","0","psychic","","Windy","","528","176","212","140","0","0","0","0","0","0","0","0","0","0","0","2237","2205" +"592","Solosis","577","577","5","","0","","0","psychic","","Windy","","347","170","87","90","0","0","0","0","0","0","0","0","0","0","0","1195","1178" +"593","Duosion","578","578","5","","0","","0","psychic","","Windy","","445","208","107","130","0","0","0","0","0","0","0","0","0","0","0","1852","1826" +"594","Reuniclus","579","579","5","Evolved","0","","0","psychic","","Windy","","587","214","153","220","0","0","0","0","0","0","0","0","0","0","0","2841","2801" +"595","Ducklett","580","580","5","","0","","0","water","flying","Rainy","Windy","304","84","96","124","0","0","0","0","0","0","0","0","0","0","0","768","757" +"596","Swanna","581","581","5","","0","","0","water","flying","Rainy","Windy","464","182","132","150","0","0","0","0","0","0","0","0","0","0","0","1916","1888" +"597","Vanillite","582","582","5","","0","","0","ice","","Snow","","301","118","111","72","0","0","0","0","0","0","0","0","0","0","0","869","857" +"598","Vanillish","583","583","5","","0","","0","ice","","Snow","","396","151","143","102","0","0","0","0","0","0","0","0","0","0","0","1409","1389" +"599","Vanilluxe","584","584","5","Evolved","0","","0","ice","","Snow","","550","218","190","142","0","0","0","0","0","0","0","0","0","0","0","2610","2573" +"600","Deerling","585","585","5","","0","","0","normal","grass","Partly cloudy","Sunny/clear","335","115","100","120","0","0","0","0","0","0","0","0","0","0","0","1011","997" +"601","Sawsbuck","586","586","5","","0","","0","normal","grass","Partly cloudy","Sunny/clear","504","198","146","160","0","0","0","0","0","0","0","0","0","0","0","2233","2201" +"602","Emolga","587","587","5","","0","","0","electric","flying","Rainy","Windy","395","158","127","110","0","0","0","0","0","0","0","0","0","0","0","1439","1419" +"603","Karrablast","588","588","5","","0","","0","bug","","Rainy","","324","137","87","100","0","0","0","0","0","0","0","0","0","0","0","1028","1013" +"604","Escavalier","589","589","5","Evolved","0","","0","bug","steel","Rainy","Snow","550","223","187","140","0","0","0","0","0","0","0","0","0","0","0","2630","2592" +"605","Foongus","590","590","5","","0","","0","grass","poison","Sunny/clear","Cloudy","330","97","95","138","0","0","0","0","0","0","0","0","0","0","0","907","894" +"606","Amoonguss","591","591","5","","0","","0","grass","poison","Sunny/clear","Cloudy","527","155","144","228","0","0","0","0","0","0","0","0","0","0","0","2087","2057" +"607","Frillish","592","592","5","","0","","0","water","ghost","Rainy","Fog","375","115","150","110","0","0","0","0","0","0","0","0","0","0","0","1166","1149" +"608","Jellicent","593","593","5","Evolved","0","","0","water","ghost","Rainy","Fog","554","159","195","200","0","0","0","0","0","0","0","0","0","0","0","2309","2276" +"609","Alomomola","594","594","5","Evolved","0","","0","water","","Rainy","","616","138","148","330","0","0","0","0","0","0","0","0","0","0","0","2266","2233" +"610","Joltik","595","595","5","","0","","0","bug","electric","Rainy","","308","110","98","100","0","0","0","0","0","0","0","0","0","0","0","889","877" +"611","Galvantula","596","596","5","","0","","0","bug","electric","Rainy","","469","201","128","140","0","0","0","0","0","0","0","0","0","0","0","2008","1979" +"612","Ferroseed","597","597","5","","0","","0","grass","steel","Sunny/clear","Snow","327","82","157","88","0","0","0","0","0","0","0","0","0","0","0","806","794" +"613","Ferrothorn","598","598","5","Evolved","0","","0","grass","steel","Sunny/clear","Snow","536","158","230","148","0","0","0","0","0","0","0","0","0","0","0","2159","2128" +"614","Klink","599","599","5","","0","","0","steel","","Snow","","304","98","126","80","0","0","0","0","0","0","0","0","0","0","0","816","805" +"615","Klang","600","600","5","","0","","0","steel","","Snow","","449","150","179","120","0","0","0","0","0","0","0","0","0","0","0","1667","1643" +"616","Klinklang","601","601","5","Evolved","0","","0","steel","","Snow","","549","199","230","120","0","0","0","0","0","0","0","0","0","0","0","2430","2396" +"617","Tynamo","602","602","5","","0","","0","electric","","Rainy","","253","105","78","70","0","0","0","0","0","0","0","0","0","0","0","666","656" +"618","Eelektrik","603","603","5","","0","","0","electric","","Rainy","","416","156","130","130","0","0","0","0","0","0","0","0","0","0","0","1548","1526" +"619","Eelektross","604","604","5","Lower","0","","0","electric","","Rainy","","539","217","152","170","0","0","0","0","0","0","0","0","0","0","0","2546","2510" +"620","Elgyem","605","605","5","","0","","0","psychic","","Windy","","358","148","100","110","0","0","0","0","0","0","0","0","0","0","0","1220","1203" +"621","Beheeyem","606","606","5","Evolved","0","","0","psychic","","Windy","","543","221","172","150","0","0","0","0","0","0","0","0","0","0","0","2589","2552" +"622","Litwick","607","607","5","","0","","0","ghost","fire","Fog","Sunny/clear","306","108","98","100","0","0","0","0","0","0","0","0","0","0","0","875","863" +"623","Lampent","608","608","5","","0","","0","ghost","fire","Fog","Sunny/clear","404","169","115","120","0","0","0","0","0","0","0","0","0","0","0","1522","1500" +"624","Chandelure","609","609","5","Lower","0","","0","ghost","fire","Fog","Sunny/clear","573","271","182","120","0","0","0","0","0","0","0","0","0","0","0","2913","2871" +"625","Axew","610","610","5","","0","","0","dragon","","Windy","","357","154","111","92","0","0","0","0","0","0","0","0","0","0","0","1225","1208" +"626","Fraxure","611","611","5","","0","","0","dragon","","Windy","","477","212","133","132","0","0","0","0","0","0","0","0","0","0","0","2091","2061" +"627","Haxorus","612","612","5","Evolved","0","","0","dragon","","Windy","","619","284","183","152","0","0","0","0","0","0","0","0","0","0","0","3395","3347" +"628","Cubchoo","613","613","5","","0","","0","ice","","Snow","","312","128","74","110","0","0","0","0","0","0","0","0","0","0","0","942","928" +"629","Beartic","614","614","5","Evolved","0","","0","ice","","Snow","","575","233","152","190","0","0","0","0","0","0","0","0","0","0","0","2865","2825" +"630","Cryogonal","615","615","5","Lower","0","","0","ice","","Snow","","614","190","264","160","0","0","0","0","0","0","0","0","0","0","0","2829","2788" +"631","Shelmet","616","616","5","","0","","0","bug","","Rainy","","321","72","149","100","0","0","0","0","0","0","0","0","0","0","0","746","735" +"632","Accelgor","617","617","5","","0","","0","bug","","Rainy","","511","220","131","160","0","0","0","0","0","0","0","0","0","0","0","2346","2312" +"633","Stunfisk","618","618","5","Evolved","0","","0","ground","electric","Sunny/clear","Rainy","539","144","177","218","0","0","0","0","0","0","0","0","0","0","0","2100","2070" +"634","Mienfoo","619","619","5","","0","","0","fighting","","Cloudy","","348","160","98","90","0","0","0","0","0","0","0","0","0","0","0","1190","1173" +"635","Mienshao","620","620","5","","0","","0","fighting","","Cloudy","","515","258","127","130","0","0","0","0","0","0","0","0","0","0","0","2446","2411" +"636","Druddigon","621","621","5","Lower","0","","0","dragon","","Windy","","537","213","170","154","0","0","0","0","0","0","0","0","0","0","0","2517","2481" +"637","Golett","622","622","5","","0","","0","ground","ghost","Sunny/clear","Fog","337","127","92","118","0","0","0","0","0","0","0","0","0","0","0","1058","1042" +"638","Golurk","623","623","5","Lower","0","","0","ground","ghost","Sunny/clear","Fog","554","222","154","178","0","0","0","0","0","0","0","0","0","0","0","2673","2635" +"639","Pawniard","624","624","5","","0","","0","dark","steel","Fog","Snow","373","154","129","90","0","0","0","0","0","0","0","0","0","0","0","1297","1279" +"640","Bisharp","625","625","5","Evolved","0","","0","dark","steel","Fog","Snow","553","232","191","130","0","0","0","0","0","0","0","0","0","0","0","2666","2628" +"641","Bouffalant","626","626","5","Evolved","0","","0","normal","","Partly cloudy","","567","195","182","190","0","0","0","0","0","0","0","0","0","0","0","2635","2598" +"642","Rufflet","627","627","5","","0","","0","normal","flying","Partly cloudy","Windy","387","150","97","140","0","0","0","0","0","0","0","0","0","0","0","1357","1338" +"643","Braviary","628","628","5","Lower","0","","0","normal","flying","Partly cloudy","Windy","584","232","152","200","0","0","0","0","0","0","0","0","0","0","0","2923","2881" +"644","Vullaby","629","629","5","","0","","0","dark","flying","Fog","Windy","389","105","144","140","0","0","0","0","0","0","0","0","0","0","0","1176","1159" +"645","Mandibuzz","630","630","5","Evolved","0","","0","dark","flying","Fog","Windy","559","129","210","220","0","0","0","0","0","0","0","0","0","0","0","2068","2038" +"646","Heatmor","631","631","5","","0","","0","fire","","Sunny/clear","","503","204","129","170","0","0","0","0","0","0","0","0","0","0","0","2232","2200" +"647","Durant","632","632","5","Evolved","0","","0","bug","steel","Rainy","Snow","555","217","222","116","0","0","0","0","0","0","0","0","0","0","0","2553","2516" +"648","Deino","633","633","5","","0","","0","dark","dragon","Fog","Windy","313","116","93","104","0","0","0","0","0","0","0","0","0","0","0","927","914" +"649","Zweilous","634","634","5","","0","","0","dark","dragon","Fog","Windy","438","159","135","144","0","0","0","0","0","0","0","0","0","0","0","1678","1654" +"650","Hydreigon","635","635","5","Lower","0","","0","dark","dragon","Fog","Windy","628","256","188","184","0","0","0","0","0","0","0","0","0","0","0","3401","3353" +"651","Larvesta","636","636","5","","0","","0","bug","fire","Rainy","Sunny/clear","373","156","107","110","0","0","0","0","0","0","0","0","0","0","0","1318","1300" +"652","Volcarona","637","637","5","Lower","0","","0","bug","fire","Rainy","Sunny/clear","644","264","210","170","0","0","0","0","0","0","0","0","0","0","0","3555","3504" +"653","Cobalion","638","638","5","Evolved","0","","0","steel","fighting","Snow","Cloudy","634","192","260","182","1","0","0","0","0","0","0","0","0","0","0","3009","2966" +"654","Terrakion","639","639","5","Evolved","0","","0","rock","fighting","Partly cloudy","Cloudy","634","260","192","182","1","0","0","0","0","0","0","0","0","0","0","3468","3418" +"655","Virizion","640","640","5","Lower","0","","0","grass","fighting","Sunny/clear","Cloudy","634","192","260","182","1","0","0","0","0","0","0","0","0","0","0","3009","2966" +"656","Tornadus (Therian Forme)","641","641","5","Evolved","0","","0","flying","","Windy","","593","266","169","158","1","0","0","0","0","0","0","0","0","0","0","3131","3086" +"657","Tornadus (Incarnate Forme)","641","641","5","Lower","0","","0","flying","","Windy","","593","266","169","158","1","0","0","0","0","0","0","0","0","0","0","3131","3086" +"658","Thundurus (Incarnate Forme)","642","642","5","Lower","0","","0","electric","flying","Rainy","Windy","593","266","169","158","1","0","0","0","0","0","0","0","0","0","0","3131","3086" +"659","Thundurus (Therian Forme)","642","642","5","Lower","0","","0","electric","flying","Rainy","Windy","593","266","169","158","1","0","0","0","0","0","0","0","0","0","0","3131","3086" +"660","Reshiram","643","643","5","Lower","0","","0","dragon","fire","Windy","Sunny/clear","744","302","242","200","1","0","0","0","0","0","0","0","0","0","0","4654","4587" +"661","Zekrom","644","644","5","Lower","0","","0","dragon","electric","Windy","Rainy","744","302","242","200","1","0","0","0","0","0","0","0","0","0","0","4654","4587" +"662","Landorus (Incarnate Forme)","645","645","5","Evolved","0","","0","ground","flying","Sunny/clear","Windy","626","261","187","178","1","0","0","0","0","0","0","0","0","0","0","3403","3355" +"663","Landorus (Therian Forme)","645","645","5","Lower","0","","0","ground","flying","Sunny/clear","Windy","626","261","187","178","1","0","0","0","0","0","0","0","0","0","0","3403","3355" +"664","Kyurem (Black Kyurem)","646","646","5","Lower","0","","0","dragon","ice","Windy","Snow","707","270","187","250","1","0","0","0","0","0","0","0","0","0","0","4118","4059" +"665","Kyurem (Normal Kyurem)","646","646","5","Evolved","0","","0","dragon","ice","Windy","Snow","707","270","187","250","1","0","0","0","0","0","0","0","0","0","0","4118","4059" +"666","Kyurem (White Kyurem)","646","646","5","Lower","0","","0","dragon","ice","Windy","Snow","707","270","187","250","1","0","0","0","0","0","0","0","0","0","0","4118","4059" +"667","Keldeo","647","647","5","Lower","0","","0","water","fighting","Rainy","Cloudy","634","260","192","182","1","0","0","0","0","0","0","0","0","0","0","3468","3418" +"668","Meloetta (Pirouette Forme)","648","648","5","Evolved","0","","0","normal","psychic","Partly cloudy","Windy","700","250","250","200","1","0","0","0","0","0","0","0","0","0","0","3950","3894" +"669","Meloetta (Aria Forme)","648","648","5","Lower","0","","0","normal","psychic","Partly cloudy","Windy","700","250","250","200","1","0","0","0","0","0","0","0","0","0","0","3950","3894" +"670","Genesect","649","649","5","Evolved","0","","0","bug","steel","Rainy","Snow","593","252","199","142","1","0","0","0","0","0","0","0","0","0","0","3056","3013" +"671","Chespin","650","650","6","","0","","0","grass","","Sunny/clear","","338","110","116","112","0","0","0","0","0","0","0","0","0","0","0","1007","992" +"672","Quilladin","651","651","6","","0","","0","grass","","Sunny/clear","","442","146","174","122","0","0","0","0","0","0","0","0","0","0","0","1618","1594" +"673","Chesnaught","652","652","6","Lower","0","","0","grass","fighting","Sunny/clear","Cloudy","604","201","227","176","0","0","0","0","0","0","0","0","0","0","0","2900","2859" +"674","Fennekin","653","653","6","","0","","0","fire","","Sunny/clear","","308","116","112","80","0","0","0","0","0","0","0","0","0","0","0","898","885" +"675","Braixen","654","654","6","","0","","0","fire","","Sunny/clear","","425","171","136","118","0","0","0","0","0","0","0","0","0","0","0","1646","1622" +"676","Delphox","655","655","6","Evolved","0","","0","fire","psychic","Sunny/clear","Windy","584","230","204","150","0","0","0","0","0","0","0","0","0","0","0","2908","2867" +"677","Froakie","656","656","6","","0","","0","water","","Rainy","","290","122","86","82","0","0","0","0","0","0","0","0","0","0","0","846","834" +"678","Frogadier","657","657","6","","0","","0","water","","Rainy","","392","168","116","108","0","0","0","0","0","0","0","0","0","0","0","1450","1430" +"679","Greninja","658","658","6","","0","","0","water","dark","Rainy","Fog","521","223","154","144","0","0","0","0","0","0","0","0","0","0","0","2436","2401" +"680","Bunnelby","659","659","6","","0","","0","normal","","Partly cloudy","","217","68","73","76","0","0","0","0","0","0","0","0","0","0","0","463","457" +"681","Diggersby","660","660","6","","0","","0","normal","ground","Partly cloudy","Sunny/clear","437","112","155","170","0","0","0","0","0","0","0","0","0","0","0","1406","1386" +"682","Fletchling","661","661","6","","0","","0","normal","flying","Partly cloudy","Windy","268","95","83","90","0","0","0","0","0","0","0","0","0","0","0","696","686" +"683","Fletchinder","662","662","6","","0","","0","fire","flying","Sunny/clear","Windy","380","145","111","124","0","0","0","0","0","0","0","0","0","0","0","1322","1303" +"684","Talonflame","663","663","6","","0","","0","fire","flying","Sunny/clear","Windy","488","176","156","156","0","0","0","0","0","0","0","0","0","0","0","2039","2010" +"685","Scatterbug","664","664","6","","0","","0","bug","","Rainy","","209","63","70","76","0","0","0","0","0","0","0","0","0","0","0","428","422" +"686","Spewpa","665","665","6","","0","","0","bug","","Rainy","","241","48","103","90","0","0","0","0","0","0","0","0","0","0","0","437","431" +"687","Vivillon","666","666","6","","0","","0","bug","flying","Rainy","Windy","439","176","103","160","0","0","0","0","0","0","0","0","0","0","0","1714","1689" +"688","Litleo","667","667","6","","0","","0","fire","normal","Sunny/clear","Partly cloudy","377","139","114","124","0","0","0","0","0","0","0","0","0","0","0","1287","1269" +"689","Pyroar","668","668","6","Lower","0","","0","fire","normal","Sunny/clear","Partly cloudy","545","221","152","172","0","0","0","0","0","0","0","0","0","0","0","2604","2567" +"690","Flabã©Bã©","669","669","6","","0","","0","fairy","","Cloudy","","334","108","138","88","0","0","0","0","0","0","0","0","0","0","0","964","950" +"691","Floette","670","670","6","","0","","0","fairy","","Cloudy","","419","136","175","108","0","0","0","0","0","0","0","0","0","0","0","1441","1421" +"692","Florges","671","671","6","Lower","0","","0","fairy","","Cloudy","","655","212","287","156","0","0","0","0","0","0","0","0","0","0","0","3221","3175" +"693","Skiddo","672","672","6","","0","","0","grass","","Sunny/clear","","362","123","107","132","0","0","0","0","0","0","0","0","0","0","0","1154","1137" +"694","Gogoat","673","673","6","Lower","0","","0","grass","","Sunny/clear","","597","196","155","246","0","0","0","0","0","0","0","0","0","0","0","2775","2736" +"695","Pancham","674","674","6","","0","","0","fighting","","Cloudy","","392","145","113","134","0","0","0","0","0","0","0","0","0","0","0","1380","1360" +"696","Pangoro","675","675","6","Lower","0","","0","fighting","dark","Cloudy","Fog","565","226","149","190","0","0","0","0","0","0","0","0","0","0","0","2759","2720" +"697","Furfrou","676","676","6","","0","","0","normal","","Partly cloudy","","496","164","182","150","0","0","0","0","0","0","0","0","0","0","0","2015","1986" +"698","Espurr","677","677","6","","0","","0","psychic","","Windy","","361","120","117","124","0","0","0","0","0","0","0","0","0","0","0","1142","1125" +"699","Meowstic","678","678","6","","0","","0","psychic","","Windy","","484","166","170","148","0","0","0","0","0","0","0","0","0","0","0","1963","1935" +"700","Honedge","679","679","6","","0","","0","steel","ghost","Snow","Fog","392","135","167","90","0","0","0","0","0","0","0","0","0","0","0","1295","1276" +"701","Doublade","680","680","6","Lower","0","","0","steel","ghost","Snow","Fog","559","188","253","118","0","0","0","0","0","0","0","0","0","0","0","2393","2359" +"702","Aegislash","681","681","6","","0","","0","steel","ghost","Snow","Fog","508","97","291","120","0","0","0","0","0","0","0","0","0","0","0","1421","1401" +"703","Spritzee","682","682","6","","0","","0","fairy","","Cloudy","","382","110","116","156","0","0","0","0","0","0","0","0","0","0","0","1168","1151" +"704","Aromatisse","683","683","6","","0","","0","fairy","","Cloudy","","533","173","158","202","0","0","0","0","0","0","0","0","0","0","0","2275","2242" +"705","Swirlix","684","684","6","","0","","0","fairy","","Cloudy","","356","109","123","124","0","0","0","0","0","0","0","0","0","0","0","1072","1057" +"706","Slurpuff","685","685","6","","0","","0","fairy","","Cloudy","","500","168","168","164","0","0","0","0","0","0","0","0","0","0","0","2068","2039" +"707","Inkay","686","686","6","","0","","0","dark","psychic","Fog","Windy","302","98","98","106","0","0","0","0","0","0","0","0","0","0","0","825","813" +"708","Malamar","687","687","6","","0","","0","dark","psychic","Fog","Windy","521","177","172","172","0","0","0","0","0","0","0","0","0","0","0","2242","2210" +"709","Binacle","688","688","6","","0","","0","rock","water","Partly cloudy","Rainy","304","96","124","84","0","0","0","0","0","0","0","0","0","0","0","813","801" +"710","Barbaracle","689","689","6","Evolved","0","","0","rock","water","Partly cloudy","Rainy","558","194","220","144","0","0","0","0","0","0","0","0","0","0","0","2523","2487" +"711","Skrelp","690","690","6","","0","","0","poison","water","Cloudy","Rainy","318","109","109","100","0","0","0","0","0","0","0","0","0","0","0","924","911" +"712","Dragalge","691","691","6","","0","","0","poison","dragon","Cloudy","Windy","530","177","223","130","0","0","0","0","0","0","0","0","0","0","0","2227","2195" +"713","Clauncher","692","692","6","","0","","0","water","","Rainy","","326","108","118","100","0","0","0","0","0","0","0","0","0","0","0","950","936" +"714","Clawitzer","693","693","6","Evolved","0","","0","water","","Rainy","","535","221","172","142","0","0","0","0","0","0","0","0","0","0","0","2525","2489" +"715","Helioptile","694","694","6","","0","","0","electric","normal","Rainy","Partly cloudy","286","115","83","88","0","0","0","0","0","0","0","0","0","0","0","815","804" +"716","Heliolisk","695","695","6","","0","","0","electric","normal","Rainy","Partly cloudy","533","219","190","124","0","0","0","0","0","0","0","0","0","0","0","2467","2431" +"717","Tyrunt","696","696","6","","0","","0","rock","dragon","Partly cloudy","Windy","412","158","138","116","0","0","0","0","0","0","0","0","0","0","0","1529","1507" +"718","Tyrantrum","697","697","6","Lower","0","","0","rock","dragon","Partly cloudy","Windy","612","227","221","164","0","0","0","0","0","0","0","0","0","0","0","3106","3062" +"719","Amaura","698","698","6","","0","","0","rock","ice","Partly cloudy","Snow","394","124","116","154","0","0","0","0","0","0","0","0","0","0","0","1291","1273" +"720","Aurorus","699","699","6","Lower","0","","0","rock","ice","Partly cloudy","Snow","605","186","173","246","0","0","0","0","0","0","0","0","0","0","0","2780","2741" +"721","Sylveon","700","700","6","Lower","0","","1","fairy","","Cloudy","","630","203","237","190","0","0","0","0","0","0","0","0","0","0","0","3094","3050" +"722","Hawlucha","701","701","6","","0","","0","fighting","flying","Cloudy","Windy","511","195","160","156","0","0","0","0","0","0","0","0","0","0","0","2268","2236" +"723","Dedenne","702","702","6","","0","","0","electric","fairy","Rainy","Cloudy","437","164","139","134","0","0","0","0","0","0","0","0","0","0","0","1693","1669" +"724","Carbink","703","703","6","","0","","0","rock","fairy","Partly cloudy","Cloudy","480","95","285","100","0","0","0","0","0","0","0","0","0","0","0","1276","1257" +"725","Goomy","704","704","6","","0","","0","dragon","","Windy","","321","101","130","90","0","0","0","0","0","0","0","0","0","0","0","893","881" +"726","Sliggoo","705","705","6","","0","","0","dragon","","Windy","","500","159","205","136","0","0","0","0","0","0","0","0","0","0","0","1980","1952" +"727","Goodra","706","706","6","Evolved","0","","0","dragon","","Windy","","683","220","283","180","0","0","0","0","0","0","0","0","0","0","0","3538","3487" +"728","Klefki","707","707","6","","0","","0","steel","fairy","Snow","Cloudy","455","160","181","114","0","0","0","0","0","0","0","0","0","0","0","1737","1713" +"729","Phantump","708","708","6","","0","","0","ghost","grass","Fog","Sunny/clear","319","125","108","86","0","0","0","0","0","0","0","0","0","0","0","974","960" +"730","Trevenant","709","709","6","","0","","0","ghost","grass","Fog","Sunny/clear","528","201","157","170","0","0","0","0","0","0","0","0","0","0","0","2406","2372" +"731","Pumpkaboo","710","710","6","","0","","0","ghost","grass","Fog","Sunny/clear","348","121","129","98","0","0","0","0","0","0","0","0","0","0","0","1083","1068" +"732","Gourgeist","711","711","6","Lower","0","","0","ghost","grass","Fog","Sunny/clear","541","175","236","130","0","0","0","0","0","0","0","0","0","0","0","2263","2231" +"733","Bergmite","712","712","6","","0","","0","ice","","Snow","","370","117","143","110","0","0","0","0","0","0","0","0","0","0","0","1158","1142" +"734","Avalugg","713","713","6","Evolved","0","","0","ice","","Snow","","689","196","303","190","0","0","0","0","0","0","0","0","0","0","0","3364","3316" +"735","Noibat","714","714","6","","0","","0","flying","dragon","Windy","","239","83","76","80","0","0","0","0","0","0","0","0","0","0","0","569","560" +"736","Noivern","715","715","6","Evolved","0","","0","flying","dragon","Windy","","550","205","175","170","0","0","0","0","0","0","0","0","0","0","0","2576","2539" +"737","Xerneas","716","716","6","Lower","0","","0","fairy","","Cloudy","","731","275","204","252","1","0","0","0","0","0","0","0","0","0","0","4379","4317" +"738","Yveltal","717","717","6","Evolved","0","","0","dark","flying","Fog","Windy","731","275","204","252","1","0","0","0","0","0","0","0","0","0","0","4379","4317" +"739","Zygarde","718","718","6","Evolved","0","","0","dragon","ground","Windy","Sunny/clear","664","203","245","216","1","0","0","0","0","0","0","0","0","0","0","3336","3289" +"740","Diancie","719","719","6","Lower","0","","0","rock","fairy","Partly cloudy","Cloudy","575","190","285","100","1","0","0","0","0","0","0","0","0","0","0","2378","2344" +"741","Hoopa","720","720","6","Lower","0","","0","psychic","ghost","Windy","Fog","688","287","241","160","1","0","0","0","0","0","0","0","0","0","0","3992","3935" +"742","Volcanion","721","721","6","Evolved","0","","0","fire","water","Sunny/clear","Rainy","643","252","231","160","1","0","0","0","0","0","0","0","0","0","0","3460","3410" +"743","Rowlet","722","722","7","","0","","0","grass","flying","Sunny/clear","Windy","340","102","102","136","0","0","0","0","0","0","0","0","0","0","0","971","957" +"744","Dartrix","723","723","7","","0","","0","grass","flying","Sunny/clear","Windy","440","142","142","156","0","0","0","0","0","0","0","0","0","0","0","1606","1583" +"745","Decidueye","724","724","7","Evolved","0","","0","grass","ghost","Sunny/clear","Fog","558","210","192","156","0","0","0","0","0","0","0","0","0","0","0","2643","2606" +"746","Litten","725","725","7","","0","","0","fire","","Sunny/clear","","297","128","79","90","0","0","0","0","0","0","0","0","0","0","0","887","874" +"747","Torracat","726","726","7","","0","","0","fire","","Sunny/clear","","407","174","103","130","0","0","0","0","0","0","0","0","0","0","0","1544","1522" +"748","Incineroar","727","727","7","Lower","0","","0","fire","dark","Sunny/clear","Fog","579","214","175","190","0","0","0","0","0","0","0","0","0","0","0","2822","2782" +"749","Popplio","728","728","7","","0","","0","water","","Rainy","","324","120","104","100","0","0","0","0","0","0","0","0","0","0","0","986","972" +"750","Brionne","729","729","7","","0","","0","water","","Rainy","","439","168","151","120","0","0","0","0","0","0","0","0","0","0","0","1711","1686" +"751","Primarina","730","730","7","Evolved","0","","0","water","fairy","Rainy","Cloudy","607","232","215","160","0","0","0","0","0","0","0","0","0","0","0","3095","3050" +"752","Pikipek","731","731","7","","0","","0","normal","flying","Partly cloudy","Windy","265","136","59","70","0","0","0","0","0","0","0","0","0","0","0","747","737" +"753","Trumbeak","732","732","7","","0","","0","normal","flying","Partly cloudy","Windy","369","159","100","110","0","0","0","0","0","0","0","0","0","0","0","1302","1284" +"754","Toucannon","733","733","7","","0","","0","normal","flying","Partly cloudy","Windy","528","222","146","160","0","0","0","0","0","0","0","0","0","0","0","2484","2449" +"755","Yungoos","734","734","7","","0","","0","normal","","Partly cloudy","","274","122","56","96","0","0","0","0","0","0","0","0","0","0","0","759","748" +"756","Gumshoos","735","735","7","","0","","0","normal","","Partly cloudy","","483","194","113","176","0","0","0","0","0","0","0","0","0","0","0","2041","2011" +"757","Grubbin","736","736","7","","0","","0","bug","","Rainy","","294","115","85","94","0","0","0","0","0","0","0","0","0","0","0","847","835" +"758","Charjabug","737","737","7","","0","","0","bug","electric","Rainy","","430","145","171","114","0","0","0","0","0","0","0","0","0","0","0","1547","1525" +"759","Vikavolt","738","738","7","Evolved","0","","0","bug","electric","Rainy","","573","254","165","154","0","0","0","0","0","0","0","0","0","0","0","2930","2888" +"760","Crabrawler","739","739","7","","0","","0","fighting","","Cloudy","","353","150","109","94","0","0","0","0","0","0","0","0","0","0","0","1198","1180" +"761","Crabominable","740","740","7","Evolved","0","","0","fighting","ice","Cloudy","Snow","567","231","142","194","0","0","0","0","0","0","0","0","0","0","0","2783","2743" +"762","Oricorio","741","741","7","","0","","0","fire","flying","Sunny/clear","Windy","491","196","145","150","0","0","0","0","0","0","0","0","0","0","0","2141","2110" +"763","Cutiefly","742","742","7","","0","","0","bug","fairy","Rainy","Cloudy","271","110","81","80","0","0","0","0","0","0","0","0","0","0","0","745","734" +"764","Ribombee","743","743","7","","0","","0","bug","fairy","Rainy","Cloudy","470","198","152","120","0","0","0","0","0","0","0","0","0","0","0","1997","1968" +"765","Rockruff","744","744","7","","0","","0","rock","","Partly cloudy","","285","117","78","90","0","0","0","0","0","0","0","0","0","0","0","814","803" +"766","Lycanroc","745","745","7","","0","","0","rock","","Partly cloudy","","521","231","140","150","0","0","0","0","0","0","0","0","0","0","0","2457","2422" +"767","Wishiwashi","746","746","7","","0","","0","water","","Rainy","","182","46","46","90","0","0","0","0","0","0","0","0","0","0","0","304","300" +"768","Mareanie","747","747","7","","0","","0","poison","water","Cloudy","Rainy","313","98","115","100","0","0","0","0","0","0","0","0","0","0","0","862","850" +"769","Toxapex","748","748","7","","0","","0","poison","water","Cloudy","Rainy","492","114","278","100","0","0","0","0","0","0","0","0","0","0","0","1478","1457" +"770","Mudbray","749","749","7","","0","","0","ground","","Sunny/clear","","443","175","128","140","0","0","0","0","0","0","0","0","0","0","0","1766","1741" +"771","Mudsdale","750","750","7","Evolved","0","","0","ground","","Sunny/clear","","594","214","180","200","0","0","0","0","0","0","0","0","0","0","0","2928","2886" +"772","Dewpider","751","751","7","","0","","0","water","bug","Rainy","","274","72","126","76","0","0","0","0","0","0","0","0","0","0","0","615","606" +"773","Araquanid","752","752","7","","0","","0","water","bug","Rainy","","499","126","237","136","0","0","0","0","0","0","0","0","0","0","0","1717","1693" +"774","Fomantis","753","753","7","","0","","0","grass","","Sunny/clear","","244","100","64","80","0","0","0","0","0","0","0","0","0","0","0","622","613" +"775","Lurantis","754","754","7","","0","","0","grass","","Sunny/clear","","501","192","169","140","0","0","0","0","0","0","0","0","0","0","0","2183","2152" +"776","Morelull","755","755","7","","0","","0","grass","fairy","Sunny/clear","Cloudy","316","108","128","80","0","0","0","0","0","0","0","0","0","0","0","895","882" +"777","Shiinotic","756","756","7","","0","","0","grass","fairy","Sunny/clear","Cloudy","451","154","177","120","0","0","0","0","0","0","0","0","0","0","0","1699","1675" +"778","Salandit","757","757","7","","0","","0","poison","fire","Cloudy","Sunny/clear","312","136","80","96","0","0","0","0","0","0","0","0","0","0","0","968","954" +"779","Salazzle","758","758","7","","0","","0","poison","fire","Cloudy","Sunny/clear","494","228","130","136","0","0","0","0","0","0","0","0","0","0","0","2245","2213" +"780","Stufful","759","759","7","","0","","0","normal","fighting","Partly cloudy","Cloudy","371","136","95","140","0","0","0","0","0","0","0","0","0","0","0","1231","1213" +"781","Bewear","760","760","7","Lower","0","","0","normal","fighting","Partly cloudy","Cloudy","616","226","150","240","0","0","0","0","0","0","0","0","0","0","0","3087","3043" +"782","Bounsweet","761","761","7","","0","","0","grass","","Sunny/clear","","208","55","69","84","0","0","0","0","0","0","0","0","0","0","0","398","393" +"783","Steenee","762","762","7","","0","","0","grass","","Sunny/clear","","276","78","94","104","0","0","0","0","0","0","0","0","0","0","0","661","652" +"784","Tsareena","763","763","7","Lower","0","","0","grass","","Sunny/clear","","561","222","195","144","0","0","0","0","0","0","0","0","0","0","0","2704","2666" +"785","Comfey","764","764","7","","0","","0","fairy","","Cloudy","","493","165","226","102","0","0","0","0","0","0","0","0","0","0","0","1887","1860" +"786","Oranguru","765","765","7","Evolved","0","","0","normal","psychic","Partly cloudy","Windy","555","168","207","180","0","0","0","0","0","0","0","0","0","0","0","2378","2344" +"787","Passimian","766","766","7","Evolved","0","","0","fighting","","Cloudy","","597","222","175","200","0","0","0","0","0","0","0","0","0","0","0","2991","2949" +"788","Wimpod","767","767","7","","0","","0","bug","water","Rainy","","196","67","79","50","0","0","0","0","0","0","0","0","0","0","0","400","394" +"789","Golisopod","768","768","7","Evolved","0","","0","bug","water","Rainy","","617","218","249","150","0","0","0","0","0","0","0","0","0","0","0","3037","2993" +"790","Sandygast","769","769","7","","0","","0","ghost","ground","Fog","Sunny/clear","363","120","133","110","0","0","0","0","0","0","0","0","0","0","0","1146","1130" +"791","Palossand","770","770","7","Evolved","0","","0","ghost","ground","Fog","Sunny/clear","542","178","194","170","0","0","0","0","0","0","0","0","0","0","0","2370","2336" +"792","Pyukumuku","771","771","7","","0","","0","water","","Rainy","","431","97","224","110","0","0","0","0","0","0","0","0","0","0","0","1209","1191" +"793","Type: Null","772","772","7","Evolved","0","","0","normal","","Partly cloudy","","558","184","184","190","0","0","0","0","0","0","0","0","0","0","0","2510","2474" +"794","Silvally","773","773","7","Evolved","0","","0","normal","","Partly cloudy","","586","198","198","190","0","0","0","0","0","0","0","0","0","0","0","2779","2740" +"795","Minior","774","774","7","","0","","0","rock","flying","Partly cloudy","Windy","430","116","194","120","0","0","0","0","0","0","0","0","0","0","0","1374","1354" +"796","Komala","775","775","7","","0","","0","normal","","Partly cloudy","","525","216","179","130","0","0","0","0","0","0","0","0","0","0","0","2419","2385" +"797","Turtonator","776","776","7","","0","","0","fire","dragon","Sunny/clear","Windy","523","165","238","120","0","0","0","0","0","0","0","0","0","0","0","2077","2048" +"798","Togedemaru","777","777","7","","0","","0","electric","steel","Rainy","Snow","470","190","150","130","0","0","0","0","0","0","0","0","0","0","0","1980","1952" +"799","Mimikyu","778","778","7","","0","","0","ghost","fairy","Fog","Cloudy","500","177","213","110","0","0","0","0","0","0","0","0","0","0","0","2024","1995" +"800","Bruxish","779","779","7","","0","","0","water","psychic","Rainy","Windy","489","208","145","136","0","0","0","0","0","0","0","0","0","0","0","2164","2133" +"801","Drampa","780","780","7","Evolved","0","","0","normal","dragon","Partly cloudy","Windy","554","231","167","156","0","0","0","0","0","0","0","0","0","0","0","2710","2671" +"802","Dhelmise","781","781","7","Evolved","0","","0","ghost","grass","Fog","Sunny/clear","557","233","184","140","0","0","0","0","0","0","0","0","0","0","0","2720","2681" +"803","Jangmo-O","782","782","7","","0","","0","dragon","","Windy","","310","102","118","90","0","0","0","0","0","0","0","0","0","0","0","863","851" +"804","Hakamo-O","783","783","7","","0","","0","dragon","fighting","Windy","Cloudy","427","145","172","110","0","0","0","0","0","0","0","0","0","0","0","1527","1506" +"805","Kommo-O","784","784","7","Lower","0","","0","dragon","fighting","Windy","Cloudy","622","222","250","150","0","0","0","0","0","0","0","0","0","0","0","3095","3051" +"806","Tapu Koko","785","785","7","Evolved","0","","0","electric","fairy","Rainy","Cloudy","576","250","186","140","1","0","0","0","0","0","0","0","0","0","0","2921","2879" +"807","Tapu Lele","786","786","7","Lower","0","","0","psychic","fairy","Windy","Cloudy","628","259","229","140","1","0","0","0","0","0","0","0","0","0","0","3328","3280" +"808","Tapu Bulu","787","787","7","Evolved","0","","0","grass","fairy","Sunny/clear","Cloudy","614","249","225","140","1","0","0","0","0","0","0","0","0","0","0","3180","3134" +"809","Tapu Fini","788","788","7","Evolved","0","","0","water","fairy","Rainy","Cloudy","590","189","261","140","1","0","0","0","0","0","0","0","0","0","0","2635","2597" +"810","Cosmog","789","789","7","","0","","0","psychic","","Windy","","197","54","57","86","0","0","0","0","0","0","0","0","0","0","0","367","362" +"811","Cosmoem","790","790","7","","0","","0","psychic","","Windy","","382","54","242","86","0","0","0","0","0","0","0","0","0","0","0","694","684" +"812","Solgaleo","791","791","7","Evolved","0","","0","psychic","steel","Windy","Snow","773","280","219","274","1","0","0","0","0","0","0","0","0","0","0","4791","4722" +"813","Lunala","792","792","7","Lower","0","","0","psychic","ghost","Windy","Fog","773","280","219","274","1","0","0","0","0","0","0","0","0","0","0","4791","4722" +"814","Nihilego","793","793","7","Lower","0","","0","rock","poison","Partly cloudy","Cloudy","721","249","254","218","1","0","0","0","0","0","0","0","0","0","0","4128","4069" +"815","Buzzwole","794","794","7","Evolved","0","","0","bug","fighting","Rainy","Cloudy","732","259","259","214","1","0","0","0","0","0","0","0","0","0","0","4286","4225" +"816","Pheromosa","795","795","7","Evolved","0","","0","bug","fighting","Rainy","Cloudy","543","316","85","142","1","0","0","0","0","0","0","0","0","0","0","2590","2553" +"817","Xurkitree","796","796","7","Lower","0","","0","electric","","Rainy","","640","330","144","166","1","0","0","0","0","0","0","0","0","0","0","3655","3603" +"818","Celesteela","797","797","7","Evolved","0","","0","steel","flying","Snow","Windy","601","207","200","194","1","0","0","0","0","0","0","0","0","0","0","2939","2897" +"819","Kartana","798","798","7","Evolved","0","","0","grass","steel","Sunny/clear","Snow","726","355","253","118","1","0","0","0","0","0","0","0","0","0","0","4362","4300" +"820","Guzzlord","799","799","7","Lower","0","","0","dark","dragon","Fog","Windy","733","188","99","446","1","0","0","0","0","0","0","0","0","0","0","2906","2865" +"821","Necrozma","800","800","7","Lower","0","","0","psychic","","Windy","","646","251","201","194","1","0","0","0","0","0","0","0","0","0","0","3529","3479" +"822","Magearna","801","801","7","Evolved","0","","0","steel","fairy","Snow","Cloudy","631","246","225","160","1","0","0","0","0","0","0","0","0","0","0","3340","3293" diff --git a/README.md b/README.md index 215cceef..2ed02d86 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,58 @@ -# Teste de Backend - -Olá Dev! Tudo bem? - -Nós estamos sempre em busca de profissionais interessantes e interessados, com boa capacidade de aprendizado, adaptação e principalmente bom senso! - -Este teste tem como objetivo avaliar e desafiar você. Não é obrigatório realizá-lo completamente, queremos apenas reconhecer seu esforço e potencial para aprender, se adaptar e tomar decisões. - -Vamos ao teste! - -## Desafio Pokémon Go! - -Sua missão é importar os dados do Pokemon Go, que estão no excel, e criar uma API para que possamos consumir estes dados de maneira prática, rápida e automatizada. - -Esta API deverá seguir o mínimo de práticas RESTful e conter listagens, busca, paginação e filtros. Fique à vontade para decidir quais filtros são mais interessantes. - -## Consigo fazer? - -Consegue sim! Só precisa saber (ou aprender agora) um pouco sobre as seguintes tecnologias: -- Conceitos de API RESTful -- Modelagem de dados -- Alguma linguagem backend, por exemplo, Java, PHP, Python, etc... -- Algum banco de dados, por exemplo, MySQL, SQL Server, MongoDB, etc... -- Git - -## Por onde começo? - -Primeiramente, você pode fazer um fork desse repositório aqui, para sua conta do Github, depois disso crie uma branch nova com o seu nome (ex: nome_sobrenome), para podermos indentificá-lo. - -Após terminar o desafio, você pode solicitar um pull request para a branch master do nosso repositório. Vamos receber e fazer a avaliação de todos. - -## Só isso? - -Só! Mas se quiser fazer a diferença, tente implementar um pouco de TDD e utilizar docker para execução do projeto. - -Boa sorte! :) \ No newline at end of file +# API DESENVOLVIDA EM NODEJS + +Autor: Gabriel Paiva +Banco de dados: MongoDB +Padrão de Arquitetura: MVC + +## INSTRUÇÕES + Esta API foi testada pelo Insomnia, um REST Client para realizar requisições HTTP. + Na pasta API há um arquivo do Insomnia com todas as requisições usadas para este projeto. + + A Colletion do mongodb se localiza na pasta API/Pokemon.json/ + + As seguintes funcionalidades estão disponíveis: + * Listagem; + * Busca; + * CRUD. + + +# 1) Listagem + Todas as listagens são feitas pela rota "/all" via GET. + Para navegar entre as páginas, envie a query "page" com o número da página: + localhost:3000/all?page=20 + + É possível filtrar e ordenar os resultados enviando propriedades no corpo da requisição,por exemplo: + + { + "filters": { + "Generation": 7, + "Shiny": 0 + }, + "sort": { + "Name": "asc" + } + } + + +# 2) Busca + Todas as buscas são feitas pela rota "/search" via GET. + Exemplo de palavras chave para buscar: + * Pikachu: retorna o Pokemon + * +pikachu: retorna o pokemon e suas evoluções + * 2: pokemons na pokedex 2 + * atk 100-200: pokemons com ATK no intervalo mencionado + + É possível também o parametro "sort" no corpo da requisição. + Exemplos de busca: + + "localhost:3000/search?q=Charmander" => Pokemon + "localhost:3000/search?q=+charmander" => Evoluções + "localhost:3000/search?q=50" => Pokemons na pokedex 50 + "localhost:3000/search?q=atk 1-50" => Pokemons com ATK entre 1 e 50 + +# 3) CRUD + Pode-se adicionar, listar, editar e excluir pokemons. + + POST "localhost:3000/" => Adicionar + PUT "localhost:3000/:id" => Editar + DELETE "localhost:3000/:id" => Excluir \ No newline at end of file diff --git a/npm-debug.log b/npm-debug.log new file mode 100644 index 00000000..070de106 --- /dev/null +++ b/npm-debug.log @@ -0,0 +1,19 @@ +0 info it worked if it ends with ok +1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'dev' ] +2 info using npm@3.5.2 +3 info using node@v8.10.0 +4 verbose stack Error: ENOENT: no such file or directory, open '/home/papaiva/Área de Trabalho/Desafio Pokemon Go/vaga-backend-teste/package.json' +5 verbose cwd /home/papaiva/Área de Trabalho/Desafio Pokemon Go/vaga-backend-teste +6 error Linux 4.15.0-36-generic +7 error argv "/usr/bin/node" "/usr/bin/npm" "run" "dev" +8 error node v8.10.0 +9 error npm v3.5.2 +10 error path /home/papaiva/Área de Trabalho/Desafio Pokemon Go/vaga-backend-teste/package.json +11 error code ENOENT +12 error errno -2 +13 error syscall open +14 error enoent ENOENT: no such file or directory, open '/home/papaiva/Área de Trabalho/Desafio Pokemon Go/vaga-backend-teste/package.json' +15 error enoent ENOENT: no such file or directory, open '/home/papaiva/Área de Trabalho/Desafio Pokemon Go/vaga-backend-teste/package.json' +15 error enoent This is most likely not a problem with npm itself +15 error enoent and is related to npm not being able to find a file. +16 verbose exit [ -2, true ]