@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
@@ -536,21 +536,21 @@
536
536
  "slug": "poison-powder",
537
537
  "slugLoc": "du-fen",
538
538
  "name": "毒粉",
539
- "description": "會讓對手變為中毒狀態。"
539
+ "description": "會讓對手變為中毒狀態。\n對草屬性的寶可夢無效。"
540
540
  },
541
541
  {
542
542
  "id": "stunspore",
543
543
  "slug": "stun-spore",
544
544
  "slugLoc": "ma-bei-fen",
545
545
  "name": "麻痺粉",
546
- "description": "會讓對手變為麻痺狀態。"
546
+ "description": "會讓對手變為麻痺狀態。\n對草屬性的寶可夢無效。"
547
547
  },
548
548
  {
549
549
  "id": "sleeppowder",
550
550
  "slug": "sleep-powder",
551
551
  "slugLoc": "cui-mian-fen",
552
552
  "name": "催眠粉",
553
- "description": "會讓對手變為睡眠狀態。"
553
+ "description": "會讓對手變為睡眠狀態。\n對草屬性的寶可夢無效。"
554
554
  },
555
555
  {
556
556
  "id": "petaldance",
@@ -599,14 +599,14 @@
599
599
  "slug": "thunder-wave",
600
600
  "slugLoc": "dian-ci-bo",
601
601
  "name": "電磁波",
602
- "description": "會讓對手變為麻痺狀態。"
602
+ "description": "會讓對手變為麻痺狀態。\n對地面屬性的寶可夢無效。"
603
603
  },
604
604
  {
605
605
  "id": "thunder",
606
606
  "slug": "thunder",
607
607
  "slugLoc": "da-lei",
608
608
  "name": "打雷",
609
- "description": "有30%的機率會讓對手變為麻痺狀態。\n下雨狀態時,必定會命中對手。\n也會擊中空中狀態的對手。"
609
+ "description": "有30%的機率會讓對手變為麻痺狀態。\n下雨狀態時,必定會命中對手。\n大晴天狀態時,命中率會變為50%。\n也會擊中空中狀態的對手。"
610
610
  },
611
611
  {
612
612
  "id": "rockthrow",
@@ -1026,7 +1026,7 @@
1026
1026
  "slug": "spore",
1027
1027
  "slugLoc": "mo-gu-bao-zi",
1028
1028
  "name": "蘑菇孢子",
1029
- "description": "會讓對手變為睡眠狀態。"
1029
+ "description": "會讓對手變為睡眠狀態。\n對草屬性的寶可夢無效。"
1030
1030
  },
1031
1031
  {
1032
1032
  "id": "flash",
@@ -1138,14 +1138,14 @@
1138
1138
  "slug": "slash",
1139
1139
  "slugLoc": "pi-kai",
1140
1140
  "name": "劈開",
1141
- "description": ""
1141
+ "description": "攻擊的易中要害+1。"
1142
1142
  },
1143
1143
  {
1144
1144
  "id": "substitute",
1145
1145
  "slug": "substitute",
1146
1146
  "slugLoc": "ti-shen",
1147
1147
  "name": "替身",
1148
- "description": "會減少自己最大HP的1/4製造替身。\n替身會代替自己受到招式。\n受到相當於最大HP的1/4的傷害時會消失。"
1148
+ "description": "會減少自己最大HP的1/4製造替身。\n替身會代替自己受到招式影響。\n受到相當於最大HP的1/4的傷害時會消失。\n聲音類招式會無視替身,寶可夢會受到招式影響。"
1149
1149
  },
1150
1150
  {
1151
1151
  "id": "struggle",
@@ -1243,7 +1243,7 @@
1243
1243
  "slug": "cotton-spore",
1244
1244
  "slugLoc": "mian-bao-zi",
1245
1245
  "name": "棉孢子",
1246
- "description": "會讓對手的速度降低2階。"
1246
+ "description": "會讓對手的速度降低2階。\n對草屬性的寶可夢無效。"
1247
1247
  },
1248
1248
  {
1249
1249
  "id": "reversal",
@@ -1327,7 +1327,7 @@
1327
1327
  "slug": "octazooka",
1328
1328
  "slugLoc": "zhang-yu-tong-pao",
1329
1329
  "name": "章魚桶炮",
1330
- "description": ""
1330
+ "description": "有50%的機率會讓對手的命中率降低1階。"
1331
1331
  },
