mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
Move Footprint Types to Species Data Files (#664)
This commit is contained in:
parent
95ffe06be0
commit
e6fa1b9819
|
|
@ -111,7 +111,8 @@
|
|||
"offspring": "SPECIES_SNOVER",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 22,
|
||||
|
|
|
|||
|
|
@ -113,7 +113,8 @@
|
|||
"offspring": "SPECIES_ABRA",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 9,
|
||||
|
|
|
|||
|
|
@ -143,7 +143,8 @@
|
|||
"offspring": "SPECIES_ABSOL",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_SCARY"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 12,
|
||||
|
|
|
|||
|
|
@ -123,7 +123,8 @@
|
|||
"offspring": "SPECIES_AERODACTYL",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 18,
|
||||
|
|
|
|||
|
|
@ -138,7 +138,8 @@
|
|||
"offspring": "SPECIES_ARON",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 21,
|
||||
|
|
|
|||
|
|
@ -133,7 +133,8 @@
|
|||
"offspring": "SPECIES_AIPOM",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 8,
|
||||
|
|
|
|||
|
|
@ -113,7 +113,8 @@
|
|||
"offspring": "SPECIES_ABRA",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 15,
|
||||
|
|
|
|||
|
|
@ -110,7 +110,8 @@
|
|||
"offspring": "SPECIES_SWABLU",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 11,
|
||||
|
|
|
|||
|
|
@ -118,7 +118,8 @@
|
|||
"offspring": "SPECIES_AIPOM",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 12,
|
||||
|
|
|
|||
|
|
@ -101,7 +101,8 @@
|
|||
"offspring": "SPECIES_MAREEP",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 14,
|
||||
|
|
|
|||
|
|
@ -109,7 +109,8 @@
|
|||
"offspring": "SPECIES_ANORITH",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_SILENT"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 7,
|
||||
|
|
|
|||
|
|
@ -104,7 +104,8 @@
|
|||
"offspring": "SPECIES_EKANS",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_SCARY"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 35,
|
||||
|
|
|
|||
|
|
@ -89,7 +89,8 @@
|
|||
"offspring": "SPECIES_GROWLITHE",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 19,
|
||||
|
|
|
|||
|
|
@ -156,7 +156,8 @@
|
|||
"offspring": "SPECIES_ARCEUS",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 32,
|
||||
|
|
|
|||
|
|
@ -91,7 +91,8 @@
|
|||
"offspring": "SPECIES_SPINARAK",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_SCARY"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 11,
|
||||
|
|
|
|||
|
|
@ -105,7 +105,8 @@
|
|||
"offspring": "SPECIES_ANORITH",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 15,
|
||||
|
|
|
|||
|
|
@ -121,7 +121,8 @@
|
|||
"offspring": "SPECIES_ARON",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 4,
|
||||
|
|
|
|||
|
|
@ -101,7 +101,8 @@
|
|||
"offspring": "SPECIES_ARTICUNO",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 17,
|
||||
|
|
|
|||
|
|
@ -118,7 +118,8 @@
|
|||
"offspring": "SPECIES_AZELF",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 3,
|
||||
|
|
|
|||
|
|
@ -103,7 +103,8 @@
|
|||
"offspring": "SPECIES_AZURILL",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 8,
|
||||
|
|
|
|||
|
|
@ -92,7 +92,8 @@
|
|||
"offspring": "SPECIES_AZURILL",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 2,
|
||||
|
|
|
|||
|
|
@ -109,7 +109,8 @@
|
|||
"offspring": "SPECIES_BAGON",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 6,
|
||||
|
|
|
|||
|
|
@ -112,7 +112,8 @@
|
|||
"offspring": "SPECIES_BALTOY",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_SILENT"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 5,
|
||||
|
|
|
|||
|
|
@ -111,7 +111,8 @@
|
|||
"offspring": "SPECIES_SHUPPET",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_SCARY"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 11,
|
||||
|
|
|
|||
|
|
@ -105,7 +105,8 @@
|
|||
"offspring": "SPECIES_BARBOACH",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 4,
|
||||
|
|
|
|||
|
|
@ -109,7 +109,8 @@
|
|||
"offspring": "SPECIES_SHIELDON",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 13,
|
||||
|
|
|
|||
|
|
@ -103,7 +103,8 @@
|
|||
"offspring": "SPECIES_CHIKORITA",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 12,
|
||||
|
|
|
|||
|
|
@ -93,7 +93,8 @@
|
|||
"offspring": "SPECIES_WURMPLE",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 10,
|
||||
|
|
|
|||
|
|
@ -100,7 +100,8 @@
|
|||
"offspring": "SPECIES_WEEDLE",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 10,
|
||||
|
|
|
|||
|
|
@ -53,7 +53,8 @@
|
|||
"offspring": "SPECIES_BELDUM",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_SILENT"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 6,
|
||||
|
|
|
|||
|
|
@ -87,7 +87,8 @@
|
|||
"offspring": "SPECIES_ODDISH",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 4,
|
||||
|
|
|
|||
|
|
@ -107,7 +107,8 @@
|
|||
"offspring": "SPECIES_BELLSPROUT",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 7,
|
||||
|
|
|
|||
|
|
@ -112,7 +112,8 @@
|
|||
"offspring": "SPECIES_BIDOOF",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_SLOW"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 10,
|
||||
|
|
|
|||
|
|
@ -116,7 +116,8 @@
|
|||
"offspring": "SPECIES_BIDOOF",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_SLOW"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 5,
|
||||
|
|
|
|||
|
|
@ -115,7 +115,8 @@
|
|||
"offspring": "SPECIES_SQUIRTLE",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 16,
|
||||
|
|
|
|||
|
|
@ -117,7 +117,8 @@
|
|||
"offspring": "SPECIES_TORCHIC",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 19,
|
||||
|
|
|
|||
|
|
@ -128,7 +128,8 @@
|
|||
"offspring": "SPECIES_HAPPINY",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 15,
|
||||
|
|
|
|||
|
|
@ -105,7 +105,8 @@
|
|||
"offspring": "SPECIES_BONSLY",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_SLOW"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 5,
|
||||
|
|
|
|||
|
|
@ -111,7 +111,8 @@
|
|||
"offspring": "SPECIES_SHROOMISH",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 12,
|
||||
|
|
|
|||
|
|
@ -114,7 +114,8 @@
|
|||
"offspring": "SPECIES_BRONZOR",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_SILENT"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 13,
|
||||
|
|
|
|||
|
|
@ -108,7 +108,8 @@
|
|||
"offspring": "SPECIES_BRONZOR",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_SILENT"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 5,
|
||||
|
|
|
|||
|
|
@ -98,7 +98,8 @@
|
|||
"offspring": "SPECIES_BUDEW",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 2,
|
||||
|
|
|
|||
|
|
@ -109,7 +109,8 @@
|
|||
"offspring": "SPECIES_BUIZEL",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 7,
|
||||
|
|
|
|||
|
|
@ -112,7 +112,8 @@
|
|||
"offspring": "SPECIES_BULBASAUR",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 7,
|
||||
|
|
|
|||
|
|
@ -116,7 +116,8 @@
|
|||
"offspring": "SPECIES_BUNEARY",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 4,
|
||||
|
|
|
|||
|
|
@ -61,7 +61,8 @@
|
|||
"offspring": "SPECIES_BURMY",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 2,
|
||||
|
|
|
|||
|
|
@ -100,7 +100,8 @@
|
|||
"offspring": "SPECIES_CATERPIE",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 11,
|
||||
|
|
|
|||
|
|
@ -118,7 +118,8 @@
|
|||
"offspring": "SPECIES_CACNEA",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 4,
|
||||
|
|
|
|||
|
|
@ -110,7 +110,8 @@
|
|||
"offspring": "SPECIES_CACNEA",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_SCARY"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 13,
|
||||
|
|
|
|||
|
|
@ -102,7 +102,8 @@
|
|||
"offspring": "SPECIES_NUMEL",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_SLOW"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 19,
|
||||
|
|
|
|||
|
|
@ -105,7 +105,8 @@
|
|||
"offspring": "SPECIES_CARNIVINE",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_SLOW"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 14,
|
||||
|
|
|
|||
|
|
@ -109,7 +109,8 @@
|
|||
"offspring": "SPECIES_CARVANHA",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_SCARY"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 8,
|
||||
|
|
|
|||
|
|
@ -50,7 +50,8 @@
|
|||
"offspring": "SPECIES_WURMPLE",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_SILENT"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 7,
|
||||
|
|
|
|||
|
|
@ -101,7 +101,8 @@
|
|||
"offspring": "SPECIES_CASTFORM",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 3,
|
||||
|
|
|
|||
|
|
@ -51,7 +51,8 @@
|
|||
"offspring": "SPECIES_CATERPIE",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 3,
|
||||
|
|
|
|||
|
|
@ -117,7 +117,8 @@
|
|||
"offspring": "SPECIES_CELEBI",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 6,
|
||||
|
|
|
|||
|
|
@ -138,7 +138,8 @@
|
|||
"offspring": "SPECIES_HAPPINY",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 11,
|
||||
|
|
|
|||
|
|
@ -119,7 +119,8 @@
|
|||
"offspring": "SPECIES_CHARMANDER",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 17,
|
||||
|
|
|
|||
|
|
@ -116,7 +116,8 @@
|
|||
"offspring": "SPECIES_CHARMANDER",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 6,
|
||||
|
|
|
|||
|
|
@ -103,7 +103,8 @@
|
|||
"offspring": "SPECIES_CHARMANDER",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 11,
|
||||
|
|
|
|||
|
|
@ -99,7 +99,8 @@
|
|||
"offspring": "SPECIES_CHATOT",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_SLOW"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 5,
|
||||
|
|
|
|||
|
|
@ -88,7 +88,8 @@
|
|||
"offspring": "SPECIES_CHERUBI",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 5,
|
||||
|
|
|
|||
|
|
@ -98,7 +98,8 @@
|
|||
"offspring": "SPECIES_CHERUBI",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 4,
|
||||
|
|
|
|||
|
|
@ -112,7 +112,8 @@
|
|||
"offspring": "SPECIES_CHIKORITA",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 9,
|
||||
|
|
|
|||
|
|
@ -125,7 +125,8 @@
|
|||
"offspring": "SPECIES_CHIMCHAR",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 5,
|
||||
|
|
|
|||
|
|
@ -113,7 +113,8 @@
|
|||
"offspring": "SPECIES_CHINGLING",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 6,
|
||||
|
|
|
|||
|
|
@ -109,7 +109,8 @@
|
|||
"offspring": "SPECIES_CHINCHOU",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_SLOW"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 5,
|
||||
|
|
|
|||
|
|
@ -109,7 +109,8 @@
|
|||
"offspring": "SPECIES_CHINGLING",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 2,
|
||||
|
|
|
|||
|
|
@ -96,7 +96,8 @@
|
|||
"offspring": "SPECIES_CLAMPERL",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 4,
|
||||
|
|
|
|||
|
|
@ -115,7 +115,8 @@
|
|||
"offspring": "SPECIES_BALTOY",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_SILENT"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 15,
|
||||
|
|
|
|||
|
|
@ -116,7 +116,8 @@
|
|||
"offspring": "SPECIES_CLEFFA",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 13,
|
||||
|
|
|
|||
|
|
@ -132,7 +132,8 @@
|
|||
"offspring": "SPECIES_CLEFFA",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 6,
|
||||
|
|
|
|||
|
|
@ -113,7 +113,8 @@
|
|||
"offspring": "SPECIES_CLEFFA",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 3,
|
||||
|
|
|
|||
|
|
@ -87,7 +87,8 @@
|
|||
"offspring": "SPECIES_SHELLDER",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 15,
|
||||
|
|
|
|||
|
|
@ -58,7 +58,8 @@
|
|||
"offspring": "SPECIES_COMBEE",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 3,
|
||||
|
|
|
|||
|
|
@ -112,7 +112,8 @@
|
|||
"offspring": "SPECIES_TORCHIC",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 9,
|
||||
|
|
|
|||
|
|
@ -120,7 +120,8 @@
|
|||
"offspring": "SPECIES_CORPHISH",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 6,
|
||||
|
|
|
|||
|
|
@ -119,7 +119,8 @@
|
|||
"offspring": "SPECIES_CORSOLA",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 6,
|
||||
|
|
|
|||
|
|
@ -102,7 +102,8 @@
|
|||
"offspring": "SPECIES_LILEEP",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_SILENT"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 15,
|
||||
|
|
|
|||
|
|
@ -126,7 +126,8 @@
|
|||
"offspring": "SPECIES_CRANIDOS",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 9,
|
||||
|
|
|
|||
|
|
@ -115,7 +115,8 @@
|
|||
"offspring": "SPECIES_CORPHISH",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_SCARY"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 11,
|
||||
|
|
|
|||
|
|
@ -103,7 +103,8 @@
|
|||
"offspring": "SPECIES_CRESSELIA",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 15,
|
||||
|
|
|
|||
|
|
@ -131,7 +131,8 @@
|
|||
"offspring": "SPECIES_CROAGUNK",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_SCARY"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 7,
|
||||
|
|
|
|||
|
|
@ -104,7 +104,8 @@
|
|||
"offspring": "SPECIES_ZUBAT",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_SCARY"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 18,
|
||||
|
|
|
|||
|
|
@ -113,7 +113,8 @@
|
|||
"offspring": "SPECIES_TOTODILE",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 11,
|
||||
|
|
|
|||
|
|
@ -124,7 +124,8 @@
|
|||
"offspring": "SPECIES_CUBONE",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 4,
|
||||
|
|
|
|||
|
|
@ -105,7 +105,8 @@
|
|||
"offspring": "SPECIES_CYNDAQUIL",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 5,
|
||||
|
|
|
|||
|
|
@ -122,7 +122,8 @@
|
|||
"offspring": "SPECIES_DARKRAI",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_SCARY"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 15,
|
||||
|
|
|
|||
|
|
@ -98,7 +98,8 @@
|
|||
"offspring": "SPECIES_SKITTY",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 11,
|
||||
|
|
|
|||
|
|
@ -94,7 +94,8 @@
|
|||
"offspring": "SPECIES_DELIBIRD",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 9,
|
||||
|
|
|
|||
|
|
@ -127,7 +127,8 @@
|
|||
"offspring": "SPECIES_DEOXYS",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_SMALL"
|
||||
"size": "FOOTPRINT_SMALL",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 17,
|
||||
|
|
|
|||
|
|
@ -99,7 +99,8 @@
|
|||
"offspring": "SPECIES_SEEL",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_SLOW"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 17,
|
||||
|
|
|
|||
|
|
@ -115,7 +115,8 @@
|
|||
"offspring": "SPECIES_DIALGA",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 54,
|
||||
|
|
|
|||
|
|
@ -107,7 +107,8 @@
|
|||
"offspring": "SPECIES_DIGLETT",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 2,
|
||||
|
|
|
|||
|
|
@ -43,7 +43,8 @@
|
|||
"offspring": "SPECIES_DITTO",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_SLOW"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 3,
|
||||
|
|
|
|||
|
|
@ -94,7 +94,8 @@
|
|||
"offspring": "SPECIES_DODUO",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 18,
|
||||
|
|
|
|||
|
|
@ -102,7 +102,8 @@
|
|||
"offspring": "SPECIES_DODUO",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_CUTE"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 14,
|
||||
|
|
|
|||
|
|
@ -104,7 +104,8 @@
|
|||
"offspring": "SPECIES_PHANPY",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_MEDIUM"
|
||||
"size": "FOOTPRINT_MEDIUM",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 11,
|
||||
|
|
|
|||
|
|
@ -105,7 +105,8 @@
|
|||
"offspring": "SPECIES_DRATINI",
|
||||
"footprint": {
|
||||
"has": false,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 40,
|
||||
|
|
|
|||
|
|
@ -134,7 +134,8 @@
|
|||
"offspring": "SPECIES_DRATINI",
|
||||
"footprint": {
|
||||
"has": true,
|
||||
"size": "FOOTPRINT_LARGE"
|
||||
"size": "FOOTPRINT_LARGE",
|
||||
"type": "FOOTPRINT_TYPE_TOUGH"
|
||||
},
|
||||
"pokedex_data": {
|
||||
"height": 22,
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user