@pokepc/dataset 6.7.0-beta.1 → 6.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/README.md +15 -3
  2. package/build/{build-DvGzwIK8.mjs → build-D2oPkkzJ.mjs} +52 -52
  3. package/build/{build-DvGzwIK8.mjs.map → build-D2oPkkzJ.mjs.map} +1 -1
  4. package/build/{enums-DlMg7WLl.mjs → enums-u8n-nN0B.mjs} +5 -2
  5. package/build/enums-u8n-nN0B.mjs.map +1 -0
  6. package/build/lib/fs.d.mts +6 -6
  7. package/build/lib/fs.d.mts.map +1 -1
  8. package/build/lib/fs.mjs +21 -29
  9. package/build/lib/fs.mjs.map +1 -1
  10. package/build/lib/schemas.d.mts +1 -1
  11. package/build/lib/search.d.mts +2 -0
  12. package/build/lib/search.d.mts.map +1 -1
  13. package/build/lib/search.mjs +3 -3
  14. package/build/lib/search.mjs.map +1 -1
  15. package/build/lib/types.d.mts +1 -1
  16. package/build/lib/utils.d.mts +2 -0
  17. package/build/lib/utils.d.mts.map +1 -1
  18. package/build/lib/utils.mjs +3 -2
  19. package/build/lib-next/_build.mjs +1 -1
  20. package/build/lib-next/enums.d.mts.map +1 -1
  21. package/build/lib-next/enums.mjs +1 -1
  22. package/build/lib-next/schemas.d.mts +8 -8
  23. package/build/lib-next/schemas.mjs +1 -1
  24. package/build/{schemas-DZQWOWP4.d.mts → schemas-CIE3b72j.d.mts} +50 -50
  25. package/build/{schemas-DZQWOWP4.d.mts.map → schemas-CIE3b72j.d.mts.map} +1 -1
  26. package/build/{schemas-Bj1AIX0P.mjs → schemas-CWE4YPI2.mjs} +2 -2
  27. package/build/{schemas-Bj1AIX0P.mjs.map → schemas-CWE4YPI2.mjs.map} +1 -1
  28. package/build/{utils-BwovRocd.mjs → utils-BTjKkD-_.mjs} +2 -2
  29. package/build/utils-BTjKkD-_.mjs.map +1 -0
  30. package/build/utils-internal-C-UStMrZ.d.mts +7 -0
  31. package/build/utils-internal-C-UStMrZ.d.mts.map +1 -0
  32. package/build/{utils-internal-Czgdbnkv.mjs → utils-internal-DPjO9kQX.mjs} +7 -2
  33. package/build/{utils-internal-Czgdbnkv.mjs.map → utils-internal-DPjO9kQX.mjs.map} +1 -1
  34. package/data/pokedexes/champions-regular-roster-m-c.json +27 -1
  35. package/data/pokedexes/hoenn-oras.json +12 -0
  36. package/data/pokedexes/kanto-lgpe.json +11 -0
  37. package/data/pokedexes/national-oras.json +27 -0
  38. package/data/pokemon/abomasnow-mega.json +1 -1
  39. package/data/pokemon/aggron-mega.json +1 -1
  40. package/data/pokemon/ampharos-mega.json +1 -1
  41. package/data/pokemon/arboliva.json +1 -1
  42. package/data/pokemon/baxcalibur-mega.json +0 -1
  43. package/data/pokemon/blastoise-mega.json +12 -1
  44. package/data/pokemon/blaziken-mega.json +1 -1
  45. package/data/pokemon/charizard-mega-x.json +12 -2
  46. package/data/pokemon/charizard-mega-y.json +12 -2
  47. package/data/pokemon/cinderace.json +1 -1
  48. package/data/pokemon/farfetchd.json +2 -1
  49. package/data/pokemon/gengar-mega.json +1 -1
  50. package/data/pokemon/gogoat.json +2 -1
  51. package/data/pokemon/golisopod-mega.json +1 -1
  52. package/data/pokemon/grapploct.json +1 -1
  53. package/data/pokemon/heracross-mega.json +1 -1
  54. package/data/pokemon/houndoom-mega.json +1 -1
  55. package/data/pokemon/indeedee-f.json +1 -1
  56. package/data/pokemon/indeedee.json +1 -1
  57. package/data/pokemon/inteleon.json +1 -1
  58. package/data/pokemon/kangaskhan-mega.json +1 -1
  59. package/data/pokemon/lucario-mega.json +1 -1
  60. package/data/pokemon/mabosstiff.json +1 -1
  61. package/data/pokemon/manectric-mega.json +1 -1
  62. package/data/pokemon/mawile-mega.json +2 -1
  63. package/data/pokemon/mewtwo-mega-x.json +10 -1
  64. package/data/pokemon/mewtwo-mega-y.json +10 -1
  65. package/data/pokemon/mrmime.json +2 -1
  66. package/data/pokemon/pawmot.json +1 -1
  67. package/data/pokemon/perrserker.json +1 -1
  68. package/data/pokemon/persian-alola.json +2 -1
  69. package/data/pokemon/persian.json +2 -1
  70. package/data/pokemon/pincurchin.json +1 -1
  71. package/data/pokemon/pinsir-mega.json +1 -1
  72. package/data/pokemon/sableye-mega.json +1 -1
  73. package/data/pokemon/scizor-mega.json +1 -1
  74. package/data/pokemon/sirfetchd.json +1 -1
  75. package/data/pokemon/squawkabilly-blue.json +1 -1
  76. package/data/pokemon/squawkabilly-white.json +1 -1
  77. package/data/pokemon/squawkabilly-yellow.json +1 -1
  78. package/data/pokemon/squawkabilly.json +6 -2
  79. package/data/pokemon/swalot-f.json +7 -2
  80. package/data/pokemon/swalot.json +2 -1
  81. package/data/pokemon/thievul.json +1 -1
  82. package/data/pokemon/toxtricity-low-key.json +1 -1
  83. package/data/pokemon/toxtricity.json +1 -1
  84. package/data/pokemon/tyranitar-mega.json +1 -1
  85. package/data/pokemon/venusaur-mega.json +12 -1
  86. package/data/pokemon/wigglytuff.json +2 -1
  87. package/data-next/champions/abilities.json +117 -5
  88. package/data-next/champions/battle-states.json +24 -3
  89. package/data-next/champions/i18n/chs/abilities.json +104 -6
  90. package/data-next/champions/i18n/chs/battle-states.json +24 -3
  91. package/data-next/champions/i18n/chs/items.json +144 -0
  92. package/data-next/champions/i18n/chs/moves.json +25 -25
  93. package/data-next/champions/i18n/chs/pokemon.json +195 -0
  94. package/data-next/champions/i18n/cht/abilities.json +105 -7
  95. package/data-next/champions/i18n/cht/battle-states.json +24 -3
  96. package/data-next/champions/i18n/cht/items.json +144 -0
  97. package/data-next/champions/i18n/cht/moves.json +25 -25
  98. package/data-next/champions/i18n/cht/pokemon.json +195 -0
  99. package/data-next/champions/i18n/deu/abilities.json +105 -7
  100. package/data-next/champions/i18n/deu/battle-states.json +24 -3
  101. package/data-next/champions/i18n/deu/items.json +144 -0
  102. package/data-next/champions/i18n/deu/moves.json +28 -28
  103. package/data-next/champions/i18n/deu/pokemon.json +195 -0
  104. package/data-next/champions/i18n/eng/abilities.json +102 -4
  105. package/data-next/champions/i18n/eng/battle-states.json +24 -3
  106. package/data-next/champions/i18n/eng/items.json +144 -0
  107. package/data-next/champions/i18n/eng/moves.json +25 -25
  108. package/data-next/champions/i18n/eng/pokemon.json +195 -0
  109. package/data-next/champions/i18n/es-es/abilities.json +106 -8
  110. package/data-next/champions/i18n/es-es/battle-states.json +24 -3
  111. package/data-next/champions/i18n/es-es/items.json +145 -1
  112. package/data-next/champions/i18n/es-es/moves.json +25 -25
  113. package/data-next/champions/i18n/es-es/pokemon.json +195 -0
  114. package/data-next/champions/i18n/es-la/abilities.json +106 -8
  115. package/data-next/champions/i18n/es-la/battle-states.json +24 -3
  116. package/data-next/champions/i18n/es-la/items.json +145 -1
  117. package/data-next/champions/i18n/es-la/moves.json +26 -26
  118. package/data-next/champions/i18n/es-la/pokemon.json +195 -0
  119. package/data-next/champions/i18n/fra/abilities.json +105 -7
  120. package/data-next/champions/i18n/fra/battle-states.json +24 -3
  121. package/data-next/champions/i18n/fra/items.json +144 -0
  122. package/data-next/champions/i18n/fra/moves.json +25 -25
  123. package/data-next/champions/i18n/fra/pokemon.json +195 -0
  124. package/data-next/champions/i18n/ita/abilities.json +116 -18
  125. package/data-next/champions/i18n/ita/battle-states.json +24 -3
  126. package/data-next/champions/i18n/ita/items.json +145 -1
  127. package/data-next/champions/i18n/ita/moves.json +28 -28
  128. package/data-next/champions/i18n/ita/pokemon.json +195 -0
  129. package/data-next/champions/i18n/jpn/abilities.json +104 -6
  130. package/data-next/champions/i18n/jpn/battle-states.json +24 -3
  131. package/data-next/champions/i18n/jpn/items.json +144 -0
  132. package/data-next/champions/i18n/jpn/moves.json +25 -25
  133. package/data-next/champions/i18n/jpn/pokemon.json +195 -0
  134. package/data-next/champions/i18n/kor/abilities.json +104 -6
  135. package/data-next/champions/i18n/kor/battle-states.json +24 -3
  136. package/data-next/champions/i18n/kor/items.json +144 -0
  137. package/data-next/champions/i18n/kor/moves.json +25 -25
  138. package/data-next/champions/i18n/kor/pokemon.json +195 -0
  139. package/data-next/champions/i18n/pt-br/abilities.json +102 -4
  140. package/data-next/champions/i18n/pt-br/battle-states.json +24 -3
  141. package/data-next/champions/i18n/pt-br/items.json +144 -0
  142. package/data-next/champions/i18n/pt-br/moves.json +25 -25
  143. package/data-next/champions/i18n/pt-br/pokemon.json +195 -0
  144. package/data-next/champions/items.json +180 -0
  145. package/data-next/champions/moves.json +61 -61
  146. package/data-next/champions/pokemon-moves.json +1882 -173
  147. package/data-next/champions/pokemon.json +913 -21
  148. package/package.json +17 -9
  149. package/build/enums-DlMg7WLl.mjs.map +0 -1
  150. package/build/utils-BwovRocd.mjs.map +0 -1