1332
1332
  {
1333
1333
  "id": "spikes",
@@ -1453,7 +1453,7 @@
1453
1453
  "slug": "milk-drink",
1454
1454
  "slugLoc": "he-niu-nai",
1455
1455
  "name": "喝牛奶",
1456
- "description": ""
1456
+ "description": "會回復自己或同伴\n最大HP的1/2。"
1457
1457
  },
1458
1458
  {
1459
1459
  "id": "spark",
@@ -3329,7 +3329,7 @@
3329
3329
  "slug": "rage-powder",
3330
3330
  "slugLoc": "fen-nu-fen",
3331
3331
  "name": "憤怒粉",
3332
- "description": "由自己承受對手的所有招式。\n只對需要選擇對手的招式有效。"
3332
+ "description": "由自己承受對手的所有招式。\n只對需要選擇對手的招式有效。\n對草屬性的寶可夢無效。"
3333
3333
  },
3334
3334
  {
3335
3335
  "id": "telekinesis",
@@ -3553,7 +3553,7 @@
3553
3553
  "slug": "shift-gear",
3554
3554
  "slugLoc": "huan-dang",
3555
3555
  "name": "換檔",
3556
- "description": ""
3556
+ "description": "會讓自己的攻擊提高1階,\n速度提高2階。"
3557
3557
  },
3558
3558
  {
3559
3559
  "id": "circlethrow",
@@ -3791,7 +3791,7 @@
3791
3791
  "slug": "hurricane",
3792
3792
  "slugLoc": "bao-feng",
3793
3793
  "name": "暴風",
3794
- "description": "有30%的機率會讓對手變為混亂狀態。\n下雨狀態時,必定會命中對手。\n也會擊中空中狀態的對手。"
3794
+ "description": "有30%的機率會讓對手變為混亂狀態。\n下雨狀態時,必定會命中對手。\n大晴天狀態時,命中率會變為50%。\n也會擊中空中狀態的對手。"
3795
3795
  },
3796
3796
  {
3797
3797
  "id": "headcharge",
@@ -4687,7 +4687,7 @@
4687
4687
  "slug": "zing-zap",
4688
4688
  "slugLoc": "ma-ma-ci-ci",
4689
4689
  "name": "麻麻刺刺",
4690
- "description": ""
4690
+ "description": "有30%的機率會讓對手畏縮。"
4691
4691
  },
4692
4692
  {
4693
4693
  "id": "naturesmadness",
@@ -4743,14 +4743,14 @@
4743
4743
  "slug": "snipe-shot",
4744
4744
  "slugLoc": "ju-ji",
4745
4745
  "name": "狙擊",
4746
- "description": ""
4746
+ "description": "會無視具有吸引招式效果的\n特性或招式的影響。\n攻擊的易中要害+1。"
4747
4747
  },
4748
4748
  {
4749
4749
  "id": "jawlock",
4750
4750
  "slug": "jaw-lock",
4751
4751
  "slugLoc": "jin-yao-bu-fang",
4752
4752
  "name": "緊咬不放",
4753
- "description": ""
4753
+ "description": "會讓對手和自己變為緊咬不放狀態。"
4754
4754
  },
4755
4755
  {
4756
4756
  "id": "stuffcheeks",
@@ -4778,7 +4778,7 @@
4778
4778
  "slug": "magic-powder",
4779
4779
  "slugLoc": "mo-fa-fen",
4780
4780
  "name": "魔法粉",
4781
- "description": "會讓對手的屬性變為超能力屬性。"
4781
+ "description": "會讓對手的屬性變為超能力屬性。\n對草屬性的寶可夢無效。"
4782
4782
  },
4783
4783
  {
4784
4784
  "id": "dragondarts",
@@ -4799,7 +4799,7 @@
4799
4799
  "slug": "octolock",
4800
4800
  "slugLoc": "shao-gu",
4801
4801
  "name": "蛸固",
4802
- "description": ""
4802
+ "description": "會讓對手變為\n無法逃走狀態和蛸固狀態。"
4803
4803
  },
4804
4804
  {
4805
4805
  "id": "boltbeak",
@@ -4820,7 +4820,7 @@
4820
4820
  "slug": "court-change",
4821
4821
  "slugLoc": "huan-chang",
4822
4822
  "name": "換場",
4823
- "description": ""
4823
+ "description": "會讓我方和對手的場上的狀態互換。"
4824
4824
  },
4825
4825
  {
4826
4826
  "id": "clangoroussoul",
@@ -4848,7 +4848,7 @@
4848
4848
  "slug": "drum-beating",
4849
4849
  "slugLoc": "gu-ji",
4850
4850
  "name": "鼓擊",
4851
- "description": ""
4851
+ "description": "會讓對手的速度降低1階。"
4852
4852
  },
