Add Base Stats to Pokemon Data

This commit is contained in:
Dragon Fire
2020-12-03 10:24:05 -05:00
parent 49c27b4226
commit 75c000352b
4 changed files with 40 additions and 7 deletions
+8
View File
@@ -56,6 +56,14 @@
"evolution_chain": {
"url": null
},
"stats": {
"hp": 33,
"atk": 136,
"def": 0,
"sAtk": 6,
"sDef": 6,
"spd": 29
},
"chain": [0],
"missingno": true,
"sprite": "https://cdn.bulbagarden.net/upload/9/98/Missingno_RB.png",