Add pokemon_abilities for new pokemon

This commit is contained in:
giginet 2023-12-20 22:54:27 +09:00
parent 8a36880298
commit 3134465587

View file

@ -2426,6 +2426,18 @@ pokemon_id,ability_id,is_hidden,slot
1016,302,0,1
1016,101,1,3
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
10002,46,0,1
10003,46,0,1
@ -2926,3 +2938,5 @@ pokemon_id,ability_id,is_hidden,slot
10273,11,0,1
10274,104,0,1
10275,5,0,1
10276,305,0,1
10277,306,0,1

1 pokemon_id ability_id is_hidden slot
2426 1016 302 0 1
2427 1016 101 1 3
2428 1017 128 0 1
2429 1018 192 0 1
2430 1018 5 0 2
2431 1018 242 1 3
2432 1019 300 0 1
2433 1019 144 0 2
2434 1019 60 1 3
2435 1020 281 0 1
2436 1021 281 0 1
2437 1022 282 0 1
2438 1023 282 0 1
2439 1024 304 0 1
2440 1025 307 0 1
2441 10001 46 0 1
2442 10002 46 0 1
2443 10003 46 0 1
2938 10273 11 0 1
2939 10274 104 0 1
2940 10275 5 0 1
2941 10276 305 0 1
2942 10277 306 0 1