4853
4853
  {
4854
4854
  "id": "snaptrap",
@@ -4862,7 +4862,7 @@
4862
4862
  "slug": "pyro-ball",
4863
4863
  "slugLoc": "huo-yan-qiu",
4864
4864
  "name": "火焰球",
4865
- "description": ""
4865
+ "description": "有10%的機率會讓對手變為灼傷狀態。\n使用後會治癒自己的冰凍狀態。"
4866
4866
  },
4867
4867
  {
4868
4868
  "id": "behemothblade",
@@ -4960,7 +4960,7 @@
4960
4960
  "slug": "meteor-assault",
4961
4961
  "slugLoc": "liu-xing-tu-ji",
4962
4962
  "name": "流星突擊",
4963
- "description": ""
4963
+ "description": "在使用後的下一回合,\n自己會變為反作用力狀態。"
4964
4964
  },
4965
4965
  {
4966
4966
  "id": "eternabeam",
@@ -5436,7 +5436,7 @@
5436
5436
  "slug": "glaive-rush",
5437
5437
  "slugLoc": "ju-jian-tu-ji",
5438
5438
  "name": "巨劍突擊",
5439
- "description": ""
5439
+ "description": "直到自己下次行動為止,\n自己會變為無防備狀態。"
5440
5440
  },
5441
5441
  {
5442
5442
  "id": "revivalblessing",
@@ -5828,7 +5828,7 @@
5828
5828
  "slug": "upper-hand",
5829
5829
  "slugLoc": "kuai-shou-huan-ji",
5830
5830
  "name": "快手還擊",
5831
- "description": "對手沒有使出先制招式時會失敗。\n會讓對手畏縮。"
5831
+ "description": "對手沒有使出能夠搶先攻擊的招式時會失敗。\n會讓對手畏縮。"
5832
5832
  },
5833
5833
  {
5834
5834
  "id": "malignantchain",
@@ -130,6 +130,11 @@
130
130
  "name": "九尾",
131
131
  "formName": "阿羅拉的樣子"
132
132
  },
133
+ {
134
+ "id": "wigglytuff",
135
+ "championsId": "0040000",
136
+ "name": "胖可丁"
137
+ },
133
138
  {
134
139
  "id": "vileplume",
135
140
  "championsId": "0045000",
@@ -140,6 +145,17 @@
140
145
  "championsId": "0045000",
141
146
  "name": "霸王花"
142
147
  },
148
+ {
149
+ "id": "persian",
150
+ "championsId": "0053000",
151
+ "name": "貓老大"
152
+ },
153
+ {
154
+ "id": "persian-alola",
155
+ "championsId": "0053001",
156
+ "name": "貓老大",
157
+ "formName": "阿羅拉的樣子"
158
+ },
143
159
  {
144
160
  "id": "arcanine",
145
161
  "championsId": "0059000",
@@ -200,6 +216,11 @@
200
216
  "name": "呆殼獸",
201
217
  "formName": "伽勒爾的樣子"
202
218
  },
219
+ {
220
+ "id": "farfetchd",
221
+ "championsId": "0083000",
222
+ "name": "大蔥鴨"
223
+ },
203
224
  {
204
225
  "id": "gengar",
205
226
  "championsId": "0094000",
@@ -233,6 +254,11 @@
233
254
  "name": "寶石海星",
234
255
  "formName": "超級寶石海星"
235
256
  },
257
+ {
258
+ "id": "mrmime",
259
+ "championsId": "0122000",
260
+ "name": "魔牆人偶"
261
+ },
236
262
  {
237
263
  "id": "pinsir",
238
264
  "championsId": "0127000",
@@ -630,6 +656,16 @@
630
656
  "name": "雷電獸",
631
657
  "formName": "超級雷電獸"
632
658
  },
659
+ {
660
+ "id": "swalot",
661
+ "championsId": "0317000",
662
+ "name": "吞食獸"
663
+ },
664
+ {
665
+ "id": "swalot-f",
666
+ "championsId": "0317000",
667
+ "name": "吞食獸"
668
+ },
633
669
  {
634
670
  "id": "sharpedo",
635
671
  "championsId": "0319000",
@@ -740,6 +776,12 @@
740
776
  "name": "阿勃梭魯",
741
777
  "formName": "超級阿勃梭魯"
742
778
  },
