mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
Merge pull request #805 from giginet/fix-new-base-stats
This commit is contained in:
commit
51535ad6e8
1 changed files with 5 additions and 5 deletions
|
@ -5462,7 +5462,7 @@ pokemon_id,stat_id,base_stat,effort
|
|||
911,1,104,0
|
||||
911,2,75,0
|
||||
911,3,100,0
|
||||
911,4,100,3
|
||||
911,4,110,3
|
||||
911,5,75,0
|
||||
911,6,66,0
|
||||
912,1,55,0
|
||||
|
@ -5514,7 +5514,7 @@ pokemon_id,stat_id,base_stat,effort
|
|||
919,5,86,0
|
||||
919,6,35,0
|
||||
920,1,33,0
|
||||
920,2,43,1
|
||||
920,2,46,1
|
||||
920,3,40,0
|
||||
920,4,21,0
|
||||
920,5,25,0
|
||||
|
@ -5620,7 +5620,7 @@ pokemon_id,stat_id,base_stat,effort
|
|||
937,3,90,0
|
||||
937,4,125,3
|
||||
937,5,109,0
|
||||
937,6,36,0
|
||||
937,6,39,0
|
||||
938,1,50,0
|
||||
938,2,62,1
|
||||
938,3,40,0
|
||||
|
@ -5750,7 +5750,7 @@ pokemon_id,stat_id,base_stat,effort
|
|||
959,1,70,0
|
||||
959,2,103,2
|
||||
959,3,85,0
|
||||
959,4,80,0
|
||||
959,4,60,0
|
||||
959,5,85,0
|
||||
959,6,82,0
|
||||
960,1,82,0
|
||||
|
@ -5915,7 +5915,7 @@ pokemon_id,stat_id,base_stat,effort
|
|||
988,4,140,3
|
||||
988,5,110,0
|
||||
988,6,110,0
|
||||
989,1,124,0
|
||||
989,1,154,0
|
||||
989,2,140,3
|
||||
989,3,108,0
|
||||
989,4,50,0
|
||||
|
|
|
Loading…
Reference in a new issue