mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 20:48:25 +00:00
Fix some base_stats
This commit is contained in:
parent
01b9b4b981
commit
374ad5d63e
1 changed files with 5 additions and 5 deletions
|
@ -5463,7 +5463,7 @@ pokemon_id,stat_id,base_stat,effort
|
||||||
911,1,104,
|
911,1,104,
|
||||||
911,2,75,
|
911,2,75,
|
||||||
911,3,100,
|
911,3,100,
|
||||||
911,4,100,3
|
911,4,110,3
|
||||||
911,5,75,
|
911,5,75,
|
||||||
911,6,66,
|
911,6,66,
|
||||||
912,1,55,
|
912,1,55,
|
||||||
|
@ -5515,7 +5515,7 @@ pokemon_id,stat_id,base_stat,effort
|
||||||
919,5,86,
|
919,5,86,
|
||||||
919,6,35,
|
919,6,35,
|
||||||
920,1,33,
|
920,1,33,
|
||||||
920,2,43,1
|
920,2,46,1
|
||||||
920,3,40,
|
920,3,40,
|
||||||
920,4,21,
|
920,4,21,
|
||||||
920,5,25,
|
920,5,25,
|
||||||
|
@ -5621,7 +5621,7 @@ pokemon_id,stat_id,base_stat,effort
|
||||||
937,3,90,
|
937,3,90,
|
||||||
937,4,125,3
|
937,4,125,3
|
||||||
937,5,109,
|
937,5,109,
|
||||||
937,6,36,
|
937,6,39,
|
||||||
938,1,50,
|
938,1,50,
|
||||||
938,2,62,1
|
938,2,62,1
|
||||||
938,3,40,
|
938,3,40,
|
||||||
|
@ -5751,7 +5751,7 @@ pokemon_id,stat_id,base_stat,effort
|
||||||
959,1,70,
|
959,1,70,
|
||||||
959,2,103,2
|
959,2,103,2
|
||||||
959,3,85,
|
959,3,85,
|
||||||
959,4,80,
|
959,4,60,
|
||||||
959,5,85,
|
959,5,85,
|
||||||
959,6,82,
|
959,6,82,
|
||||||
960,1,82,
|
960,1,82,
|
||||||
|
@ -5916,7 +5916,7 @@ pokemon_id,stat_id,base_stat,effort
|
||||||
988,4,140,3
|
988,4,140,3
|
||||||
988,5,110,
|
988,5,110,
|
||||||
988,6,110,
|
988,6,110,
|
||||||
989,1,124,
|
989,1,154,
|
||||||
989,2,140,3
|
989,2,140,3
|
||||||
989,3,108,
|
989,3,108,
|
||||||
989,4,50,
|
989,4,50,
|
||||||
|
|
|
Loading…
Add table
Reference in a new issue