@@ -600,6 +600,30 @@
600
600
  "isCosmetic": false,
601
601
  "isFemale": false
602
602
  },
603
+ {
604
+ "id": "wigglytuff",
605
+ "nid": "0040",
606
+ "name": "Wigglytuff",
607
+ "pokeApiId": 40,
608
+ "pokeApiFormId": 40,
609
+ "showdownId": "wigglytuff",
610
+ "championsId": "0040000",
611
+ "type1": "normal",
612
+ "type2": "fairy",
613
+ "abilities": ["cutecharm", "competitive", "frisk"],
614
+ "baseHp": 140,
615
+ "baseAtk": 70,
616
+ "baseDef": 45,
617
+ "baseSpAtk": 85,
618
+ "baseSpDef": 50,
619
+ "baseSpeed": 45,
620
+ "height": 100,
621
+ "weight": 1200,
622
+ "isForm": false,
623
+ "isBattleOnly": false,
624
+ "isCosmetic": false,
625
+ "isFemale": false
626
+ },
603
627
  {
604
628
  "id": "vileplume",
605
629
  "nid": "0045",
@@ -649,6 +673,56 @@
649
673
  "isCosmetic": true,
650
674
  "isFemale": true
651
675
  },
676
+ {
677
+ "id": "persian",
678
+ "nid": "0053",
679
+ "name": "Persian",
680
+ "pokeApiId": 53,
681
+ "pokeApiFormId": 53,
682
+ "showdownId": "persian",
683
+ "championsId": "0053000",
684
+ "type1": "normal",
685
+ "type2": null,
686
+ "abilities": ["limber", "technician", "unnerve"],
687
+ "baseHp": 65,
688
+ "baseAtk": 70,
689
+ "baseDef": 60,
690
+ "baseSpAtk": 65,
691
+ "baseSpDef": 65,
692
+ "baseSpeed": 115,
693
+ "height": 100,
694
+ "weight": 3200,
695
+ "isForm": false,
696
+ "isBattleOnly": false,
697
+ "isCosmetic": false,
698
+ "isFemale": false
699
+ },
700
+ {
701
+ "id": "persian-alola",
702
+ "nid": "0053-alola",
703
+ "name": "Persian",
704
+ "formName": "Alolan Form",
705
+ "pokeApiId": 10108,
706
+ "pokeApiFormId": 10210,
707
+ "showdownId": "persianalola",
708
+ "baseSpecies": "persian",
709
+ "championsId": "0053001",
710
+ "type1": "dark",
711
+ "type2": null,
712
+ "abilities": ["furcoat", "technician", "rattled"],
713
+ "baseHp": 65,
714
+ "baseAtk": 60,
715
+ "baseDef": 60,
716
+ "baseSpAtk": 75,
717
+ "baseSpDef": 65,
718
+ "baseSpeed": 115,
719
+ "height": 110,
720
+ "weight": 3300,
721
+ "isForm": true,
722
+ "isBattleOnly": false,
723
+ "isCosmetic": false,
724
+ "isFemale": false
725
+ },
652
726
  {
653
727
  "id": "arcanine",
654
728
  "nid": "0059",
@@ -924,6 +998,30 @@
924
998
  "isCosmetic": false,
925
999
  "isFemale": false
926
1000
  },
