@pokepc/dataset 6.7.0 → 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 (120) 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 +3 -3
  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.mjs +1 -1
  23. package/build/{schemas-CDSWgtoj.d.mts → schemas-CIE3b72j.d.mts} +42 -42
  24. package/build/{schemas-CDSWgtoj.d.mts.map → schemas-CIE3b72j.d.mts.map} +1 -1
  25. package/build/{schemas-Bj1AIX0P.mjs → schemas-CWE4YPI2.mjs} +2 -2
  26. package/build/{schemas-Bj1AIX0P.mjs.map → schemas-CWE4YPI2.mjs.map} +1 -1
  27. package/build/{utils-BwovRocd.mjs → utils-BTjKkD-_.mjs} +2 -2
  28. package/build/utils-BTjKkD-_.mjs.map +1 -0
  29. package/build/utils-internal-C-UStMrZ.d.mts +7 -0
  30. package/build/utils-internal-C-UStMrZ.d.mts.map +1 -0
  31. package/build/{utils-internal-Czgdbnkv.mjs → utils-internal-DPjO9kQX.mjs} +7 -2
  32. package/build/{utils-internal-Czgdbnkv.mjs.map → utils-internal-DPjO9kQX.mjs.map} +1 -1
  33. package/data/pokedexes/hoenn-oras.json +12 -0
  34. package/data/pokedexes/kanto-lgpe.json +11 -0
  35. package/data/pokedexes/national-oras.json +27 -0
  36. package/data/pokemon/abomasnow-mega.json +1 -1
  37. package/data/pokemon/aggron-mega.json +1 -1
  38. package/data/pokemon/ampharos-mega.json +1 -1
  39. package/data/pokemon/blastoise-mega.json +12 -1
  40. package/data/pokemon/blaziken-mega.json +1 -1
  41. package/data/pokemon/charizard-mega-x.json +12 -2
  42. package/data/pokemon/charizard-mega-y.json +12 -2
  43. package/data/pokemon/gengar-mega.json +1 -1
  44. package/data/pokemon/heracross-mega.json +1 -1
  45. package/data/pokemon/houndoom-mega.json +1 -1
  46. package/data/pokemon/kangaskhan-mega.json +1 -1
  47. package/data/pokemon/lucario-mega.json +1 -1
  48. package/data/pokemon/manectric-mega.json +1 -1
  49. package/data/pokemon/mawile-mega.json +2 -1
  50. package/data/pokemon/mewtwo-mega-x.json +10 -1
  51. package/data/pokemon/mewtwo-mega-y.json +10 -1
  52. package/data/pokemon/pinsir-mega.json +1 -1
  53. package/data/pokemon/sableye-mega.json +1 -1
  54. package/data/pokemon/scizor-mega.json +1 -1
  55. package/data/pokemon/tyranitar-mega.json +1 -1
  56. package/data/pokemon/venusaur-mega.json +12 -1
  57. package/data-next/champions/abilities.json +117 -5
  58. package/data-next/champions/battle-states.json +24 -3
  59. package/data-next/champions/i18n/chs/abilities.json +104 -6
  60. package/data-next/champions/i18n/chs/battle-states.json +24 -3
  61. package/data-next/champions/i18n/chs/items.json +144 -0
  62. package/data-next/champions/i18n/chs/moves.json +25 -25
  63. package/data-next/champions/i18n/chs/pokemon.json +195 -0
  64. package/data-next/champions/i18n/cht/abilities.json +105 -7
  65. package/data-next/champions/i18n/cht/battle-states.json +24 -3
  66. package/data-next/champions/i18n/cht/items.json +144 -0
  67. package/data-next/champions/i18n/cht/moves.json +25 -25
  68. package/data-next/champions/i18n/cht/pokemon.json +195 -0
  69. package/data-next/champions/i18n/deu/abilities.json +105 -7
  70. package/data-next/champions/i18n/deu/battle-states.json +24 -3
  71. package/data-next/champions/i18n/deu/items.json +144 -0
  72. package/data-next/champions/i18n/deu/moves.json +28 -28
  73. package/data-next/champions/i18n/deu/pokemon.json +195 -0
  74. package/data-next/champions/i18n/eng/abilities.json +102 -4
  75. package/data-next/champions/i18n/eng/battle-states.json +24 -3
  76. package/data-next/champions/i18n/eng/items.json +144 -0
  77. package/data-next/champions/i18n/eng/moves.json +25 -25
  78. package/data-next/champions/i18n/eng/pokemon.json +195 -0
  79. package/data-next/champions/i18n/es-es/abilities.json +106 -8
  80. package/data-next/champions/i18n/es-es/battle-states.json +24 -3
  81. package/data-next/champions/i18n/es-es/items.json +145 -1
  82. package/data-next/champions/i18n/es-es/moves.json +25 -25
  83. package/data-next/champions/i18n/es-es/pokemon.json +195 -0
  84. package/data-next/champions/i18n/es-la/abilities.json +106 -8
  85. package/data-next/champions/i18n/es-la/battle-states.json +24 -3
  86. package/data-next/champions/i18n/es-la/items.json +145 -1
  87. package/data-next/champions/i18n/es-la/moves.json +26 -26
  88. package/data-next/champions/i18n/es-la/pokemon.json +195 -0
  89. package/data-next/champions/i18n/fra/abilities.json +105 -7
  90. package/data-next/champions/i18n/fra/battle-states.json +24 -3
  91. package/data-next/champions/i18n/fra/items.json +144 -0
  92. package/data-next/champions/i18n/fra/moves.json +25 -25
  93. package/data-next/champions/i18n/fra/pokemon.json +195 -0
  94. package/data-next/champions/i18n/ita/abilities.json +116 -18
  95. package/data-next/champions/i18n/ita/battle-states.json +24 -3
  96. package/data-next/champions/i18n/ita/items.json +145 -1
  97. package/data-next/champions/i18n/ita/moves.json +28 -28
  98. package/data-next/champions/i18n/ita/pokemon.json +195 -0
  99. package/data-next/champions/i18n/jpn/abilities.json +104 -6
  100. package/data-next/champions/i18n/jpn/battle-states.json +24 -3
  101. package/data-next/champions/i18n/jpn/items.json +144 -0
  102. package/data-next/champions/i18n/jpn/moves.json +25 -25
  103. package/data-next/champions/i18n/jpn/pokemon.json +195 -0
  104. package/data-next/champions/i18n/kor/abilities.json +104 -6
  105. package/data-next/champions/i18n/kor/battle-states.json +24 -3
  106. package/data-next/champions/i18n/kor/items.json +144 -0
  107. package/data-next/champions/i18n/kor/moves.json +25 -25
  108. package/data-next/champions/i18n/kor/pokemon.json +195 -0
  109. package/data-next/champions/i18n/pt-br/abilities.json +102 -4
  110. package/data-next/champions/i18n/pt-br/battle-states.json +24 -3
  111. package/data-next/champions/i18n/pt-br/items.json +144 -0
  112. package/data-next/champions/i18n/pt-br/moves.json +25 -25
  113. package/data-next/champions/i18n/pt-br/pokemon.json +195 -0
  114. package/data-next/champions/items.json +180 -0
  115. package/data-next/champions/moves.json +61 -61
  116. package/data-next/champions/pokemon-moves.json +1882 -173
  117. package/data-next/champions/pokemon.json +913 -21
  118. package/package.json +17 -9
  119. package/build/enums-DlMg7WLl.mjs.map +0 -1
  120. package/build/utils-BwovRocd.mjs.map +0 -1
