-
-
Save jkonowitch/20e0d90655269a66575b to your computer and use it in GitHub Desktop.
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
| [ | |
| { | |
| "name":"Bulbasaur", | |
| "attack":49, | |
| "defense":49, | |
| "type":"grass", | |
| "moves":[ | |
| "tackle", | |
| "vine whip" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Ivysaur", | |
| "attack":62, | |
| "defense":63, | |
| "type":"grass", | |
| "moves":[ | |
| "tackle", | |
| "vine whip", | |
| "razor leaf" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Venusaur", | |
| "attack":82, | |
| "defense":83, | |
| "type":"grass", | |
| "moves":[ | |
| "tackle", | |
| "vine whip", | |
| "razor leaf" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Charmander", | |
| "attack":52, | |
| "defense":43, | |
| "type":"fire", | |
| "moves":[ | |
| "scratch", | |
| "ember", | |
| "metal claw" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Charmeleon", | |
| "attack":64, | |
| "defense":58, | |
| "type":"fire", | |
| "moves":[ | |
| "scratch", | |
| "ember", | |
| "metal claw", | |
| "flamethrower" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Charizard", | |
| "attack":84, | |
| "defense":78, | |
| "type":"fire", | |
| "moves":[ | |
| "flamethrower", | |
| "wing attack", | |
| "slash", | |
| "metal claw" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Squirtle", | |
| "attack":48, | |
| "defense":65, | |
| "type":"water", | |
| "moves":[ | |
| "tackle", | |
| "bubble", | |
| "water gun" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Wartortle", | |
| "attack":63, | |
| "defense":80, | |
| "type":"water", | |
| "moves":[ | |
| "tackle", | |
| "bubble", | |
| "water gun", | |
| "bite" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Blastoise", | |
| "attack":83, | |
| "defense":100, | |
| "type":"water", | |
| "moves":[ | |
| "hydro pump", | |
| "bubble", | |
| "water gun", | |
| "bite" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Caterpie", | |
| "attack":30, | |
| "defense":35, | |
| "type":"bug", | |
| "moves":[ | |
| "tackle" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Butterfree", | |
| "attack":45, | |
| "defense":50, | |
| "type":"bug", | |
| "moves":[ | |
| "confusion", | |
| "gust", | |
| "psybeam", | |
| "silver wind" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Weedle", | |
| "attack":35, | |
| "defense":30, | |
| "type":"bug", | |
| "moves":[ | |
| "poison sting" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Pidgey", | |
| "attack":45, | |
| "defense":40, | |
| "type":"normal", | |
| "moves":[ | |
| "tackle", | |
| "gust" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Pidgeotto", | |
| "attack":60, | |
| "defense":55, | |
| "type":"normal", | |
| "moves":[ | |
| "tackle", | |
| "gust", | |
| "wing attack" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Pidgeot", | |
| "attack":80, | |
| "defense":75, | |
| "type":"normal", | |
| "moves":[ | |
| "tackle", | |
| "gust", | |
| "wing attack" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Rattata", | |
| "attack":56, | |
| "defense":35, | |
| "type":"normal", | |
| "moves":[ | |
| "tackle", | |
| "hyper fang" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Raticate", | |
| "attack":81, | |
| "defense":60, | |
| "type":"normal", | |
| "moves":[ | |
| "tackle", | |
| "hyper fang" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Spearow", | |
| "attack":60, | |
| "defense":30, | |
| "type":"normal", | |
| "moves":[ | |
| "peck" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Fearow", | |
| "attack":90, | |
| "defense":65, | |
| "type":"normal", | |
| "moves":[ | |
| "peck", | |
| "drill peck" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Ekans", | |
| "attack":60, | |
| "defense":44, | |
| "type":"poison", | |
| "moves":[ | |
| "poison sting", | |
| "bite" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Arbok", | |
| "attack":85, | |
| "defense":69, | |
| "type":"poison", | |
| "moves":[ | |
| "poison sting", | |
| "bite", | |
| "acid" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Raichu", | |
| "attack":90, | |
| "defense":55, | |
| "type":"electric", | |
| "moves":[ | |
| "thundershock", | |
| "thunderbolt" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Sandshrew", | |
| "attack":75, | |
| "defense":85, | |
| "type":"ground", | |
| "moves":[ | |
| "scratch", | |
| "poison sting" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Sandslash", | |
| "attack":100, | |
| "defense":110, | |
| "type":"ground", | |
| "moves":[ | |
| "scratch", | |
| "poison sting", | |
| "slash", | |
| "swift" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Nidoran", | |
| "attack":47, | |
| "defense":52, | |
| "type":"poison", | |
| "moves":[ | |
| "scratch" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Nidoqueen", | |
| "attack":82, | |
| "defense":87, | |
| "type":"poison", | |
| "moves":[ | |
| "scratch", | |
| "poison sting", | |
| "body slam", | |
| "superpower" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Nidoran", | |
| "attack":57, | |
| "defense":40, | |
| "type":"poison", | |
| "moves":[ | |
| "peck" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Nidoking", | |
| "attack":92, | |
| "defense":77, | |
| "type":"poison", | |
| "moves":[ | |
| "peck", | |
| "poison sting", | |
| "megahorn" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Ninetales", | |
| "attack":76, | |
| "defense":75, | |
| "type":"fire", | |
| "moves":[ | |
| "ember" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Zubat", | |
| "attack":45, | |
| "defense":35, | |
| "type":"poison", | |
| "moves":[ | |
| "astonish", | |
| "bite", | |
| "wing attack" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Golbat", | |
| "attack":80, | |
| "defense":70, | |
| "type":"poison", | |
| "moves":[ | |
| "poison fang", | |
| "bite", | |
| "wing attack", | |
| "air cutter" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Paras", | |
| "attack":70, | |
| "defense":55, | |
| "type":"bug", | |
| "moves":[ | |
| "scratch" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Parasect", | |
| "attack":95, | |
| "defense":80, | |
| "type":"bug", | |
| "moves":[ | |
| "scratch", | |
| "slash" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Venonat", | |
| "attack":55, | |
| "defense":50, | |
| "type":"bug", | |
| "moves":[ | |
| "tackle", | |
| "confusion" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Venomoth", | |
| "attack":65, | |
| "defense":60, | |
| "type":"bug", | |
| "moves":[ | |
| "psybeam", | |
| "psychic", | |
| "confusion", | |
| "gust" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Diglett", | |
| "attack":55, | |
| "defense":25, | |
| "type":"ground", | |
| "moves":[ | |
| "scratch" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Dugtrio", | |
| "attack":80, | |
| "defense":50, | |
| "type":"ground", | |
| "moves":[ | |
| "scratch", | |
| "slash", | |
| "earthquake" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Meowth", | |
| "attack":45, | |
| "defense":35, | |
| "type":"normal", | |
| "moves":[ | |
| "scratch", | |
| "bite" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Persian", | |
| "attack":70, | |
| "defense":60, | |
| "type":"normal", | |
| "moves":[ | |
| "scratch", | |
| "bite", | |
| "slash" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Psyduck", | |
| "attack":52, | |
| "defense":48, | |
| "type":"water", | |
| "moves":[ | |
| "scratch", | |
| "confusion" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Golduck", | |
| "attack":82, | |
| "defense":78, | |
| "type":"water", | |
| "moves":[ | |
| "scratch", | |
| "confusion", | |
| "hydro pump" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Mankey", | |
| "attack":80, | |
| "defense":35, | |
| "type":"fighting", | |
| "moves":[ | |
| "scratch", | |
| "low kick", | |
| "karate chop" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Primeape", | |
| "attack":105, | |
| "defense":60, | |
| "type":"fighting", | |
| "moves":[ | |
| "scratch", | |
| "low kick", | |
| "karate chop", | |
| "cross chop" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Arcanine", | |
| "attack":110, | |
| "defense":80, | |
| "type":"fire", | |
| "moves":[ | |
| "bite", | |
| "ember" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Poliwag", | |
| "attack":50, | |
| "defense":40, | |
| "type":"water", | |
| "moves":[ | |
| "bubble", | |
| "water gun" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Poliwrath", | |
| "attack":85, | |
| "defense":95, | |
| "type":"water", | |
| "moves":[ | |
| "water gun" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Alakazam", | |
| "attack":50, | |
| "defense":45, | |
| "type":"psychic", | |
| "moves":[ | |
| "confusion", | |
| "psybeam", | |
| "psychic" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Machop", | |
| "attack":80, | |
| "defense":50, | |
| "type":"fighting", | |
| "moves":[ | |
| "low kick", | |
| "karate chop" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Machamp", | |
| "attack":130, | |
| "defense":80, | |
| "type":"fighting", | |
| "moves":[ | |
| "low kick", | |
| "karate chop", | |
| "cross chop", | |
| "dynamicpunch" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Bellsprout", | |
| "attack":75, | |
| "defense":35, | |
| "type":"grass", | |
| "moves":[ | |
| "vine whip" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Victreebel", | |
| "attack":105, | |
| "defense":65, | |
| "type":"grass", | |
| "moves":[ | |
| "vine whip", | |
| "razor leaf" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Tentacool", | |
| "attack":40, | |
| "defense":35, | |
| "type":"water", | |
| "moves":[ | |
| "poison sting", | |
| "constrict", | |
| "acid", | |
| "bubblebeam" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Tentacruel", | |
| "attack":70, | |
| "defense":65, | |
| "type":"water", | |
| "moves":[ | |
| "hydro pump", | |
| "constrict", | |
| "acid", | |
| "bubblebeam" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Geodude", | |
| "attack":80, | |
| "defense":100, | |
| "type":"rock", | |
| "moves":[ | |
| "tackle", | |
| "rock throw" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Golem", | |
| "attack":110, | |
| "defense":130, | |
| "type":"rock", | |
| "moves":[ | |
| "tackle", | |
| "rock throw", | |
| "earthquake" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Ponyta", | |
| "attack":85, | |
| "defense":55, | |
| "type":"fire", | |
| "moves":[ | |
| "ember", | |
| "stomp" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Rapidash", | |
| "attack":100, | |
| "defense":70, | |
| "type":"fire", | |
| "moves":[ | |
| "ember", | |
| "stomp", | |
| "fire blast" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Slowpoke", | |
| "attack":65, | |
| "defense":65, | |
| "type":"water", | |
| "moves":[ | |
| "tackle", | |
| "water gun", | |
| "confusion", | |
| "headbutt" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Slowbro", | |
| "attack":75, | |
| "defense":110, | |
| "type":"water", | |
| "moves":[ | |
| "psychic", | |
| "water gun", | |
| "confusion", | |
| "headbutt" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Magnemite", | |
| "attack":35, | |
| "defense":70, | |
| "type":"electric", | |
| "moves":[ | |
| "tackle", | |
| "thundershock", | |
| "spark" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Magneton", | |
| "attack":60, | |
| "defense":95, | |
| "type":"electric", | |
| "moves":[ | |
| "tackle", | |
| "thundershock", | |
| "spark", | |
| "zap cannon" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Farfetch'd", | |
| "attack":65, | |
| "defense":55, | |
| "type":"normal", | |
| "moves":[ | |
| "peck", | |
| "slash" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Doduo", | |
| "attack":85, | |
| "defense":45, | |
| "type":"normal", | |
| "moves":[ | |
| "peck" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Dodrio", | |
| "attack":110, | |
| "defense":70, | |
| "type":"normal", | |
| "moves":[ | |
| "peck", | |
| "drill peck" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Seel", | |
| "attack":45, | |
| "defense":55, | |
| "type":"water", | |
| "moves":[ | |
| "headbutt", | |
| "icy wind", | |
| "aurora beam" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Dewgong", | |
| "attack":70, | |
| "defense":80, | |
| "type":"water", | |
| "moves":[ | |
| "ice beam", | |
| "headbutt", | |
| "icy wind", | |
| "aurora beam" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Grimer", | |
| "attack":80, | |
| "defense":50, | |
| "type":"poison", | |
| "moves":[ | |
| "pound", | |
| "sludge" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Muk", | |
| "attack":105, | |
| "defense":75, | |
| "type":"poison", | |
| "moves":[ | |
| "pound", | |
| "sludge", | |
| "sludge bomb" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Cloyster", | |
| "attack":95, | |
| "defense":180, | |
| "type":"water", | |
| "moves":[ | |
| "aurora beam" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Gastly", | |
| "attack":35, | |
| "defense":30, | |
| "type":"ghost", | |
| "moves":[ | |
| "tackle", | |
| "lick" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Gengar", | |
| "attack":65, | |
| "defense":60, | |
| "type":"ghost", | |
| "moves":[ | |
| "tackle", | |
| "lick", | |
| "shadow punch", | |
| "shadow ball" | |
| ], | |
| "curve":1.3 | |
| }, | |
| { | |
| "name":"Onix", | |
| "attack":45, | |
| "defense":160, | |
| "type":"rock", | |
| "moves":[ | |
| "iron tail", | |
| "rock throw", | |
| "dragonbreath", | |
| "slam" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Drowzee", | |
| "attack":48, | |
| "defense":45, | |
| "type":"psychic", | |
| "moves":[ | |
| "pound", | |
| "confusion", | |
| "headbutt" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Hypno", | |
| "attack":73, | |
| "defense":70, | |
| "type":"psychic", | |
| "moves":[ | |
| "pound", | |
| "confusion", | |
| "headbutt", | |
| "psychic" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Krabby", | |
| "attack":105, | |
| "defense":90, | |
| "type":"water", | |
| "moves":[ | |
| "bubble", | |
| "vicegrip", | |
| "mud shot", | |
| "stomp" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Kingler", | |
| "attack":130, | |
| "defense":115, | |
| "type":"water", | |
| "moves":[ | |
| "stomp", | |
| "crabhammer", | |
| "vicegrip", | |
| "mud shot" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Voltorb", | |
| "attack":30, | |
| "defense":50, | |
| "type":"electric", | |
| "moves":[ | |
| "tackle", | |
| "spark" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Electrode", | |
| "attack":50, | |
| "defense":70, | |
| "type":"electric", | |
| "moves":[ | |
| "tackle", | |
| "spark", | |
| "swift" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Exeggutor", | |
| "attack":95, | |
| "defense":85, | |
| "type":"grass", | |
| "moves":[ | |
| "confusion", | |
| "stomp", | |
| "egg bomb" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Cubone", | |
| "attack":50, | |
| "defense":95, | |
| "type":"ground", | |
| "moves":[ | |
| "bone club", | |
| "headbutt" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Marowak", | |
| "attack":80, | |
| "defense":110, | |
| "type":"ground", | |
| "moves":[ | |
| "bone club", | |
| "headbutt" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Hitmonlee", | |
| "attack":120, | |
| "defense":53, | |
| "type":"fighting", | |
| "moves":[ | |
| "rolling kick" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Hitmonchan", | |
| "attack":105, | |
| "defense":79, | |
| "type":"fighting", | |
| "moves":[ | |
| "mega punch", | |
| "ice punch", | |
| "fire punch", | |
| "sky uppercut" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Lickitung", | |
| "attack":55, | |
| "defense":75, | |
| "type":"normal", | |
| "moves":[ | |
| "lick", | |
| "stomp", | |
| "slam" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Koffing", | |
| "attack":65, | |
| "defense":95, | |
| "type":"poison", | |
| "moves":[ | |
| "tackle", | |
| "smog", | |
| "sludge" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Weezing", | |
| "attack":90, | |
| "defense":120, | |
| "type":"poison", | |
| "moves":[ | |
| "tackle", | |
| "smog", | |
| "sludge" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Rhyhorn", | |
| "attack":85, | |
| "defense":95, | |
| "type":"ground", | |
| "moves":[ | |
| "horn attack", | |
| "stomp" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Rhydon", | |
| "attack":130, | |
| "defense":120, | |
| "type":"ground", | |
| "moves":[ | |
| "horn attack", | |
| "stomp", | |
| "earthquake", | |
| "megahorn" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Chansey", | |
| "attack":5, | |
| "defense":5, | |
| "type":"normal", | |
| "moves":[ | |
| "pound", | |
| "egg bomb" | |
| ], | |
| "curve":1.9 | |
| }, | |
| { | |
| "name":"Tangela", | |
| "attack":55, | |
| "defense":115, | |
| "type":"grass", | |
| "moves":[ | |
| "constrict", | |
| "vine whip", | |
| "slam" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Kangaskhan", | |
| "attack":95, | |
| "defense":80, | |
| "type":"normal", | |
| "moves":[ | |
| "bite", | |
| "mega punch", | |
| "dizzy punch" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Horsea", | |
| "attack":40, | |
| "defense":70, | |
| "type":"water", | |
| "moves":[ | |
| "bubble", | |
| "water gun", | |
| "twister" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Seadra", | |
| "attack":65, | |
| "defense":95, | |
| "type":"water", | |
| "moves":[ | |
| "bubble", | |
| "water gun", | |
| "twister", | |
| "hydro pump" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Goldeen", | |
| "attack":67, | |
| "defense":60, | |
| "type":"water", | |
| "moves":[ | |
| "peck", | |
| "horn attack" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Seaking", | |
| "attack":92, | |
| "defense":65, | |
| "type":"water", | |
| "moves":[ | |
| "peck", | |
| "horn attack", | |
| "waterfall", | |
| "megahorn" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Starmie", | |
| "attack":75, | |
| "defense":85, | |
| "type":"water", | |
| "moves":[ | |
| "water gun", | |
| "swift" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Mr. mime", | |
| "attack":45, | |
| "defense":65, | |
| "type":"psychic", | |
| "moves":[ | |
| "confusion", | |
| "magical leaf", | |
| "psybeam", | |
| "psychic" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Scyther", | |
| "attack":110, | |
| "defense":80, | |
| "type":"bug", | |
| "moves":[ | |
| "wing attack", | |
| "slash" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Jynx", | |
| "attack":50, | |
| "defense":35, | |
| "type":"ice", | |
| "moves":[ | |
| "body slam", | |
| "blizzard", | |
| "powder snow", | |
| "ice punch" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Electabuzz", | |
| "attack":83, | |
| "defense":57, | |
| "type":"electric", | |
| "moves":[ | |
| "thunderpunch", | |
| "swift", | |
| "thunderbolt", | |
| "thunder" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Magmar", | |
| "attack":95, | |
| "defense":57, | |
| "type":"fire", | |
| "moves":[ | |
| "fire blast", | |
| "smog", | |
| "fire punch", | |
| "flamethrower" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Pinsir", | |
| "attack":125, | |
| "defense":100, | |
| "type":"bug", | |
| "moves":[ | |
| "vicegrip" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Tauros", | |
| "attack":100, | |
| "defense":95, | |
| "type":"normal", | |
| "moves":[ | |
| "tackle", | |
| "horn attack" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Magikarp", | |
| "attack":10, | |
| "defense":55, | |
| "type":"water", | |
| "moves":[ | |
| "tackle" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Gyarados", | |
| "attack":125, | |
| "defense":79, | |
| "type":"water", | |
| "moves":[ | |
| "bite", | |
| "twister", | |
| "hydro pump" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Lapras", | |
| "attack":85, | |
| "defense":80, | |
| "type":"water", | |
| "moves":[ | |
| "water gun", | |
| "body slam", | |
| "ice beam", | |
| "hydro pump" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Eevee", | |
| "attack":55, | |
| "defense":50, | |
| "type":"normal", | |
| "moves":[ | |
| "tackle", | |
| "bite" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Jolteon", | |
| "attack":65, | |
| "defense":60, | |
| "type":"electric", | |
| "moves":[ | |
| "tackle", | |
| "thundershock", | |
| "thunder" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Flareon", | |
| "attack":130, | |
| "defense":60, | |
| "type":"fire", | |
| "moves":[ | |
| "flamethrower", | |
| "ember", | |
| "bite", | |
| "smog" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Porygon", | |
| "attack":60, | |
| "defense":70, | |
| "type":"normal", | |
| "moves":[ | |
| "tackle", | |
| "psybeam", | |
| "zap cannon" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Omanyte", | |
| "attack":40, | |
| "defense":100, | |
| "type":"rock", | |
| "moves":[ | |
| "constrict", | |
| "bite", | |
| "water gun", | |
| "mud shot" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Omastar", | |
| "attack":60, | |
| "defense":125, | |
| "type":"rock", | |
| "moves":[ | |
| "ancientpower", | |
| "hydro pump", | |
| "water gun", | |
| "mud shot" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Kabuto", | |
| "attack":80, | |
| "defense":90, | |
| "type":"rock", | |
| "moves":[ | |
| "scratch", | |
| "mud shot" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Kabutops", | |
| "attack":115, | |
| "defense":105, | |
| "type":"rock", | |
| "moves":[ | |
| "scratch", | |
| "mud shot", | |
| "slash", | |
| "ancientpower" | |
| ], | |
| "curve":1.6 | |
| }, | |
| { | |
| "name":"Aerodactyl", | |
| "attack":105, | |
| "defense":65, | |
| "type":"rock", | |
| "moves":[ | |
| "wing attack", | |
| "bite", | |
| "ancientpower" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Snorlax", | |
| "attack":110, | |
| "defense":65, | |
| "type":"normal", | |
| "moves":[ | |
| "tackle", | |
| "headbutt", | |
| "snore", | |
| "body slam" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Articuno", | |
| "attack":85, | |
| "defense":100, | |
| "type":"ice", | |
| "moves":[ | |
| "gust", | |
| "powder snow", | |
| "ice beam", | |
| "blizzard" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Zapdos", | |
| "attack":90, | |
| "defense":85, | |
| "type":"electric", | |
| "moves":[ | |
| "peck", | |
| "thundershock", | |
| "drill peck", | |
| "thunder" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Moltres", | |
| "attack":100, | |
| "defense":90, | |
| "type":"fire", | |
| "moves":[ | |
| "wing attack", | |
| "ember", | |
| "flamethrower", | |
| "heat wave" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Dratini", | |
| "attack":64, | |
| "defense":45, | |
| "type":"dragon", | |
| "moves":[ | |
| "twister", | |
| "slam" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Dragonair", | |
| "attack":84, | |
| "defense":65, | |
| "type":"dragon", | |
| "moves":[ | |
| "twister", | |
| "slam" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Dragonite", | |
| "attack":134, | |
| "defense":95, | |
| "type":"dragon", | |
| "moves":[ | |
| "twister", | |
| "slam", | |
| "wing attack" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Mewtwo", | |
| "attack":110, | |
| "defense":90, | |
| "type":"psychic", | |
| "moves":[ | |
| "confusion", | |
| "swift", | |
| "psychic" | |
| ], | |
| "curve":1 | |
| }, | |
| { | |
| "name":"Mew", | |
| "attack":100, | |
| "defense":100, | |
| "type":"psychic", | |
| "moves":[ | |
| "pound", | |
| "mega punch", | |
| "psychic", | |
| "ancientpower" | |
| ], | |
| "curve":1.3 | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment