mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 00:09:08 +02:00
Add Base Stats to Pokemon Data
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user