mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix Cosplay Pikachu heights (#179)
Not sure why they weren't fixed when the height of megas were fixed
This commit is contained in:
parent
625be26239
commit
10ab743bc2
1 changed files with 6 additions and 6 deletions
|
@ -799,12 +799,12 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
|
|||
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
|
||||
10080,pikachu-rock-star,25,4,60,112,34,0
|
||||
10081,pikachu-belle,25,4,60,112,35,0
|
||||
10082,pikachu-pop-star,25,4,60,112,36,0
|
||||
10083,pikachu-phd,25,4,60,112,37,0
|
||||
10084,pikachu-libre,25,4,60,112,38,0
|
||||
10085,pikachu-cosplay,25,4,60,112,33,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
|
||||
|
|
|
Loading…
Reference in a new issue