Last active
May 26, 2022 01:39
-
-
Save jeffersonchaves/71650a5e9f0657ca3630c746df0eb351 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
[ | |
1: { | |
nome: "bulbasaur", | |
altura: 7, | |
peso: 69, | |
habilidade: [ | |
{ | |
ability: { | |
name: "overgrow", | |
url: "https://pokeapi.co/api/v2/ability/65/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "chlorophyll", | |
url: "https://pokeapi.co/api/v2/ability/34/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/1.svg" | |
}, | |
2: { | |
nome: "ivysaur", | |
altura: 10, | |
peso: 130, | |
habilidade: [ | |
{ | |
ability: { | |
name: "overgrow", | |
url: "https://pokeapi.co/api/v2/ability/65/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "chlorophyll", | |
url: "https://pokeapi.co/api/v2/ability/34/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/2.svg" | |
}, | |
3: { | |
nome: "venusaur", | |
altura: 20, | |
peso: 1000, | |
habilidade: [ | |
{ | |
ability: { | |
name: "overgrow", | |
url: "https://pokeapi.co/api/v2/ability/65/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "chlorophyll", | |
url: "https://pokeapi.co/api/v2/ability/34/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/3.svg" | |
}, | |
4: { | |
nome: "charmander", | |
altura: 6, | |
peso: 85, | |
habilidade: [ | |
{ | |
ability: { | |
name: "blaze", | |
url: "https://pokeapi.co/api/v2/ability/66/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "solar-power", | |
url: "https://pokeapi.co/api/v2/ability/94/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/4.svg" | |
}, | |
5: { | |
nome: "charmeleon", | |
altura: 11, | |
peso: 190, | |
habilidade: [ | |
{ | |
ability: { | |
name: "blaze", | |
url: "https://pokeapi.co/api/v2/ability/66/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "solar-power", | |
url: "https://pokeapi.co/api/v2/ability/94/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/5.svg" | |
}, | |
6: { | |
nome: "charizard", | |
altura: 17, | |
peso: 905, | |
habilidade: [ | |
{ | |
ability: { | |
name: "blaze", | |
url: "https://pokeapi.co/api/v2/ability/66/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "solar-power", | |
url: "https://pokeapi.co/api/v2/ability/94/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/6.svg" | |
}, | |
7: { | |
nome: "squirtle", | |
altura: 5, | |
peso: 90, | |
habilidade: [ | |
{ | |
ability: { | |
name: "torrent", | |
url: "https://pokeapi.co/api/v2/ability/67/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "rain-dish", | |
url: "https://pokeapi.co/api/v2/ability/44/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/7.svg" | |
}, | |
8: { | |
nome: "wartortle", | |
altura: 10, | |
peso: 225, | |
habilidade: [ | |
{ | |
ability: { | |
name: "torrent", | |
url: "https://pokeapi.co/api/v2/ability/67/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "rain-dish", | |
url: "https://pokeapi.co/api/v2/ability/44/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/8.svg" | |
}, | |
9: { | |
nome: "blastoise", | |
altura: 16, | |
peso: 855, | |
habilidade: [ | |
{ | |
ability: { | |
name: "torrent", | |
url: "https://pokeapi.co/api/v2/ability/67/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "rain-dish", | |
url: "https://pokeapi.co/api/v2/ability/44/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/9.svg" | |
}, | |
10: { | |
nome: "caterpie", | |
altura: 3, | |
peso: 29, | |
habilidade: [ | |
{ | |
ability: { | |
name: "shield-dust", | |
url: "https://pokeapi.co/api/v2/ability/19/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "run-away", | |
url: "https://pokeapi.co/api/v2/ability/50/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/10.svg" | |
}, | |
11: { | |
nome: "metapod", | |
altura: 7, | |
peso: 99, | |
habilidade: [ | |
{ | |
ability: { | |
name: "shed-skin", | |
url: "https://pokeapi.co/api/v2/ability/61/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/11.svg" | |
}, | |
12: { | |
nome: "butterfree", | |
altura: 11, | |
peso: 320, | |
habilidade: [ | |
{ | |
ability: { | |
name: "compound-eyes", | |
url: "https://pokeapi.co/api/v2/ability/14/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "tinted-lens", | |
url: "https://pokeapi.co/api/v2/ability/110/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/12.svg" | |
}, | |
13: { | |
nome: "weedle", | |
altura: 3, | |
peso: 32, | |
habilidade: [ | |
{ | |
ability: { | |
name: "shield-dust", | |
url: "https://pokeapi.co/api/v2/ability/19/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "run-away", | |
url: "https://pokeapi.co/api/v2/ability/50/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/13.svg" | |
}, | |
14: { | |
nome: "kakuna", | |
altura: 6, | |
peso: 100, | |
habilidade: [ | |
{ | |
ability: { | |
name: "shed-skin", | |
url: "https://pokeapi.co/api/v2/ability/61/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/14.svg" | |
}, | |
15: { | |
nome: "beedrill", | |
altura: 10, | |
peso: 295, | |
habilidade: [ | |
{ | |
ability: { | |
name: "swarm", | |
url: "https://pokeapi.co/api/v2/ability/68/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "sniper", | |
url: "https://pokeapi.co/api/v2/ability/97/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/15.svg" | |
}, | |
16: { | |
nome: "pidgey", | |
altura: 3, | |
peso: 18, | |
habilidade: [ | |
{ | |
ability: { | |
name: "keen-eye", | |
url: "https://pokeapi.co/api/v2/ability/51/" | |
}, | |
is_hidden: false, | |
slot: 1 | |
}, | |
{ | |
ability: { | |
name: "tangled-feet", | |
url: "https://pokeapi.co/api/v2/ability/77/" | |
}, | |
is_hidden: false, | |
slot: 2 | |
}, | |
{ | |
ability: { | |
name: "big-pecks", | |
url: "https://pokeapi.co/api/v2/ability/145/" | |
}, | |
is_hidden: true, | |
slot: 3 | |
} | |
], | |
imagem: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/16.svg" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment