Fix form_order for arceus-unknown and pikachu-*-cap

Pikachu's Cap forms and Cosplay forms had overlapping orders because i
forgot about Cosplay Pikachu when i set the form_order for the cap
forms.

??? Arceus had form_order=3 so it would go after all the other forms,
which had form_order=2. These were assigned distinct form_orders 2
through 17 at some point during a recent dump, but ??? Arceus was
missed.

Fixes #282
This commit is contained in:
Andrew Ekstedt 2019-11-15 21:46:23 -08:00
parent 3c550f1425
commit 852a4ad06a
1 changed files with 8 additions and 8 deletions

View File

@ -862,7 +862,7 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
10054,arceus-rock,rock,493,8,0,0,0,6,624
10055,arceus-steel,steel,493,8,0,0,0,9,627
10056,arceus-water,water,493,8,0,0,0,11,629
10057,arceus-unknown,unknown,493,8,0,0,0,3,621
10057,arceus-unknown,unknown,493,8,0,0,0,10001,621
10058,rotom-heat,heat,10008,9,1,0,0,2,599
10059,rotom-wash,wash,10009,9,1,0,0,3,600
10060,rotom-frost,frost,10010,9,1,0,0,4,601
@ -1001,12 +1001,12 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
10193,rattata-alola,alola,10091,17,1,0,0,2,26
10194,raticate-alola,alola,10092,17,1,0,0,2,28
10195,raticate-totem-alola,totem-alola,10093,17,1,1,0,3,29
10196,pikachu-original-cap,original-cap,10094,17,1,0,0,2,37
10197,pikachu-hoenn-cap,hoenn-cap,10095,17,1,0,0,3,38
10198,pikachu-sinnoh-cap,sinnoh-cap,10096,17,1,0,0,4,39
10199,pikachu-unova-cap,unova-cap,10097,17,1,0,0,5,40
10200,pikachu-kalos-cap,kalos-cap,10098,17,1,0,0,6,41
10201,pikachu-alola-cap,alola-cap,10099,17,1,0,0,7,42
10196,pikachu-original-cap,original-cap,10094,17,1,0,0,8,37
10197,pikachu-hoenn-cap,hoenn-cap,10095,17,1,0,0,9,38
10198,pikachu-sinnoh-cap,sinnoh-cap,10096,17,1,0,0,10,39
10199,pikachu-unova-cap,unova-cap,10097,17,1,0,0,11,40
10200,pikachu-kalos-cap,kalos-cap,10098,17,1,0,0,12,41
10201,pikachu-alola-cap,alola-cap,10099,17,1,0,0,13,42
10202,raichu-alola,alola,10100,17,1,0,0,2,45
10203,sandshrew-alola,alola,10101,17,1,0,0,2,47
10204,sandslash-alola,alola,10102,17,1,0,0,2,49
@ -1072,7 +1072,7 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
10264,mimikyu-totem-busted,totem-busted,10145,17,1,1,0,4,1082
10265,kommo-o-totem,totem,10146,17,1,1,0,2,1089
10266,magearna-original,original,10147,17,1,0,0,2,1110
10267,pikachu-partner-cap,partner-cap,10148,18,1,0,0,8,43
10267,pikachu-partner-cap,partner-cap,10148,18,1,0,0,14,43
10268,marowak-totem,totem,10149,18,1,0,0,3,152
10269,mothim-sandy,sandy,414,18,0,0,0,2,552
10270,mothim-trash,trash,414,18,0,0,0,3,553

1 id identifier form_identifier pokemon_id introduced_in_version_group_id is_default is_battle_only is_mega form_order order
862 10054 arceus-rock rock 493 8 0 0 0 6 624
863 10055 arceus-steel steel 493 8 0 0 0 9 627
864 10056 arceus-water water 493 8 0 0 0 11 629
865 10057 arceus-unknown unknown 493 8 0 0 0 3 10001 621
866 10058 rotom-heat heat 10008 9 1 0 0 2 599
867 10059 rotom-wash wash 10009 9 1 0 0 3 600
868 10060 rotom-frost frost 10010 9 1 0 0 4 601
1001 10193 rattata-alola alola 10091 17 1 0 0 2 26
1002 10194 raticate-alola alola 10092 17 1 0 0 2 28
1003 10195 raticate-totem-alola totem-alola 10093 17 1 1 0 3 29
1004 10196 pikachu-original-cap original-cap 10094 17 1 0 0 2 8 37
1005 10197 pikachu-hoenn-cap hoenn-cap 10095 17 1 0 0 3 9 38
1006 10198 pikachu-sinnoh-cap sinnoh-cap 10096 17 1 0 0 4 10 39
1007 10199 pikachu-unova-cap unova-cap 10097 17 1 0 0 5 11 40
1008 10200 pikachu-kalos-cap kalos-cap 10098 17 1 0 0 6 12 41
1009 10201 pikachu-alola-cap alola-cap 10099 17 1 0 0 7 13 42
1010 10202 raichu-alola alola 10100 17 1 0 0 2 45
1011 10203 sandshrew-alola alola 10101 17 1 0 0 2 47
1012 10204 sandslash-alola alola 10102 17 1 0 0 2 49
1072 10264 mimikyu-totem-busted totem-busted 10145 17 1 1 0 4 1082
1073 10265 kommo-o-totem totem 10146 17 1 1 0 2 1089
1074 10266 magearna-original original 10147 17 1 0 0 2 1110
1075 10267 pikachu-partner-cap partner-cap 10148 18 1 0 0 8 14 43
1076 10268 marowak-totem totem 10149 18 1 0 0 3 152
1077 10269 mothim-sandy sandy 414 18 0 0 0 2 552
1078 10270 mothim-trash trash 414 18 0 0 0 3 553