mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add height, weight, class, and gender rate to pokemon
This commit is contained in:
@@ -56,6 +56,10 @@
|
||||
"evolution_chain": {
|
||||
"url": null
|
||||
},
|
||||
"is_legendary": false,
|
||||
"is_mythical": false,
|
||||
"is_baby": false,
|
||||
"gender_rate": -1,
|
||||
"stats": {
|
||||
"hp": 33,
|
||||
"atk": 136,
|
||||
@@ -64,6 +68,8 @@
|
||||
"sDef": 6,
|
||||
"spd": 29
|
||||
},
|
||||
"height": 120,
|
||||
"weight": 3507.2,
|
||||
"abilities": ["N/A"],
|
||||
"chain": [0],
|
||||
"missingno": true,
|
||||
|
||||
Reference in New Issue
Block a user