mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
Fix wrong heights (#219)
See here: b5e4038f2d
Original commit by AxeBane
This commit is contained in:
parent
d6ae95c617
commit
4803d224ed
1 changed files with 21 additions and 21 deletions
|
@ -783,30 +783,30 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
|
|||
10061,floette-eternal,670,2,9,243,751,0
|
||||
10062,latias-mega,380,18,520,315,459,0
|
||||
10063,latios-mega,381,23,700,315,461,0
|
||||
10064,swampert-mega,260,190,1020,286,315,0
|
||||
10065,sceptile-mega,254,190,552,284,307,0
|
||||
10066,sableye-mega,302,50,1610,168,361,0
|
||||
10067,altaria-mega,334,150,206,207,402,0
|
||||
10068,gallade-mega,475,160,564,278,340,0
|
||||
10069,audino-mega,531,150,320,425,602,0
|
||||
10070,sharpedo-mega,319,250,1303,196,385,0
|
||||
10071,slowbro-mega,80,200,1200,207,100,0
|
||||
10072,steelix-mega,208,1050,7400,214,120,0
|
||||
10073,pidgeot-mega,18,220,505,261,24,0
|
||||
10074,glalie-mega,362,210,3502,203,437,0
|
||||
10075,diancie-mega,719,110,278,315,808,0
|
||||
10076,metagross-mega,376,250,9429,315,454,0
|
||||
10077,kyogre-primal,382,980,4300,347,463,0
|
||||
10078,groudon-primal,383,500,9997,347,465,0
|
||||
10079,rayquaza-mega,384,1080,3920,351,467,0
|
||||
10064,swampert-mega,260,19,1020,286,315,0
|
||||
10065,sceptile-mega,254,19,552,284,307,0
|
||||
10066,sableye-mega,302,05,1610,168,361,0
|
||||
10067,altaria-mega,334,15,206,207,402,0
|
||||
10068,gallade-mega,475,16,564,278,340,0
|
||||
10069,audino-mega,531,15,320,425,602,0
|
||||
10070,sharpedo-mega,319,25,1303,196,385,0
|
||||
10071,slowbro-mega,80,20,1200,207,100,0
|
||||
10072,steelix-mega,208,105,7400,214,120,0
|
||||
10073,pidgeot-mega,18,22,505,261,24,0
|
||||
10074,glalie-mega,362,21,3502,203,437,0
|
||||
10075,diancie-mega,719,11,278,315,808,0
|
||||
10076,metagross-mega,376,25,9429,315,454,0
|
||||
10077,kyogre-primal,382,98,4300,347,463,0
|
||||
10078,groudon-primal,383,50,9997,347,465,0
|
||||
10079,rayquaza-mega,384,108,3920,351,467,0
|
||||
10080,pikachu-rock-star,25,40,60,112,34,0
|
||||
10081,pikachu-belle,25,40,60,112,35,0
|
||||
10082,pikachu-pop-star,25,40,60,112,36,0
|
||||
10083,pikachu-phd,25,40,60,112,37,0
|
||||
10084,pikachu-libre,25,40,60,112,38,0
|
||||
10085,pikachu-cosplay,25,40,60,112,33,0
|
||||
10086,hoopa-unbound,720,650,4900,306,810,0
|
||||
10087,camerupt-mega,323,250,3205,196,390,0
|
||||
10088,lopunny-mega,428,130,283,203,514,0
|
||||
10089,salamence-mega,373,180,1126,315,450,0
|
||||
10090,beedrill-mega,15,140,405,223,20,0
|
||||
10086,hoopa-unbound,720,65,4900,306,810,0
|
||||
10087,camerupt-mega,323,25,3205,196,390,0
|
||||
10088,lopunny-mega,428,13,283,203,514,0
|
||||
10089,salamence-mega,373,18,1126,315,450,0
|
||||
10090,beedrill-mega,15,14,405,223,20,0
|
||||
|
|
|
Loading…
Reference in a new issue