mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
fix: corrects is_battle_only value on certain pokémon forms
This commit is contained in:
parent
e7974e7520
commit
2a85ddf8f5
1 changed files with 8 additions and 8 deletions
|
@ -1245,7 +1245,7 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
|
|||
10219,greninja-ash,ash,10117,17,1,1,0,3,853
|
||||
10220,zygarde-10-power-construct,10-power-construct,10118,17,1,0,0,3,1002
|
||||
10221,zygarde-50-power-construct,50-power-construct,10119,17,1,0,0,4,1003
|
||||
10222,zygarde-complete,complete,10120,17,1,0,0,5,1004
|
||||
10222,zygarde-complete,complete,10120,17,1,1,0,5,1004
|
||||
10223,gumshoos-totem,totem,10121,17,1,0,0,2,1024
|
||||
10224,vikavolt-totem,totem,10122,17,1,0,0,2,1028
|
||||
10225,oricorio-pom-pom,pom-pom,10123,17,1,0,0,2,1032
|
||||
|
@ -1360,12 +1360,12 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
|
|||
10334,linoone-galar,galar,10175,20,1,0,0,2,392
|
||||
10335,darumaka-galar,galar,10176,20,1,0,0,2,725
|
||||
10336,darmanitan-galar-standard,galar-standard,10177,20,1,0,0,3,728
|
||||
10337,darmanitan-galar-zen,galar-zen,10178,20,1,0,0,4,729
|
||||
10337,darmanitan-galar-zen,galar-zen,10178,20,1,1,0,4,729
|
||||
10338,yamask-galar,galar,10179,20,1,0,0,2,737
|
||||
10339,stunfisk-galar,galar,10180,20,1,0,0,2,800
|
||||
10340,zygarde-10,10,10181,17,1,0,0,2,1001
|
||||
10341,cramorant-gulping,gulping,10182,20,1,0,0,2,1186
|
||||
10342,cramorant-gorging,gorging,10183,20,1,0,0,3,1187
|
||||
10341,cramorant-gulping,gulping,10182,20,1,1,0,2,1186
|
||||
10342,cramorant-gorging,gorging,10183,20,1,1,0,3,1187
|
||||
10343,toxtricity-low-key,low-key,10184,20,1,0,0,2,1192
|
||||
10344,sinistea-antique,antique,854,20,0,0,0,2,1198
|
||||
10345,polteageist-antique,antique,855,20,0,0,0,2,1200
|
||||
|
@ -1377,11 +1377,11 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
|
|||
10351,alcremie-ruby-swirl,ruby-swirl,869,20,0,0,0,7,1220
|
||||
10352,alcremie-caramel-swirl,caramel-swirl,869,20,0,0,0,8,1221
|
||||
10353,alcremie-rainbow-swirl,rainbow-swirl,869,20,0,0,0,9,1222
|
||||
10354,eiscue-noice,noice,10185,20,1,0,0,2,1229
|
||||
10354,eiscue-noice,noice,10185,20,1,1,0,2,1229
|
||||
10355,indeedee-female,female,10186,20,1,0,0,2,1231
|
||||
10356,morpeko-hangry,hangry,10187,20,1,0,0,2,1233
|
||||
10357,zacian-crowned,crowned,10188,20,1,0,0,2,1245
|
||||
10358,zamazenta-crowned,crowned,10189,20,1,0,0,2,1247
|
||||
10356,morpeko-hangry,hangry,10187,20,1,1,0,2,1233
|
||||
10357,zacian-crowned,crowned,10188,20,1,1,0,2,1245
|
||||
10358,zamazenta-crowned,crowned,10189,20,1,1,0,2,1247
|
||||
10359,eternatus-eternamax,eternamax,10190,20,1,0,0,2,1249
|
||||
10360,urshifu-rapid-strike,rapid-strike,10191,20,1,0,0,2,1252
|
||||
10361,zarude-dada,dada,10192,20,1,0,0,2,1254
|
||||
|
|
|
Loading…
Reference in a new issue