@@ -431,6 +431,14 @@
431
431
  "description": "用招式給予傷害時,\n會回復自己該傷害的\n1/8的HP。",
432
432
  "pluralName": "貝殼之鈴"
433
433
  },
434
+ {
435
+ "id": "leek",
436
+ "slug": "leek",
437
+ "slugLoc": "da-cong",
438
+ "name": "大蔥",
439
+ "description": "大蔥鴨、蔥遊兵的\n易中要害+2。",
440
+ "pluralName": "大蔥"
441
+ },
434
442
  {
435
443
  "id": "widelens",
436
444
  "slug": "wide-lens",
@@ -567,6 +575,54 @@
567
575
  "description": "吸取HP的招式帶來的回復量\n會變為1.3倍。扎根、吸取力量等的\n回復量也會變為1.3倍。",
568
576
  "pluralName": "大根莖"
569
577
  },
578
+ {
579
+ "id": "rockyhelmet",
580
+ "slug": "rocky-helmet",
581
+ "slugLoc": "tu-tu-tou-kui",
582
+ "name": "凸凸頭盔",
583
+ "description": "受到接觸類招式時,\n會給予對手最大HP的1/6的傷害。",
584
+ "pluralName": "凸凸頭盔"
585
+ },
586
+ {
587
+ "id": "airballoon",
588
+ "slug": "air-balloon",
589
+ "slugLoc": "qi-qiu",
590
+ "name": "氣球",
591
+ "description": "會變為不在地面上,\n地面屬性招式、撒菱、\n毒菱、黏黏網狀態無效。\n受到招式傷害後就會在該對戰中消失。",
592
+ "pluralName": "氣球"
593
+ },
594
+ {
595
+ "id": "redcard",
596
+ "slug": "red-card",
597
+ "slugLoc": "hong-pai",
598
+ "name": "紅牌",
599
+ "description": "會讓用招式對自己造成傷害的對手替換。\n使用1次後就會在該對戰中消失。",
600
+ "pluralName": "紅牌"
601
+ },
602
+ {
603
+ "id": "bindingband",
604
+ "slug": "binding-band",
605
+ "slugLoc": "jin-bang-shu-dai",
606
+ "name": "緊綁束帶",
607
+ "description": "束縛狀態給予的傷害\n不會是對手最大HP的1/8,\n而是會變為對手最大HP的1/6。",
608
+ "pluralName": "緊綁束帶"
609
+ },
610
+ {
611
+ "id": "ejectbutton",
612
+ "slug": "eject-button",
613
+ "slugLoc": "tao-tuo-an-jian",
614
+ "name": "逃脫按鍵",
615
+ "description": "因招式而受到傷害時,會退回同行隊伍。\n使用1次後就會在該對戰中消失。",
616
+ "pluralName": "逃脫按鍵"
617
+ },
618
+ {
619
+ "id": "normalgem",
620
+ "slug": "normal-gem",
621
+ "slugLoc": "yi-ban-bao-shi",
622
+ "name": "一般寶石",
623
+ "description": "一般屬性招式威力會變為1.3倍。\n使用1次後就會在該對戰中消失。",
624
+ "pluralName": "一般寶石"
625
+ },
570
626
  {
571
627
  "id": "gengarite",
572
628
  "slug": "gengarite",
@@ -895,6 +951,14 @@
895
951
  "description": "能讓長耳兔超級進化的持有物。",
896
952
  "pluralName": "長耳兔進化石"
897
953
  },