779
+ {
780
+ "id": "absol-mega-z",
781
+ "championsId": "0359002",
782
+ "name": "阿勃梭魯",
783
+ "formName": "超級阿勃梭魯Z"
784
+ },
743
785
  {
744
786
  "id": "glalie",
745
787
  "championsId": "0362000",
@@ -751,6 +793,17 @@
751
793
  "name": "冰鬼護",
752
794
  "formName": "超級冰鬼護"
753
795
  },
796
+ {
797
+ "id": "salamence",
798
+ "championsId": "0373000",
799
+ "name": "暴飛龍"
800
+ },
801
+ {
802
+ "id": "salamence-mega",
803
+ "championsId": "0373001",
804
+ "name": "暴飛龍",
805
+ "formName": "超級暴飛龍"
806
+ },
754
807
  {
755
808
  "id": "metagross",
756
809
  "championsId": "0376000",
@@ -855,6 +908,12 @@
855
908
  "name": "烈咬陸鯊",
856
909
  "formName": "超級烈咬陸鯊"
857
910
  },
911
+ {
912
+ "id": "garchomp-mega-z",
913
+ "championsId": "0445002",
914
+ "name": "烈咬陸鯊",
915
+ "formName": "超級烈咬陸鯊Z"
916
+ },
858
917
  {
859
918
  "id": "lucario",
860
919
  "championsId": "0448000",
@@ -866,6 +925,12 @@
866
925
  "name": "路卡利歐",
867
926
  "formName": "超級路卡利歐"
868
927
  },
928
+ {
929
+ "id": "lucario-mega-z",
930
+ "championsId": "0448002",
931
+ "name": "路卡利歐",
932
+ "formName": "超級路卡利歐Z"
933
+ },
869
934
  {
870
935
  "id": "hippowdon",
871
936
  "championsId": "0450000",
@@ -1437,6 +1502,11 @@
1437
1502
  "name": "花潔夫人",
1438
1503
  "formName": "白花"
1439
1504
  },
1505
+ {
1506
+ "id": "gogoat",
1507
+ "championsId": "0673000",
1508
+ "name": "坐騎山羊"
1509
+ },
1440
1510
  {
1441
1511
  "id": "pangoro",
1442
1512
  "championsId": "0675000",
@@ -1767,6 +1837,17 @@
1767
1837
  "championsId": "0766000",
1768
1838
  "name": "投擲猴"
1769
1839
  },
1840
+ {
1841
+ "id": "golisopod",
1842
+ "championsId": "0768000",
1843
+ "name": "具甲武者"
1844
+ },
1845
+ {
1846
+ "id": "golisopod-mega",
1847
+ "championsId": "0768001",
1848
+ "name": "具甲武者",
1849
+ "formName": "超級具甲武者"
1850
+ },
1770
1851
  {
1771
1852
  "id": "mimikyu",
1772
1853
  "championsId": "0778000",
@@ -1795,11 +1876,31 @@
1795
1876
  "championsId": "0784000",
1796
1877
  "name": "杖尾鱗甲龍"
1797
1878
  },
1879
+ {
1880
+ "id": "rillaboom",
1881
+ "championsId": "0812000",
1882
+ "name": "轟擂金剛猩"
1883
+ },
1884
+ {
1885
+ "id": "cinderace",
1886
+ "championsId": "0815000",
1887
+ "name": "閃焰王牌"
1888
+ },
1889
+ {
1890
+ "id": "inteleon",
1891
+ "championsId": "0818000",
1892
+ "name": "千面避役"
1893
+ },
1798
1894
  {
1799
1895
  "id": "corviknight",
1800
1896
  "championsId": "0823000",
1801
1897
  "name": "鋼鎧鴉"
1802
1898
  },
1899
+ {
1900
+ "id": "thievul",
1901
+ "championsId": "0828000",
1902
+ "name": "狐大盜"
1903
+ },
1803
1904
  {
1804
1905
  "id": "flapple",
1805
1906
  "championsId": "0841000",
@@ -1815,6 +1916,23 @@
1815
1916
  "championsId": "0844000",
1816
1917
  "name": "沙螺蟒"
1817
1918
  },
1919
+ {
1920
+ "id": "toxtricity",
1921
+ "championsId": "0849000",
1922
+ "name": "顫弦蠑螈",
1923
+ "formName": "高調的樣子"
1924
+ },
1925
+ {
1926
+ "id": "toxtricity-low-key",
1927
+ "championsId": "0849001",
1928
+ "name": "顫弦蠑螈",
1929
+ "formName": "低調的樣子"
1930
+ },
1931
+ {
1932
+ "id": "grapploct",
1933
+ "championsId": "0853000",
1934
+ "name": "八爪武師"
1935
+ },
1818
1936
  {
1819
1937
  "id": "polteageist",
1820
1938
  "championsId": "0855000",
@@ -1837,6 +1955,16 @@
1837
1955
  "championsId": "0861000",
1838
1956
  "name": "長毛巨魔"
1839
1957
  },
