mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-26 05:10:21 +00:00
Add pokemon_abilities for new pokemon
This commit is contained in:
parent
8a36880298
commit
3134465587
1 changed files with 14 additions and 0 deletions
|
@ -2426,6 +2426,18 @@ pokemon_id,ability_id,is_hidden,slot
|
||||||
1016,302,0,1
|
1016,302,0,1
|
||||||
1016,101,1,3
|
1016,101,1,3
|
||||||
1017,128,0,1
|
1017,128,0,1
|
||||||
|
1018,192,0,1
|
||||||
|
1018,5,0,2
|
||||||
|
1018,242,1,3
|
||||||
|
1019,300,0,1
|
||||||
|
1019,144,0,2
|
||||||
|
1019,60,1,3
|
||||||
|
1020,281,0,1
|
||||||
|
1021,281,0,1
|
||||||
|
1022,282,0,1
|
||||||
|
1023,282,0,1
|
||||||
|
1024,304,0,1
|
||||||
|
1025,307,0,1
|
||||||
10001,46,0,1
|
10001,46,0,1
|
||||||
10002,46,0,1
|
10002,46,0,1
|
||||||
10003,46,0,1
|
10003,46,0,1
|
||||||
|
@ -2926,3 +2938,5 @@ pokemon_id,ability_id,is_hidden,slot
|
||||||
10273,11,0,1
|
10273,11,0,1
|
||||||
10274,104,0,1
|
10274,104,0,1
|
||||||
10275,5,0,1
|
10275,5,0,1
|
||||||
|
10276,305,0,1
|
||||||
|
10277,306,0,1
|
||||||
|
|
|
Loading…
Reference in a new issue