954
+ {
955
+ "id": "salamencite",
956
+ "slug": "salamencite",
957
+ "slugLoc": "bao-fei-long-jin-hua-shi",
958
+ "name": "暴飛龍進化石",
959
+ "description": "能讓暴飛龍超級進化的持有物。",
960
+ "pluralName": "暴飛龍進化石"
961
+ },
898
962
  {
899
963
  "id": "beedrillite",
900
964
  "slug": "beedrillite",
@@ -903,6 +967,46 @@
903
967
  "description": "能讓大針蜂超級進化的持有物。",
904
968
  "pluralName": "大針蜂進化石"
905
969
  },
970
+ {
971
+ "id": "terrainextender",
972
+ "slug": "terrain-extender",
973
+ "slugLoc": "da-di-mo",
974
+ "name": "大地膜",
975
+ "description": "因招式或特性展開場地時,\n效果持續時間會延長3回合。\n(一共8回合)",
976
+ "pluralName": "大地膜"
977
+ },
978
+ {
979
+ "id": "electricseed",
980
+ "slug": "electric-seed",
981
+ "slugLoc": "dian-qi-zhong-zi",
982
+ "name": "電氣種子",
983
+ "description": "電氣場地狀態時,\n防御會提高1階。\n使用1次後就會在該對戰中消失。",
984
+ "pluralName": "電氣種子"
985
+ },
986
+ {
987
+ "id": "psychicseed",
988
+ "slug": "psychic-seed",
989
+ "slugLoc": "jing-shen-zhong-zi",
990
+ "name": "精神種子",
991
+ "description": "精神場地狀態時,\n特防會提高1階。\n使用1次後就會在該對戰中消失。",
992
+ "pluralName": "精神種子"
993
+ },
994
+ {
995
+ "id": "mistyseed",
996
+ "slug": "misty-seed",
997
+ "slugLoc": "bo-wu-zhong-zi",
998
+ "name": "薄霧種子",
999
+ "description": "薄霧場地狀態時,\n特防會提高1階。\n使用1次後就會在該對戰中消失。",
1000
+ "pluralName": "薄霧種子"
1001
+ },
1002
+ {
1003
+ "id": "grassyseed",
1004
+ "slug": "grassy-seed",
1005
+ "slugLoc": "qing-cao-zhong-zi",
1006
+ "name": "青草種子",
1007
+ "description": "青草場地狀態時,\n防御會提高1階。\n使用1次後就會在該對戰中消失。",
1008
+ "pluralName": "青草種子"
1009
+ },
906
1010
  {
907
1011
  "id": "fairyfeather",
908
1012
  "slug": "fairy-feather",
@@ -1135,6 +1239,14 @@
1135
1239
  "description": "能讓風鈴鈴超級進化的持有物。",
1136
1240
  "pluralName": "風鈴鈴進化石"
1137
1241
  },