1958
+ {
1959
+ "id": "perrserker",
1960
+ "championsId": "0863000",
1961
+ "name": "喵頭目"
1962
+ },
1963
+ {
1964
+ "id": "sirfetchd",
1965
+ "championsId": "0865000",
1966
+ "name": "蔥遊兵"
1967
+ },
1840
1968
  {
1841
1969
  "id": "mrrime",
1842
1970
  "championsId": "0866000",
@@ -2236,6 +2364,23 @@
2236
2364
  "name": "列陣兵",
2237
2365
  "formName": "超級列陣兵"
2238
2366
  },
2367
+ {
2368
+ "id": "pincurchin",
2369
+ "championsId": "0871000",
2370
+ "name": "啪嚓海膽"
2371
+ },
2372
+ {
2373
+ "id": "indeedee",
2374
+ "championsId": "0876000",
2375
+ "name": "愛管侍",
2376
+ "formName": "雄性的樣子"
2377
+ },
2378
+ {
2379
+ "id": "indeedee-f",
2380
+ "championsId": "0876001",
2381
+ "name": "愛管侍",
2382
+ "formName": "雌性的樣子"
2383
+ },
2239
2384
  {
2240
2385
  "id": "morpeko",
2241
2386
  "championsId": "0877000",
@@ -2300,6 +2445,11 @@
2300
2445
  "championsId": "0914000",
2301
2446
  "name": "狂歡浪舞鴨"
2302
2447
  },
2448
+ {
2449
+ "id": "pawmot",
2450
+ "championsId": "0923000",
2451
+ "name": "巴布土撥"
2452
+ },
2303
2453
  {
2304
2454
  "id": "maushold-three",
2305
2455
  "championsId": "0925000",
@@ -2312,6 +2462,35 @@
2312
2462
  "name": "一家鼠",
2313
2463
  "formName": "四隻家庭"
2314
2464
  },
2465
+ {
2466
+ "id": "arboliva",
2467
+ "championsId": "0930000",
2468
+ "name": "奧利瓦"
2469
+ },
2470
+ {
2471
+ "id": "squawkabilly",
2472
+ "championsId": "0931000",
2473
+ "name": "怒鸚哥",
2474
+ "formName": "綠羽毛"
2475
+ },
2476
+ {
2477
+ "id": "squawkabilly-blue",
2478
+ "championsId": "0931001",
2479
+ "name": "怒鸚哥",
2480
+ "formName": "藍羽毛"
2481
+ },
2482
+ {
2483
+ "id": "squawkabilly-yellow",
2484
+ "championsId": "0931002",
2485
+ "name": "怒鸚哥",
2486
+ "formName": "黃羽毛"
2487
+ },
2488
+ {
2489
+ "id": "squawkabilly-white",
2490
+ "championsId": "0931003",
2491
+ "name": "怒鸚哥",
2492
+ "formName": "白羽毛"
2493
+ },
2315
2494
  {
2316
2495
  "id": "garganacl",
2317
2496
  "championsId": "0934000",
@@ -2332,6 +2511,11 @@
2332
2511
  "championsId": "0939000",
2333
2512
  "name": "電肚蛙"
2334
2513
  },
2514
+ {
2515
+ "id": "mabosstiff",
2516
+ "championsId": "0943000",
2517
+ "name": "獒教父"
2518
+ },
2335
2519
  {
2336
2520
  "id": "scovillain",
2337
2521
  "championsId": "0952000",
@@ -2401,6 +2585,17 @@
2401
2585
  "championsId": "0983000",
2402
2586
  "name": "仆斬將軍"
2403
2587
  },
2588
+ {
2589
+ "id": "baxcalibur",
2590
+ "championsId": "0998000",
2591
+ "name": "戟脊龍"
2592
+ },
2593
+ {
2594
+ "id": "baxcalibur-mega",
2595
+ "championsId": "0998001",
2596
+ "name": "戟脊龍",
2597
+ "formName": "超級戟脊龍"
2598
+ },
2404
2599
  {
2405
2600
  "id": "gholdengo",
2406
2601
  "championsId": "1000000",