diff --git a/images/vikavolt.png b/images/vikavolt.png new file mode 100644 index 00000000..ccf45327 Binary files /dev/null and b/images/vikavolt.png differ diff --git a/pokemon.json b/pokemon.json index dd540744..f3f448a9 100644 --- a/pokemon.json +++ b/pokemon.json @@ -124,5 +124,14 @@ "contributedByUrl": "https://github.com/mayureshagashe2105", "improvedByName": "", "improvedByUrl": "" + }, + { + "pokemonName": "Vikavolt", + "pokemonDescription": "It builds up electricity in its abdomen, focuses it through its jaws, and then fires the electricity off in concentrated beams.", + "pokemonImage": "./images/vikavolt.png", + "contributedByName": "Girish Jha", + "contributedByUrl": "https://github.com/DarkShadowKonoha", + "improvedByName": "", + "improvedByUrl": "" } ]