1001
+ {
1002
+ "id": "farfetchd",
1003
+ "nid": "0083",
1004
+ "name": "Farfetch'd",
1005
+ "pokeApiId": 83,
1006
+ "pokeApiFormId": 83,
1007
+ "showdownId": "farfetchd",
1008
+ "championsId": "0083000",
1009
+ "type1": "normal",
1010
+ "type2": "flying",
1011
+ "abilities": ["keeneye", "innerfocus", "defiant"],
1012
+ "baseHp": 52,
1013
+ "baseAtk": 90,
1014
+ "baseDef": 55,
1015
+ "baseSpAtk": 58,
1016
+ "baseSpDef": 62,
1017
+ "baseSpeed": 60,
1018
+ "height": 80,
1019
+ "weight": 1500,
1020
+ "isForm": false,
1021
+ "isBattleOnly": false,
1022
+ "isCosmetic": false,
1023
+ "isFemale": false
1024
+ },
927
1025
  {
928
1026
  "id": "gengar",
929
1027
  "nid": "0094",
@@ -1074,6 +1172,30 @@
1074
1172
  "isCosmetic": false,
1075
1173
  "isFemale": false
1076
1174
  },
1175
+ {
1176
+ "id": "mrmime",
1177
+ "nid": "0122",
1178
+ "name": "Mr. Mime",
1179
+ "pokeApiId": 122,
1180
+ "pokeApiFormId": 122,
1181
+ "showdownId": "mrmime",
1182
+ "championsId": "0122000",
1183
+ "type1": "psychic",
1184
+ "type2": "fairy",
1185
+ "abilities": ["soundproof", "filter", "technician"],
1186
+ "baseHp": 40,
1187
+ "baseAtk": 45,
1188
+ "baseDef": 65,
1189
+ "baseSpAtk": 100,
1190
+ "baseSpDef": 120,
1191
+ "baseSpeed": 90,
1192
+ "height": 130,
1193
+ "weight": 5450,
1194
+ "isForm": false,
1195
+ "isBattleOnly": false,
1196
+ "isCosmetic": false,
1197
+ "isFemale": false
1198
+ },
1077
1199
  {
1078
1200
  "id": "pinsir",
1079
1201
  "nid": "0127",
@@ -2913,6 +3035,55 @@
2913
3035
  "isCosmetic": false,
2914
3036
  "isFemale": false
2915
3037
  },
3038
+ {
3039
+ "id": "swalot",
3040
+ "nid": "0317",
3041
+ "name": "Swalot",
3042
+ "pokeApiId": 317,
3043
+ "pokeApiFormId": 317,
3044
+ "showdownId": "swalot",
3045
+ "championsId": "0317000",
3046
+ "type1": "poison",
3047
+ "type2": null,
3048
+ "abilities": ["liquidooze", "stickyhold", "gluttony"],
3049
+ "baseHp": 100,
3050
+ "baseAtk": 73,
3051
+ "baseDef": 83,
3052
+ "baseSpAtk": 73,
3053
+ "baseSpDef": 83,
3054
+ "baseSpeed": 55,
3055
+ "height": 170,
3056
+ "weight": 8000,
3057
+ "isForm": false,
3058
+ "isBattleOnly": false,
3059
+ "isCosmetic": false,
3060
+ "isFemale": false
3061
+ },
3062
+ {
3063
+ "id": "swalot-f",
3064
+ "nid": "0317-f",
3065
+ "name": "Swalot",
3066
+ "pokeApiId": 317,
3067
+ "pokeApiFormId": 317,
3068
+ "showdownId": "swalot",
3069
+ "baseSpecies": "swalot",
3070
+ "championsId": "0317000",
3071
+ "type1": "poison",
3072
+ "type2": null,
3073
+ "abilities": ["liquidooze", "stickyhold", "gluttony"],
3074
+ "baseHp": 100,
3075
+ "baseAtk": 73,
3076
+ "baseDef": 83,
3077
+ "baseSpAtk": 73,
3078
+ "baseSpDef": 83,
3079
+ "baseSpeed": 55,
3080
+ "height": 170,
3081
+ "weight": 8000,
3082
+ "isForm": true,
3083
+ "isBattleOnly": false,
3084
+ "isCosmetic": true,
3085
+ "isFemale": true
3086
+ },
2916
3087
  {
2917
3088
  "id": "sharpedo",
2918
3089
  "nid": "0319",
@@ -3414,6 +3585,32 @@
3414
3585
  "isCosmetic": false,
3415
3586
  "isFemale": false
3416
3587
  },
3588
+ {
3589
+ "id": "absol-mega-z",
3590
+ "nid": "0359-mega-z",
3591
+ "name": "Absol",
3592
+ "formName": "Mega Absol Z",
3593
+ "pokeApiId": 359,
3594
+ "pokeApiFormId": 359,
3595
+ "showdownId": "absolmegaz",
3596
+ "baseSpecies": "absol",
3597
+ "championsId": "0359002",
3598
+ "type1": "dark",
3599
+ "type2": "ghost",
3600
+ "abilities": ["sharpness"],
3601
+ "baseHp": 65,
3602
+ "baseAtk": 154,
3603
+ "baseDef": 60,
3604
+ "baseSpAtk": 75,
3605
+ "baseSpDef": 60,
3606
+ "baseSpeed": 151,
3607
+ "height": 120,
3608
+ "weight": 4700,
3609
+ "isForm": true,
3610
+ "isBattleOnly": true,
3611
+ "isCosmetic": false,
3612
+ "isFemale": false
3613
+ },
3417
3614
  {
3418
3615
  "id": "glalie",
3419
3616
  "nid": "0362",
@@ -3464,6 +3661,56 @@
3464
3661
  "isCosmetic": false,
3465
3662
  "isFemale": false
3466
3663
  },
3664
+ {
3665
+ "id": "salamence",
3666
+ "nid": "0373",
3667
+ "name": "Salamence",
3668
+ "pokeApiId": 373,
3669
+ "pokeApiFormId": 373,
3670
+ "showdownId": "salamence",
3671
+ "championsId": "0373000",
3672
+ "type1": "dragon",
3673
+ "type2": "flying",
3674
+ "abilities": ["intimidate", "moxie"],
3675
+ "baseHp": 95,
3676
+ "baseAtk": 135,
3677
+ "baseDef": 80,
3678
+ "baseSpAtk": 110,
3679
+ "baseSpDef": 80,
3680
+ "baseSpeed": 100,
3681
+ "height": 150,
3682
+ "weight": 10260,
3683
+ "isForm": false,
3684
+ "isBattleOnly": false,
3685
+ "isCosmetic": false,
3686
+ "isFemale": false
3687
+ },
3688
+ {
3689
+ "id": "salamence-mega",
3690
+ "nid": "0373-mega",
3691
+ "name": "Salamence",
3692
+ "formName": "Mega Salamence",
3693
+ "pokeApiId": 10089,
3694
+ "pokeApiFormId": 10191,
3695
+ "showdownId": "salamencemega",
3696
+ "baseSpecies": "salamence",
3697
+ "championsId": "0373001",
3698
+ "type1": "dragon",
3699
+ "type2": "flying",
3700
+ "abilities": ["aerilate"],
3701
+ "baseHp": 95,
3702
+ "baseAtk": 145,
3703
+ "baseDef": 130,
3704
+ "baseSpAtk": 120,
3705
+ "baseSpDef": 90,
3706
+ "baseSpeed": 120,
3707
+ "height": 180,
3708
+ "weight": 11260,
3709
+ "isForm": true,
3710
+ "isBattleOnly": true,
3711
+ "isCosmetic": false,
3712
+ "isFemale": false
3713
+ },
3467
3714
  {
3468
3715
  "id": "metagross",
3469
3716
  "nid": "0376",
@@ -3956,6 +4203,32 @@
3956
4203
  "isCosmetic": false,
3957
4204
  "isFemale": false
3958
4205
  },
4206
+ {
4207
+ "id": "garchomp-mega-z",
4208
+ "nid": "0445-mega-z",
4209
+ "name": "Garchomp",
4210
+ "formName": "Mega Garchomp Z",
4211
+ "pokeApiId": 445,
4212
+ "pokeApiFormId": 445,
4213
+ "showdownId": "garchompmegaz",
4214
+ "baseSpecies": "garchomp",
4215
+ "championsId": "0445002",
4216
+ "type1": "dragon",
4217
+ "type2": null,
4218
+ "abilities": ["levitate"],
4219
+ "baseHp": 108,
4220
+ "baseAtk": 130,
4221
+ "baseDef": 85,
4222
+ "baseSpAtk": 141,
4223
+ "baseSpDef": 85,
4224
+ "baseSpeed": 151,
4225
+ "height": 190,
4226
+ "weight": 9900,
4227
+ "isForm": true,
4228
+ "isBattleOnly": true,
4229
+ "isCosmetic": false,
4230
+ "isFemale": false
4231
+ },
3959
4232
  {
3960
4233
  "id": "lucario",
3961
4234
  "nid": "0448",
@@ -4006,6 +4279,32 @@
4006
4279
  "isCosmetic": false,
4007
4280
  "isFemale": false
4008
4281
  },
4282
+ {
4283
+ "id": "lucario-mega-z",
4284
+ "nid": "0448-mega-z",
4285
+ "name": "Lucario",
4286
+ "formName": "Mega Lucario Z",
4287
+ "pokeApiId": 448,
4288
+ "pokeApiFormId": 448,
4289
+ "showdownId": "lucariomegaz",
4290
+ "baseSpecies": "lucario",
4291
+ "championsId": "0448002",
4292
+ "type1": "fighting",
4293
+ "type2": "steel",
4294
+ "abilities": ["auraguard"],
4295
+ "baseHp": 70,
4296
+ "baseAtk": 100,
4297
+ "baseDef": 70,
4298
+ "baseSpAtk": 164,
4299
+ "baseSpDef": 70,
4300
+ "baseSpeed": 151,
4301
+ "height": 130,
4302
+ "weight": 4940,
4303
+ "isForm": true,
4304
+ "isBattleOnly": true,
4305
+ "isCosmetic": false,
4306
+ "isFemale": false
4307
+ },
4009
4308
  {
4010
4309
  "id": "hippowdon",
4011
4310
  "nid": "0450",
@@ -6608,6 +6907,30 @@
6608
6907
  "isCosmetic": true,
6609
6908
  "isFemale": false
6610
6909
  },
6910
+ {
6911
+ "id": "gogoat",
6912
+ "nid": "0673",
6913
+ "name": "Gogoat",
6914
+ "pokeApiId": 673,
6915
+ "pokeApiFormId": 673,
6916
+ "showdownId": "gogoat",
6917
+ "championsId": "0673000",
6918
+ "type1": "grass",
6919
+ "type2": null,
6920
+ "abilities": ["sapsipper", "grasspelt"],
6921
+ "baseHp": 123,
6922
+ "baseAtk": 100,
6923
+ "baseDef": 62,
6924
+ "baseSpAtk": 97,
6925
+ "baseSpDef": 81,
6926
+ "baseSpeed": 68,
6927
+ "height": 170,
6928
+ "weight": 9100,
6929
+ "isForm": false,
6930
+ "isBattleOnly": false,
6931
+ "isCosmetic": false,
6932
+ "isFemale": false
6933
+ },
6611
6934
  {
6612
6935
  "id": "pangoro",
6613
6936
  "nid": "0675",
@@ -8103,6 +8426,56 @@
8103
8426
  "isCosmetic": false,
8104
8427
  "isFemale": false
8105
8428
  },