1242
+ {
1243
+ "id": "absolitez",
1244
+ "slug": "absolite-z",
1245
+ "slugLoc": "a-bo-suo-lu-jin-hua-shi-z",
1246
+ "name": "阿勃梭魯進化石Z",
1247
+ "description": "能讓阿勃梭魯超級進化的持有物。\n(超級阿勃梭魯Z)",
1248
+ "pluralName": "阿勃梭魯進化石Z"
1249
+ },
1138
1250
  {
1139
1251
  "id": "staraptite",
1140
1252
  "slug": "staraptite",
@@ -1143,6 +1255,22 @@
1143
1255
  "description": "能讓姆克鷹超級進化的持有物。",
1144
1256
  "pluralName": "姆克鷹進化石"
1145
1257
  },
1258
+ {
1259
+ "id": "garchompitez",
1260
+ "slug": "garchompite-z",
1261
+ "slugLoc": "lie-yao-lu-sha-jin-hua-shi-z",
1262
+ "name": "烈咬陸鯊進化石Z",
1263
+ "description": "能讓烈咬陸鯊超級進化的持有物。\n(超級烈咬陸鯊Z)",
1264
+ "pluralName": "烈咬陸鯊進化石Z"
1265
+ },
1266
+ {
1267
+ "id": "lucarionitez",
1268
+ "slug": "lucarionite-z",
1269
+ "slugLoc": "lu-qia-li-ou-jin-hua-shi-z",
1270
+ "name": "路卡利歐進化石Z",
1271
+ "description": "能讓路卡利歐超級進化的持有物。\n(超級路卡利歐Z)",
1272
+ "pluralName": "路卡利歐進化石Z"
1273
+ },
1146
1274
  {
1147
1275
  "id": "golurkite",
1148
1276
  "slug": "golurkite",
@@ -1167,6 +1295,14 @@
1167
1295
  "description": "能讓好勝毛蟹超級進化的持有物。",
1168
1296
  "pluralName": "好勝毛蟹進化石"
1169
1297
  },
1298
+ {
1299
+ "id": "golisopite",
1300
+ "slug": "golisopite",
1301
+ "slugLoc": "ju-jia-wu-zhe-jin-hua-shi",
1302
+ "name": "具甲武者進化石",
1303
+ "description": "能讓具甲武者超級進化的持有物。",
1304
+ "pluralName": "具甲武者進化石"
1305
+ },
1170
1306
  {
1171
1307
  "id": "scovillainite",
1172
1308
  "slug": "scovillainite",
@@ -1175,6 +1311,14 @@
1175
1311
  "description": "能讓狠辣椒超級進化的持有物。",
1176
1312
  "pluralName": "狠辣椒進化石"
1177
1313
  },
1314
+ {
1315
+ "id": "baxcalibrite",
1316
+ "slug": "baxcalibrite",
1317
+ "slugLoc": "ji-ji-long-jin-hua-shi",
1318
+ "name": "戟脊龍進化石",
1319
+ "description": "能讓戟脊龍超級進化的持有物。",
1320
+ "pluralName": "戟脊龍進化石"
1321
+ },
1178
1322
  {
1179
1323
  "id": "glimmoranite",
1180
1324
  "slug": "glimmoranite",
@@ -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",