Skip to content

Instantly share code, notes, and snippets.

@zer0tonin
Created July 28, 2019 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zer0tonin/cbfa48f09a29cae7a8935e22279ac9d0 to your computer and use it in GitHub Desktop.
Save zer0tonin/cbfa48f09a29cae7a8935e22279ac9d0 to your computer and use it in GitHub Desktop.
pokemon stuff
{
"pikachu": {
"type": "electric",
"abilities": ["static", "lightning rod"]
},
"eevee": {
"type": "normal",
"abilities": ["run away", "adaptability", "anticipation"]
},
"grimer": {
"type": "poison",
"abilities": ["stench", "sticky hold", "poison touch"]
},
"voltorb": {
"type": "electric",
"abilities": ["soundproof", "static", "aftermath"]
},
"goomy": {
"type": "dragon",
"abilities": ["sap sipper", "hydratation", "gooey"]
},
"clefairy": {
"type": "fairy",
"abilities": ["cute charm", "magic guard", "friend guard"]
},
"nidorina": {
"type": "poison",
"abilities": ["poison point", "rivalry", "hustle"]
},
"diglett": {
"type": "ground",
"abilities": ["sand veil", "arena trap", "sand force"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment