forked from AM1CODES/Poke-Dex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpokemon.json
83 lines (83 loc) · 4.5 KB
/
pokemon.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
77
78
79
80
81
82
83
[
{
"pokemonName": "Gible",
"pokemonDescription": "Gible is a small, blue, bipedal dragon-like Pokémon. It lacks a neck but has a large mouth, filled with sharp teeth. It has two horns on its head striped blue in the middle, and a large dorsal fin. Gible loves to bite anything, and that can be a pain for its Trainer if the Trainer gets bitten themselves. This habit of biting anything is probably instinctive, and it is very hard to train them to control their urges.",
"pokemonImage": "./images/gible.png",
"contributedByName": "ashvathnarayanan",
"contributedByUrl": "https://github.com/ashvathnarayanan",
"improvedByName": "",
"improvedByUrl": ""
},
{
"pokemonName": "Abra",
"pokemonDescription": "Abra uses psychic powers while it sleeps. Its dreams affect the powers that the Pokemon wields.",
"pokemonImage": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/063.png",
"contributedByName": "felipprodrigues",
"contributedByUrl": "",
"improvedByName": "",
"improvedByUrl": ""
},
{
"pokemonName": "Eevee",
"pokemonDescription": "It has the ability to alter the composition of its body to suit its surrounding environment.",
"pokemonImage": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/133.png",
"contributedByName": "Monochrome Taisa",
"contributedByUrl": "https://github.com/idm1303",
"improvedByName": "",
"improvedByUrl": ""
},
{
"pokemonName": "Rattata",
"pokemonDescription": "Will chew on anything with its fangs. If you see one, you can be certain that 40 more live in the area.",
"pokemonImage": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/019.png",
"contributedByName": "Aagam Shah",
"contributedByUrl": "https://github.com/neutrinoguy",
"improvedByName": "",
"improvedByUrl": ""
},
{
"pokemonName": "Gastradon",
"pokemonDescription": "Gastrodon is a sea slug-like Pokémon. Much like its pre-evolved form, it has a slug-like body with a round head and a mantle covering the top half of its body.",
"pokemonImage": "https://cdn2.bulbagarden.net/upload/thumb/1/18/423Gastrodon.png/250px-423Gastrodon.png",
"contributedByName": "Karthik Kamath",
"contributedByUrl": "https://github.com/Karthik1717",
"improvedByName": "",
"improvedByUrl": ""
},
{
"pokemonName": "Snorlax",
"pokemonDescription": "Snorlax is a huge, bipedal, dark blue-green Pokémon with a cream-colored face, belly, and feet. Its body is composed of mostly its belly, as its limbs are comparatively small. Its head is large with small, pointed ears and two pointed teeth protruding from its lower jaw. It has round feet, which both have three claws and a circular brown paw pad, and short arms with five claws on each hand. Snorlax's bulk makes it the heaviest Normal type.",
"pokemonImage": "http://img4.wikia.nocookie.net/__cb20130621040305/sonicpokemon/images/9/94/Snorlax_AG_anime.png",
"contributedByName": "Alberto Rojas",
"contributedByUrl": "https://github.com/shaka0241",
"improvedByName": "",
"improvedByUrl": ""
},
{
"pokemonName": "Grovyle",
"pokemonDescription": "The leaves growing out of Grovyle’s body are convenient for camouflaging it from enemies in the forest. This Pokémon is a master at climbing trees in jungles.",
"pokemonImage": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/253.png",
"contributedByName": "Ariel Roque",
"contributedByUrl": "https://github.com/arielroque",
"improvedByName": "",
"improvedByUrl": ""
},
{
"pokemonName": "Magby",
"pokemonDescription": "Magby is a fire type baby pokemon introduced in Pokemon gen 2. It has a red body except its stomach which is a yellow color and is in shape of a flame.",
"pokemonImage": "https://static.wikia.nocookie.net/pokemon/images/c/cb/240Magby.png",
"contributedByName": "Jackson Isaac",
"contributedByUrl": "https://github.com/JacksonIsaac/",
"improvedByName": "",
"improvedByUrl": ""
},
{
"pokemonName": "Ditto",
"pokemonDescription": "Ditto is a Normal type Pokémon introduced in Generation 1. It is known as the Transform Pokémon.Capable of copying an enemy’s genetic code to instantly transform itself into a duplicate of the enemy.",
"pokemonImage": "https://www.pngitem.com/pimgs/m/77-770915_ditto-pokemon-character-vector-art-pokemon-ditto-dream.png",
"contributedByName": "Lakshya Shrivastava",
"contributedByUrl": "https://github.com/Lakshya3119",
"improvedByName": "",
"improvedByUrl": ""
}
]