mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 20:48:25 +00:00
Fix missing species_id
This commit is contained in:
parent
8a64417493
commit
6f952c4b79
1 changed files with 28 additions and 28 deletions
|
@ -978,34 +978,34 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
|
|||
977,gholdengo,977,1.2,30,,977,1
|
||||
978,great-tusk,978,2.2,320,,978,1
|
||||
979,brute-bonnet,979,1.2,21,,979,1
|
||||
981,sandy-shocks,980,2.3,60,,981,1
|
||||
982,scream-tail,981,1.2,8,,982,1
|
||||
983,flutter-mane,982,1.4,4,,983,1
|
||||
984,slither-wing,983,3.2,92,,984,1
|
||||
985,roaring-moon,984,2,380,,985,1
|
||||
986,iron-treads,985,0.9,240,,986,1
|
||||
988,iron-moth,986,1.2,36,,988,1
|
||||
989,iron-hands,987,1.8,380.7,,989,1
|
||||
990,iron-jugulis,988,1.3,111,,990,1
|
||||
991,iron-thorns,989,1.6,303,,991,1
|
||||
992,iron-bundle,990,0.6,11,,992,1
|
||||
993,iron-valiant,991,1.4,35,,993,1
|
||||
994,ting-lu,992,2.7,699.7,,994,1
|
||||
995,chien-pao,993,1.9,152.2,,995,1
|
||||
996,wo-chien,994,1.5,74.2,,996,1
|
||||
997,chi-yu,995,0.4,4.9,,997,1
|
||||
998,koraidon,996,2.5,303,,998,1
|
||||
999,miraidon,997,3.5,240,,999,1
|
||||
1000,tinkatink,998,0.4,8.9,,1000,1
|
||||
1001,tinkatuff,999,0.7,59.1,,1001,1
|
||||
1002,tinkaton,1000,0.7,112.8,,1002,1
|
||||
1003,charcadet,1001,0.6,10.5,,1003,1
|
||||
1004,armarouge,1002,1.5,85,,1004,1
|
||||
1005,ceruledge,1003,1.6,62,,1005,1
|
||||
1006,toedscool,1004,0.9,33,,1006,1
|
||||
1007,toedscruel,1005,1.9,58,,1007,1
|
||||
1008,kingambit,1006,2,120,,1008,1
|
||||
1009,clodsire,1007,1.8,223,,1009,1
|
||||
981,sandy-shocks,981,2.3,60,,981,1
|
||||
982,scream-tail,982,1.2,8,,982,1
|
||||
983,flutter-mane,983,1.4,4,,983,1
|
||||
984,slither-wing,984,3.2,92,,984,1
|
||||
985,roaring-moon,985,2,380,,985,1
|
||||
986,iron-treads,986,0.9,240,,986,1
|
||||
988,iron-moth,988,1.2,36,,988,1
|
||||
989,iron-hands,989,1.8,380.7,,989,1
|
||||
990,iron-jugulis,990,1.3,111,,990,1
|
||||
991,iron-thorns,991,1.6,303,,991,1
|
||||
992,iron-bundle,992,0.6,11,,992,1
|
||||
993,iron-valiant,993,1.4,35,,993,1
|
||||
994,ting-lu,994,2.7,699.7,,994,1
|
||||
995,chien-pao,995,1.9,152.2,,995,1
|
||||
996,wo-chien,996,1.5,74.2,,996,1
|
||||
997,chi-yu,997,0.4,4.9,,997,1
|
||||
998,koraidon,998,2.5,303,,998,1
|
||||
999,miraidon,999,3.5,240,,999,1
|
||||
1000,tinkatink,1000,0.4,8.9,,1000,1
|
||||
1001,tinkatuff,1001,0.7,59.1,,1001,1
|
||||
1002,tinkaton,1002,0.7,112.8,,1002,1
|
||||
1003,charcadet,1003,0.6,10.5,,1003,1
|
||||
1004,armarouge,1004,1.5,85,,1004,1
|
||||
1005,ceruledge,1005,1.6,62,,1005,1
|
||||
1006,toedscool,1006,0.9,33,,1006,1
|
||||
1007,toedscruel,1007,1.9,58,,1007,1
|
||||
1008,kingambit,1008,2,120,,1008,1
|
||||
1009,clodsire,1009,1.8,223,,1009,1
|
||||
1010,annihilape,1008,1.2,56,,1010,1
|
||||
10001,deoxys-attack,386,17,608,270,515,0
|
||||
10002,deoxys-defense,386,17,608,270,516,0
|
||||
|
|
|
Loading…
Add table
Reference in a new issue