mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-24 20:33:04 +00:00
fix: sets is_battle_only to false on totem pokémon
This commit is contained in:
parent
036ea6ab50
commit
e7974e7520
1 changed files with 7 additions and 7 deletions
|
@ -1218,7 +1218,7 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
|
|||
10192,beedrill-mega,mega,10090,16,1,1,1,2,20
|
||||
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
|
||||
10195,raticate-totem-alola,totem-alola,10093,17,1,0,0,3,29
|
||||
10196,pikachu-original-cap,original-cap,10094,17,1,0,0,8,43
|
||||
10197,pikachu-hoenn-cap,hoenn-cap,10095,17,1,0,0,9,44
|
||||
10198,pikachu-sinnoh-cap,sinnoh-cap,10096,17,1,0,0,10,45
|
||||
|
@ -1246,15 +1246,15 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
|
|||
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
|
||||
10223,gumshoos-totem,totem,10121,17,1,1,0,2,1024
|
||||
10224,vikavolt-totem,totem,10122,17,1,1,0,2,1028
|
||||
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
|
||||
10226,oricorio-pau,pau,10124,17,1,0,0,3,1033
|
||||
10227,oricorio-sensu,sensu,10125,17,1,0,0,4,1034
|
||||
10228,lycanroc-midnight,midnight,10126,17,1,0,0,2,1041
|
||||
10229,wishiwashi-school,school,10127,17,1,1,0,2,1044
|
||||
10230,lurantis-totem,totem,10128,17,1,1,0,2,1054
|
||||
10231,salazzle-totem,totem,10129,17,1,1,0,2,1059
|
||||
10230,lurantis-totem,totem,10128,17,1,0,0,2,1054
|
||||
10231,salazzle-totem,totem,10129,17,1,0,0,2,1059
|
||||
10232,silvally-fighting,fighting,773,17,0,0,0,2,1075
|
||||
10233,silvally-flying,flying,773,17,0,0,0,3,1076
|
||||
10234,silvally-poison,poison,773,17,0,0,0,4,1077
|
||||
|
@ -1286,9 +1286,9 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
|
|||
10260,minior-indigo,indigo,10141,17,1,0,0,13,1104
|
||||
10261,minior-violet,violet,10142,17,1,0,0,14,1105
|
||||
10262,mimikyu-busted,busted,10143,17,1,1,0,2,1111
|
||||
10263,mimikyu-totem-disguised,totem-disguised,10144,17,1,1,0,3,1112
|
||||
10263,mimikyu-totem-disguised,totem-disguised,10144,17,1,0,0,3,1112
|
||||
10264,mimikyu-totem-busted,totem-busted,10145,17,1,1,0,4,1113
|
||||
10265,kommo-o-totem,totem,10146,17,1,1,0,2,1120
|
||||
10265,kommo-o-totem,totem,10146,17,1,0,0,2,1120
|
||||
10266,magearna-original,original,10147,17,1,0,0,2,1141
|
||||
10267,pikachu-partner-cap,partner-cap,10148,18,1,0,0,14,49
|
||||
10268,marowak-totem,totem,10149,18,1,0,0,3,167
|
||||
|
|
|
Loading…
Reference in a new issue