8429
+ {
8430
+ "id": "golisopod",
8431
+ "nid": "0768",
8432
+ "name": "Golisopod",
8433
+ "pokeApiId": 768,
8434
+ "pokeApiFormId": 768,
8435
+ "showdownId": "golisopod",
8436
+ "championsId": "0768000",
8437
+ "type1": "bug",
8438
+ "type2": "water",
8439
+ "abilities": ["emergencyexit"],
8440
+ "baseHp": 75,
8441
+ "baseAtk": 125,
8442
+ "baseDef": 140,
8443
+ "baseSpAtk": 60,
8444
+ "baseSpDef": 90,
8445
+ "baseSpeed": 40,
8446
+ "height": 200,
8447
+ "weight": 10800,
8448
+ "isForm": false,
8449
+ "isBattleOnly": false,
8450
+ "isCosmetic": false,
8451
+ "isFemale": false
8452
+ },
8453
+ {
8454
+ "id": "golisopod-mega",
8455
+ "nid": "0768-mega",
8456
+ "name": "Golisopod",
8457
+ "formName": "Mega Golisopod",
8458
+ "pokeApiId": 768,
8459
+ "pokeApiFormId": 768,
8460
+ "showdownId": "golisopodmega",
8461
+ "baseSpecies": "golisopod",
8462
+ "championsId": "0768001",
8463
+ "type1": "bug",
8464
+ "type2": "steel",
8465
+ "abilities": ["toughclaws"],
8466
+ "baseHp": 75,
8467
+ "baseAtk": 150,
8468
+ "baseDef": 175,
8469
+ "baseSpAtk": 70,
8470
+ "baseSpDef": 120,
8471
+ "baseSpeed": 40,
8472
+ "height": 230,
8473
+ "weight": 14800,
8474
+ "isForm": true,
8475
+ "isBattleOnly": true,
8476
+ "isCosmetic": false,
8477
+ "isFemale": false
8478
+ },
8106
8479
  {
8107
8480
  "id": "mimikyu",
8108
8481
  "nid": "0778",
@@ -8229,27 +8602,123 @@
8229
8602
  "isFemale": false
8230
8603
  },
8231
8604
  {
8232
- "id": "corviknight",
8233
- "nid": "0823",
8234
- "name": "Corviknight",
8235
- "pokeApiId": 823,
8236
- "pokeApiFormId": 823,
8237
- "showdownId": "corviknight",
8238
- "championsId": "0823000",
8239
- "type1": "flying",
8240
- "type2": "steel",
8241
- "abilities": ["pressure", "unnerve", "mirrorarmor"],
8242
- "baseHp": 98,
8243
- "baseAtk": 87,
8244
- "baseDef": 105,
8245
- "baseSpAtk": 53,
8246
- "baseSpDef": 85,
8247
- "baseSpeed": 67,
8248
- "height": 220,
8249
- "weight": 7500,
8250
- "isForm": false,
8251
- "isBattleOnly": false,
8252
- "isCosmetic": false,
8605
+ "id": "rillaboom",
8606
+ "nid": "0812",
8607
+ "name": "Rillaboom",
8608
+ "pokeApiId": 812,
8609
+ "pokeApiFormId": 812,
8610
+ "showdownId": "rillaboom",
8611
+ "championsId": "0812000",
8612
+ "type1": "grass",
8613
+ "type2": null,
8614
+ "abilities": ["overgrow", "grassysurge"],
8615
+ "baseHp": 100,
8616
+ "baseAtk": 125,
8617
+ "baseDef": 90,
8618
+ "baseSpAtk": 60,
8619
+ "baseSpDef": 70,
8620
+ "baseSpeed": 85,
8621
+ "height": 210,
8622
+ "weight": 9000,
8623
+ "isForm": false,
8624
+ "isBattleOnly": false,
8625
+ "isCosmetic": false,
8626
+ "isFemale": false
8627
+ },
8628
+ {
8629
+ "id": "cinderace",
8630
+ "nid": "0815",
8631
+ "name": "Cinderace",
8632
+ "pokeApiId": 815,
8633
+ "pokeApiFormId": 815,
8634
+ "showdownId": "cinderace",
8635
+ "championsId": "0815000",
8636
+ "type1": "fire",
8637
+ "type2": null,
8638
+ "abilities": ["blaze", "libero"],
8639
+ "baseHp": 80,
8640
+ "baseAtk": 116,
8641
+ "baseDef": 75,
8642
+ "baseSpAtk": 65,
8643
+ "baseSpDef": 75,
8644
+ "baseSpeed": 119,
8645
+ "height": 140,
8646
+ "weight": 3300,
8647
+ "isForm": false,
8648
+ "isBattleOnly": false,
8649
+ "isCosmetic": false,
8650
+ "isFemale": false
8651
+ },
8652
+ {
8653
+ "id": "inteleon",
8654
+ "nid": "0818",
8655
+ "name": "Inteleon",
8656
+ "pokeApiId": 818,
8657
+ "pokeApiFormId": 818,
8658
+ "showdownId": "inteleon",
8659
+ "championsId": "0818000",
8660
+ "type1": "water",
8661
+ "type2": null,
8662
+ "abilities": ["torrent", "sniper"],
8663
+ "baseHp": 70,
8664
+ "baseAtk": 85,
8665
+ "baseDef": 65,
8666
+ "baseSpAtk": 125,
8667
+ "baseSpDef": 65,
8668
+ "baseSpeed": 120,
8669
+ "height": 190,
8670
+ "weight": 4520,
8671
+ "isForm": false,
8672
+ "isBattleOnly": false,
8673
+ "isCosmetic": false,
8674
+ "isFemale": false
8675
+ },
8676
+ {
8677
+ "id": "corviknight",
8678
+ "nid": "0823",
8679
+ "name": "Corviknight",
8680
+ "pokeApiId": 823,
8681
+ "pokeApiFormId": 823,
8682
+ "showdownId": "corviknight",
8683
+ "championsId": "0823000",
8684
+ "type1": "flying",
8685
+ "type2": "steel",
8686
+ "abilities": ["pressure", "unnerve", "mirrorarmor"],
8687
+ "baseHp": 98,
8688
+ "baseAtk": 87,
8689
+ "baseDef": 105,
8690
+ "baseSpAtk": 53,
8691
+ "baseSpDef": 85,
8692
+ "baseSpeed": 67,
8693
+ "height": 220,
8694
+ "weight": 7500,
8695
+ "isForm": false,
8696
+ "isBattleOnly": false,
8697
+ "isCosmetic": false,
8698
+ "isFemale": false
8699
+ },
8700
+ {
8701
+ "id": "thievul",
8702
+ "nid": "0828",
8703
+ "name": "Thievul",
8704
+ "pokeApiId": 828,
8705
+ "pokeApiFormId": 828,
8706
+ "showdownId": "thievul",
8707
+ "championsId": "0828000",
8708
+ "type1": "dark",
8709
+ "type2": null,
8710
+ "abilities": ["runaway", "unburden", "stakeout"],
8711
+ "baseHp": 70,
8712
+ "baseAtk": 58,
8713
+ "baseDef": 58,
8714
+ "baseSpAtk": 87,
8715
+ "baseSpDef": 92,
8716
+ "baseSpeed": 90,
8717
+ "height": 120,
8718
+ "weight": 1990,
8719
+ "isForm": false,
8720
+ "isBattleOnly": false,
8721
+ "isCosmetic": false,
8253
8722
  "isFemale": false
8254
8723
  },
