mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
Add base stats of new pokemon
This commit is contained in:
parent
8485cfc68e
commit
82db2f319b
1 changed files with 60 additions and 0 deletions
|
@ -6101,6 +6101,54 @@ pokemon_id,stat_id,base_stat,effort
|
|||
1017,4,60,0
|
||||
1017,5,96,0
|
||||
1017,6,110,0
|
||||
1018,1,90,0
|
||||
1018,2,105,0
|
||||
1018,3,130,3
|
||||
1018,4,125,0
|
||||
1018,5,65,0
|
||||
1018,6,85,0
|
||||
1019,1,106,0
|
||||
1019,2,80,0
|
||||
1019,3,110,0
|
||||
1019,4,120,3
|
||||
1019,5,80,0
|
||||
1019,6,44,0
|
||||
1020,1,105,0
|
||||
1020,2,115,0
|
||||
1020,3,121,3
|
||||
1020,4,65,0
|
||||
1020,5,93,0
|
||||
1020,6,91,0
|
||||
1021,1,125,0
|
||||
1021,2,73,0
|
||||
1021,3,91,0
|
||||
1021,4,137,3
|
||||
1021,5,89,0
|
||||
1021,6,75,0
|
||||
1022,1,90,0
|
||||
1022,2,120,0
|
||||
1022,3,80,0
|
||||
1022,4,68,0
|
||||
1022,5,108,0
|
||||
1022,6,124,3
|
||||
1023,1,90,0
|
||||
1023,2,72,0
|
||||
1023,3,100,0
|
||||
1023,4,122,3
|
||||
1023,5,108,0
|
||||
1023,6,98,0
|
||||
1024,1,90,0
|
||||
1024,2,65,0
|
||||
1024,3,85,1
|
||||
1024,4,65,0
|
||||
1024,5,85,0
|
||||
1024,6,60,0
|
||||
1025,1,88,0
|
||||
1025,2,88,0
|
||||
1025,3,160,3
|
||||
1025,4,88,0
|
||||
1025,5,88,0
|
||||
1025,6,88,0
|
||||
10001,1,50,0
|
||||
10001,2,180,2
|
||||
10001,3,20,0
|
||||
|
@ -7751,3 +7799,15 @@ pokemon_id,stat_id,base_stat,effort
|
|||
10275,4,60,0
|
||||
10275,5,96,0
|
||||
10275,6,110,0
|
||||
10276,1,95,0
|
||||
10276,2,95,0
|
||||
10276,3,110,2
|
||||
10276,4,105,0
|
||||
10276,5,110,2
|
||||
10276,6,85,0
|
||||
10277,1,95,3
|
||||
10277,2,95,0
|
||||
10277,3,110,0
|
||||
10277,4,105,0
|
||||
10277,5,110,0
|
||||
10277,6,85,0
|
||||
|
|
|
Loading…
Reference in a new issue