-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpokemon_type.json
76 lines (76 loc) · 2.28 KB
/
pokemon_type.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"venusaur": ["grass", "poison"],
"charizard": ["fire", "flying"],
"blastoise": ["water"],
"butterfree": ["bug", "flying"],
"beedrill": ["bug", "poison"],
"pidgeot": ["normal", "flying"],
"raticate": ["normal"],
"fearow": ["normal", "flying"],
"arbok": ["poison"],
"raichu": ["electric"],
"sandslash": ["ground"],
"nidoqueen": ["ground", "poison"],
"nidoking":["ground", "poison"],
"clefable": ["normal"],
"ninetales": ["fire"],
"wigglytuff": ["normal"],
"vileplume": ["grass", "poison"],
"parasect": ["bug", "grass"],
"venomoth": ["bug", "poison"],
"dugtrio": ["ground"],
"golduck": ["water"],
"arcanine": ["fire"],
"poliwrath": ["water", "fighting"],
"alakazam": ["psychic"],
"machamp": ["fighting"],
"victreebel": ["grass", "poison"],
"tentacruel": ["water", "poison"],
"golem": ["rock", "ground"],
"rapidash": ["fire"],
"slowbro": ["water", "psychic"],
"magneton": ["electric"],
"farfetchd": ["normal", "flying"],
"dodrio": ["normal", "flying"],
"dewgong": ["water", "ice"],
"muk": ["poison"],
"cloyster": ["water", "ice"],
"gengar": ["ghost", "poison"],
"onix": ["rock", "ground"],
"hypno": ["psychic"],
"kingler": ["water"],
"electrode": ["electric"],
"exeggutor": ["grass", "psychic"],
"marowak": ["ground"],
"hitmonlee": ["fighting"],
"hitmonchan": ["fighting"],
"weezing": ["poison"],
"rhydon": ["ground", "rock"],
"chansey": ["normal"],
"tangela": ["grass"],
"kangaskhan": ["normal"],
"seadra": ["water"],
"seaking": ["water"],
"starmie": ["water", "psychic"],
"mr-mime": ["psychic"],
"scyther": ["bug", "flying"],
"jynx": ["ice", "psychic"],
"electabuzz": ["electric"],
"magmar": ["fire"],
"pinsir": ["bug"],
"tauros": ["normal"],
"gyarados": ["water", "flying"],
"lapras": ["water", "ice"],
"vaporeon": ["water"],
"flareon": ["fire"],
"omastar": ["rock", "water"],
"kabutops": ["rock", "water"],
"aerodactyl": ["rock", "flying"],
"snorlax": ["normal"],
"articuno": ["ice", "flying"],
"zapdos": ["electric", "flying"],
"moltres": ["fire", "flying"],
"dragonite": ["dragon", "flying"],
"mewtwo": ["psychic"],
"mew": ["psychic"]
}