Skip to content

Instantly share code, notes, and snippets.

@khayyamsaleem
Created May 25, 2019 02:41
Show Gist options
  • Save khayyamsaleem/53391be7f9c00075185c7d28cb779248 to your computer and use it in GitHub Desktop.
Save khayyamsaleem/53391be7f9c00075185c7d28cb779248 to your computer and use it in GitHub Desktop.
[
{
"name": "Mankey",
"type": "fighting",
"moves": [
{
"name": "low kick",
"damage": 10
},
{
"name": "karate chop",
"damage": 5
},
{
"name": "cross chop",
"damage": 10
}
]
},
{
"name": "Caterpie",
"type": "bug",
"moves": [
{
"name": "string shot",
"damage": 3
},
{
"name": "leech life",
"damage": 7
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment