mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Add Types to Pokedex
This commit is contained in:
@@ -30,6 +30,18 @@
|
||||
"genus": "??? Pokémon"
|
||||
}
|
||||
],
|
||||
"varieties": [
|
||||
{
|
||||
"is_default": true,
|
||||
"pokemon": {
|
||||
"name": "missingno"
|
||||
}
|
||||
}
|
||||
],
|
||||
"types": [
|
||||
"Bird",
|
||||
"Normal"
|
||||
],
|
||||
"missingno": true,
|
||||
"sprite": "https://cdn.bulbagarden.net/upload/9/98/Missingno_RB.png",
|
||||
"box": "https://cdn.bulbagarden.net/upload/1/1f/AniMS_Missingno_I.png",
|
||||
|
||||
Reference in New Issue
Block a user