8255
8724
  {
@@ -8324,6 +8793,81 @@
8324
8793
  "isCosmetic": false,
8325
8794
  "isFemale": false
8326
8795
  },
8796
+ {
8797
+ "id": "toxtricity",
8798
+ "nid": "0849",
8799
+ "name": "Toxtricity",
8800
+ "formName": "Amped Form",
8801
+ "pokeApiId": 849,
8802
+ "pokeApiFormId": 849,
8803
+ "showdownId": "toxtricity",
8804
+ "championsId": "0849000",
8805
+ "type1": "electric",
8806
+ "type2": "poison",
8807
+ "abilities": ["punkrock", "plus", "technician"],
8808
+ "baseHp": 75,
8809
+ "baseAtk": 98,
8810
+ "baseDef": 70,
8811
+ "baseSpAtk": 114,
8812
+ "baseSpDef": 70,
8813
+ "baseSpeed": 75,
8814
+ "height": 160,
8815
+ "weight": 4000,
8816
+ "isForm": false,
8817
+ "isBattleOnly": false,
8818
+ "isCosmetic": false,
8819
+ "isFemale": false
8820
+ },
8821
+ {
8822
+ "id": "toxtricity-low-key",
8823
+ "nid": "0849-low-key",
8824
+ "name": "Toxtricity",
8825
+ "formName": "Low Key Form",
8826
+ "pokeApiId": 10184,
8827
+ "pokeApiFormId": 10343,
8828
+ "showdownId": "toxtricitylowkey",
8829
+ "baseSpecies": "toxtricity",
8830
+ "championsId": "0849001",
8831
+ "type1": "electric",
8832
+ "type2": "poison",
8833
+ "abilities": ["punkrock", "minus", "technician"],
8834
+ "baseHp": 75,
8835
+ "baseAtk": 98,
8836
+ "baseDef": 70,
8837
+ "baseSpAtk": 114,
8838
+ "baseSpDef": 70,
8839
+ "baseSpeed": 75,
8840
+ "height": 160,
8841
+ "weight": 4000,
8842
+ "isForm": true,
8843
+ "isBattleOnly": false,
8844
+ "isCosmetic": false,
8845
+ "isFemale": false
8846
+ },
8847
+ {
8848
+ "id": "grapploct",
8849
+ "nid": "0853",
8850
+ "name": "Grapploct",
8851
+ "pokeApiId": 853,
8852
+ "pokeApiFormId": 853,
8853
+ "showdownId": "grapploct",
8854
+ "championsId": "0853000",
8855
+ "type1": "fighting",
8856
+ "type2": null,
8857
+ "abilities": ["limber", "technician"],
8858
+ "baseHp": 80,
8859
+ "baseAtk": 118,
8860
+ "baseDef": 90,
8861
+ "baseSpAtk": 70,
8862
+ "baseSpDef": 80,
8863
+ "baseSpeed": 42,
8864
+ "height": 160,
8865
+ "weight": 3900,
8866
+ "isForm": false,
8867
+ "isBattleOnly": false,
8868
+ "isCosmetic": false,
8869
+ "isFemale": false
8870
+ },
8327
8871
  {
8328
8872
  "id": "polteageist",
8329
8873
  "nid": "0855",
@@ -8423,6 +8967,54 @@
8423
8967
  "isCosmetic": false,
8424
8968
  "isFemale": false
8425
8969
  },
8970
+ {
8971
+ "id": "perrserker",
8972
+ "nid": "0863",
8973
+ "name": "Perrserker",
8974
+ "pokeApiId": 863,
8975
+ "pokeApiFormId": 863,
8976
+ "showdownId": "perrserker",
8977
+ "championsId": "0863000",
8978
+ "type1": "steel",
8979
+ "type2": null,
8980
+ "abilities": ["battlearmor", "toughclaws", "steelyspirit"],
8981
+ "baseHp": 70,
8982
+ "baseAtk": 110,
8983
+ "baseDef": 100,
8984
+ "baseSpAtk": 50,
8985
+ "baseSpDef": 60,
8986
+ "baseSpeed": 50,
8987
+ "height": 80,
8988
+ "weight": 2800,
8989
+ "isForm": false,
8990
+ "isBattleOnly": false,
8991
+ "isCosmetic": false,
8992
+ "isFemale": false
8993
+ },
8994
+ {
8995
+ "id": "sirfetchd",
8996
+ "nid": "0865",
8997
+ "name": "Sirfetch'd",
8998
+ "pokeApiId": 865,
8999
+ "pokeApiFormId": 865,
9000
+ "showdownId": "sirfetchd",
9001
+ "championsId": "0865000",
9002
+ "type1": "fighting",
9003
+ "type2": null,
9004
+ "abilities": ["steadfast", "scrappy"],
9005
+ "baseHp": 62,
9006
+ "baseAtk": 135,
9007
+ "baseDef": 95,
9008
+ "baseSpAtk": 68,
9009
+ "baseSpDef": 82,
9010
+ "baseSpeed": 65,
9011
+ "height": 80,
9012
+ "weight": 11700,
9013
+ "isForm": false,
9014
+ "isBattleOnly": false,
9015
+ "isCosmetic": false,
9016
+ "isFemale": false
9017
+ },
8426
9018
  {
8427
9019
  "id": "mrrime",
8428
9020
  "nid": "0866",
@@ -10158,6 +10750,81 @@
10158
10750
  "isCosmetic": false,
10159
10751
  "isFemale": false
10160
10752
  },
