Last active
March 22, 2017 13:49
-
-
Save rmkane/d8446dce9a19dbabbbfeecdeccad0438 to your computer and use it in GitHub Desktop.
Pokemon GO Learnset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"id": 1, | |
"name": "Bulbasaur", | |
"types": ["Grass", "Poison"], | |
"stats": { | |
"stamina": 90, | |
"attack": 118, | |
"defense": 118 | |
}, | |
"fastMoves": [{ | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Vine Whip", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Power Whip", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Seed Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 2, | |
"name": "Ivysaur", | |
"types": ["Grass", "Poison"], | |
"stats": { | |
"stamina": 120, | |
"attack": 151, | |
"defense": 151 | |
}, | |
"fastMoves": [{ | |
"name": "Razor Leaf", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Vine Whip", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Power Whip", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 3, | |
"name": "Venusaur", | |
"types": ["Grass", "Poison"], | |
"stats": { | |
"stamina": 160, | |
"attack": 198, | |
"defense": 198 | |
}, | |
"fastMoves": [{ | |
"name": "Razor Leaf", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Vine Whip", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Petal Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 4, | |
"name": "Charmander", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 78, | |
"attack": 116, | |
"defense": 96 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Flame Burst", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flame Charge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 5, | |
"name": "Charmeleon", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 116, | |
"attack": 158, | |
"defense": 129 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fire Fang", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Fire Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flame Burst", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 6, | |
"name": "Charizard", | |
"types": ["Fire", "Flying"], | |
"stats": { | |
"stamina": 156, | |
"attack": 223, | |
"defense": 176 | |
}, | |
"fastMoves": [{ | |
"name": "Air Slash", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Fire Spin", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Wing Attack", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Dragon Claw", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Overheat", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 7, | |
"name": "Squirtle", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 88, | |
"attack": 94, | |
"defense": 122 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aqua Jet", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Aqua Tail", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 8, | |
"name": "Wartortle", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 118, | |
"attack": 126, | |
"defense": 155 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aqua Jet", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 9, | |
"name": "Blastoise", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 158, | |
"attack": 171, | |
"defense": 210 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Flash Cannon", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 10, | |
"name": "Caterpie", | |
"types": ["Bug"], | |
"stats": { | |
"stamina": 90, | |
"attack": 55, | |
"defense": 62 | |
}, | |
"fastMoves": [{ | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Struggle", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 11, | |
"name": "Metapod", | |
"types": ["Bug"], | |
"stats": { | |
"stamina": 100, | |
"attack": 45, | |
"defense": 94 | |
}, | |
"fastMoves": [{ | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Struggle", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 12, | |
"name": "Butterfree", | |
"types": ["Bug", "Flying"], | |
"stats": { | |
"stamina": 120, | |
"attack": 167, | |
"defense": 151 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Struggle Bug", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Bug Buzz", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Signal Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 13, | |
"name": "Weedle", | |
"types": ["Bug", "Poison"], | |
"stats": { | |
"stamina": 80, | |
"attack": 63, | |
"defense": 55 | |
}, | |
"fastMoves": [{ | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Sting", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Struggle", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 14, | |
"name": "Kakuna", | |
"types": ["Bug", "Poison"], | |
"stats": { | |
"stamina": 90, | |
"attack": 46, | |
"defense": 86 | |
}, | |
"fastMoves": [{ | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Sting", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Struggle", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 15, | |
"name": "Beedrill", | |
"types": ["Bug", "Poison"], | |
"stats": { | |
"stamina": 130, | |
"attack": 169, | |
"defense": 150 | |
}, | |
"fastMoves": [{ | |
"name": "Infestation", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Poison Jab", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "X-Scissor", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 16, | |
"name": "Pidgey", | |
"types": ["Normal", "Flying"], | |
"stats": { | |
"stamina": 80, | |
"attack": 85, | |
"defense": 76 | |
}, | |
"fastMoves": [{ | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Air Cutter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Twister", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 17, | |
"name": "Pidgeotto", | |
"types": ["Normal", "Flying"], | |
"stats": { | |
"stamina": 126, | |
"attack": 117, | |
"defense": 108 | |
}, | |
"fastMoves": [{ | |
"name": "Steel Wing", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wing Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Air Cutter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Twister", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 18, | |
"name": "Pidgeot", | |
"types": ["Normal", "Flying"], | |
"stats": { | |
"stamina": 166, | |
"attack": 166, | |
"defense": 157 | |
}, | |
"fastMoves": [{ | |
"name": "Air Slash", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Steel Wing", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wing Attack", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Brave Bird", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Hurricane", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Air Cutter", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 19, | |
"name": "Rattata", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 60, | |
"attack": 103, | |
"defense": 70 | |
}, | |
"fastMoves": [{ | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hyper Fang", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 20, | |
"name": "Raticate", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 110, | |
"attack": 161, | |
"defense": 144 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hyper Fang", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 21, | |
"name": "Spearow", | |
"types": ["Normal", "Flying"], | |
"stats": { | |
"stamina": 80, | |
"attack": 112, | |
"defense": 61 | |
}, | |
"fastMoves": [{ | |
"name": "Peck", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Drill Peck", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sky Attack", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Twister", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 22, | |
"name": "Fearow", | |
"types": ["Normal", "Flying"], | |
"stats": { | |
"stamina": 130, | |
"attack": 182, | |
"defense": 135 | |
}, | |
"fastMoves": [{ | |
"name": "Peck", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Steel Wing", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Drill Run", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sky Attack", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Twister", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 23, | |
"name": "Ekans", | |
"types": ["Poison"], | |
"stats": { | |
"stamina": 70, | |
"attack": 110, | |
"defense": 102 | |
}, | |
"fastMoves": [{ | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Sting", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Poison Fang", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wrap", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Gunk Shot", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 24, | |
"name": "Arbok", | |
"types": ["Poison"], | |
"stats": { | |
"stamina": 120, | |
"attack": 167, | |
"defense": 158 | |
}, | |
"fastMoves": [{ | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dark Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Gunk Shot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Wave", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 25, | |
"name": "Pikachu", | |
"types": ["Electric"], | |
"stats": { | |
"stamina": 70, | |
"attack": 112, | |
"defense": 101 | |
}, | |
"fastMoves": [{ | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder Shock", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Discharge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wild Charge", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Thunder", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 26, | |
"name": "Raichu", | |
"types": ["Electric"], | |
"stats": { | |
"stamina": 120, | |
"attack": 193, | |
"defense": 165 | |
}, | |
"fastMoves": [{ | |
"name": "Spark", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Volt Switch", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Thunder Shock", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Brick Break", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wild Charge", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Thunder", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 27, | |
"name": "Sandshrew", | |
"types": ["Ground"], | |
"stats": { | |
"stamina": 100, | |
"attack": 126, | |
"defense": 145 | |
}, | |
"fastMoves": [{ | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Slide", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sand Tomb", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Rock Tomb", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 28, | |
"name": "Sandslash", | |
"types": ["Ground"], | |
"stats": { | |
"stamina": 150, | |
"attack": 182, | |
"defense": 202 | |
}, | |
"fastMoves": [{ | |
"name": "Metal Claw", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Bulldoze", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Tomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 29, | |
"name": "Nidoran♀", | |
"types": ["Poison"], | |
"stats": { | |
"stamina": 110, | |
"attack": 86, | |
"defense": 94 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Sting", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Fang", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 30, | |
"name": "Nidorina", | |
"types": ["Poison"], | |
"stats": { | |
"stamina": 140, | |
"attack": 117, | |
"defense": 126 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Sting", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Fang", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 31, | |
"name": "Nidoqueen", | |
"types": ["Poison", "Ground"], | |
"stats": { | |
"stamina": 180, | |
"attack": 180, | |
"defense": 174 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Jab", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Wave", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 32, | |
"name": "Nidoran♂", | |
"types": ["Poison"], | |
"stats": { | |
"stamina": 92, | |
"attack": 105, | |
"defense": 76 | |
}, | |
"fastMoves": [{ | |
"name": "Peck", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Sting", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Horn Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 33, | |
"name": "Nidorino", | |
"types": ["Poison"], | |
"stats": { | |
"stamina": 122, | |
"attack": 137, | |
"defense": 112 | |
}, | |
"fastMoves": [{ | |
"name": "Poison Jab", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Sting", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Horn Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 34, | |
"name": "Nidoking", | |
"types": ["Poison", "Ground"], | |
"stats": { | |
"stamina": 162, | |
"attack": 204, | |
"defense": 157 | |
}, | |
"fastMoves": [{ | |
"name": "Iron Tail", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Poison Jab", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fury Cutter", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Megahorn", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Wave", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 35, | |
"name": "Clefairy", | |
"types": ["Fairy"], | |
"stats": { | |
"stamina": 140, | |
"attack": 107, | |
"defense": 116 | |
}, | |
"fastMoves": [{ | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Disarming Voice", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Moonblast", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 36, | |
"name": "Clefable", | |
"types": ["Fairy"], | |
"stats": { | |
"stamina": 190, | |
"attack": 178, | |
"defense": 171 | |
}, | |
"fastMoves": [{ | |
"name": "Charge Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Moonblast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 37, | |
"name": "Vulpix", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 76, | |
"attack": 96, | |
"defense": 122 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flame Charge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 38, | |
"name": "Ninetales", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 146, | |
"attack": 169, | |
"defense": 204 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Feint Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Heat Wave", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Overheat", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 39, | |
"name": "Jigglypuff", | |
"types": ["Normal", "Fairy"], | |
"stats": { | |
"stamina": 230, | |
"attack": 80, | |
"defense": 44 | |
}, | |
"fastMoves": [{ | |
"name": "Feint Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dazzling Gleam", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Disarming Voice", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Gyro Ball", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Play Rough", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}] | |
}, { | |
"id": 40, | |
"name": "Wigglytuff", | |
"types": ["Normal", "Fairy"], | |
"stats": { | |
"stamina": 280, | |
"attack": 156, | |
"defense": 93 | |
}, | |
"fastMoves": [{ | |
"name": "Feint Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Play Rough", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 41, | |
"name": "Zubat", | |
"types": ["Poison", "Flying"], | |
"stats": { | |
"stamina": 80, | |
"attack": 83, | |
"defense": 76 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Air Cutter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Fang", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Swift", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 42, | |
"name": "Golbat", | |
"types": ["Poison", "Flying"], | |
"stats": { | |
"stamina": 150, | |
"attack": 161, | |
"defense": 153 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wing Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Air Cutter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Fang", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Ball", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Ominous Wind", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 43, | |
"name": "Oddish", | |
"types": ["Grass", "Poison"], | |
"stats": { | |
"stamina": 90, | |
"attack": 131, | |
"defense": 116 | |
}, | |
"fastMoves": [{ | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Razor Leaf", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Moonblast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Seed Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 44, | |
"name": "Gloom", | |
"types": ["Grass", "Poison"], | |
"stats": { | |
"stamina": 120, | |
"attack": 153, | |
"defense": 139 | |
}, | |
"fastMoves": [{ | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Razor Leaf", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Moonblast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Petal Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 45, | |
"name": "Vileplume", | |
"types": ["Grass", "Poison"], | |
"stats": { | |
"stamina": 150, | |
"attack": 202, | |
"defense": 170 | |
}, | |
"fastMoves": [{ | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Razor Leaf", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Moonblast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Petal Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 46, | |
"name": "Paras", | |
"types": ["Bug", "Grass"], | |
"stats": { | |
"stamina": 70, | |
"attack": 121, | |
"defense": 99 | |
}, | |
"fastMoves": [{ | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Cross Poison", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Seed Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "X-Scissor", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 47, | |
"name": "Parasect", | |
"types": ["Bug", "Grass"], | |
"stats": { | |
"stamina": 120, | |
"attack": 165, | |
"defense": 146 | |
}, | |
"fastMoves": [{ | |
"name": "Fury Cutter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Struggle Bug", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Cross Poison", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "X-Scissor", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 48, | |
"name": "Venonat", | |
"types": ["Bug", "Poison"], | |
"stats": { | |
"stamina": 120, | |
"attack": 100, | |
"defense": 102 | |
}, | |
"fastMoves": [{ | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Poison Fang", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psybeam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Signal Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 49, | |
"name": "Venomoth", | |
"types": ["Bug", "Poison"], | |
"stats": { | |
"stamina": 140, | |
"attack": 179, | |
"defense": 150 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Infestation", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Bug Buzz", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Silver Wind", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Poison Fang", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 50, | |
"name": "Diglett", | |
"types": ["Ground"], | |
"stats": { | |
"stamina": 20, | |
"attack": 109, | |
"defense": 88 | |
}, | |
"fastMoves": [{ | |
"name": "Mud-Slap", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}], | |
"cinematicMoves": [{ | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Tomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 51, | |
"name": "Dugtrio", | |
"types": ["Ground"], | |
"stats": { | |
"stamina": 70, | |
"attack": 167, | |
"defense": 147 | |
}, | |
"fastMoves": [{ | |
"name": "Mud-Slap", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Sucker Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}], | |
"cinematicMoves": [{ | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 52, | |
"name": "Meowth", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 80, | |
"attack": 92, | |
"defense": 81 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dark Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Foul Play", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Night Slash", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 53, | |
"name": "Persian", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 130, | |
"attack": 150, | |
"defense": 139 | |
}, | |
"fastMoves": [{ | |
"name": "Feint Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Foul Play", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Play Rough", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Power Gem", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Night Slash", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 54, | |
"name": "Psyduck", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 100, | |
"attack": 122, | |
"defense": 96 | |
}, | |
"fastMoves": [{ | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aqua Tail", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Cross Chop", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psybeam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 55, | |
"name": "Golduck", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 160, | |
"attack": 191, | |
"defense": 163 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 56, | |
"name": "Mankey", | |
"types": ["Fighting"], | |
"stats": { | |
"stamina": 80, | |
"attack": 148, | |
"defense": 87 | |
}, | |
"fastMoves": [{ | |
"name": "Karate Chop", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Brick Break", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Cross Chop", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Low Sweep", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 57, | |
"name": "Primeape", | |
"types": ["Fighting"], | |
"stats": { | |
"stamina": 130, | |
"attack": 207, | |
"defense": 144 | |
}, | |
"fastMoves": [{ | |
"name": "Counter", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Low Kick", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Karate Chop", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Close Combat", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Low Sweep", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Night Slash", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Cross Chop", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 58, | |
"name": "Growlithe", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 110, | |
"attack": 136, | |
"defense": 96 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flame Wheel", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 59, | |
"name": "Arcanine", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 180, | |
"attack": 227, | |
"defense": 166 | |
}, | |
"fastMoves": [{ | |
"name": "Fire Fang", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Snarl", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Crunch", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wild Charge", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Bulldoze", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 60, | |
"name": "Poliwag", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 80, | |
"attack": 101, | |
"defense": 82 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bubble Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 61, | |
"name": "Poliwhirl", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 130, | |
"attack": 130, | |
"defense": 130 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Bubble Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Scald", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 62, | |
"name": "Poliwrath", | |
"types": ["Water", "Fighting"], | |
"stats": { | |
"stamina": 180, | |
"attack": 182, | |
"defense": 187 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Dynamic Punch", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Submission", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 63, | |
"name": "Abra", | |
"types": ["Psychic"], | |
"stats": { | |
"stamina": 50, | |
"attack": 195, | |
"defense": 103 | |
}, | |
"fastMoves": [{ | |
"name": "Charge Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Psyshock", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Signal Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 64, | |
"name": "Kadabra", | |
"types": ["Psychic"], | |
"stats": { | |
"stamina": 80, | |
"attack": 232, | |
"defense": 138 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psycho Cut", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psybeam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Ball", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 65, | |
"name": "Alakazam", | |
"types": ["Psychic"], | |
"stats": { | |
"stamina": 110, | |
"attack": 271, | |
"defense": 194 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psycho Cut", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Focus Blast", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Future Sight", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Shadow Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 66, | |
"name": "Machop", | |
"types": ["Fighting"], | |
"stats": { | |
"stamina": 140, | |
"attack": 137, | |
"defense": 88 | |
}, | |
"fastMoves": [{ | |
"name": "Karate Chop", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Low Kick", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Brick Break", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Cross Chop", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Low Sweep", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 67, | |
"name": "Machoke", | |
"types": ["Fighting"], | |
"stats": { | |
"stamina": 160, | |
"attack": 177, | |
"defense": 130 | |
}, | |
"fastMoves": [{ | |
"name": "Karate Chop", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Low Kick", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Brick Break", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dynamic Punch", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Submission", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Cross Chop", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 68, | |
"name": "Machamp", | |
"types": ["Fighting"], | |
"stats": { | |
"stamina": 180, | |
"attack": 234, | |
"defense": 162 | |
}, | |
"fastMoves": [{ | |
"name": "Bullet Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Counter", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Karate Chop", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Close Combat", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Dynamic Punch", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Heavy Slam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Cross Chop", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Submission", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 69, | |
"name": "Bellsprout", | |
"types": ["Grass", "Poison"], | |
"stats": { | |
"stamina": 100, | |
"attack": 139, | |
"defense": 64 | |
}, | |
"fastMoves": [{ | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Vine Whip", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Power Whip", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wrap", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 70, | |
"name": "Weepinbell", | |
"types": ["Grass", "Poison"], | |
"stats": { | |
"stamina": 130, | |
"attack": 172, | |
"defense": 95 | |
}, | |
"fastMoves": [{ | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bullet Seed", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Razor Leaf", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Power Whip", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Seed Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 71, | |
"name": "Victreebel", | |
"types": ["Grass", "Poison"], | |
"stats": { | |
"stamina": 160, | |
"attack": 207, | |
"defense": 138 | |
}, | |
"fastMoves": [{ | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Razor Leaf", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Leaf Blade", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 72, | |
"name": "Tentacool", | |
"types": ["Water", "Poison"], | |
"stats": { | |
"stamina": 80, | |
"attack": 97, | |
"defense": 182 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Sting", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Bubble Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wrap", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 73, | |
"name": "Tentacruel", | |
"types": ["Water", "Poison"], | |
"stats": { | |
"stamina": 160, | |
"attack": 166, | |
"defense": 237 | |
}, | |
"fastMoves": [{ | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Jab", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Wave", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 74, | |
"name": "Geodude", | |
"types": ["Rock", "Ground"], | |
"stats": { | |
"stamina": 80, | |
"attack": 132, | |
"defense": 163 | |
}, | |
"fastMoves": [{ | |
"name": "Rock Throw", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Slide", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Tomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 75, | |
"name": "Graveler", | |
"types": ["Rock", "Ground"], | |
"stats": { | |
"stamina": 110, | |
"attack": 164, | |
"defense": 196 | |
}, | |
"fastMoves": [{ | |
"name": "Mud-Slap", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Rock Throw", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}], | |
"cinematicMoves": [{ | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Blast", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Slide", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 76, | |
"name": "Golem", | |
"types": ["Rock", "Ground"], | |
"stats": { | |
"stamina": 160, | |
"attack": 211, | |
"defense": 229 | |
}, | |
"fastMoves": [{ | |
"name": "Mud-Slap", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Rock Throw", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}], | |
"cinematicMoves": [{ | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Blast", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 77, | |
"name": "Ponyta", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 100, | |
"attack": 170, | |
"defense": 132 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Flame Charge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flame Wheel", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stomp", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 78, | |
"name": "Rapidash", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 130, | |
"attack": 207, | |
"defense": 167 | |
}, | |
"fastMoves": [{ | |
"name": "Fire Spin", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Low Kick", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Drill Run", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Heat Wave", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 79, | |
"name": "Slowpoke", | |
"types": ["Water", "Psychic"], | |
"stats": { | |
"stamina": 180, | |
"attack": 109, | |
"defense": 109 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psyshock", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 80, | |
"name": "Slowbro", | |
"types": ["Water", "Psychic"], | |
"stats": { | |
"stamina": 190, | |
"attack": 177, | |
"defense": 194 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Ice Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 81, | |
"name": "Magnemite", | |
"types": ["Electric", "Steel"], | |
"stats": { | |
"stamina": 50, | |
"attack": 165, | |
"defense": 128 | |
}, | |
"fastMoves": [{ | |
"name": "Spark", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder Shock", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Discharge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Magnet Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 82, | |
"name": "Magneton", | |
"types": ["Electric", "Steel"], | |
"stats": { | |
"stamina": 100, | |
"attack": 223, | |
"defense": 182 | |
}, | |
"fastMoves": [{ | |
"name": "Charge Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Spark", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder Shock", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Flash Cannon", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Magnet Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zap Cannon", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Discharge", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 83, | |
"name": "Farfetch'd", | |
"types": ["Normal", "Flying"], | |
"stats": { | |
"stamina": 104, | |
"attack": 124, | |
"defense": 118 | |
}, | |
"fastMoves": [{ | |
"name": "Air Slash", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Fury Cutter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Cut", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Air Cutter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Leaf Blade", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 84, | |
"name": "Doduo", | |
"types": ["Normal", "Flying"], | |
"stats": { | |
"stamina": 70, | |
"attack": 158, | |
"defense": 88 | |
}, | |
"fastMoves": [{ | |
"name": "Peck", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Brave Bird", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Drill Peck", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Swift", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 85, | |
"name": "Dodrio", | |
"types": ["Normal", "Flying"], | |
"stats": { | |
"stamina": 120, | |
"attack": 218, | |
"defense": 145 | |
}, | |
"fastMoves": [{ | |
"name": "Feint Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Steel Wing", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Brave Bird", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Drill Peck", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Air Cutter", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 86, | |
"name": "Seel", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 130, | |
"attack": 85, | |
"defense": 128 | |
}, | |
"fastMoves": [{ | |
"name": "Ice Shard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Lick", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}], | |
"cinematicMoves": [{ | |
"name": "Aqua Tail", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Aurora Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Icy Wind", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Aqua Jet", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 87, | |
"name": "Dewgong", | |
"types": ["Water", "Ice"], | |
"stats": { | |
"stamina": 180, | |
"attack": 139, | |
"defense": 184 | |
}, | |
"fastMoves": [{ | |
"name": "Frost Breath", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Iron Tail", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Ice Shard", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Aurora Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Aqua Jet", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Icy Wind", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 88, | |
"name": "Grimer", | |
"types": ["Poison"], | |
"stats": { | |
"stamina": 160, | |
"attack": 135, | |
"defense": 90 | |
}, | |
"fastMoves": [{ | |
"name": "Mud-Slap", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Jab", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}], | |
"cinematicMoves": [{ | |
"name": "Mud Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 89, | |
"name": "Muk", | |
"types": ["Poison"], | |
"stats": { | |
"stamina": 210, | |
"attack": 190, | |
"defense": 184 | |
}, | |
"fastMoves": [{ | |
"name": "Infestation", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Poison Jab", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}, { | |
"name": "Lick", | |
"fromDate": "2016-08-20", | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Dark Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Gunk Shot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Wave", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 90, | |
"name": "Shellder", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 60, | |
"attack": 116, | |
"defense": 168 | |
}, | |
"fastMoves": [{ | |
"name": "Ice Shard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Bubble Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Icy Wind", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 91, | |
"name": "Cloyster", | |
"types": ["Water", "Ice"], | |
"stats": { | |
"stamina": 100, | |
"attack": 186, | |
"defense": 323 | |
}, | |
"fastMoves": [{ | |
"name": "Frost Breath", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Shard", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aurora Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Avalanche", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Blizzard", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Icy Wind", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 92, | |
"name": "Gastly", | |
"types": ["Ghost", "Poison"], | |
"stats": { | |
"stamina": 60, | |
"attack": 186, | |
"defense": 70 | |
}, | |
"fastMoves": [{ | |
"name": "Astonish", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Lick", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sucker Punch", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Dark Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Night Shade", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ominous Wind", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 93, | |
"name": "Haunter", | |
"types": ["Ghost", "Poison"], | |
"stats": { | |
"stamina": 90, | |
"attack": 223, | |
"defense": 112 | |
}, | |
"fastMoves": [{ | |
"name": "Astonish", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Shadow Claw", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Lick", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Dark Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Punch", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Ball", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 94, | |
"name": "Gengar", | |
"types": ["Ghost", "Poison"], | |
"stats": { | |
"stamina": 120, | |
"attack": 261, | |
"defense": 156 | |
}, | |
"fastMoves": [{ | |
"name": "Hex", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Sucker Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Claw", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Focus Blast", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Shadow Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Dark Pulse", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Sludge Wave", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}] | |
}, { | |
"id": 95, | |
"name": "Onix", | |
"types": ["Rock", "Ground"], | |
"stats": { | |
"stamina": 70, | |
"attack": 85, | |
"defense": 288 | |
}, | |
"fastMoves": [{ | |
"name": "Rock Throw", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Heavy Slam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Sand Tomb", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Iron Head", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Rock Slide", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 96, | |
"name": "Drowzee", | |
"types": ["Psychic"], | |
"stats": { | |
"stamina": 120, | |
"attack": 89, | |
"defense": 158 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Psybeam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psyshock", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 97, | |
"name": "Hypno", | |
"types": ["Psychic"], | |
"stats": { | |
"stamina": 170, | |
"attack": 144, | |
"defense": 215 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Focus Blast", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Future Sight", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psyshock", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Shadow Ball", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 98, | |
"name": "Krabby", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 60, | |
"attack": 181, | |
"defense": 156 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Bubble Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Vice Grip", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 99, | |
"name": "Kingler", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 110, | |
"attack": 240, | |
"defense": 214 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Metal Claw", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Vice Grip", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "X-Scissor", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 100, | |
"name": "Voltorb", | |
"types": ["Electric"], | |
"stats": { | |
"stamina": 80, | |
"attack": 109, | |
"defense": 114 | |
}, | |
"fastMoves": [{ | |
"name": "Spark", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Discharge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Gyro Ball", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Signal Beam", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 101, | |
"name": "Electrode", | |
"types": ["Electric"], | |
"stats": { | |
"stamina": 120, | |
"attack": 173, | |
"defense": 179 | |
}, | |
"fastMoves": [{ | |
"name": "Spark", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Volt Switch", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Discharge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 102, | |
"name": "Exeggcute", | |
"types": ["Grass", "Psychic"], | |
"stats": { | |
"stamina": 120, | |
"attack": 107, | |
"defense": 140 | |
}, | |
"fastMoves": [{ | |
"name": "Bullet Seed", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Seed Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 103, | |
"name": "Exeggutor", | |
"types": ["Grass", "Psychic"], | |
"stats": { | |
"stamina": 190, | |
"attack": 233, | |
"defense": 158 | |
}, | |
"fastMoves": [{ | |
"name": "Bullet Seed", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Extrasensory", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Seed Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 104, | |
"name": "Cubone", | |
"types": ["Ground"], | |
"stats": { | |
"stamina": 100, | |
"attack": 90, | |
"defense": 165 | |
}, | |
"fastMoves": [{ | |
"name": "Mud-Slap", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Bone Club", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bulldoze", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 105, | |
"name": "Marowak", | |
"types": ["Ground"], | |
"stats": { | |
"stamina": 120, | |
"attack": 144, | |
"defense": 200 | |
}, | |
"fastMoves": [{ | |
"name": "Mud-Slap", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Bone Club", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 106, | |
"name": "Hitmonlee", | |
"types": ["Fighting"], | |
"stats": { | |
"stamina": 100, | |
"attack": 224, | |
"defense": 211 | |
}, | |
"fastMoves": [{ | |
"name": "Low Kick", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Close Combat", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Low Sweep", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Brick Break", | |
"fromDate": "2016-08-20", | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Stomp", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}] | |
}, { | |
"id": 107, | |
"name": "Hitmonchan", | |
"types": ["Fighting"], | |
"stats": { | |
"stamina": 100, | |
"attack": 193, | |
"defense": 212 | |
}, | |
"fastMoves": [{ | |
"name": "Bullet Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Counter", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Close Combat", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Fire Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Brick Break", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 108, | |
"name": "Lickitung", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 180, | |
"attack": 108, | |
"defense": 137 | |
}, | |
"fastMoves": [{ | |
"name": "Lick", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Power Whip", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stomp", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 109, | |
"name": "Koffing", | |
"types": ["Poison"], | |
"stats": { | |
"stamina": 80, | |
"attack": 119, | |
"defense": 164 | |
}, | |
"fastMoves": [{ | |
"name": "Infestation", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}], | |
"cinematicMoves": [{ | |
"name": "Dark Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 110, | |
"name": "Weezing", | |
"types": ["Poison"], | |
"stats": { | |
"stamina": 130, | |
"attack": 174, | |
"defense": 221 | |
}, | |
"fastMoves": [{ | |
"name": "Infestation", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}], | |
"cinematicMoves": [{ | |
"name": "Dark Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 111, | |
"name": "Rhyhorn", | |
"types": ["Ground", "Rock"], | |
"stats": { | |
"stamina": 160, | |
"attack": 140, | |
"defense": 157 | |
}, | |
"fastMoves": [{ | |
"name": "Mud-Slap", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Bulldoze", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Horn Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stomp", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 112, | |
"name": "Rhydon", | |
"types": ["Ground", "Rock"], | |
"stats": { | |
"stamina": 210, | |
"attack": 222, | |
"defense": 206 | |
}, | |
"fastMoves": [{ | |
"name": "Mud-Slap", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Megahorn", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 113, | |
"name": "Chansey", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 500, | |
"attack": 60, | |
"defense": 176 | |
}, | |
"fastMoves": [{ | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psybeam", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}] | |
}, { | |
"id": 114, | |
"name": "Tangela", | |
"types": ["Grass"], | |
"stats": { | |
"stamina": 130, | |
"attack": 183, | |
"defense": 205 | |
}, | |
"fastMoves": [{ | |
"name": "Infestation", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Vine Whip", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Grass Knot", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Power Whip", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 115, | |
"name": "Kangaskhan", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 210, | |
"attack": 181, | |
"defense": 165 | |
}, | |
"fastMoves": [{ | |
"name": "Low Kick", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud-Slap", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Crunch", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Outrage", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Brick Break", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Stomp", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 116, | |
"name": "Horsea", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 60, | |
"attack": 129, | |
"defense": 125 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Bubble Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dragon Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flash Cannon", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 117, | |
"name": "Seadra", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 110, | |
"attack": 187, | |
"defense": 182 | |
}, | |
"fastMoves": [{ | |
"name": "Dragon Breath", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aurora Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Dragon Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Blizzard", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 118, | |
"name": "Goldeen", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 90, | |
"attack": 123, | |
"defense": 115 | |
}, | |
"fastMoves": [{ | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Peck", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aqua Tail", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Horn Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 119, | |
"name": "Seaking", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 160, | |
"attack": 175, | |
"defense": 154 | |
}, | |
"fastMoves": [{ | |
"name": "Peck", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Jab", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Ice Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Megahorn", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Drill Run", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Icy Wind", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 120, | |
"name": "Staryu", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 60, | |
"attack": 137, | |
"defense": 112 | |
}, | |
"fastMoves": [{ | |
"name": "Tackle", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}], | |
"cinematicMoves": [{ | |
"name": "Bubble Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Power Gem", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Swift", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 121, | |
"name": "Starmie", | |
"types": ["Water", "Psychic"], | |
"stats": { | |
"stamina": 120, | |
"attack": 210, | |
"defense": 184 | |
}, | |
"fastMoves": [{ | |
"name": "Hidden Power", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}, { | |
"name": "Tackle", | |
"fromDate": "2016-08-20", | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Power Gem", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Psybeam", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}] | |
}, { | |
"id": 122, | |
"name": "Mr. Mime", | |
"types": ["Psychic", "Fairy"], | |
"stats": { | |
"stamina": 80, | |
"attack": 192, | |
"defense": 233 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Psybeam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Ball", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 123, | |
"name": "Scyther", | |
"types": ["Bug", "Flying"], | |
"stats": { | |
"stamina": 140, | |
"attack": 218, | |
"defense": 170 | |
}, | |
"fastMoves": [{ | |
"name": "Air Slash", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Fury Cutter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Steel Wing", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Night Slash", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "X-Scissor", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bug Buzz", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 124, | |
"name": "Jynx", | |
"types": ["Ice", "Psychic"], | |
"stats": { | |
"stamina": 130, | |
"attack": 223, | |
"defense": 182 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Frost Breath", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Avalanche", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Draining Kiss", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psyshock", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Punch", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 125, | |
"name": "Electabuzz", | |
"types": ["Electric"], | |
"stats": { | |
"stamina": 130, | |
"attack": 198, | |
"defense": 173 | |
}, | |
"fastMoves": [{ | |
"name": "Low Kick", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder Shock", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Thunder", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 126, | |
"name": "Magmar", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 130, | |
"attack": 206, | |
"defense": 169 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Karate Chop", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fire Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 127, | |
"name": "Pinsir", | |
"types": ["Bug"], | |
"stats": { | |
"stamina": 130, | |
"attack": 238, | |
"defense": 197 | |
}, | |
"fastMoves": [{ | |
"name": "Bug Bite", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fury Cutter", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Close Combat", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Vice Grip", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "X-Scissor", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Submission", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 128, | |
"name": "Tauros", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 150, | |
"attack": 198, | |
"defense": 197 | |
}, | |
"fastMoves": [{ | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Horn Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Iron Head", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 129, | |
"name": "Magikarp", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 40, | |
"attack": 29, | |
"defense": 102 | |
}, | |
"fastMoves": [{ | |
"name": "Splash", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Struggle", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 130, | |
"name": "Gyarados", | |
"types": ["Water", "Flying"], | |
"stats": { | |
"stamina": 190, | |
"attack": 237, | |
"defense": 197 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dragon Tail", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Dragon Breath", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}], | |
"cinematicMoves": [{ | |
"name": "Crunch", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Outrage", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Dragon Pulse", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Twister", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 131, | |
"name": "Lapras", | |
"types": ["Water", "Ice"], | |
"stats": { | |
"stamina": 260, | |
"attack": 165, | |
"defense": 180 | |
}, | |
"fastMoves": [{ | |
"name": "Frost Breath", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Ice Shard", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Ice Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dragon Pulse", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 132, | |
"name": "Ditto", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 96, | |
"attack": 91, | |
"defense": 91 | |
}, | |
"fastMoves": [{ | |
"name": "Transform", | |
"fromDate": "2016-11-21", | |
"toDate": null | |
}, { | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": "2016-11-21" | |
}], | |
"cinematicMoves": [{ | |
"name": "Struggle", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 133, | |
"name": "Eevee", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 110, | |
"attack": 104, | |
"defense": 121 | |
}, | |
"fastMoves": [{ | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Swift", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 134, | |
"name": "Vaporeon", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 260, | |
"attack": 205, | |
"defense": 177 | |
}, | |
"fastMoves": [{ | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aqua Tail", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 135, | |
"name": "Jolteon", | |
"types": ["Electric"], | |
"stats": { | |
"stamina": 130, | |
"attack": 232, | |
"defense": 201 | |
}, | |
"fastMoves": [{ | |
"name": "Thunder Shock", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Volt Switch", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Discharge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 136, | |
"name": "Flareon", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 130, | |
"attack": 246, | |
"defense": 204 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fire Spin", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Overheat", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Heat Wave", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 137, | |
"name": "Porygon", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 130, | |
"attack": 153, | |
"defense": 139 | |
}, | |
"fastMoves": [{ | |
"name": "Charge Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Hidden Power", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": "2016-08-20", | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Hyper Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Zap Cannon", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Discharge", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Psybeam", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Signal Beam", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 138, | |
"name": "Omanyte", | |
"types": ["Rock", "Water"], | |
"stats": { | |
"stamina": 70, | |
"attack": 155, | |
"defense": 174 | |
}, | |
"fastMoves": [{ | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bubble Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Rock Blast", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Brine", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Rock Tomb", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 139, | |
"name": "Omastar", | |
"types": ["Rock", "Water"], | |
"stats": { | |
"stamina": 140, | |
"attack": 207, | |
"defense": 227 | |
}, | |
"fastMoves": [{ | |
"name": "Mud Shot", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Throw", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}], | |
"cinematicMoves": [{ | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Blast", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Rock Slide", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 140, | |
"name": "Kabuto", | |
"types": ["Rock", "Water"], | |
"stats": { | |
"stamina": 60, | |
"attack": 148, | |
"defense": 162 | |
}, | |
"fastMoves": [{ | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Aqua Jet", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Tomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 141, | |
"name": "Kabutops", | |
"types": ["Rock", "Water"], | |
"stats": { | |
"stamina": 120, | |
"attack": 220, | |
"defense": 203 | |
}, | |
"fastMoves": [{ | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Fury Cutter", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 142, | |
"name": "Aerodactyl", | |
"types": ["Rock", "Flying"], | |
"stats": { | |
"stamina": 160, | |
"attack": 221, | |
"defense": 164 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Steel Wing", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Iron Head", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 143, | |
"name": "Snorlax", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 320, | |
"attack": 190, | |
"defense": 190 | |
}, | |
"fastMoves": [{ | |
"name": "Lick", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Heavy Slam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 144, | |
"name": "Articuno", | |
"types": ["Ice", "Flying"], | |
"stats": { | |
"stamina": 180, | |
"attack": 192, | |
"defense": 249 | |
}, | |
"fastMoves": [{ | |
"name": "Frost Breath", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Icy Wind", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 145, | |
"name": "Zapdos", | |
"types": ["Electric", "Flying"], | |
"stats": { | |
"stamina": 180, | |
"attack": 253, | |
"defense": 188 | |
}, | |
"fastMoves": [{ | |
"name": "Charge Beam", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Thunder Shock", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Thunder", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zap Cannon", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Discharge", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 146, | |
"name": "Moltres", | |
"types": ["Fire", "Flying"], | |
"stats": { | |
"stamina": 180, | |
"attack": 251, | |
"defense": 184 | |
}, | |
"fastMoves": [{ | |
"name": "Fire Spin", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Heat Wave", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Overheat", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 147, | |
"name": "Dratini", | |
"types": ["Dragon"], | |
"stats": { | |
"stamina": 82, | |
"attack": 119, | |
"defense": 94 | |
}, | |
"fastMoves": [{ | |
"name": "Dragon Breath", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Iron Tail", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aqua Tail", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Twister", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wrap", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 148, | |
"name": "Dragonair", | |
"types": ["Dragon"], | |
"stats": { | |
"stamina": 122, | |
"attack": 163, | |
"defense": 138 | |
}, | |
"fastMoves": [{ | |
"name": "Dragon Breath", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Iron Tail", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aqua Tail", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dragon Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wrap", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 149, | |
"name": "Dragonite", | |
"types": ["Dragon", "Flying"], | |
"stats": { | |
"stamina": 182, | |
"attack": 263, | |
"defense": 201 | |
}, | |
"fastMoves": [{ | |
"name": "Dragon Tail", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Steel Wing", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dragon Breath", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Hurricane", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Outrage", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Dragon Claw", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Dragon Pulse", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 150, | |
"name": "Mewtwo", | |
"types": ["Psychic"], | |
"stats": { | |
"stamina": 212, | |
"attack": 330, | |
"defense": 200 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psycho Cut", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Focus Blast", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Ball", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 151, | |
"name": "Mew", | |
"types": ["Psychic"], | |
"stats": { | |
"stamina": 200, | |
"attack": 210, | |
"defense": 210 | |
}, | |
"fastMoves": [{ | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Blizzard", | |
"fromDate": "2016-08-20", | |
"toDate": null | |
}, { | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Focus Blast", | |
"fromDate": "2017-02-16", | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dragon Pulse", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Hurricane", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}, { | |
"name": "Moonblast", | |
"fromDate": null, | |
"toDate": "2016-08-20" | |
}] | |
}, { | |
"id": 152, | |
"name": "Chikorita", | |
"types": ["Grass"], | |
"stats": { | |
"stamina": 90, | |
"attack": 92, | |
"defense": 122 | |
}, | |
"fastMoves": [{ | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Vine Whip", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Energy Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Grass Knot", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 153, | |
"name": "Bayleef", | |
"types": ["Grass"], | |
"stats": { | |
"stamina": 120, | |
"attack": 122, | |
"defense": 155 | |
}, | |
"fastMoves": [{ | |
"name": "Razor Leaf", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Energy Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Grass Knot", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 154, | |
"name": "Meganium", | |
"types": ["Grass"], | |
"stats": { | |
"stamina": 160, | |
"attack": 168, | |
"defense": 202 | |
}, | |
"fastMoves": [{ | |
"name": "Razor Leaf", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Vine Whip", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Petal Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 155, | |
"name": "Cyndaquil", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 78, | |
"attack": 116, | |
"defense": 96 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Flame Charge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Swift", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 156, | |
"name": "Quilava", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 116, | |
"attack": 158, | |
"defense": 129 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flame Charge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 157, | |
"name": "Typhlosion", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 156, | |
"attack": 223, | |
"defense": 176 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Claw", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Overheat", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 158, | |
"name": "Totodile", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 100, | |
"attack": 117, | |
"defense": 116 | |
}, | |
"fastMoves": [{ | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aqua Jet", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Crunch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 159, | |
"name": "Croconaw", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 130, | |
"attack": 150, | |
"defense": 151 | |
}, | |
"fastMoves": [{ | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Crunch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 160, | |
"name": "Feraligatr", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 170, | |
"attack": 205, | |
"defense": 197 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Crunch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 161, | |
"name": "Sentret", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 70, | |
"attack": 79, | |
"defense": 77 | |
}, | |
"fastMoves": [{ | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Brick Break", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Grass Knot", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 162, | |
"name": "Furret", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 170, | |
"attack": 148, | |
"defense": 130 | |
}, | |
"fastMoves": [{ | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sucker Punch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Brick Break", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 163, | |
"name": "Hoothoot", | |
"types": ["Normal", "Flying"], | |
"stats": { | |
"stamina": 120, | |
"attack": 67, | |
"defense": 101 | |
}, | |
"fastMoves": [{ | |
"name": "Feint Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Peck", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Night Shade", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sky Attack", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 164, | |
"name": "Noctowl", | |
"types": ["Normal", "Flying"], | |
"stats": { | |
"stamina": 200, | |
"attack": 145, | |
"defense": 179 | |
}, | |
"fastMoves": [{ | |
"name": "Extrasensory", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wing Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Night Shade", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sky Attack", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 165, | |
"name": "Ledyba", | |
"types": ["Bug", "Flying"], | |
"stats": { | |
"stamina": 80, | |
"attack": 72, | |
"defense": 142 | |
}, | |
"fastMoves": [{ | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Silver Wind", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Swift", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 166, | |
"name": "Ledian", | |
"types": ["Bug", "Flying"], | |
"stats": { | |
"stamina": 110, | |
"attack": 107, | |
"defense": 209 | |
}, | |
"fastMoves": [{ | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Struggle Bug", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bug Buzz", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Silver Wind", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 167, | |
"name": "Spinarak", | |
"types": ["Bug", "Poison"], | |
"stats": { | |
"stamina": 80, | |
"attack": 105, | |
"defense": 73 | |
}, | |
"fastMoves": [{ | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Sting", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Cross Poison", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Night Slash", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Signal Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 168, | |
"name": "Ariados", | |
"types": ["Bug", "Poison"], | |
"stats": { | |
"stamina": 140, | |
"attack": 161, | |
"defense": 128 | |
}, | |
"fastMoves": [{ | |
"name": "Infestation", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Poison Sting", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Cross Poison", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Megahorn", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Sneak", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 169, | |
"name": "Crobat", | |
"types": ["Poison", "Flying"], | |
"stats": { | |
"stamina": 170, | |
"attack": 194, | |
"defense": 178 | |
}, | |
"fastMoves": [{ | |
"name": "Air Slash", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Air Cutter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 170, | |
"name": "Chinchou", | |
"types": ["Water", "Electric"], | |
"stats": { | |
"stamina": 150, | |
"attack": 106, | |
"defense": 106 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Spark", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Bubble Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 171, | |
"name": "Lanturn", | |
"types": ["Water", "Electric"], | |
"stats": { | |
"stamina": 250, | |
"attack": 146, | |
"defense": 146 | |
}, | |
"fastMoves": [{ | |
"name": "Charge Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 172, | |
"name": "Pichu", | |
"types": ["Electric"], | |
"stats": { | |
"stamina": 40, | |
"attack": 77, | |
"defense": 63 | |
}, | |
"fastMoves": [{ | |
"name": "Thunder Shock", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Disarming Voice", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 173, | |
"name": "Cleffa", | |
"types": ["Fairy"], | |
"stats": { | |
"stamina": 100, | |
"attack": 75, | |
"defense": 91 | |
}, | |
"fastMoves": [{ | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Grass Knot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psyshock", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Signal Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 174, | |
"name": "Igglybuff", | |
"types": ["Normal", "Fairy"], | |
"stats": { | |
"stamina": 180, | |
"attack": 69, | |
"defense": 34 | |
}, | |
"fastMoves": [{ | |
"name": "Feint Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wild Charge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 175, | |
"name": "Togepi", | |
"types": ["Fairy"], | |
"stats": { | |
"stamina": 70, | |
"attack": 67, | |
"defense": 116 | |
}, | |
"fastMoves": [{ | |
"name": "Hidden Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Peck", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psyshock", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 176, | |
"name": "Togetic", | |
"types": ["Fairy", "Flying"], | |
"stats": { | |
"stamina": 110, | |
"attack": 139, | |
"defense": 191 | |
}, | |
"fastMoves": [{ | |
"name": "Extrasensory", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hidden Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Steel Wing", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 177, | |
"name": "Natu", | |
"types": ["Psychic", "Flying"], | |
"stats": { | |
"stamina": 80, | |
"attack": 134, | |
"defense": 89 | |
}, | |
"fastMoves": [{ | |
"name": "Peck", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Drill Peck", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Night Shade", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psyshock", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 178, | |
"name": "Xatu", | |
"types": ["Psychic", "Flying"], | |
"stats": { | |
"stamina": 130, | |
"attack": 192, | |
"defense": 146 | |
}, | |
"fastMoves": [{ | |
"name": "Air Slash", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Feint Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Future Sight", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ominous Wind", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 179, | |
"name": "Mareep", | |
"types": ["Electric"], | |
"stats": { | |
"stamina": 110, | |
"attack": 114, | |
"defense": 82 | |
}, | |
"fastMoves": [{ | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder Shock", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Discharge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 180, | |
"name": "Flaaffy", | |
"types": ["Electric"], | |
"stats": { | |
"stamina": 140, | |
"attack": 145, | |
"defense": 112 | |
}, | |
"fastMoves": [{ | |
"name": "Charge Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Discharge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Power Gem", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 181, | |
"name": "Ampharos", | |
"types": ["Electric"], | |
"stats": { | |
"stamina": 180, | |
"attack": 211, | |
"defense": 172 | |
}, | |
"fastMoves": [{ | |
"name": "Charge Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Volt Switch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Focus Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zap Cannon", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 182, | |
"name": "Bellossom", | |
"types": ["Grass"], | |
"stats": { | |
"stamina": 150, | |
"attack": 169, | |
"defense": 189 | |
}, | |
"fastMoves": [{ | |
"name": "Acid", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Razor Leaf", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Leaf Blade", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Petal Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 183, | |
"name": "Marill", | |
"types": ["Water", "Fairy"], | |
"stats": { | |
"stamina": 140, | |
"attack": 37, | |
"defense": 93 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aqua Tail", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bubble Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 184, | |
"name": "Azumarill", | |
"types": ["Water", "Fairy"], | |
"stats": { | |
"stamina": 200, | |
"attack": 112, | |
"defense": 152 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Play Rough", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 185, | |
"name": "Sudowoodo", | |
"types": ["Rock"], | |
"stats": { | |
"stamina": 140, | |
"attack": 167, | |
"defense": 198 | |
}, | |
"fastMoves": [{ | |
"name": "Counter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Throw", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Slide", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 186, | |
"name": "Politoed", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 180, | |
"attack": 174, | |
"defense": 192 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 187, | |
"name": "Hoppip", | |
"types": ["Grass", "Flying"], | |
"stats": { | |
"stamina": 70, | |
"attack": 67, | |
"defense": 101 | |
}, | |
"fastMoves": [{ | |
"name": "Bullet Seed", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Grass Knot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Seed Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 188, | |
"name": "Skiploom", | |
"types": ["Grass", "Flying"], | |
"stats": { | |
"stamina": 110, | |
"attack": 91, | |
"defense": 127 | |
}, | |
"fastMoves": [{ | |
"name": "Bullet Seed", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Energy Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Grass Knot", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 189, | |
"name": "Jumpluff", | |
"types": ["Grass", "Flying"], | |
"stats": { | |
"stamina": 150, | |
"attack": 118, | |
"defense": 197 | |
}, | |
"fastMoves": [{ | |
"name": "Bullet Seed", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Infestation", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Energy Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 190, | |
"name": "Aipom", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 110, | |
"attack": 136, | |
"defense": 112 | |
}, | |
"fastMoves": [{ | |
"name": "Astonish", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Low Sweep", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Swift", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 191, | |
"name": "Sunkern", | |
"types": ["Grass"], | |
"stats": { | |
"stamina": 60, | |
"attack": 55, | |
"defense": 55 | |
}, | |
"fastMoves": [{ | |
"name": "Cut", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Razor Leaf", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Energy Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Grass Knot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Seed Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 192, | |
"name": "Sunflora", | |
"types": ["Grass"], | |
"stats": { | |
"stamina": 150, | |
"attack": 185, | |
"defense": 148 | |
}, | |
"fastMoves": [{ | |
"name": "Bullet Seed", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Razor Leaf", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Petal Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 193, | |
"name": "Yanma", | |
"types": ["Bug", "Flying"], | |
"stats": { | |
"stamina": 130, | |
"attack": 154, | |
"defense": 94 | |
}, | |
"fastMoves": [{ | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wing Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Silver Wind", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 194, | |
"name": "Wooper", | |
"types": ["Water", "Ground"], | |
"stats": { | |
"stamina": 110, | |
"attack": 75, | |
"defense": 75 | |
}, | |
"fastMoves": [{ | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Mud Bomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 195, | |
"name": "Quagsire", | |
"types": ["Water", "Ground"], | |
"stats": { | |
"stamina": 190, | |
"attack": 152, | |
"defense": 152 | |
}, | |
"fastMoves": [{ | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Bomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 196, | |
"name": "Espeon", | |
"types": ["Psychic"], | |
"stats": { | |
"stamina": 130, | |
"attack": 261, | |
"defense": 194 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Future Sight", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psybeam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 197, | |
"name": "Umbreon", | |
"types": ["Dark"], | |
"stats": { | |
"stamina": 190, | |
"attack": 126, | |
"defense": 250 | |
}, | |
"fastMoves": [{ | |
"name": "Feint Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Snarl", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dark Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Foul Play", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 198, | |
"name": "Murkrow", | |
"types": ["Dark", "Flying"], | |
"stats": { | |
"stamina": 120, | |
"attack": 175, | |
"defense": 87 | |
}, | |
"fastMoves": [{ | |
"name": "Feint Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Peck", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dark Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Drill Peck", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Foul Play", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 199, | |
"name": "Slowking", | |
"types": ["Water", "Psychic"], | |
"stats": { | |
"stamina": 190, | |
"attack": 177, | |
"defense": 194 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 200, | |
"name": "Misdreavus", | |
"types": ["Ghost"], | |
"stats": { | |
"stamina": 120, | |
"attack": 167, | |
"defense": 167 | |
}, | |
"fastMoves": [{ | |
"name": "Astonish", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hex", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dark Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ominous Wind", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Shadow Sneak", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 201, | |
"name": "Unown", | |
"types": ["Psychic"], | |
"stats": { | |
"stamina": 96, | |
"attack": 136, | |
"defense": 91 | |
}, | |
"fastMoves": [{ | |
"name": "Hidden Power", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Struggle", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 202, | |
"name": "Wobbuffet", | |
"types": ["Psychic"], | |
"stats": { | |
"stamina": 380, | |
"attack": 60, | |
"defense": 106 | |
}, | |
"fastMoves": [{ | |
"name": "Counter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Splash", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Mirror Coat", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 203, | |
"name": "Girafarig", | |
"types": ["Normal", "Psychic"], | |
"stats": { | |
"stamina": 140, | |
"attack": 182, | |
"defense": 133 | |
}, | |
"fastMoves": [{ | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Mirror Coat", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 204, | |
"name": "Pineco", | |
"types": ["Bug"], | |
"stats": { | |
"stamina": 100, | |
"attack": 108, | |
"defense": 146 | |
}, | |
"fastMoves": [{ | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Gyro Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Tomb", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sand Tomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 205, | |
"name": "Forretress", | |
"types": ["Bug", "Steel"], | |
"stats": { | |
"stamina": 150, | |
"attack": 161, | |
"defense": 242 | |
}, | |
"fastMoves": [{ | |
"name": "Bug Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Struggle Bug", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Heavy Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Tomb", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 206, | |
"name": "Dunsparce", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 200, | |
"attack": 131, | |
"defense": 131 | |
}, | |
"fastMoves": [{ | |
"name": "Astonish", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Drill Run", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Slide", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 207, | |
"name": "Gligar", | |
"types": ["Ground", "Flying"], | |
"stats": { | |
"stamina": 130, | |
"attack": 143, | |
"defense": 204 | |
}, | |
"fastMoves": [{ | |
"name": "Fury Cutter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wing Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Night Slash", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 208, | |
"name": "Steelix", | |
"types": ["Steel", "Ground"], | |
"stats": { | |
"stamina": 150, | |
"attack": 148, | |
"defense": 333 | |
}, | |
"fastMoves": [{ | |
"name": "Dragon Tail", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Iron Tail", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Crunch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Heavy Slam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 209, | |
"name": "Snubbull", | |
"types": ["Fairy"], | |
"stats": { | |
"stamina": 120, | |
"attack": 137, | |
"defense": 89 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Brick Break", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Crunch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 210, | |
"name": "Granbull", | |
"types": ["Fairy"], | |
"stats": { | |
"stamina": 180, | |
"attack": 212, | |
"defense": 137 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Snarl", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Close Combat", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Crunch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Play Rough", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 211, | |
"name": "Qwilfish", | |
"types": ["Water", "Poison"], | |
"stats": { | |
"stamina": 130, | |
"attack": 184, | |
"defense": 148 | |
}, | |
"fastMoves": [{ | |
"name": "Poison Sting", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aqua Tail", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sludge Wave", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 212, | |
"name": "Scizor", | |
"types": ["Bug", "Steel"], | |
"stats": { | |
"stamina": 140, | |
"attack": 236, | |
"defense": 191 | |
}, | |
"fastMoves": [{ | |
"name": "Bullet Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fury Cutter", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Iron Head", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Night Slash", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "X-Scissor", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 213, | |
"name": "Shuckle", | |
"types": ["Bug", "Rock"], | |
"stats": { | |
"stamina": 40, | |
"attack": 17, | |
"defense": 396 | |
}, | |
"fastMoves": [{ | |
"name": "Rock Throw", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Struggle Bug", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Gyro Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 214, | |
"name": "Heracross", | |
"types": ["Bug", "Fighting"], | |
"stats": { | |
"stamina": 160, | |
"attack": 234, | |
"defense": 189 | |
}, | |
"fastMoves": [{ | |
"name": "Counter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Struggle Bug", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Close Combat", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Megahorn", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 215, | |
"name": "Sneasel", | |
"types": ["Dark", "Ice"], | |
"stats": { | |
"stamina": 110, | |
"attack": 189, | |
"defense": 157 | |
}, | |
"fastMoves": [{ | |
"name": "Feint Attack", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Shard", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Avalanche", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Foul Play", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Punch", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 216, | |
"name": "Teddiursa", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 120, | |
"attack": 142, | |
"defense": 93 | |
}, | |
"fastMoves": [{ | |
"name": "Lick", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Scratch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Cross Chop", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Crunch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Play Rough", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 217, | |
"name": "Ursaring", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 180, | |
"attack": 236, | |
"defense": 144 | |
}, | |
"fastMoves": [{ | |
"name": "Counter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Metal Claw", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Close Combat", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Play Rough", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 218, | |
"name": "Slugma", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 80, | |
"attack": 118, | |
"defense": 71 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Throw", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Flame Burst", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flame Charge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Slide", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 219, | |
"name": "Magcargo", | |
"types": ["Fire", "Rock"], | |
"stats": { | |
"stamina": 100, | |
"attack": 139, | |
"defense": 209 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Throw", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Heat Wave", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Overheat", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 220, | |
"name": "Swinub", | |
"types": ["Ice", "Ground"], | |
"stats": { | |
"stamina": 100, | |
"attack": 90, | |
"defense": 74 | |
}, | |
"fastMoves": [{ | |
"name": "Powder Snow", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Icy Wind", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Slide", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 221, | |
"name": "Piloswine", | |
"types": ["Ice", "Ground"], | |
"stats": { | |
"stamina": 200, | |
"attack": 181, | |
"defense": 147 | |
}, | |
"fastMoves": [{ | |
"name": "Ice Shard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Powder Snow", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Avalanche", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bulldoze", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 222, | |
"name": "Corsola", | |
"types": ["Water", "Rock"], | |
"stats": { | |
"stamina": 110, | |
"attack": 118, | |
"defense": 156 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Bubble Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Power Gem", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Blast", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 223, | |
"name": "Remoraid", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 70, | |
"attack": 127, | |
"defense": 69 | |
}, | |
"fastMoves": [{ | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aurora Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 224, | |
"name": "Octillery", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 150, | |
"attack": 197, | |
"defense": 141 | |
}, | |
"fastMoves": [{ | |
"name": "Mud Shot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aurora Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Gunk Shot", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 225, | |
"name": "Delibird", | |
"types": ["Ice", "Flying"], | |
"stats": { | |
"stamina": 90, | |
"attack": 128, | |
"defense": 90 | |
}, | |
"fastMoves": [{ | |
"name": "Ice Shard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Quick Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Icy Wind", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 226, | |
"name": "Mantine", | |
"types": ["Water", "Flying"], | |
"stats": { | |
"stamina": 130, | |
"attack": 148, | |
"defense": 260 | |
}, | |
"fastMoves": [{ | |
"name": "Bubble", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wing Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Aerial Ace", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 227, | |
"name": "Skarmory", | |
"types": ["Steel", "Flying"], | |
"stats": { | |
"stamina": 130, | |
"attack": 148, | |
"defense": 260 | |
}, | |
"fastMoves": [{ | |
"name": "Air Slash", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Steel Wing", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Brave Bird", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flash Cannon", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sky Attack", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 228, | |
"name": "Houndour", | |
"types": ["Dark", "Fire"], | |
"stats": { | |
"stamina": 90, | |
"attack": 152, | |
"defense": 93 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Feint Attack", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Crunch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dark Pulse", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 229, | |
"name": "Houndoom", | |
"types": ["Dark", "Fire"], | |
"stats": { | |
"stamina": 150, | |
"attack": 224, | |
"defense": 159 | |
}, | |
"fastMoves": [{ | |
"name": "Fire Fang", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Snarl", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Crunch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Foul Play", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 230, | |
"name": "Kingdra", | |
"types": ["Water", "Dragon"], | |
"stats": { | |
"stamina": 150, | |
"attack": 194, | |
"defense": 194 | |
}, | |
"fastMoves": [{ | |
"name": "Dragon Breath", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Gun", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Blizzard", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Outrage", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 231, | |
"name": "Phanpy", | |
"types": ["Ground"], | |
"stats": { | |
"stamina": 180, | |
"attack": 107, | |
"defense": 107 | |
}, | |
"fastMoves": [{ | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Bulldoze", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Slide", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 232, | |
"name": "Donphan", | |
"types": ["Ground"], | |
"stats": { | |
"stamina": 180, | |
"attack": 214, | |
"defense": 214 | |
}, | |
"fastMoves": [{ | |
"name": "Counter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Earthquake", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Heavy Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Play Rough", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 233, | |
"name": "Porygon2", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 170, | |
"attack": 198, | |
"defense": 183 | |
}, | |
"fastMoves": [{ | |
"name": "Charge Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hidden Power", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zap Cannon", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 234, | |
"name": "Stantler", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 146, | |
"attack": 192, | |
"defense": 132 | |
}, | |
"fastMoves": [{ | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Megahorn", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stomp", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wild Charge", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 235, | |
"name": "Smeargle", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 110, | |
"attack": 40, | |
"defense": 88 | |
}, | |
"fastMoves": [{ | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Struggle", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 236, | |
"name": "Tyrogue", | |
"types": ["Fighting"], | |
"stats": { | |
"stamina": 70, | |
"attack": 64, | |
"defense": 64 | |
}, | |
"fastMoves": [{ | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Brick Break", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Low Sweep", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Slide", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 237, | |
"name": "Hitmontop", | |
"types": ["Fighting"], | |
"stats": { | |
"stamina": 100, | |
"attack": 173, | |
"defense": 214 | |
}, | |
"fastMoves": [{ | |
"name": "Counter", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Close Combat", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Gyro Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 238, | |
"name": "Smoochum", | |
"types": ["Ice", "Psychic"], | |
"stats": { | |
"stamina": 90, | |
"attack": 153, | |
"defense": 116 | |
}, | |
"fastMoves": [{ | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Powder Snow", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Frost Breath", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}], | |
"cinematicMoves": [{ | |
"name": "Ice Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Ice Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psyshock", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 239, | |
"name": "Elekid", | |
"types": ["Electric"], | |
"stats": { | |
"stamina": 90, | |
"attack": 135, | |
"defense": 110 | |
}, | |
"fastMoves": [{ | |
"name": "Low Kick", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder Shock", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Brick Break", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Discharge", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunder Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 240, | |
"name": "Magby", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 90, | |
"attack": 151, | |
"defense": 108 | |
}, | |
"fastMoves": [{ | |
"name": "Ember", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Karate Chop", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Brick Break", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fire Punch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flame Burst", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": "2017-02-16" | |
}] | |
}, { | |
"id": 241, | |
"name": "Miltank", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 190, | |
"attack": 157, | |
"defense": 211 | |
}, | |
"fastMoves": [{ | |
"name": "Tackle", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Body Slam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Gyro Ball", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stomp", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 242, | |
"name": "Blissey", | |
"types": ["Normal"], | |
"stats": { | |
"stamina": 510, | |
"attack": 129, | |
"defense": 229 | |
}, | |
"fastMoves": [{ | |
"name": "Pound", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Zen Headbutt", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 243, | |
"name": "Raikou", | |
"types": ["Electric"], | |
"stats": { | |
"stamina": 180, | |
"attack": 241, | |
"defense": 210 | |
}, | |
"fastMoves": [{ | |
"name": "Thunder Shock", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Volt Switch", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Thunder", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Thunderbolt", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Wild Charge", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 244, | |
"name": "Entei", | |
"types": ["Fire"], | |
"stats": { | |
"stamina": 230, | |
"attack": 235, | |
"defense": 176 | |
}, | |
"fastMoves": [{ | |
"name": "Fire Fang", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fire Spin", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Flamethrower", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Overheat", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 245, | |
"name": "Suicune", | |
"types": ["Water"], | |
"stats": { | |
"stamina": 200, | |
"attack": 180, | |
"defense": 235 | |
}, | |
"fastMoves": [{ | |
"name": "Extrasensory", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Snarl", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Bubble Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Water Pulse", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 246, | |
"name": "Larvitar", | |
"types": ["Rock", "Ground"], | |
"stats": { | |
"stamina": 100, | |
"attack": 115, | |
"defense": 93 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Crunch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stomp", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 247, | |
"name": "Pupitar", | |
"types": ["Rock", "Ground"], | |
"stats": { | |
"stamina": 140, | |
"attack": 155, | |
"defense": 133 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Rock Smash", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Ancient Power", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Crunch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Dig", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 248, | |
"name": "Tyranitar", | |
"types": ["Rock", "Dark"], | |
"stats": { | |
"stamina": 200, | |
"attack": 251, | |
"defense": 212 | |
}, | |
"fastMoves": [{ | |
"name": "Bite", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Iron Tail", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Crunch", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Stone Edge", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 249, | |
"name": "Lugia", | |
"types": ["Psychic", "Flying"], | |
"stats": { | |
"stamina": 212, | |
"attack": 193, | |
"defense": 323 | |
}, | |
"fastMoves": [{ | |
"name": "Dragon Tail", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Extrasensory", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Future Sight", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hydro Pump", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Sky Attack", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 250, | |
"name": "Ho-Oh", | |
"types": ["Fire", "Flying"], | |
"stats": { | |
"stamina": 212, | |
"attack": 263, | |
"defense": 301 | |
}, | |
"fastMoves": [{ | |
"name": "Extrasensory", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Steel Wing", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Brave Bird", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Fire Blast", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Solar Beam", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}, { | |
"id": 251, | |
"name": "Celebi", | |
"types": ["Psychic", "Grass"], | |
"stats": { | |
"stamina": 200, | |
"attack": 210, | |
"defense": 210 | |
}, | |
"fastMoves": [{ | |
"name": "Charge Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Confusion", | |
"fromDate": null, | |
"toDate": null | |
}], | |
"cinematicMoves": [{ | |
"name": "Dazzling Gleam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Hyper Beam", | |
"fromDate": null, | |
"toDate": null | |
}, { | |
"name": "Psychic", | |
"fromDate": null, | |
"toDate": null | |
}] | |
}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fastMoves": [{ | |
"id": 200, | |
"key": "V0200_MOVE_FURY_CUTTER_FAST", | |
"name": "Fury Cutter", | |
"type": "Bug", | |
"power": 3, | |
"chargePercentage": 6 | |
}, { | |
"id": 201, | |
"key": "V0201_MOVE_BUG_BITE_FAST", | |
"name": "Bug Bite", | |
"type": "Bug", | |
"power": 5, | |
"chargePercentage": 6 | |
}, { | |
"id": 202, | |
"key": "V0202_MOVE_BITE_FAST", | |
"name": "Bite", | |
"type": "Dark", | |
"power": 6, | |
"chargePercentage": 4 | |
}, { | |
"id": 203, | |
"key": "V0203_MOVE_SUCKER_PUNCH_FAST", | |
"name": "Sucker Punch", | |
"type": "Dark", | |
"power": 7, | |
"chargePercentage": 8 | |
}, { | |
"id": 204, | |
"key": "V0204_MOVE_DRAGON_BREATH_FAST", | |
"name": "Dragon Breath", | |
"type": "Dragon", | |
"power": 6, | |
"chargePercentage": 4 | |
}, { | |
"id": 205, | |
"key": "V0205_MOVE_THUNDER_SHOCK_FAST", | |
"name": "Thunder Shock", | |
"type": "Electric", | |
"power": 5, | |
"chargePercentage": 8 | |
}, { | |
"id": 206, | |
"key": "V0206_MOVE_SPARK_FAST", | |
"name": "Spark", | |
"type": "Electric", | |
"power": 6, | |
"chargePercentage": 9 | |
}, { | |
"id": 207, | |
"key": "V0207_MOVE_LOW_KICK_FAST", | |
"name": "Low Kick", | |
"type": "Fighting", | |
"power": 6, | |
"chargePercentage": 6 | |
}, { | |
"id": 208, | |
"key": "V0208_MOVE_KARATE_CHOP_FAST", | |
"name": "Karate Chop", | |
"type": "Fighting", | |
"power": 8, | |
"chargePercentage": 10 | |
}, { | |
"id": 209, | |
"key": "V0209_MOVE_EMBER_FAST", | |
"name": "Ember", | |
"type": "Fire", | |
"power": 10, | |
"chargePercentage": 10 | |
}, { | |
"id": 210, | |
"key": "V0210_MOVE_WING_ATTACK_FAST", | |
"name": "Wing Attack", | |
"type": "Flying", | |
"power": 8, | |
"chargePercentage": 9 | |
}, { | |
"id": 211, | |
"key": "V0211_MOVE_PECK_FAST", | |
"name": "Peck", | |
"type": "Flying", | |
"power": 10, | |
"chargePercentage": 10 | |
}, { | |
"id": 212, | |
"key": "V0212_MOVE_LICK_FAST", | |
"name": "Lick", | |
"type": "Ghost", | |
"power": 5, | |
"chargePercentage": 6 | |
}, { | |
"id": 213, | |
"key": "V0213_MOVE_SHADOW_CLAW_FAST", | |
"name": "Shadow Claw", | |
"type": "Ghost", | |
"power": 9, | |
"chargePercentage": 6 | |
}, { | |
"id": 214, | |
"key": "V0214_MOVE_VINE_WHIP_FAST", | |
"name": "Vine Whip", | |
"type": "Grass", | |
"power": 7, | |
"chargePercentage": 6 | |
}, { | |
"id": 215, | |
"key": "V0215_MOVE_RAZOR_LEAF_FAST", | |
"name": "Razor Leaf", | |
"type": "Grass", | |
"power": 13, | |
"chargePercentage": 7 | |
}, { | |
"id": 216, | |
"key": "V0216_MOVE_MUD_SHOT_FAST", | |
"name": "Mud Shot", | |
"type": "Ground", | |
"power": 5, | |
"chargePercentage": 7 | |
}, { | |
"id": 217, | |
"key": "V0217_MOVE_ICE_SHARD_FAST", | |
"name": "Ice Shard", | |
"type": "Ice", | |
"power": 12, | |
"chargePercentage": 12 | |
}, { | |
"id": 218, | |
"key": "V0218_MOVE_FROST_BREATH_FAST", | |
"name": "Frost Breath", | |
"type": "Ice", | |
"power": 10, | |
"chargePercentage": 8 | |
}, { | |
"id": 219, | |
"key": "V0219_MOVE_QUICK_ATTACK_FAST", | |
"name": "Quick Attack", | |
"type": "Normal", | |
"power": 8, | |
"chargePercentage": 10 | |
}, { | |
"id": 220, | |
"key": "V0220_MOVE_SCRATCH_FAST", | |
"name": "Scratch", | |
"type": "Normal", | |
"power": 6, | |
"chargePercentage": 4 | |
}, { | |
"id": 221, | |
"key": "V0221_MOVE_TACKLE_FAST", | |
"name": "Tackle", | |
"type": "Normal", | |
"power": 5, | |
"chargePercentage": 5 | |
}, { | |
"id": 222, | |
"key": "V0222_MOVE_POUND_FAST", | |
"name": "Pound", | |
"type": "Normal", | |
"power": 7, | |
"chargePercentage": 6 | |
}, { | |
"id": 223, | |
"key": "V0223_MOVE_CUT_FAST", | |
"name": "Cut", | |
"type": "Normal", | |
"power": 5, | |
"chargePercentage": 5 | |
}, { | |
"id": 224, | |
"key": "V0224_MOVE_POISON_JAB_FAST", | |
"name": "Poison Jab", | |
"type": "Poison", | |
"power": 10, | |
"chargePercentage": 7 | |
}, { | |
"id": 225, | |
"key": "V0225_MOVE_ACID_FAST", | |
"name": "Acid", | |
"type": "Poison", | |
"power": 9, | |
"chargePercentage": 8 | |
}, { | |
"id": 226, | |
"key": "V0226_MOVE_PSYCHO_CUT_FAST", | |
"name": "Psycho Cut", | |
"type": "Psychic", | |
"power": 5, | |
"chargePercentage": 8 | |
}, { | |
"id": 227, | |
"key": "V0227_MOVE_ROCK_THROW_FAST", | |
"name": "Rock Throw", | |
"type": "Rock", | |
"power": 12, | |
"chargePercentage": 7 | |
}, { | |
"id": 228, | |
"key": "V0228_MOVE_METAL_CLAW_FAST", | |
"name": "Metal Claw", | |
"type": "Steel", | |
"power": 8, | |
"chargePercentage": 7 | |
}, { | |
"id": 229, | |
"key": "V0229_MOVE_BULLET_PUNCH_FAST", | |
"name": "Bullet Punch", | |
"type": "Steel", | |
"power": 9, | |
"chargePercentage": 10 | |
}, { | |
"id": 230, | |
"key": "V0230_MOVE_WATER_GUN_FAST", | |
"name": "Water Gun", | |
"type": "Water", | |
"power": 5, | |
"chargePercentage": 5 | |
}, { | |
"id": 231, | |
"key": "V0231_MOVE_SPLASH_FAST", | |
"name": "Splash", | |
"type": "Water", | |
"power": 0, | |
"chargePercentage": 20 | |
}, { | |
"id": 232, | |
"key": "V0232_MOVE_WATER_GUN_FAST_BLASTOISE", | |
"name": "Water Gun (Blastoise)", | |
"type": "", | |
"power": 10, | |
"chargePercentage": 6 | |
}, { | |
"id": 233, | |
"key": "V0233_MOVE_MUD_SLAP_FAST", | |
"name": "Mud-Slap", | |
"type": "Ground", | |
"power": 15, | |
"chargePercentage": 12 | |
}, { | |
"id": 234, | |
"key": "V0234_MOVE_ZEN_HEADBUTT_FAST", | |
"name": "Zen Headbutt", | |
"type": "Psychic", | |
"power": 12, | |
"chargePercentage": 10 | |
}, { | |
"id": 235, | |
"key": "V0235_MOVE_CONFUSION_FAST", | |
"name": "Confusion", | |
"type": "Psychic", | |
"power": 20, | |
"chargePercentage": 15 | |
}, { | |
"id": 236, | |
"key": "V0236_MOVE_POISON_STING_FAST", | |
"name": "Poison Sting", | |
"type": "Poison", | |
"power": 5, | |
"chargePercentage": 7 | |
}, { | |
"id": 237, | |
"key": "V0237_MOVE_BUBBLE_FAST", | |
"name": "Bubble", | |
"type": "Water", | |
"power": 12, | |
"chargePercentage": 14 | |
}, { | |
"id": 238, | |
"key": "V0238_MOVE_FEINT_ATTACK_FAST", | |
"name": "Feint Attack", | |
"type": "Dark", | |
"power": 10, | |
"chargePercentage": 9 | |
}, { | |
"id": 239, | |
"key": "V0239_MOVE_STEEL_WING_FAST", | |
"name": "Steel Wing", | |
"type": "Steel", | |
"power": 11, | |
"chargePercentage": 6 | |
}, { | |
"id": 240, | |
"key": "V0240_MOVE_FIRE_FANG_FAST", | |
"name": "Fire Fang", | |
"type": "Fire", | |
"power": 11, | |
"chargePercentage": 8 | |
}, { | |
"id": 241, | |
"key": "V0241_MOVE_ROCK_SMASH_FAST", | |
"name": "Rock Smash", | |
"type": "Fighting", | |
"power": 15, | |
"chargePercentage": 10 | |
}, { | |
"id": 242, | |
"key": "V0242_MOVE_TRANSFORM_FAST", | |
"name": "Transform", | |
"type": "Normal", | |
"power": 0, | |
"chargePercentage": 0 | |
}, { | |
"id": 243, | |
"key": "V0243_MOVE_COUNTER_FAST", | |
"name": "Counter", | |
"type": "Fighting", | |
"power": 12, | |
"chargePercentage": 8 | |
}, { | |
"id": 244, | |
"key": "V0244_MOVE_POWDER_SNOW_FAST", | |
"name": "Powder Snow", | |
"type": "Ice", | |
"power": 6, | |
"chargePercentage": 15 | |
}, { | |
"id": 249, | |
"key": "V0249_MOVE_CHARGE_BEAM_FAST", | |
"name": "Charge Beam", | |
"type": "Electric", | |
"power": 8, | |
"chargePercentage": 15 | |
}, { | |
"id": 250, | |
"key": "V0250_MOVE_VOLT_SWITCH_FAST", | |
"name": "Volt Switch", | |
"type": "Electric", | |
"power": 20, | |
"chargePercentage": 25 | |
}, { | |
"id": 253, | |
"key": "V0253_MOVE_DRAGON_TAIL_FAST", | |
"name": "Dragon Tail", | |
"type": "Dragon", | |
"power": 15, | |
"chargePercentage": 9 | |
}, { | |
"id": 255, | |
"key": "V0255_MOVE_AIR_SLASH_FAST", | |
"name": "Air Slash", | |
"type": "Flying", | |
"power": 14, | |
"chargePercentage": 10 | |
}, { | |
"id": 260, | |
"key": "V0260_MOVE_INFESTATION_FAST", | |
"name": "Infestation", | |
"type": "Bug", | |
"power": 10, | |
"chargePercentage": 14 | |
}, { | |
"id": 261, | |
"key": "V0261_MOVE_STRUGGLE_BUG_FAST", | |
"name": "Struggle Bug", | |
"type": "Bug", | |
"power": 15, | |
"chargePercentage": 15 | |
}, { | |
"id": 263, | |
"key": "V0263_MOVE_ASTONISH_FAST", | |
"name": "Astonish", | |
"type": "Ghost", | |
"power": 8, | |
"chargePercentage": 14 | |
}, { | |
"id": 264, | |
"key": "V0264_MOVE_HEX_FAST", | |
"name": "Hex", | |
"type": "Ghost", | |
"power": 10, | |
"chargePercentage": 15 | |
}, { | |
"id": 266, | |
"key": "V0266_MOVE_IRON_TAIL_FAST", | |
"name": "Iron Tail", | |
"type": "Steel", | |
"power": 15, | |
"chargePercentage": 7 | |
}, { | |
"id": 269, | |
"key": "V0269_MOVE_FIRE_SPIN_FAST", | |
"name": "Fire Spin", | |
"type": "Fire", | |
"power": 14, | |
"chargePercentage": 10 | |
}, { | |
"id": 271, | |
"key": "V0271_MOVE_BULLET_SEED_FAST", | |
"name": "Bullet Seed", | |
"type": "Grass", | |
"power": 8, | |
"chargePercentage": 14 | |
}, { | |
"id": 274, | |
"key": "V0274_MOVE_EXTRASENSORY_FAST", | |
"name": "Extrasensory", | |
"type": "Psychic", | |
"power": 12, | |
"chargePercentage": 12 | |
}, { | |
"id": 278, | |
"key": "V0278_MOVE_SNARL_FAST", | |
"name": "Snarl", | |
"type": "Dark", | |
"power": 12, | |
"chargePercentage": 12 | |
}, { | |
"id": 281, | |
"key": "V0281_MOVE_HIDDEN_POWER_FAST", | |
"name": "Hidden Power", | |
"type": "Normal", | |
"power": 15, | |
"chargePercentage": 15 | |
}], | |
"cinematicMoves": [{ | |
"id": 13, | |
"key": "V0013_MOVE_WRAP", | |
"name": "Wrap", | |
"type": "Normal", | |
"energy": 3, | |
"power": 60 | |
}, { | |
"id": 14, | |
"key": "V0014_MOVE_HYPER_BEAM", | |
"name": "Hyper Beam", | |
"type": "Normal", | |
"energy": 1, | |
"power": 150 | |
}, { | |
"id": 16, | |
"key": "V0016_MOVE_DARK_PULSE", | |
"name": "Dark Pulse", | |
"type": "Dark", | |
"energy": 2, | |
"power": 80 | |
}, { | |
"id": 18, | |
"key": "V0018_MOVE_SLUDGE", | |
"name": "Sludge", | |
"type": "Poison", | |
"energy": 3, | |
"power": 50 | |
}, { | |
"id": 20, | |
"key": "V0020_MOVE_VICE_GRIP", | |
"name": "Vice Grip", | |
"type": "Normal", | |
"energy": 3, | |
"power": 35 | |
}, { | |
"id": 21, | |
"key": "V0021_MOVE_FLAME_WHEEL", | |
"name": "Flame Wheel", | |
"type": "Fire", | |
"energy": 2, | |
"power": 60 | |
}, { | |
"id": 22, | |
"key": "V0022_MOVE_MEGAHORN", | |
"name": "Megahorn", | |
"type": "Bug", | |
"energy": 1, | |
"power": 90 | |
}, { | |
"id": 24, | |
"key": "V0024_MOVE_FLAMETHROWER", | |
"name": "Flamethrower", | |
"type": "Fire", | |
"energy": 2, | |
"power": 70 | |
}, { | |
"id": 26, | |
"key": "V0026_MOVE_DIG", | |
"name": "Dig", | |
"type": "Ground", | |
"energy": 2, | |
"power": 100 | |
}, { | |
"id": 28, | |
"key": "V0028_MOVE_CROSS_CHOP", | |
"name": "Cross Chop", | |
"type": "Fighting", | |
"energy": 2, | |
"power": 50 | |
}, { | |
"id": 30, | |
"key": "V0030_MOVE_PSYBEAM", | |
"name": "Psybeam", | |
"type": "Psychic", | |
"energy": 2, | |
"power": 70 | |
}, { | |
"id": 31, | |
"key": "V0031_MOVE_EARTHQUAKE", | |
"name": "Earthquake", | |
"type": "Ground", | |
"energy": 1, | |
"power": 120 | |
}, { | |
"id": 32, | |
"key": "V0032_MOVE_STONE_EDGE", | |
"name": "Stone Edge", | |
"type": "Rock", | |
"energy": 1, | |
"power": 100 | |
}, { | |
"id": 33, | |
"key": "V0033_MOVE_ICE_PUNCH", | |
"name": "Ice Punch", | |
"type": "Ice", | |
"energy": 3, | |
"power": 50 | |
}, { | |
"id": 34, | |
"key": "V0034_MOVE_HEART_STAMP", | |
"name": "Heart Stamp", | |
"type": "Psychic", | |
"energy": 3, | |
"power": 40 | |
}, { | |
"id": 35, | |
"key": "V0035_MOVE_DISCHARGE", | |
"name": "Discharge", | |
"type": "Electric", | |
"energy": 3, | |
"power": 65 | |
}, { | |
"id": 36, | |
"key": "V0036_MOVE_FLASH_CANNON", | |
"name": "Flash Cannon", | |
"type": "Steel", | |
"energy": 1, | |
"power": 100 | |
}, { | |
"id": 38, | |
"key": "V0038_MOVE_DRILL_PECK", | |
"name": "Drill Peck", | |
"type": "Flying", | |
"energy": 3, | |
"power": 60 | |
}, { | |
"id": 39, | |
"key": "V0039_MOVE_ICE_BEAM", | |
"name": "Ice Beam", | |
"type": "Ice", | |
"energy": 2, | |
"power": 90 | |
}, { | |
"id": 40, | |
"key": "V0040_MOVE_BLIZZARD", | |
"name": "Blizzard", | |
"type": "Ice", | |
"energy": 1, | |
"power": 130 | |
}, { | |
"id": 42, | |
"key": "V0042_MOVE_HEAT_WAVE", | |
"name": "Heat Wave", | |
"type": "Fire", | |
"energy": 1, | |
"power": 95 | |
}, { | |
"id": 45, | |
"key": "V0045_MOVE_AERIAL_ACE", | |
"name": "Aerial Ace", | |
"type": "Flying", | |
"energy": 3, | |
"power": 55 | |
}, { | |
"id": 46, | |
"key": "V0046_MOVE_DRILL_RUN", | |
"name": "Drill Run", | |
"type": "Ground", | |
"energy": 2, | |
"power": 80 | |
}, { | |
"id": 47, | |
"key": "V0047_MOVE_PETAL_BLIZZARD", | |
"name": "Petal Blizzard", | |
"type": "Grass", | |
"energy": 1, | |
"power": 110 | |
}, { | |
"id": 48, | |
"key": "V0048_MOVE_MEGA_DRAIN", | |
"name": "Mega Drain", | |
"type": "Grass", | |
"energy": 2, | |
"power": 25 | |
}, { | |
"id": 49, | |
"key": "V0049_MOVE_BUG_BUZZ", | |
"name": "Bug Buzz", | |
"type": "Bug", | |
"energy": 2, | |
"power": 90 | |
}, { | |
"id": 50, | |
"key": "V0050_MOVE_POISON_FANG", | |
"name": "Poison Fang", | |
"type": "Poison", | |
"energy": 3, | |
"power": 35 | |
}, { | |
"id": 51, | |
"key": "V0051_MOVE_NIGHT_SLASH", | |
"name": "Night Slash", | |
"type": "Dark", | |
"energy": 3, | |
"power": 50 | |
}, { | |
"id": 53, | |
"key": "V0053_MOVE_BUBBLE_BEAM", | |
"name": "Bubble Beam", | |
"type": "Water", | |
"energy": 3, | |
"power": 45 | |
}, { | |
"id": 54, | |
"key": "V0054_MOVE_SUBMISSION", | |
"name": "Submission", | |
"type": "Fighting", | |
"energy": 2, | |
"power": 60 | |
}, { | |
"id": 56, | |
"key": "V0056_MOVE_LOW_SWEEP", | |
"name": "Low Sweep", | |
"type": "Fighting", | |
"energy": 3, | |
"power": 40 | |
}, { | |
"id": 57, | |
"key": "V0057_MOVE_AQUA_JET", | |
"name": "Aqua Jet", | |
"type": "Water", | |
"energy": 3, | |
"power": 45 | |
}, { | |
"id": 58, | |
"key": "V0058_MOVE_AQUA_TAIL", | |
"name": "Aqua Tail", | |
"type": "Water", | |
"energy": 3, | |
"power": 50 | |
}, { | |
"id": 59, | |
"key": "V0059_MOVE_SEED_BOMB", | |
"name": "Seed Bomb", | |
"type": "Grass", | |
"energy": 3, | |
"power": 55 | |
}, { | |
"id": 60, | |
"key": "V0060_MOVE_PSYSHOCK", | |
"name": "Psyshock", | |
"type": "Psychic", | |
"energy": 3, | |
"power": 65 | |
}, { | |
"id": 62, | |
"key": "V0062_MOVE_ANCIENT_POWER", | |
"name": "Ancient Power", | |
"type": "Rock", | |
"energy": 3, | |
"power": 70 | |
}, { | |
"id": 63, | |
"key": "V0063_MOVE_ROCK_TOMB", | |
"name": "Rock Tomb", | |
"type": "Rock", | |
"energy": 2, | |
"power": 70 | |
}, { | |
"id": 64, | |
"key": "V0064_MOVE_ROCK_SLIDE", | |
"name": "Rock Slide", | |
"type": "Rock", | |
"energy": 2, | |
"power": 80 | |
}, { | |
"id": 65, | |
"key": "V0065_MOVE_POWER_GEM", | |
"name": "Power Gem", | |
"type": "Rock", | |
"energy": 2, | |
"power": 80 | |
}, { | |
"id": 66, | |
"key": "V0066_MOVE_SHADOW_SNEAK", | |
"name": "Shadow Sneak", | |
"type": "Ghost", | |
"energy": 3, | |
"power": 50 | |
}, { | |
"id": 67, | |
"key": "V0067_MOVE_SHADOW_PUNCH", | |
"name": "Shadow Punch", | |
"type": "Ghost", | |
"energy": 3, | |
"power": 40 | |
}, { | |
"id": 69, | |
"key": "V0069_MOVE_OMINOUS_WIND", | |
"name": "Ominous Wind", | |
"type": "Ghost", | |
"energy": 3, | |
"power": 50 | |
}, { | |
"id": 70, | |
"key": "V0070_MOVE_SHADOW_BALL", | |
"name": "Shadow Ball", | |
"type": "Ghost", | |
"energy": 2, | |
"power": 100 | |
}, { | |
"id": 72, | |
"key": "V0072_MOVE_MAGNET_BOMB", | |
"name": "Magnet Bomb", | |
"type": "Steel", | |
"energy": 3, | |
"power": 70 | |
}, { | |
"id": 74, | |
"key": "V0074_MOVE_IRON_HEAD", | |
"name": "Iron Head", | |
"type": "Steel", | |
"energy": 2, | |
"power": 60 | |
}, { | |
"id": 75, | |
"key": "V0075_MOVE_PARABOLIC_CHARGE", | |
"name": "Parabolic Charge", | |
"type": "Electric", | |
"energy": 2, | |
"power": 25 | |
}, { | |
"id": 77, | |
"key": "V0077_MOVE_THUNDER_PUNCH", | |
"name": "Thunder Punch", | |
"type": "Electric", | |
"energy": 3, | |
"power": 45 | |
}, { | |
"id": 78, | |
"key": "V0078_MOVE_THUNDER", | |
"name": "Thunder", | |
"type": "Electric", | |
"energy": 1, | |
"power": 100 | |
}, { | |
"id": 79, | |
"key": "V0079_MOVE_THUNDERBOLT", | |
"name": "Thunderbolt", | |
"type": "Electric", | |
"energy": 2, | |
"power": 80 | |
}, { | |
"id": 80, | |
"key": "V0080_MOVE_TWISTER", | |
"name": "Twister", | |
"type": "Dragon", | |
"energy": 3, | |
"power": 45 | |
}, { | |
"id": 82, | |
"key": "V0082_MOVE_DRAGON_PULSE", | |
"name": "Dragon Pulse", | |
"type": "Dragon", | |
"energy": 2, | |
"power": 90 | |
}, { | |
"id": 83, | |
"key": "V0083_MOVE_DRAGON_CLAW", | |
"name": "Dragon Claw", | |
"type": "Dragon", | |
"energy": 3, | |
"power": 50 | |
}, { | |
"id": 84, | |
"key": "V0084_MOVE_DISARMING_VOICE", | |
"name": "Disarming Voice", | |
"type": "Fairy", | |
"energy": 3, | |
"power": 70 | |
}, { | |
"id": 85, | |
"key": "V0085_MOVE_DRAINING_KISS", | |
"name": "Draining Kiss", | |
"type": "Fairy", | |
"energy": 2, | |
"power": 60 | |
}, { | |
"id": 86, | |
"key": "V0086_MOVE_DAZZLING_GLEAM", | |
"name": "Dazzling Gleam", | |
"type": "Fairy", | |
"energy": 2, | |
"power": 100 | |
}, { | |
"id": 87, | |
"key": "V0087_MOVE_MOONBLAST", | |
"name": "Moonblast", | |
"type": "Fairy", | |
"energy": 1, | |
"power": 130 | |
}, { | |
"id": 88, | |
"key": "V0088_MOVE_PLAY_ROUGH", | |
"name": "Play Rough", | |
"type": "Fairy", | |
"energy": 2, | |
"power": 90 | |
}, { | |
"id": 89, | |
"key": "V0089_MOVE_CROSS_POISON", | |
"name": "Cross Poison", | |
"type": "Poison", | |
"energy": 3, | |
"power": 40 | |
}, { | |
"id": 90, | |
"key": "V0090_MOVE_SLUDGE_BOMB", | |
"name": "Sludge Bomb", | |
"type": "Poison", | |
"energy": 2, | |
"power": 80 | |
}, { | |
"id": 91, | |
"key": "V0091_MOVE_SLUDGE_WAVE", | |
"name": "Sludge Wave", | |
"type": "Poison", | |
"energy": 1, | |
"power": 110 | |
}, { | |
"id": 92, | |
"key": "V0092_MOVE_GUNK_SHOT", | |
"name": "Gunk Shot", | |
"type": "Poison", | |
"energy": 1, | |
"power": 130 | |
}, { | |
"id": 94, | |
"key": "V0094_MOVE_BONE_CLUB", | |
"name": "Bone Club", | |
"type": "Ground", | |
"energy": 3, | |
"power": 40 | |
}, { | |
"id": 95, | |
"key": "V0095_MOVE_BULLDOZE", | |
"name": "Bulldoze", | |
"type": "Ground", | |
"energy": 2, | |
"power": 80 | |
}, { | |
"id": 96, | |
"key": "V0096_MOVE_MUD_BOMB", | |
"name": "Mud Bomb", | |
"type": "Ground", | |
"energy": 3, | |
"power": 55 | |
}, { | |
"id": 99, | |
"key": "V0099_MOVE_SIGNAL_BEAM", | |
"name": "Signal Beam", | |
"type": "Bug", | |
"energy": 2, | |
"power": 75 | |
}, { | |
"id": 100, | |
"key": "V0100_MOVE_X_SCISSOR", | |
"name": "X-Scissor", | |
"type": "Bug", | |
"energy": 3, | |
"power": 45 | |
}, { | |
"id": 101, | |
"key": "V0101_MOVE_FLAME_CHARGE", | |
"name": "Flame Charge", | |
"type": "Fire", | |
"energy": 3, | |
"power": 70 | |
}, { | |
"id": 102, | |
"key": "V0102_MOVE_FLAME_BURST", | |
"name": "Flame Burst", | |
"type": "Fire", | |
"energy": 2, | |
"power": 70 | |
}, { | |
"id": 103, | |
"key": "V0103_MOVE_FIRE_BLAST", | |
"name": "Fire Blast", | |
"type": "Fire", | |
"energy": 1, | |
"power": 140 | |
}, { | |
"id": 104, | |
"key": "V0104_MOVE_BRINE", | |
"name": "Brine", | |
"type": "Water", | |
"energy": 2, | |
"power": 60 | |
}, { | |
"id": 105, | |
"key": "V0105_MOVE_WATER_PULSE", | |
"name": "Water Pulse", | |
"type": "Water", | |
"energy": 2, | |
"power": 70 | |
}, { | |
"id": 106, | |
"key": "V0106_MOVE_SCALD", | |
"name": "Scald", | |
"type": "Water", | |
"energy": 2, | |
"power": 80 | |
}, { | |
"id": 107, | |
"key": "V0107_MOVE_HYDRO_PUMP", | |
"name": "Hydro Pump", | |
"type": "Water", | |
"energy": 1, | |
"power": 130 | |
}, { | |
"id": 108, | |
"key": "V0108_MOVE_PSYCHIC", | |
"name": "Psychic", | |
"type": "Psychic", | |
"energy": 1, | |
"power": 100 | |
}, { | |
"id": 109, | |
"key": "V0109_MOVE_PSYSTRIKE", | |
"name": "Psystrike", | |
"type": "Psychic", | |
"energy": 2, | |
"power": 100 | |
}, { | |
"id": 111, | |
"key": "V0111_MOVE_ICY_WIND", | |
"name": "Icy Wind", | |
"type": "Ice", | |
"energy": 3, | |
"power": 60 | |
}, { | |
"id": 114, | |
"key": "V0114_MOVE_GIGA_DRAIN", | |
"name": "Giga Drain", | |
"type": "Grass", | |
"energy": 1, | |
"power": 50 | |
}, { | |
"id": 115, | |
"key": "V0115_MOVE_FIRE_PUNCH", | |
"name": "Fire Punch", | |
"type": "Fire", | |
"energy": 3, | |
"power": 55 | |
}, { | |
"id": 116, | |
"key": "V0116_MOVE_SOLAR_BEAM", | |
"name": "Solar Beam", | |
"type": "Grass", | |
"energy": 1, | |
"power": 180 | |
}, { | |
"id": 117, | |
"key": "V0117_MOVE_LEAF_BLADE", | |
"name": "Leaf Blade", | |
"type": "Grass", | |
"energy": 3, | |
"power": 70 | |
}, { | |
"id": 118, | |
"key": "V0118_MOVE_POWER_WHIP", | |
"name": "Power Whip", | |
"type": "Grass", | |
"energy": 2, | |
"power": 90 | |
}, { | |
"id": 121, | |
"key": "V0121_MOVE_AIR_CUTTER", | |
"name": "Air Cutter", | |
"type": "Flying", | |
"energy": 2, | |
"power": 60 | |
}, { | |
"id": 122, | |
"key": "V0122_MOVE_HURRICANE", | |
"name": "Hurricane", | |
"type": "Flying", | |
"energy": 1, | |
"power": 110 | |
}, { | |
"id": 123, | |
"key": "V0123_MOVE_BRICK_BREAK", | |
"name": "Brick Break", | |
"type": "Fighting", | |
"energy": 3, | |
"power": 40 | |
}, { | |
"id": 125, | |
"key": "V0125_MOVE_SWIFT", | |
"name": "Swift", | |
"type": "Normal", | |
"energy": 2, | |
"power": 60 | |
}, { | |
"id": 126, | |
"key": "V0126_MOVE_HORN_ATTACK", | |
"name": "Horn Attack", | |
"type": "Normal", | |
"energy": 3, | |
"power": 40 | |
}, { | |
"id": 127, | |
"key": "V0127_MOVE_STOMP", | |
"name": "Stomp", | |
"type": "Normal", | |
"energy": 2, | |
"power": 55 | |
}, { | |
"id": 129, | |
"key": "V0129_MOVE_HYPER_FANG", | |
"name": "Hyper Fang", | |
"type": "Normal", | |
"energy": 2, | |
"power": 80 | |
}, { | |
"id": 131, | |
"key": "V0131_MOVE_BODY_SLAM", | |
"name": "Body Slam", | |
"type": "Normal", | |
"energy": 3, | |
"power": 50 | |
}, { | |
"id": 132, | |
"key": "V0132_MOVE_REST", | |
"name": "Rest", | |
"type": "Normal", | |
"energy": 3, | |
"power": 50 | |
}, { | |
"id": 133, | |
"key": "V0133_MOVE_STRUGGLE", | |
"name": "Struggle", | |
"type": "Normal", | |
"energy": 0, | |
"power": 35 | |
}, { | |
"id": 134, | |
"key": "V0134_MOVE_SCALD_BLASTOISE", | |
"name": "Scald (Blastoise)", | |
"type": "Water", | |
"energy": 1, | |
"power": 50 | |
}, { | |
"id": 135, | |
"key": "V0135_MOVE_HYDRO_PUMP_BLASTOISE", | |
"name": "Hydro Pump (Blastoise)", | |
"type": "Water", | |
"energy": 1, | |
"power": 90 | |
}, { | |
"id": 136, | |
"key": "V0136_MOVE_WRAP_GREEN", | |
"name": "Wrap Green", | |
"type": "Normal", | |
"energy": 3, | |
"power": 25 | |
}, { | |
"id": 137, | |
"key": "V0137_MOVE_WRAP_PINK", | |
"name": "Wrap Pink", | |
"type": "Normal", | |
"energy": 3, | |
"power": 25 | |
}, { | |
"id": 245, | |
"key": "V0245_MOVE_CLOSE_COMBAT", | |
"name": "Close Combat", | |
"type": "Fighting", | |
"energy": 1, | |
"power": 100 | |
}, { | |
"id": 246, | |
"key": "V0246_MOVE_DYNAMIC_PUNCH", | |
"name": "Dynamic Punch", | |
"type": "Fighting", | |
"energy": 2, | |
"power": 90 | |
}, { | |
"id": 247, | |
"key": "V0247_MOVE_FOCUS_BLAST", | |
"name": "Focus Blast", | |
"type": "Fighting", | |
"energy": 1, | |
"power": 140 | |
}, { | |
"id": 248, | |
"key": "V0248_MOVE_AURORA_BEAM", | |
"name": "Aurora Beam", | |
"type": "Ice", | |
"energy": 2, | |
"power": 80 | |
}, { | |
"id": 251, | |
"key": "V0251_MOVE_WILD_CHARGE", | |
"name": "Wild Charge", | |
"type": "Electric", | |
"energy": 2, | |
"power": 90 | |
}, { | |
"id": 252, | |
"key": "V0252_MOVE_ZAP_CANNON", | |
"name": "Zap Cannon", | |
"type": "Electric", | |
"energy": 1, | |
"power": 140 | |
}, { | |
"id": 254, | |
"key": "V0254_MOVE_AVALANCHE", | |
"name": "Avalanche", | |
"type": "Ice", | |
"energy": 2, | |
"power": 90 | |
}, { | |
"id": 256, | |
"key": "V0256_MOVE_BRAVE_BIRD", | |
"name": "Brave Bird", | |
"type": "Flying", | |
"energy": 1, | |
"power": 90 | |
}, { | |
"id": 257, | |
"key": "V0257_MOVE_SKY_ATTACK", | |
"name": "Sky Attack", | |
"type": "Flying", | |
"energy": 2, | |
"power": 70 | |
}, { | |
"id": 258, | |
"key": "V0258_MOVE_SAND_TOMB", | |
"name": "Sand Tomb", | |
"type": "Ground", | |
"energy": 2, | |
"power": 80 | |
}, { | |
"id": 259, | |
"key": "V0259_MOVE_ROCK_BLAST", | |
"name": "Rock Blast", | |
"type": "Rock", | |
"energy": 3, | |
"power": 50 | |
}, { | |
"id": 262, | |
"key": "V0262_MOVE_SILVER_WIND", | |
"name": "Silver Wind", | |
"type": "Bug", | |
"energy": 3, | |
"power": 70 | |
}, { | |
"id": 265, | |
"key": "V0265_MOVE_NIGHT_SHADE", | |
"name": "Night Shade", | |
"type": "Ghost", | |
"energy": 2, | |
"power": 60 | |
}, { | |
"id": 267, | |
"key": "V0267_MOVE_GYRO_BALL", | |
"name": "Gyro Ball", | |
"type": "Steel", | |
"energy": 2, | |
"power": 80 | |
}, { | |
"id": 268, | |
"key": "V0268_MOVE_HEAVY_SLAM", | |
"name": "Heavy Slam", | |
"type": "Steel", | |
"energy": 2, | |
"power": 70 | |
}, { | |
"id": 270, | |
"key": "V0270_MOVE_OVERHEAT", | |
"name": "Overheat", | |
"type": "Fire", | |
"energy": 1, | |
"power": 160 | |
}, { | |
"id": 272, | |
"key": "V0272_MOVE_GRASS_KNOT", | |
"name": "Grass Knot", | |
"type": "Grass", | |
"energy": 2, | |
"power": 90 | |
}, { | |
"id": 273, | |
"key": "V0273_MOVE_ENERGY_BALL", | |
"name": "Energy Ball", | |
"type": "Grass", | |
"energy": 2, | |
"power": 90 | |
}, { | |
"id": 275, | |
"key": "V0275_MOVE_FUTURESIGHT", | |
"name": "Future Sight", | |
"type": "Psychic", | |
"energy": 1, | |
"power": 120 | |
}, { | |
"id": 276, | |
"key": "V0276_MOVE_MIRROR_COAT", | |
"name": "Mirror Coat", | |
"type": "Psychic", | |
"energy": 2, | |
"power": 60 | |
}, { | |
"id": 277, | |
"key": "V0277_MOVE_OUTRAGE", | |
"name": "Outrage", | |
"type": "Dragon", | |
"energy": 2, | |
"power": 110 | |
}, { | |
"id": 279, | |
"key": "V0279_MOVE_CRUNCH", | |
"name": "Crunch", | |
"type": "Dark", | |
"energy": 3, | |
"power": 70 | |
}, { | |
"id": 280, | |
"key": "V0280_MOVE_FOUL_PLAY", | |
"name": "Foul Play", | |
"type": "Dark", | |
"energy": 2, | |
"power": 70 | |
}] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.sprite { | |
background-image: url("spritesheet.png"); | |
background-repeat: no-repeat; | |
} | |
.sprite-001-bulbasaur { | |
background-position: -1030px -841px; | |
width: 43px; | |
height: 48px; | |
} | |
.sprite-002-ivysaur { | |
background-position: -261px -843px; | |
width: 79px; | |
height: 66px; | |
} | |
.sprite-003-venusaur { | |
background-position: 0 -765px; | |
width: 104px; | |
height: 77px; | |
} | |
.sprite-004-charmander { | |
background-position: -915px -290px; | |
width: 44px; | |
height: 56px; | |
} | |
.sprite-005-charmeleon { | |
background-position: -802px -640px; | |
width: 51px; | |
height: 68px; | |
} | |
.sprite-006-charizard { | |
background-position: 0 -222px; | |
width: 125px; | |
height: 102px; | |
} | |
.sprite-007-squirtle { | |
background-position: -915px -515px; | |
width: 44px; | |
height: 54px; | |
} | |
.sprite-008-wartortle { | |
background-position: -403px -93px; | |
width: 56px; | |
height: 73px; | |
} | |
.sprite-009-blastoise { | |
background-position: -567px 0; | |
width: 87px; | |
height: 82px; | |
} | |
.sprite-010-caterpie { | |
background-position: -736px -1034px; | |
width: 30px; | |
height: 43px; | |
} | |
.sprite-011-metapod { | |
background-position: -915px -790px; | |
width: 41px; | |
height: 54px; | |
} | |
.sprite-012-butterfree { | |
background-position: -655px -514px; | |
width: 66px; | |
height: 71px; | |
} | |
.sprite-013-weedle { | |
background-position: -885px -911px; | |
width: 25px; | |
height: 52px; | |
} | |
.sprite-014-kakuna { | |
background-position: -146px -975px; | |
width: 30px; | |
height: 58px; | |
} | |
.sprite-015-beedrill { | |
background-position: -831px -500px; | |
width: 74px; | |
height: 67px; | |
} | |
.sprite-016-pidgey { | |
background-position: -975px -941px; | |
width: 36px; | |
height: 49px; | |
} | |
.sprite-017-pidgeotto { | |
background-position: -975px 0; | |
width: 108px; | |
height: 56px; | |
} | |
.sprite-018-pidgeot { | |
background-position: -746px -358px; | |
width: 107px; | |
height: 70px; | |
} | |
.sprite-019-rattata { | |
background-position: -868px -779px; | |
width: 42px; | |
height: 59px; | |
} | |
.sprite-020-raticate { | |
background-position: -915px -403px; | |
width: 56px; | |
height: 55px; | |
} | |
.sprite-021-spearow { | |
background-position: -975px -277px; | |
width: 33px; | |
height: 52px; | |
} | |
.sprite-022-fearow { | |
background-position: 0 -684px; | |
width: 121px; | |
height: 80px; | |
} | |
.sprite-023-ekans { | |
background-position: -1014px -1034px; | |
width: 46px; | |
height: 42px; | |
} | |
.sprite-024-arbok { | |
background-position: -305px -684px; | |
width: 63px; | |
height: 79px; | |
} | |
.sprite-025-pikachu { | |
background-position: -755px -911px; | |
width: 60px; | |
height: 60px; | |
} | |
.sprite-026-raichu { | |
background-position: -271px -100px; | |
width: 62px; | |
height: 97px; | |
} | |
.sprite-027-sandshrew { | |
background-position: -565px -1034px; | |
width: 43px; | |
height: 45px; | |
} | |
.sprite-028-sandslash { | |
background-position: -507px -843px; | |
width: 60px; | |
height: 66px; | |
} | |
.sprite-029-nidoranf { | |
background-position: -98px -1081px; | |
width: 41px; | |
height: 40px; | |
} | |
.sprite-030-nidorina { | |
background-position: -915px -176px; | |
width: 40px; | |
height: 56px; | |
} | |
.sprite-031-nidoqueen { | |
background-position: -244px -684px; | |
width: 60px; | |
height: 79px; | |
} | |
.sprite-032-nidoranm { | |
background-position: -1019px -224px; | |
width: 49px; | |
height: 47px; | |
} | |
.sprite-033-nidorino { | |
background-position: -915px -459px; | |
width: 59px; | |
height: 55px; | |
} | |
.sprite-034-nidoking { | |
background-position: -409px -514px; | |
width: 96px; | |
height: 82px; | |
} | |
.sprite-035-clefairy { | |
background-position: -64px -1034px; | |
width: 51px; | |
height: 46px; | |
} | |
.sprite-036-clefable { | |
background-position: -809px -145px; | |
width: 72px; | |
height: 64px; | |
} | |
.sprite-037-vulpix { | |
background-position: -1032px -434px; | |
width: 51px; | |
height: 47px; | |
} | |
.sprite-038-ninetales { | |
background-position: -567px -325px; | |
width: 78px; | |
height: 77px; | |
} | |
.sprite-039-jigglypuff { | |
background-position: -607px -637px; | |
width: 45px; | |
height: 46px; | |
} | |
.sprite-040-wigglytuff { | |
background-position: -837px -216px; | |
width: 64px; | |
height: 65px; | |
} | |
.sprite-041-zubat { | |
background-position: -850px -1034px; | |
width: 80px; | |
height: 43px; | |
} | |
.sprite-042-golbat { | |
background-position: -288px -600px; | |
width: 86px; | |
height: 83px; | |
} | |
.sprite-043-oddish { | |
background-position: -116px -1034px; | |
width: 44px; | |
height: 46px; | |
} | |
.sprite-044-gloom { | |
background-position: -975px -382px; | |
width: 60px; | |
height: 51px; | |
} | |
.sprite-045-vileplume { | |
background-position: -975px -113px; | |
width: 79px; | |
height: 55px; | |
} | |
.sprite-046-paras { | |
background-position: -640px -1081px; | |
width: 51px; | |
height: 33px; | |
} | |
.sprite-047-parasect { | |
background-position: -816px -911px; | |
width: 68px; | |
height: 60px; | |
} | |
.sprite-048-venonat { | |
background-position: -915px -625px; | |
width: 41px; | |
height: 54px; | |
} | |
.sprite-049-venomoth { | |
background-position: -746px -287px; | |
width: 111px; | |
height: 70px; | |
} | |
.sprite-050-diglett { | |
background-position: -596px -1081px; | |
width: 43px; | |
height: 33px; | |
} | |
.sprite-051-dugtrio { | |
background-position: -1012px -941px; | |
width: 65px; | |
height: 49px; | |
} | |
.sprite-052-meowth { | |
background-position: -563px -911px; | |
width: 48px; | |
height: 60px; | |
} | |
.sprite-053-persian { | |
background-position: -746px -74px; | |
width: 58px; | |
height: 70px; | |
} | |
.sprite-054-psyduck { | |
background-position: -915px -845px; | |
width: 50px; | |
height: 53px; | |
} | |
.sprite-055-golduck { | |
background-position: -474px -765px; | |
width: 66px; | |
height: 74px; | |
} | |
.sprite-056-mankey { | |
background-position: -975px -330px; | |
width: 51px; | |
height: 51px; | |
} | |
.sprite-057-primeape { | |
background-position: -749px -843px; | |
width: 62px; | |
height: 65px; | |
} | |
.sprite-058-growlithe { | |
background-position: -915px -347px; | |
width: 43px; | |
height: 55px; | |
} | |
.sprite-059-arcanine { | |
background-position: -443px -600px; | |
width: 69px; | |
height: 82px; | |
} | |
.sprite-060-poliwag { | |
background-position: -59px -1081px; | |
width: 38px; | |
height: 40px; | |
} | |
.sprite-061-poliwhirl { | |
background-position: -975px -791px; | |
width: 62px; | |
height: 49px; | |
} | |
.sprite-062-poliwrath { | |
background-position: -195px -911px; | |
width: 68px; | |
height: 62px; | |
} | |
.sprite-063-abra { | |
background-position: -975px -741px; | |
width: 55px; | |
height: 49px; | |
} | |
.sprite-064-kadabra { | |
background-position: -816px -710px; | |
width: 70px; | |
height: 68px; | |
} | |
.sprite-065-alakazam { | |
background-position: -567px -246px; | |
width: 75px; | |
height: 78px; | |
} | |
.sprite-066-machop { | |
background-position: -112px -911px; | |
width: 39px; | |
height: 62px; | |
} | |
.sprite-067-machoke { | |
background-position: -463px -351px; | |
width: 72px; | |
height: 86px; | |
} | |
.sprite-068-machamp { | |
background-position: -183px -105px; | |
width: 79px; | |
height: 97px; | |
} | |
.sprite-069-bellsprout { | |
background-position: -1047px -891px; | |
width: 34px; | |
height: 47px; | |
} | |
.sprite-070-weepinbell { | |
background-position: -671px -1034px; | |
width: 64px; | |
height: 44px; | |
} | |
.sprite-071-victreebel { | |
background-position: -105px -765px; | |
width: 86px; | |
height: 76px; | |
} | |
.sprite-072-tentacool { | |
background-position: -746px -570px; | |
width: 36px; | |
height: 69px; | |
} | |
.sprite-073-tentacruel { | |
background-position: -588px -684px; | |
width: 58px; | |
height: 78px; | |
} | |
.sprite-074-geodude { | |
background-position: -970px -1081px; | |
width: 71px; | |
height: 24px; | |
} | |
.sprite-075-graveler { | |
background-position: 0 -975px; | |
width: 103px; | |
height: 58px; | |
} | |
.sprite-076-golem { | |
background-position: -655px 0; | |
width: 90px; | |
height: 77px; | |
} | |
.sprite-077-ponyta { | |
background-position: -214px -843px; | |
width: 46px; | |
height: 66px; | |
} | |
.sprite-078-rapidash { | |
background-position: -128px -421px; | |
width: 80px; | |
height: 91px; | |
} | |
.sprite-079-slowpoke { | |
background-position: -364px -975px; | |
width: 47px; | |
height: 57px; | |
} | |
.sprite-080-slowbro { | |
background-position: -746px -216px; | |
width: 90px; | |
height: 70px; | |
} | |
.sprite-081-magnemite { | |
background-position: -787px -1081px; | |
width: 49px; | |
height: 30px; | |
} | |
.sprite-082-magneton { | |
background-position: -783px -570px; | |
width: 86px; | |
height: 67px; | |
} | |
.sprite-083-farfetchd { | |
background-position: -975px -486px; | |
width: 43px; | |
height: 50px; | |
} | |
.sprite-084-doduo { | |
background-position: -746px -500px; | |
width: 38px; | |
height: 69px; | |
} | |
.sprite-085-dodrio { | |
background-position: -334px -100px; | |
width: 62px; | |
height: 96px; | |
} | |
.sprite-086-seel { | |
background-position: -609px -1034px; | |
width: 61px; | |
height: 44px; | |
} | |
.sprite-087-dewgong { | |
background-position: -482px -1034px; | |
width: 82px; | |
height: 45px; | |
} | |
.sprite-088-grimer { | |
background-position: -975px -690px; | |
width: 64px; | |
height: 50px; | |
} | |
.sprite-089-muk { | |
background-position: 0 -843px; | |
width: 114px; | |
height: 67px; | |
} | |
.sprite-090-shellder { | |
background-position: -441px -1081px; | |
width: 50px; | |
height: 37px; | |
} | |
.sprite-091-cloyster { | |
background-position: -333px -765px; | |
width: 81px; | |
height: 75px; | |
} | |
.sprite-092-gastly { | |
background-position: -1031px -741px; | |
width: 50px; | |
height: 48px; | |
} | |
.sprite-093-haunter { | |
background-position: -745px -975px; | |
width: 82px; | |
height: 56px; | |
} | |
.sprite-094-gengar { | |
background-position: -567px -403px; | |
width: 78px; | |
height: 77px; | |
} | |
.sprite-095-onix { | |
background-position: -94px 0; | |
width: 88px; | |
height: 113px; | |
} | |
.sprite-096-drowzee { | |
background-position: -899px -975px; | |
width: 58px; | |
height: 56px; | |
} | |
.sprite-097-hypno { | |
background-position: -567px -559px; | |
width: 78px; | |
height: 77px; | |
} | |
.sprite-098-krabby { | |
background-position: -1019px -486px; | |
width: 64px; | |
height: 49px; | |
} | |
.sprite-099-kingler { | |
background-position: -412px -975px; | |
width: 87px; | |
height: 57px; | |
} | |
.sprite-100-voltorb { | |
background-position: -970px -1034px; | |
width: 43px; | |
height: 43px; | |
} | |
.sprite-101-electrode { | |
background-position: -915px 0; | |
width: 59px; | |
height: 59px; | |
} | |
.sprite-102-exeggcute { | |
background-position: -837px -1081px; | |
width: 74px; | |
height: 29px; | |
} | |
.sprite-103-exeggutor { | |
background-position: 0 -421px; | |
width: 127px; | |
height: 92px; | |
} | |
.sprite-104-cubone { | |
background-position: -1040px -690px; | |
width: 39px; | |
height: 48px; | |
} | |
.sprite-105-marowak { | |
background-position: -785px -500px; | |
width: 45px; | |
height: 67px; | |
} | |
.sprite-106-hitmonlee { | |
background-position: -171px -843px; | |
width: 42px; | |
height: 67px; | |
} | |
.sprite-107-hitmonchan { | |
background-position: -684px -765px; | |
width: 48px; | |
height: 73px; | |
} | |
.sprite-108-lickitung { | |
background-position: -814px -779px; | |
width: 53px; | |
height: 59px; | |
} | |
.sprite-109-koffing { | |
background-position: -746px -429px; | |
width: 73px; | |
height: 70px; | |
} | |
.sprite-110-weezing { | |
background-position: 0 -1034px; | |
width: 63px; | |
height: 46px; | |
} | |
.sprite-111-rhyhorn { | |
background-position: -681px -975px; | |
width: 63px; | |
height: 57px; | |
} | |
.sprite-112-rhydon { | |
background-position: -567px -83px; | |
width: 80px; | |
height: 81px; | |
} | |
.sprite-113-chansey { | |
background-position: -552px -975px; | |
width: 67px; | |
height: 57px; | |
} | |
.sprite-114-tangela { | |
background-position: -975px -841px; | |
width: 54px; | |
height: 49px; | |
} | |
.sprite-115-kangaskhan { | |
background-position: -463px -89px; | |
width: 90px; | |
height: 87px; | |
} | |
.sprite-116-horsea { | |
background-position: -450px -1034px; | |
width: 31px; | |
height: 45px; | |
} | |
.sprite-117-seadra { | |
background-position: -812px -843px; | |
width: 63px; | |
height: 65px; | |
} | |
.sprite-118-goldeen { | |
background-position: -1009px -277px; | |
width: 64px; | |
height: 47px; | |
} | |
.sprite-119-seaking { | |
background-position: -975px -434px; | |
width: 56px; | |
height: 51px; | |
} | |
.sprite-120-staryu { | |
background-position: -975px -639px; | |
width: 48px; | |
height: 50px; | |
} | |
.sprite-121-starmie { | |
background-position: -470px -911px; | |
width: 62px; | |
height: 61px; | |
} | |
.sprite-122-mr-mime { | |
background-position: -655px -442px; | |
width: 62px; | |
height: 71px; | |
} | |
.sprite-123-scyther { | |
background-position: -271px -198px; | |
width: 83px; | |
height: 97px; | |
} | |
.sprite-124-jynx { | |
background-position: -341px -843px; | |
width: 72px; | |
height: 66px; | |
} | |
.sprite-125-electabuzz { | |
background-position: -567px -481px; | |
width: 75px; | |
height: 77px; | |
} | |
.sprite-126-magmar { | |
background-position: -444px -684px; | |
width: 74px; | |
height: 78px; | |
} | |
.sprite-127-pinsir { | |
background-position: -463px -438px; | |
width: 91px; | |
height: 73px; | |
} | |
.sprite-128-tauros { | |
background-position: -541px -765px; | |
width: 96px; | |
height: 74px; | |
} | |
.sprite-129-magikarp { | |
background-position: -161px -1034px; | |
width: 54px; | |
height: 45px; | |
} | |
.sprite-130-gyarados { | |
background-position: -463px 0; | |
width: 103px; | |
height: 88px; | |
} | |
.sprite-131-lapras { | |
background-position: -206px -514px; | |
width: 94px; | |
height: 84px; | |
} | |
.sprite-132-ditto { | |
background-position: -552px -1081px; | |
width: 43px; | |
height: 34px; | |
} | |
.sprite-133-eevee { | |
background-position: -975px -588px; | |
width: 63px; | |
height: 50px; | |
} | |
.sprite-134-vaporeon { | |
background-position: -746px -710px; | |
width: 69px; | |
height: 68px; | |
} | |
.sprite-135-jolteon { | |
background-position: -854px -640px; | |
width: 47px; | |
height: 67px; | |
} | |
.sprite-136-flareon { | |
background-position: -209px -421px; | |
width: 53px; | |
height: 91px; | |
} | |
.sprite-137-porygon { | |
background-position: -931px -1034px; | |
width: 38px; | |
height: 43px; | |
} | |
.sprite-138-omanyte { | |
background-position: -365px -1034px; | |
width: 43px; | |
height: 45px; | |
} | |
.sprite-139-omastar { | |
background-position: -746px -779px; | |
width: 67px; | |
height: 63px; | |
} | |
.sprite-140-kabuto { | |
background-position: -692px -1081px; | |
width: 47px; | |
height: 32px; | |
} | |
.sprite-141-kabutops { | |
background-position: -403px -241px; | |
width: 57px; | |
height: 72px; | |
} | |
.sprite-142-aerodactyl { | |
background-position: -271px 0; | |
width: 131px; | |
height: 99px; | |
} | |
.sprite-143-snorlax { | |
background-position: -567px -165px; | |
width: 81px; | |
height: 80px; | |
} | |
.sprite-144-articuno { | |
background-position: -746px 0; | |
width: 168px; | |
height: 73px; | |
} | |
.sprite-145-zapdos { | |
background-position: -122px -684px; | |
width: 121px; | |
height: 80px; | |
} | |
.sprite-146-moltres { | |
background-position: 0 -600px; | |
width: 207px; | |
height: 83px; | |
} | |
.sprite-147-dratini { | |
background-position: -152px -911px; | |
width: 42px; | |
height: 62px; | |
} | |
.sprite-148-dragonair { | |
background-position: -403px 0; | |
width: 59px; | |
height: 92px; | |
} | |
.sprite-149-dragonite { | |
background-position: -274px -325px; | |
width: 62px; | |
height: 93px; | |
} | |
.sprite-150-mewtwo { | |
background-position: -370px -421px; | |
width: 81px; | |
height: 88px; | |
} | |
.sprite-151-mew { | |
background-position: -1038px -791px; | |
width: 38px; | |
height: 48px; | |
} | |
.sprite-152-chikorita { | |
background-position: -533px -911px; | |
width: 29px; | |
height: 60px; | |
} | |
.sprite-153-bayleef { | |
background-position: -301px -514px; | |
width: 48px; | |
height: 84px; | |
} | |
.sprite-154-meganium { | |
background-position: -210px -325px; | |
width: 63px; | |
height: 93px; | |
} | |
.sprite-155-cyndaquil { | |
background-position: -216px -1034px; | |
width: 38px; | |
height: 45px; | |
} | |
.sprite-156-quilava { | |
background-position: -975px -991px; | |
width: 52px; | |
height: 41px; | |
} | |
.sprite-157-typhlosion { | |
background-position: -150px -325px; | |
width: 59px; | |
height: 94px; | |
} | |
.sprite-158-totodile { | |
background-position: -500px -975px; | |
width: 51px; | |
height: 57px; | |
} | |
.sprite-159-croconaw { | |
background-position: -513px -600px; | |
width: 51px; | |
height: 78px; | |
} | |
.sprite-160-feraligatr { | |
background-position: 0 -325px; | |
width: 81px; | |
height: 95px; | |
} | |
.sprite-161-sentret { | |
background-position: -915px -735px; | |
width: 49px; | |
height: 54px; | |
} | |
.sprite-162-furret { | |
background-position: -655px -657px; | |
width: 78px; | |
height: 70px; | |
} | |
.sprite-163-hoothoot { | |
background-position: -915px -60px; | |
width: 57px; | |
height: 58px; | |
} | |
.sprite-164-noctowl { | |
background-position: -746px -145px; | |
width: 62px; | |
height: 70px; | |
} | |
.sprite-165-ledyba { | |
background-position: -255px -1034px; | |
width: 56px; | |
height: 45px; | |
} | |
.sprite-166-ledian { | |
background-position: -355px -198px; | |
width: 40px; | |
height: 73px; | |
} | |
.sprite-167-spinarak { | |
background-position: -912px -1081px; | |
width: 57px; | |
height: 26px; | |
} | |
.sprite-168-ariados { | |
background-position: -612px -911px; | |
width: 82px; | |
height: 60px; | |
} | |
.sprite-169-crobat { | |
background-position: -375px -600px; | |
width: 67px; | |
height: 82px; | |
} | |
.sprite-170-chinchou { | |
background-position: -975px -891px; | |
width: 71px; | |
height: 49px; | |
} | |
.sprite-171-lanturn { | |
background-position: -655px -152px; | |
width: 80px; | |
height: 72px; | |
} | |
.sprite-172-pichu { | |
background-position: -975px -224px; | |
width: 43px; | |
height: 52px; | |
} | |
.sprite-173-cleffa { | |
background-position: -767px -1034px; | |
width: 46px; | |
height: 43px; | |
} | |
.sprite-174-igglybuff { | |
background-position: -567px -637px; | |
width: 39px; | |
height: 46px; | |
} | |
.sprite-175-togepi { | |
background-position: -1024px -639px; | |
width: 47px; | |
height: 47px; | |
} | |
.sprite-176-togetic { | |
background-position: -115px -843px; | |
width: 55px; | |
height: 67px; | |
} | |
.sprite-177-natu { | |
background-position: -409px -1034px; | |
width: 40px; | |
height: 45px; | |
} | |
.sprite-178-xatu { | |
background-position: -975px -169px; | |
width: 101px; | |
height: 54px; | |
} | |
.sprite-179-mareep { | |
background-position: -915px -680px; | |
width: 50px; | |
height: 54px; | |
} | |
.sprite-180-flaaffy { | |
background-position: -876px -843px; | |
width: 37px; | |
height: 65px; | |
} | |
.sprite-181-ampharos { | |
background-position: -126px -222px; | |
width: 60px; | |
height: 100px; | |
} | |
.sprite-182-bellossom { | |
background-position: -915px -899px; | |
width: 47px; | |
height: 53px; | |
} | |
.sprite-183-marill { | |
background-position: -1027px -330px; | |
width: 51px; | |
height: 47px; | |
} | |
.sprite-184-azumarill { | |
background-position: -208px -600px; | |
width: 79px; | |
height: 83px; | |
} | |
.sprite-185-sudowoodo { | |
background-position: -414px -843px; | |
width: 58px; | |
height: 66px; | |
} | |
.sprite-186-politoed { | |
background-position: -271px -765px; | |
width: 61px; | |
height: 75px; | |
} | |
.sprite-187-hoppip { | |
background-position: -975px -57px; | |
width: 73px; | |
height: 55px; | |
} | |
.sprite-188-skiploom { | |
background-position: -249px -1081px; | |
width: 63px; | |
height: 38px; | |
} | |
.sprite-189-jumpluff { | |
background-position: -192px -765px; | |
width: 78px; | |
height: 75px; | |
} | |
.sprite-190-aipom { | |
background-position: -177px -975px; | |
width: 62px; | |
height: 58px; | |
} | |
.sprite-191-sunkern { | |
background-position: -814px -1034px; | |
width: 35px; | |
height: 43px; | |
} | |
.sprite-192-sunflora { | |
background-position: -655px -298px; | |
width: 70px; | |
height: 71px; | |
} | |
.sprite-193-yanma { | |
background-position: -140px -1081px; | |
width: 108px; | |
height: 38px; | |
} | |
.sprite-194-wooper { | |
background-position: -312px -1034px; | |
width: 52px; | |
height: 45px; | |
} | |
.sprite-195-quagsire { | |
background-position: -506px -514px; | |
width: 48px; | |
height: 77px; | |
} | |
.sprite-196-espeon { | |
background-position: -415px -765px; | |
width: 58px; | |
height: 74px; | |
} | |
.sprite-197-umbreon { | |
background-position: -638px -765px; | |
width: 45px; | |
height: 74px; | |
} | |
.sprite-198-murkrow { | |
background-position: -264px -911px; | |
width: 40px; | |
height: 62px; | |
} | |
.sprite-199-slowking { | |
background-position: -350px -514px; | |
width: 58px; | |
height: 84px; | |
} | |
.sprite-200-misdreavus { | |
background-position: -620px -975px; | |
width: 60px; | |
height: 57px; | |
} | |
.sprite-201-unown { | |
background-position: -536px -351px; | |
width: 27px; | |
height: 49px; | |
} | |
.sprite-202-wobbuffet { | |
background-position: -870px -570px; | |
width: 40px; | |
height: 67px; | |
} | |
.sprite-203-girafarig { | |
background-position: -132px -114px; | |
width: 47px; | |
height: 88px; | |
} | |
.sprite-204-pineco { | |
background-position: -858px -287px; | |
width: 54px; | |
height: 59px; | |
} | |
.sprite-205-forretress { | |
background-position: -820px -429px; | |
width: 91px; | |
height: 65px; | |
} | |
.sprite-206-dunsparce { | |
background-position: -492px -1081px; | |
width: 59px; | |
height: 34px; | |
} | |
.sprite-207-gligar { | |
background-position: -137px -514px; | |
width: 68px; | |
height: 84px; | |
} | |
.sprite-208-steelix { | |
background-position: -183px 0; | |
width: 87px; | |
height: 104px; | |
} | |
.sprite-209-snubbull { | |
background-position: -915px -570px; | |
width: 58px; | |
height: 54px; | |
} | |
.sprite-210-granbull { | |
background-position: -369px -684px; | |
width: 74px; | |
height: 79px; | |
} | |
.sprite-211-qwilfish { | |
background-position: 0 -1081px; | |
width: 58px; | |
height: 41px; | |
} | |
.sprite-212-scizor { | |
background-position: -263px -421px; | |
width: 63px; | |
height: 91px; | |
} | |
.sprite-213-shuckle { | |
background-position: -828px -975px; | |
width: 70px; | |
height: 56px; | |
} | |
.sprite-214-heracross { | |
background-position: -463px -177px; | |
width: 87px; | |
height: 86px; | |
} | |
.sprite-215-sneasel { | |
background-position: -403px -314px; | |
width: 45px; | |
height: 70px; | |
} | |
.sprite-216-teddiursa { | |
background-position: -915px -233px; | |
width: 44px; | |
height: 56px; | |
} | |
.sprite-217-ursaring { | |
background-position: -82px -325px; | |
width: 67px; | |
height: 94px; | |
} | |
.sprite-218-slugma { | |
background-position: -349px -911px; | |
width: 59px; | |
height: 61px; | |
} | |
.sprite-219-magcargo { | |
background-position: -637px -843px; | |
width: 64px; | |
height: 65px; | |
} | |
.sprite-220-swinub { | |
background-position: -740px -1081px; | |
width: 46px; | |
height: 32px; | |
} | |
.sprite-221-piloswine { | |
background-position: -655px -370px; | |
width: 68px; | |
height: 71px; | |
} | |
.sprite-222-corsola { | |
background-position: -568px -843px; | |
width: 68px; | |
height: 66px; | |
} | |
.sprite-223-remoraid { | |
background-position: -882px -145px; | |
width: 32px; | |
height: 50px; | |
} | |
.sprite-224-octillery { | |
background-position: -277px -975px; | |
width: 86px; | |
height: 58px; | |
} | |
.sprite-225-delibird { | |
background-position: -746px -640px; | |
width: 55px; | |
height: 69px; | |
} | |
.sprite-226-mantine { | |
background-position: -313px -1081px; | |
width: 127px; | |
height: 38px; | |
} | |
.sprite-227-skarmory { | |
background-position: 0 -911px; | |
width: 111px; | |
height: 63px; | |
} | |
.sprite-228-houndour { | |
background-position: -240px -975px; | |
width: 36px; | |
height: 58px; | |
} | |
.sprite-229-houndoom { | |
background-position: -78px -514px; | |
width: 58px; | |
height: 85px; | |
} | |
.sprite-230-kingdra { | |
background-position: -327px -421px; | |
width: 42px; | |
height: 90px; | |
} | |
.sprite-231-phanpy { | |
background-position: -975px -537px; | |
width: 60px; | |
height: 50px; | |
} | |
.sprite-232-donphan { | |
background-position: -805px -74px; | |
width: 107px; | |
height: 65px; | |
} | |
.sprite-233-porygon2 { | |
background-position: -915px -119px; | |
width: 49px; | |
height: 56px; | |
} | |
.sprite-234-stantler { | |
background-position: -337px -325px; | |
width: 49px; | |
height: 92px; | |
} | |
.sprite-235-smeargle { | |
background-position: -403px -167px; | |
width: 56px; | |
height: 73px; | |
} | |
.sprite-236-tyrogue { | |
background-position: -473px -843px; | |
width: 33px; | |
height: 66px; | |
} | |
.sprite-237-hitmontop { | |
background-position: -655px -586px; | |
width: 60px; | |
height: 70px; | |
} | |
.sprite-238-smoochum { | |
background-position: -104px -975px; | |
width: 41px; | |
height: 58px; | |
} | |
.sprite-239-elekid { | |
background-position: -409px -911px; | |
width: 60px; | |
height: 61px; | |
} | |
.sprite-240-magby { | |
background-position: -305px -911px; | |
width: 43px; | |
height: 61px; | |
} | |
.sprite-241-miltank { | |
background-position: -655px -78px; | |
width: 64px; | |
height: 73px; | |
} | |
.sprite-242-blissey { | |
background-position: -655px -225px; | |
width: 80px; | |
height: 72px; | |
} | |
.sprite-243-raikou { | |
background-position: -519px -684px; | |
width: 68px; | |
height: 78px; | |
} | |
.sprite-244-entei { | |
background-position: 0 -514px; | |
width: 77px; | |
height: 85px; | |
} | |
.sprite-245-suicune { | |
background-position: -463px -264px; | |
width: 99px; | |
height: 86px; | |
} | |
.sprite-246-larvitar { | |
background-position: -702px -843px; | |
width: 46px; | |
height: 65px; | |
} | |
.sprite-247-pupitar { | |
background-position: -854px -358px; | |
width: 51px; | |
height: 65px; | |
} | |
.sprite-248-tyranitar { | |
background-position: -187px -222px; | |
width: 73px; | |
height: 98px; | |
} | |
.sprite-249-lugia { | |
background-position: 0 -114px; | |
width: 131px; | |
height: 107px; | |
} | |
.sprite-250-ho-oh { | |
background-position: 0 0; | |
width: 93px; | |
height: 113px; | |
} | |
.sprite-251-celebi { | |
background-position: -695px -911px; | |
width: 59px; | |
height: 60px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment