Added evolution chain endpoints for Pokemon 899 - 905

This commit is contained in:
NicoheroesDX 2022-11-06 13:05:34 +01:00
parent d827663310
commit dd1f1bd5f8
2 changed files with 8 additions and 7 deletions

View file

@ -467,3 +467,4 @@ id,baby_trigger_item_id
474,
475,
476,
477,

1 id baby_trigger_item_id
467 474
468 475
469 476
470 477

View file

@ -897,10 +897,10 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
896,glastrier,8,,474,9,8,,-1,3,35,0,120,0,1,0,1,0,896,
897,spectrier,8,,475,1,8,,-1,3,35,0,120,0,1,0,1,0,897,
898,calyrex,8,,476,5,12,,-1,3,100,0,120,0,1,0,1,0,898,
899,wyrdeer,8,234,,4,8,,4,135,,0,,0,1,0,0,0,899,
900,kleavor,8,123,,3,13,,4,115,,0,,0,2,0,0,0,900,
901,ursaluna,8,217,,3,8,,4,75,,0,,0,2,0,0,0,901,
902,basculegion,8,550,,5,3,,4,135,,0,,1,2,1,0,0,902,
903,sneasler,8,215,,4,6,,4,135,,0,,0,4,0,0,0,903,
904,overqwil,8,211,,1,3,,4,135,,0,,0,2,0,0,0,904,
905,enamorus,8,,,6,4,,8,3,,0,,0,1,1,1,0,905,
899,wyrdeer,8,234,120,4,8,,4,135,,0,,0,1,0,0,0,899,
900,kleavor,8,123,58,3,13,,4,115,,0,,0,2,0,0,0,900,
901,ursaluna,8,217,110,3,8,,4,75,,0,,0,2,0,0,0,901,
902,basculegion,8,550,280,5,3,,4,135,,0,,1,2,1,0,0,902,
903,sneasler,8,215,109,4,6,,4,135,,0,,0,4,0,0,0,903,
904,overqwil,8,211,106,1,3,,4,135,,0,,0,2,0,0,0,904,
905,enamorus,8,,477,6,4,,8,3,,0,,0,1,1,1,0,905,

1 id identifier generation_id evolves_from_species_id evolution_chain_id color_id shape_id habitat_id gender_rate capture_rate base_happiness is_baby hatch_counter has_gender_differences growth_rate_id forms_switchable is_legendary is_mythical order conquest_order
897 896 glastrier 8 474 9 8 -1 3 35 0 120 0 1 0 1 0 896
898 897 spectrier 8 475 1 8 -1 3 35 0 120 0 1 0 1 0 897
899 898 calyrex 8 476 5 12 -1 3 100 0 120 0 1 0 1 0 898
900 899 wyrdeer 8 234 120 4 8 4 135 0 0 1 0 0 0 899
901 900 kleavor 8 123 58 3 13 4 115 0 0 2 0 0 0 900
902 901 ursaluna 8 217 110 3 8 4 75 0 0 2 0 0 0 901
903 902 basculegion 8 550 280 5 3 4 135 0 1 2 1 0 0 902
904 903 sneasler 8 215 109 4 6 4 135 0 0 4 0 0 0 903
905 904 overqwil 8 211 106 1 3 4 135 0 0 2 0 0 0 904
906 905 enamorus 8 477 6 4 8 3 0 0 1 1 1 0 905