mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Run the order-setting script for the new forms.
This commit is contained in:
parent
1787d89baa
commit
963934b123
2 changed files with 34 additions and 34 deletions
|
@ -640,14 +640,14 @@ id,species_id,height,weight,base_experience,order,is_default
|
|||
639,639,19,2600,261,656,1
|
||||
640,640,20,2000,261,657,1
|
||||
641,641,15,630,261,658,1
|
||||
642,642,15,610,261,659,1
|
||||
643,643,32,3300,306,660,1
|
||||
644,644,29,3450,306,661,1
|
||||
645,645,15,680,270,662,1
|
||||
646,646,30,3250,297,663,1
|
||||
647,647,14,485,261,664,1
|
||||
648,648,6,65,270,665,1
|
||||
649,649,15,825,270,667,1
|
||||
642,642,15,610,261,660,1
|
||||
643,643,32,3300,306,662,1
|
||||
644,644,29,3450,306,663,1
|
||||
645,645,15,680,270,664,1
|
||||
646,646,30,3250,297,666,1
|
||||
647,647,14,485,261,669,1
|
||||
648,648,6,65,270,671,1
|
||||
649,649,15,825,270,673,1
|
||||
650,386,17,608,215,419,0
|
||||
651,386,17,608,215,420,0
|
||||
652,386,17,608,215,421,0
|
||||
|
@ -665,10 +665,10 @@ id,species_id,height,weight,base_experience,order,is_default
|
|||
664,351,3,8,147,381,0
|
||||
665,550,10,180,161,566,0
|
||||
666,555,13,929,189,572,0
|
||||
667,648,6,65,270,666,0
|
||||
668,641,0,0,0,668,0
|
||||
669,642,0,0,0,669,0
|
||||
670,645,0,0,0,670,0
|
||||
671,646,0,0,0,671,0
|
||||
672,646,0,0,0,672,0
|
||||
673,647,0,0,0,673,0
|
||||
667,648,6,65,270,672,0
|
||||
668,641,0,0,0,659,0
|
||||
669,642,0,0,0,661,0
|
||||
670,645,0,0,0,665,0
|
||||
671,646,0,0,0,667,0
|
||||
672,646,0,0,0,668,0
|
||||
673,647,0,0,0,670,0
|
||||
|
|
|
|
@ -640,14 +640,14 @@ id,form_identifier,pokemon_id,introduced_in_version_group_id,is_default,is_battl
|
|||
639,,639,11,1,0,1,696
|
||||
640,,640,11,1,0,1,697
|
||||
641,,641,11,1,0,1,698
|
||||
642,,642,11,1,0,1,699
|
||||
643,,643,11,1,0,1,700
|
||||
644,,644,11,1,0,1,701
|
||||
645,,645,11,1,0,1,702
|
||||
646,,646,11,1,0,1,703
|
||||
647,usual,647,11,1,0,1,704
|
||||
648,aria,648,11,1,0,1,705
|
||||
649,,649,11,1,0,1,707
|
||||
642,,642,11,1,0,1,700
|
||||
643,,643,11,1,0,1,702
|
||||
644,,644,11,1,0,1,703
|
||||
645,,645,11,1,0,1,704
|
||||
646,,646,11,1,0,1,706
|
||||
647,usual,647,11,1,0,1,709
|
||||
648,aria,648,11,1,0,1,711
|
||||
649,,649,11,1,0,1,713
|
||||
650,b,201,3,0,0,2,232
|
||||
651,c,201,3,0,0,3,233
|
||||
652,d,201,3,0,0,4,234
|
||||
|
@ -721,14 +721,14 @@ id,form_identifier,pokemon_id,introduced_in_version_group_id,is_default,is_battl
|
|||
720,summer,586,11,0,0,2,641
|
||||
721,autumn,586,11,0,0,3,642
|
||||
722,winter,586,11,0,0,4,643
|
||||
723,pirouette,667,11,1,1,2,706
|
||||
724,douse,649,11,0,0,2,708
|
||||
725,shock,649,11,0,0,2,708
|
||||
726,burn,649,11,0,0,2,708
|
||||
727,chill,649,11,0,0,2,708
|
||||
728,reijuu,668,14,1,0,2,709
|
||||
729,reijuu,669,14,1,0,2,710
|
||||
730,reijuu,670,14,1,0,2,711
|
||||
731,black,671,14,1,0,2,712
|
||||
732,white,672,14,1,0,3,713
|
||||
733,resolution,673,14,1,0,2,714
|
||||
723,pirouette,667,11,1,1,2,712
|
||||
724,douse,649,11,0,0,2,714
|
||||
725,shock,649,11,0,0,2,714
|
||||
726,burn,649,11,0,0,2,714
|
||||
727,chill,649,11,0,0,2,714
|
||||
728,reijuu,668,14,1,0,2,699
|
||||
729,reijuu,669,14,1,0,2,701
|
||||
730,reijuu,670,14,1,0,2,705
|
||||
731,black,671,14,1,0,2,707
|
||||
732,white,672,14,1,0,3,708
|
||||
733,resolution,673,14,1,0,2,710
|
||||
|
|
|
Loading…
Reference in a new issue