10753
+ {
10754
+ "id": "pincurchin",
10755
+ "nid": "0871",
10756
+ "name": "Pincurchin",
10757
+ "pokeApiId": 871,
10758
+ "pokeApiFormId": 871,
10759
+ "showdownId": "pincurchin",
10760
+ "championsId": "0871000",
10761
+ "type1": "electric",
10762
+ "type2": null,
10763
+ "abilities": ["lightningrod", "electricsurge"],
10764
+ "baseHp": 48,
10765
+ "baseAtk": 101,
10766
+ "baseDef": 95,
10767
+ "baseSpAtk": 91,
10768
+ "baseSpDef": 85,
10769
+ "baseSpeed": 15,
10770
+ "height": 30,
10771
+ "weight": 100,
10772
+ "isForm": false,
10773
+ "isBattleOnly": false,
10774
+ "isCosmetic": false,
10775
+ "isFemale": false
10776
+ },
10777
+ {
10778
+ "id": "indeedee",
10779
+ "nid": "0876",
10780
+ "name": "Indeedee",
10781
+ "formName": "Male",
10782
+ "pokeApiId": 876,
10783
+ "pokeApiFormId": 876,
10784
+ "showdownId": "indeedee",
10785
+ "championsId": "0876000",
10786
+ "type1": "psychic",
10787
+ "type2": "normal",
10788
+ "abilities": ["innerfocus", "synchronize", "psychicsurge"],
10789
+ "baseHp": 60,
10790
+ "baseAtk": 65,
10791
+ "baseDef": 55,
10792
+ "baseSpAtk": 105,
10793
+ "baseSpDef": 95,
10794
+ "baseSpeed": 95,
10795
+ "height": 90,
10796
+ "weight": 2800,
10797
+ "isForm": false,
10798
+ "isBattleOnly": false,
10799
+ "isCosmetic": false,
10800
+ "isFemale": false
10801
+ },
10802
+ {
10803
+ "id": "indeedee-f",
10804
+ "nid": "0876-f",
10805
+ "name": "Indeedee",
10806
+ "formName": "Female",
10807
+ "pokeApiId": 10186,
10808
+ "pokeApiFormId": 10355,
10809
+ "showdownId": "indeedeef",
10810
+ "baseSpecies": "indeedee",
10811
+ "championsId": "0876001",
10812
+ "type1": "psychic",
10813
+ "type2": "normal",
10814
+ "abilities": ["owntempo", "synchronize", "psychicsurge"],
10815
+ "baseHp": 70,
10816
+ "baseAtk": 55,
10817
+ "baseDef": 65,
10818
+ "baseSpAtk": 95,
10819
+ "baseSpDef": 105,
10820
+ "baseSpeed": 85,
10821
+ "height": 90,
10822
+ "weight": 2800,
10823
+ "isForm": true,
10824
+ "isBattleOnly": false,
10825
+ "isCosmetic": false,
10826
+ "isFemale": true
10827
+ },
10161
10828
  {
10162
10829
  "id": "morpeko",
10163
10830
  "nid": "0877",
@@ -10452,6 +11119,30 @@
10452
11119
  "isCosmetic": false,
10453
11120
  "isFemale": false
10454
11121
  },
11122
+ {
11123
+ "id": "pawmot",
11124
+ "nid": "0923",
11125
+ "name": "Pawmot",
11126
+ "pokeApiId": 923,
11127
+ "pokeApiFormId": 923,
11128
+ "showdownId": "pawmot",
11129
+ "championsId": "0923000",
11130
+ "type1": "electric",
11131
+ "type2": "fighting",
11132
+ "abilities": ["voltabsorb", "naturalcure", "ironfist"],
11133
+ "baseHp": 70,
11134
+ "baseAtk": 115,
11135
+ "baseDef": 70,
11136
+ "baseSpAtk": 70,
11137
+ "baseSpDef": 60,
11138
+ "baseSpeed": 105,
11139
+ "height": 90,
11140
+ "weight": 4100,
11141
+ "isForm": false,
11142
+ "isBattleOnly": false,
11143
+ "isCosmetic": false,
11144
+ "isFemale": false
11145
+ },
10455
11146
  {
10456
11147
  "id": "maushold-three",
10457
11148
  "nid": "0925-three",
@@ -10503,6 +11194,133 @@
10503
11194
  "isCosmetic": false,
10504
11195
  "isFemale": false
10505
11196
  },
