Add types for new pokemon

This commit is contained in:
giginet 2023-12-20 22:12:13 +09:00
parent 82db2f319b
commit 9bea2b6eaa

View file

@ -1535,6 +1535,21 @@ pokemon_id,type_id,slot
1016,4,1
1016,18,2
1017,12,1
1018,9,1
1018,16,2
1019,12,1
1019,16,2
1020,10,1
1020,16,2
1021,13,1
1021,16,2
1022,6,1
1022,14,2
1023,9,1
1023,14,2
1024,1,1
1025,4,1
1025,8,2
10001,14,1
10002,14,1
10003,14,1
@ -2010,3 +2025,5 @@ pokemon_id,type_id,slot
10274,10,2
10275,12,1
10275,6,2
10276,1,1
10277,1,1

1 pokemon_id type_id slot
1535 1016 4 1
1536 1016 18 2
1537 1017 12 1
1538 1018 9 1
1539 1018 16 2
1540 1019 12 1
1541 1019 16 2
1542 1020 10 1
1543 1020 16 2
1544 1021 13 1
1545 1021 16 2
1546 1022 6 1
1547 1022 14 2
1548 1023 9 1
1549 1023 14 2
1550 1024 1 1
1551 1025 4 1
1552 1025 8 2
1553 10001 14 1
1554 10002 14 1
1555 10003 14 1
2025 10274 10 2
2026 10275 12 1
2027 10275 6 2
2028 10276 1 1
2029 10277 1 1