Created
May 25, 2019 02:41
-
-
Save khayyamsaleem/53391be7f9c00075185c7d28cb779248 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
[ | |
{ | |
"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