11197
+ {
11198
+ "id": "arboliva",
11199
+ "nid": "0930",
11200
+ "name": "Arboliva",
11201
+ "pokeApiId": 930,
11202
+ "pokeApiFormId": 930,
11203
+ "showdownId": "arboliva",
11204
+ "championsId": "0930000",
11205
+ "type1": "grass",
11206
+ "type2": "normal",
11207
+ "abilities": ["seedsower", "harvest"],
11208
+ "baseHp": 78,
11209
+ "baseAtk": 69,
11210
+ "baseDef": 90,
11211
+ "baseSpAtk": 125,
11212
+ "baseSpDef": 109,
11213
+ "baseSpeed": 39,
11214
+ "height": 140,
11215
+ "weight": 4820,
11216
+ "isForm": false,
11217
+ "isBattleOnly": false,
11218
+ "isCosmetic": false,
11219
+ "isFemale": false
11220
+ },
11221
+ {
11222
+ "id": "squawkabilly",
11223
+ "nid": "0931",
11224
+ "name": "Squawkabilly",
11225
+ "formName": "Green Plumage",
11226
+ "pokeApiId": 931,
11227
+ "pokeApiFormId": 931,
11228
+ "showdownId": "squawkabilly",
11229
+ "championsId": "0931000",
11230
+ "type1": "normal",
11231
+ "type2": "flying",
11232
+ "abilities": ["intimidate", "hustle", "guts"],
11233
+ "baseHp": 82,
11234
+ "baseAtk": 96,
11235
+ "baseDef": 51,
11236
+ "baseSpAtk": 45,
11237
+ "baseSpDef": 51,
11238
+ "baseSpeed": 92,
11239
+ "height": 60,
11240
+ "weight": 240,
11241
+ "isForm": false,
11242
+ "isBattleOnly": false,
11243
+ "isCosmetic": false,
11244
+ "isFemale": false
11245
+ },
11246
+ {
11247
+ "id": "squawkabilly-blue",
11248
+ "nid": "0931-blue",
11249
+ "name": "Squawkabilly",
11250
+ "formName": "Blue Plumage",
11251
+ "pokeApiId": 10260,
11252
+ "pokeApiFormId": 10429,
11253
+ "showdownId": "squawkabillyblue",
11254
+ "baseSpecies": "squawkabilly",
11255
+ "championsId": "0931001",
11256
+ "type1": "normal",
11257
+ "type2": "flying",
11258
+ "abilities": ["intimidate", "hustle", "guts"],
11259
+ "baseHp": 82,
11260
+ "baseAtk": 96,
11261
+ "baseDef": 51,
11262
+ "baseSpAtk": 45,
11263
+ "baseSpDef": 51,
11264
+ "baseSpeed": 92,
11265
+ "height": 60,
11266
+ "weight": 240,
11267
+ "isForm": true,
11268
+ "isBattleOnly": false,
11269
+ "isCosmetic": true,
11270
+ "isFemale": false
11271
+ },
11272
+ {
11273
+ "id": "squawkabilly-yellow",
11274
+ "nid": "0931-yellow",
11275
+ "name": "Squawkabilly",
11276
+ "formName": "Yellow Plumage",
11277
+ "pokeApiId": 10261,
11278
+ "pokeApiFormId": 10430,
11279
+ "showdownId": "squawkabillyyellow",
11280
+ "baseSpecies": "squawkabilly",
11281
+ "championsId": "0931002",
11282
+ "type1": "normal",
11283
+ "type2": "flying",
11284
+ "abilities": ["intimidate", "hustle", "sheerforce"],
11285
+ "baseHp": 82,
11286
+ "baseAtk": 96,
11287
+ "baseDef": 51,
11288
+ "baseSpAtk": 45,
11289
+ "baseSpDef": 51,
11290
+ "baseSpeed": 92,
11291
+ "height": 60,
11292
+ "weight": 240,
11293
+ "isForm": true,
11294
+ "isBattleOnly": false,
11295
+ "isCosmetic": true,
11296
+ "isFemale": false
11297
+ },
11298
+ {
11299
+ "id": "squawkabilly-white",
11300
+ "nid": "0931-white",
11301
+ "name": "Squawkabilly",
11302
+ "formName": "White Plumage",
11303
+ "pokeApiId": 10262,
11304
+ "pokeApiFormId": 10431,
11305
+ "showdownId": "squawkabillywhite",
11306
+ "baseSpecies": "squawkabilly",
11307
+ "championsId": "0931003",
11308
+ "type1": "normal",
11309
+ "type2": "flying",
11310
+ "abilities": ["intimidate", "hustle", "sheerforce"],
11311
+ "baseHp": 82,
11312
+ "baseAtk": 96,
11313
+ "baseDef": 51,
11314
+ "baseSpAtk": 45,
11315
+ "baseSpDef": 51,
11316
+ "baseSpeed": 92,
11317
+ "height": 60,
11318
+ "weight": 240,
11319
+ "isForm": true,
11320
+ "isBattleOnly": false,
11321
+ "isCosmetic": true,
11322
+ "isFemale": false
11323
+ },
10506
11324
  {
10507
11325
  "id": "garganacl",
10508
11326
  "nid": "0934",
@@ -10599,6 +11417,30 @@
10599
11417
  "isCosmetic": false,
10600
11418
  "isFemale": false
10601
11419
  },
11420
+ {
11421
+ "id": "mabosstiff",
11422
+ "nid": "0943",
11423
+ "name": "Mabosstiff",
11424
+ "pokeApiId": 943,
11425
+ "pokeApiFormId": 943,
11426
+ "showdownId": "mabosstiff",
11427
+ "championsId": "0943000",
11428
+ "type1": "dark",
11429
+ "type2": null,
11430
+ "abilities": ["intimidate", "guarddog", "stakeout"],
11431
+ "baseHp": 80,
11432
+ "baseAtk": 120,
11433
+ "baseDef": 90,
11434
+ "baseSpAtk": 60,
11435
+ "baseSpDef": 70,
11436
+ "baseSpeed": 85,
11437
+ "height": 110,
11438
+ "weight": 6100,
11439
+ "isForm": false,
11440
+ "isBattleOnly": false,
11441
+ "isCosmetic": false,
11442
+ "isFemale": false
11443
+ },
10602
11444
  {
10603
11445
  "id": "scovillain",
10604
11446
  "nid": "0952",
@@ -10918,6 +11760,56 @@
10918
11760
  "isCosmetic": false,
10919
11761
  "isFemale": false
10920
11762
  },
11763
+ {
11764
+ "id": "baxcalibur",
11765
+ "nid": "0998",
11766
+ "name": "Baxcalibur",
11767
+ "pokeApiId": 998,
11768
+ "pokeApiFormId": 998,
11769
+ "showdownId": "baxcalibur",
11770
+ "championsId": "0998000",
11771
+ "type1": "dragon",
11772
+ "type2": "ice",
11773
+ "abilities": ["thermalexchange", "icebody"],
11774
+ "baseHp": 115,
11775
+ "baseAtk": 145,
11776
+ "baseDef": 92,
11777
+ "baseSpAtk": 75,
11778
+ "baseSpDef": 86,
11779
+ "baseSpeed": 87,
11780
+ "height": 210,
11781
+ "weight": 21000,
11782
+ "isForm": false,
11783
+ "isBattleOnly": false,
11784
+ "isCosmetic": false,
11785
+ "isFemale": false
11786
+ },
11787
+ {
11788
+ "id": "baxcalibur-mega",
11789
+ "nid": "0998-mega",
11790
+ "name": "Baxcalibur",
11791
+ "formName": "Mega Baxcalibur",
11792
+ "pokeApiId": 998,
11793
+ "pokeApiFormId": 998,
11794
+ "showdownId": "baxcaliburmega",
11795
+ "baseSpecies": "baxcalibur",
11796
+ "championsId": "0998001",
11797
+ "type1": "dragon",
11798
+ "type2": "ice",
11799
+ "abilities": ["thermalexchange"],
11800
+ "baseHp": 115,
11801
+ "baseAtk": 175,
11802
+ "baseDef": 117,
11803
+ "baseSpAtk": 105,
11804
+ "baseSpDef": 101,
11805
+ "baseSpeed": 87,
11806
+ "height": 210,
11807
+ "weight": 31500,
11808
+ "isForm": true,
11809
+ "isBattleOnly": true,
11810
+ "isCosmetic": false,
11811
+ "isFemale": false
11812
+ },
10921
11813
  {
10922
11814
  "id": "gholdengo",
10923
11815
  "nid": "1000",