Created
May 25, 2019 02:29
-
-
Save khayyamsaleem/a6020b4e16ec5cdbfed8c5f2b7477dab 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