-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathallPokemons.js
197 lines (165 loc) · 7.9 KB
/
allPokemons.js
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
var abra = {
name: "abra",
source: "https://archives.bulbagarden.net/media/upload/9/9e/PCP063.png",
hint:"A small, timid Psychic-type Pokémon with exceptional telekinetic abilities. It's powers manifest most strongly during sleep."
}
var alakazam = {
name: "alakazam",
source: "https://archives.bulbagarden.net/media/upload/a/a6/PCP065.png",
hint:"The highly intelligent evolution of Abra, boasting immense psychic power. Known for its telepathy and spoon-bending abilities"
}
var arcanine ={
name:"arcanine",
source:"https://archives.bulbagarden.net/media/upload/thumb/4/42/0059Arcanine.png/375px-0059Arcanine.png",
hint:"A Fire-type Pokémon and it evolves from Growlithe when exposed to a Fire Stone."
}
var arbok = {
name: "arbok",
source: "https://archives.bulbagarden.net/media/upload/9/9d/PCP024.png",
hint:"A large, intimidating Poison-type snake Pokémon with a venomous bite."
}
var articuno = {
name: "articuno",
source: "https://archives.bulbagarden.net/media/upload/d/db/PCP144.png",
hint:"A legendary Ice/Flying-type bird Pokémon with the power to freeze its surroundings."
}
var beedrill = {
name: "beedrill",
source: "https://archives.bulbagarden.net/media/upload/a/ac/PCP015.png",
hint:"A fierce Bug/Poison-type with venomous stingers."
}
var bulbasaur = {
name: "bulbasaur",
source: "https://archives.bulbagarden.net/media/upload/thumb/f/fb/0001Bulbasaur.png/375px-0001Bulbasaur.png",
hint:"Along with Charmander and Squirtle, this is one of the three first partner Pokémon of Ash available at the beginning of Pokémon Red, "
}
var charmander = {
name: "charmander",
source: "https://archives.bulbagarden.net/media/upload/6/6f/PCP004.png",
hint:"A small, lizard-like Fire-type with a burning tail. Its flame grows stronger with its emotions."
}
var charmeleon = {
name: "charmeleon",
source: "https://archives.bulbagarden.net/media/upload/f/f5/PCP005.png",
hint:"The fiery evolution of Charmander, known for its aggressive nature and powerful flame attacks."
}
var charizard = {
name: "charizard",
source: "https://archives.bulbagarden.net/media/upload/5/5e/PCP006.png",
hint:"A formidable Fire/Flying-type, it is capable of unleashing devastating fire-based attacks."
}
var chimecho = {
name: "chimecho",
source: "https://archives.bulbagarden.net/media/upload/7/7e/PCP358.png",
hint:"A floating, bell-shaped Psychic-type with a calming aura. Its melodious chimes can soothe or confuse opponents."
}
var crobat = {
name: "crobat",
source: "https://archives.bulbagarden.net/media/upload/e/e3/PCP169.png",
hint:"A fast and agile Poison/Flying-type with keen eyesight."
}
var dragonair = {
name: "dragonair",
source: "https://archives.bulbagarden.net/media/upload/9/95/PCP148.png",
hint:"A serpentine Dragon-type Pokémon with the ability to control weather."
}
var eevee = {
name: "eevee",
source: "https://archives.bulbagarden.net/media/upload/9/98/PCP133.png",
hint:"A small, fox-like Normal-type with the unique ability to evolve into different forms based on various conditions."
}
var ekans = {
name: "ekans",
source: "https://archives.bulbagarden.net/media/upload/thumb/d/d2/0023Ekans.png/375px-0023Ekans.png",
hint:"It is a Poison-type Pokémon.It evolves into Arbok"
}
var espeon = {
name: "espeon",
source: "https://archives.bulbagarden.net/media/upload/5/5f/PCP196.png",
hint:"An evolution of Eevee, it is a Psychic-type with heightened senses and the ability to predict opponents' moves."
}
var flareon = {
name: "flareon",
source: "https://archives.bulbagarden.net/media/upload/2/2d/PCP136.png",
hint:"An evolution of Eevee, it is a Fire-type with an intense, fiery coat."
}
var glaceon = {
name: "glaceon",
source: "https://archives.bulbagarden.net/media/upload/d/d0/PCP471.png",
hint:" An Ice-type evolution of Eevee, it possesses the ability to freeze nearby water."
}
var golbat = {
name: "golbat",
source: "https://archives.bulbagarden.net/media/upload/e/ea/PCP042.png",
hint:"A larger, more powerful evolution of Zubat, this Poison/Flying-type is known for its sharp teeth and high speed."
}
var gyarados = {
name: "gyarados",
source: "https://archives.bulbagarden.net/media/upload/9/9d/PCP130.png",
hint:"A monstrous Water/Flying-type with a violent temper. Once a Magikarp, it undergoes a dramatic transformation."
}
var haunter = {
name: "haunter",
source: "https://archives.bulbagarden.net/media/upload/8/84/PCP093.png",
hint:"A mischievous Ghost/Poison-type with the ability to possess others."
}
var horsea = {
name: "horsea",
source: "https://archives.bulbagarden.net/media/upload/thumb/1/14/0116Horsea.png/375px-0116Horsea.png",
hint:"It is a Water-type Pokémon.It evolves into Seadra which evolves into Kingdra when traded while holding a Dragon Scale."
}
var igglybuff = {
name: "igglybuff",
source: "https://archives.bulbagarden.net/media/upload/9/9f/PCP174.png",
hint:"A pink, round Normal-type known for its sweet singing voice."
}
var jigglypuff = {
name: "jigglypuff",
source: "https://archives.bulbagarden.net/media/upload/b/b4/PCP039.png",
hint:"The evolved form of Igglybuff, still adorable but with a powerful singing voice that can induce sleep."
}
var jolteon = {
name: "jolteon",
source: "https://archives.bulbagarden.net/media/upload/5/58/PCP135.png",
hint:"An Electric-type evolution of Eevee known for its incredible speed and powerful electric attacks."
}
var kadabra = {
name: "kadabra",
source: "https://archives.bulbagarden.net/media/upload/4/4b/PCP064.png",
hint:"The intermediate stage between Abra and Alakazam, possessing increased psychic prowess."
}
var magikarp = {
name: "magikarp",
source: "https://archives.bulbagarden.net/media/upload/thumb/d/d1/0129Magikarp.png/375px-0129Magikarp.png",
hint:" A weak, water-type Pokémon known for its inability to battle effectively. Despite its unimpressive appearance and abilities, it evolves into the powerful Gyarados."
}
var magneton = {
name: "magneton",
source: "https://archives.bulbagarden.net/media/upload/thumb/d/d9/0082Magneton.png/375px-0082Magneton.png",
hint:"An Electric/Steel-type Pokémon formed by three Magnemite linked together. Known for its strong magnetic force and ability to generate powerful electric attacks."
}
var meowth = {
name: "meowth",
source: "https://archives.bulbagarden.net/media/upload/thumb/d/d6/0052Meowth.png/375px-0052Meowth.png",
hint:"A Normal-type Team Rocket Pokémon known for its cunning and ambition. Often seen carrying coins, it dreams of becoming rich."
}
var pichu = {
name: "pichu",
source: "https://archives.bulbagarden.net/media/upload/thumb/f/f3/0172Pichu.png/375px-0172Pichu.png",
hint:"A small, Electric-type baby Pokémon with a playful and curious nature. Known for its unpredictable electric shocks caused by excitement or surprise."
}
var pidgey = {
name: "pidgey",
source: "https://archives.bulbagarden.net/media/upload/thumb/0/0c/0016Pidgey.png/375px-0016Pidgey.png",
hint:"A common Normal/Flying-type Pokémon known for its docile nature. Often found in grassy areas, it prefers to flee from danger rather than fight."
}
var pikachu = {
name: "pikachu",
source: "https://archives.bulbagarden.net/media/upload/thumb/4/4a/0025Pikachu.png/375px-0025Pikachu.png",
hint:"An iconic Electric-type Pokémon known for its cheerful personality and electric attacks. It stores electricity in its cheeks, which it can release in powerful bolts."
}
var psyduck = {
name: "psyduck",
source: "https://archives.bulbagarden.net/media/upload/thumb/3/3f/0054Psyduck.png/375px-0054Psyduck.png",
hint:"A Water-type Pokémon known for its constant headaches. Despite its dazed appearance, it possesses hidden psychic powers that are often unleashed unintentionally due to the pain."
}