@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": "When the holder deals damage with its moves, its HP is\nrestored by 1/8 of the damage dealt.",
432
432
  "pluralName": "Shell Bells"
433
433
  },
434
+ {
435
+ "id": "leek",
436
+ "slug": "leek",
437
+ "slugLoc": "leek",
438
+ "name": "Leek",
439
+ "description": "When held by a Farfetch'd or Sirfetch'd, gives the holder\na 2-stage Critical-Hit Ratio Boost.",
440
+ "pluralName": "Leeks"
441
+ },
434
442
  {
435
443
  "id": "widelens",
436
444
  "slug": "wide-lens",
@@ -567,6 +575,54 @@
567
575
  "description": "Boosts the amount of HP restored through HP-absorbing\nmoves by 30%. HP restored by moves such as Ingrain\nand Strength Sap will also be boosted by 30%.",
568
576
  "pluralName": "Big Roots"
569
577
  },
578
+ {
579
+ "id": "rockyhelmet",
580
+ "slug": "rocky-helmet",
581
+ "slugLoc": "rocky-helmet",
582
+ "name": "Rocky Helmet",
583
+ "description": "When the holder is hit by a contact move, the attacker\ntakes damage equal to 1/6 of its max HP.",
584
+ "pluralName": "Rocky Helmets"
585
+ },
586
+ {
587
+ "id": "airballoon",
588
+ "slug": "air-balloon",
589
+ "slugLoc": "air-balloon",
590
+ "name": "Air Balloon",
591
+ "description": "Causes the holder to float off the ground, making it\nimmune to Ground-type moves, as well as the Spikes,\nToxic Spikes, and Sticky Web statuses. Disappears for\nthe duration of the battle if the holder takes damage\nfrom a move.",
592
+ "pluralName": "Air Balloons"
593
+ },
594
+ {
595
+ "id": "redcard",
596
+ "slug": "red-card",
597
+ "slugLoc": "red-card",
598
+ "name": "Red Card",
599
+ "description": "When the holder takes damage from a move, the\nattacker is forced to switch out of battle. Disappears\nfor the duration of the battle after a single use.",
600
+ "pluralName": "Red Cards"
601
+ },
602
+ {
603
+ "id": "bindingband",
604
+ "slug": "binding-band",
605
+ "slugLoc": "binding-band",
606
+ "name": "Binding Band",
607
+ "description": "Increases the damage dealt to targets that have the\nBound status. Targets will take damage equal to 1/6 of\ntheir max HP instead of 1/8 of their max HP.",
608
+ "pluralName": "Binding Bands"
609
+ },
610
+ {
611
+ "id": "ejectbutton",
612
+ "slug": "eject-button",
613
+ "slugLoc": "eject-button",
614
+ "name": "Eject Button",
615
+ "description": "Switches the holder out of battle when the holder takes\ndamage from a move. Disappears for the duration of the\nbattle after a single use.",
616
+ "pluralName": "Eject Buttons"
617
+ },
618
+ {
619
+ "id": "normalgem",
620
+ "slug": "normal-gem",
621
+ "slugLoc": "normal-gem",
622
+ "name": "Normal Gem",
623
+ "description": "Boosts the power of the holder's Normal-type moves by\n30%. Disappears for the duration of the battle after a\nsingle use.",
624
+ "pluralName": "Normal Gems"
625
+ },
570
626
  {
571
627
  "id": "gengarite",
572
628
  "slug": "gengarite",
@@ -895,6 +951,14 @@
895
951
  "description": "A held item that allows Lopunny to Mega Evolve.",
896
952
  "pluralName": "Lopunnites"
897
953
  },
954
+ {
955
+ "id": "salamencite",
956
+ "slug": "salamencite",
957
+ "slugLoc": "salamencite",
958
+ "name": "Salamencite",
959
+ "description": "A held item that allows Salamence to Mega Evolve.",
960
+ "pluralName": "Salamencites"
961
+ },
898
962
  {
899
963
  "id": "beedrillite",
900
964
  "slug": "beedrillite",
@@ -903,6 +967,46 @@
903
967
  "description": "A held item that allows Beedrill to Mega Evolve.",
904
968
  "pluralName": "Beedrillites"
905
969
  },
970
+ {
971
+ "id": "terrainextender",
972
+ "slug": "terrain-extender",
973
+ "slugLoc": "terrain-extender",
974
+ "name": "Terrain Extender",
975
+ "description": "When the holder creates terrain with its moves or\nAbility, the duration is extended by 3 turns.\n(Total duration: 8 turns)",
976
+ "pluralName": "Terrain Extenders"
977
+ },
978
+ {
979
+ "id": "electricseed",
980
+ "slug": "electric-seed",
981
+ "slugLoc": "electric-seed",
982
+ "name": "Electric Seed",
983
+ "description": "Boosts the holder's Defense stat by 1 stage on Electric\nTerrain. Disappears for the duration of the battle after a\nsingle use.",
984
+ "pluralName": "Electric Seeds"
985
+ },
986
+ {
987
+ "id": "psychicseed",
988
+ "slug": "psychic-seed",
989
+ "slugLoc": "psychic-seed",
990
+ "name": "Psychic Seed",
991
+ "description": "Boosts the holder's Sp. Def stat by 1 stage on Psychic\nTerrain. Disappears for the duration of the battle after a\nsingle use.",
992
+ "pluralName": "Psychic Seeds"
993
+ },
994
+ {
995
+ "id": "mistyseed",
996
+ "slug": "misty-seed",
997
+ "slugLoc": "misty-seed",
998
+ "name": "Misty Seed",
999
+ "description": "Boosts the holder's Sp. Def stat by 1 stage on Misty\nTerrain. Disappears for the duration of the battle after a\nsingle use.",
1000
+ "pluralName": "Misty Seeds"
1001
+ },
1002
+ {
1003
+ "id": "grassyseed",
1004
+ "slug": "grassy-seed",
1005
+ "slugLoc": "grassy-seed",
1006
+ "name": "Grassy Seed",
1007
+ "description": "Boosts the holder's Defense stat by 1 stage on Grassy\nTerrain. Disappears for the duration of the battle after a\nsingle use.",
1008
+ "pluralName": "Grassy Seeds"
1009
+ },
906
1010
  {
907
1011
  "id": "fairyfeather",
908
1012
  "slug": "fairy-feather",
@@ -1135,6 +1239,14 @@
1135
1239
  "description": "A held item that allows Chimecho to Mega Evolve.",
1136
1240
  "pluralName": "Chimechites"
1137
1241
  },
1242
+ {
1243
+ "id": "absolitez",
1244
+ "slug": "absolite-z",
1245
+ "slugLoc": "absolite-z",
1246
+ "name": "Absolite Z",
1247
+ "description": "A held item that allows Absol to Mega Evolve into\nMega Absol Z.",
1248
+ "pluralName": "Absolite Zs"
1249
+ },
1138
1250
  {
1139
1251
  "id": "staraptite",
1140
1252
  "slug": "staraptite",
@@ -1143,6 +1255,22 @@
1143
1255
  "description": "A held item that allows Staraptor to Mega Evolve.",
1144
1256
  "pluralName": "Staraptites"
1145
1257
  },
1258
+ {
1259
+ "id": "garchompitez",
1260
+ "slug": "garchompite-z",
1261
+ "slugLoc": "garchompite-z",
1262
+ "name": "Garchompite Z",
1263
+ "description": "A held item that allows Garchomp to Mega Evolve into\nMega Garchomp Z.",
1264
+ "pluralName": "Garchompite Zs"
1265
+ },
1266
+ {
1267
+ "id": "lucarionitez",
1268
+ "slug": "lucarionite-z",
1269
+ "slugLoc": "lucarionite-z",
1270
+ "name": "Lucarionite Z",
1271
+ "description": "A held item that allows Lucario to Mega Evolve into\nMega Lucario Z.",
1272
+ "pluralName": "Lucarionite Zs"
1273
+ },
1146
1274
  {
1147
1275
  "id": "golurkite",
1148
1276
  "slug": "golurkite",
@@ -1167,6 +1295,14 @@
1167
1295
  "description": "A held item that allows Crabominable to Mega Evolve.",
1168
1296
  "pluralName": "Crabominites"
1169
1297
  },
1298
+ {
1299
+ "id": "golisopite",
1300
+ "slug": "golisopite",
1301
+ "slugLoc": "golisopite",
1302
+ "name": "Golisopite",
1303
+ "description": "A held item that allows Golisopod to Mega Evolve.",
1304
+ "pluralName": "Golisopites"
1305
+ },
1170
1306
  {
1171
1307
  "id": "scovillainite",
1172
1308
  "slug": "scovillainite",
@@ -1175,6 +1311,14 @@
1175
1311
  "description": "A held item that allows Scovillain to Mega Evolve.",
1176
1312
  "pluralName": "Scovillainites"
1177
1313
  },
1314
+ {
1315
+ "id": "baxcalibrite",
1316
+ "slug": "baxcalibrite",
1317
+ "slugLoc": "baxcalibrite",
1318
+ "name": "Baxcalibrite",
1319
+ "description": "A held item that allows Baxcalibur to Mega Evolve.",
1320
+ "pluralName": "Baxcalibrites"
1321
+ },
1178
1322
  {
1179
1323
  "id": "glimmoranite",
1180
1324
  "slug": "glimmoranite",
@@ -536,21 +536,21 @@
536
536
  "slug": "poison-powder",
537
537
  "slugLoc": "poison-powder",
538
538
  "name": "Poison Powder",
539
- "description": "Poisons the target."
539
+ "description": "Poisons the target. Grass-type Pokémon are unaffected."
540
540
  },
541
541
  {
542
542
  "id": "stunspore",
543
543
  "slug": "stun-spore",
544
544
  "slugLoc": "stun-spore",
545
545
  "name": "Stun Spore",
546
- "description": "Paralyzes the target."
546
+ "description": "Paralyzes the target. Grass-type Pokémon are unaffected."
547
547
  },
548
548
  {
549
549
  "id": "sleeppowder",
550
550
  "slug": "sleep-powder",
551
551
  "slugLoc": "sleep-powder",
552
552
  "name": "Sleep Powder",
553
- "description": "Puts the target to sleep."
553
+ "description": "Puts the target to sleep. Grass-type Pokémon are unaffected."
554
554
  },
555
555
  {
556
556
  "id": "petaldance",
@@ -599,14 +599,14 @@
599
599
  "slug": "thunder-wave",
600
600
  "slugLoc": "thunder-wave",
601
601
  "name": "Thunder Wave",
602
- "description": "Paralyzes the target."
602
+ "description": "Paralyzes the target. Ground-type Pokémon are unaffected."
603
603
  },
604
604
  {
605
605
  "id": "thunder",
606
606
  "slug": "thunder",
607
607
  "slugLoc": "thunder",
608
608
  "name": "Thunder",
609
- "description": "Has a 30% chance of paralyzing the target. This move never\nmisses in rain and can hit a target that has the Sky-High status."
609
+ "description": "Has a 30% chance of paralyzing the target. In rain, this move\nnever misses. In harsh sunlight, this move's accuracy is 50%.\nThis move can hit a target that has the Sky-High status."
610
610
  },
611
611
  {
612
612
  "id": "rockthrow",
@@ -1026,7 +1026,7 @@
1026
1026
  "slug": "spore",
1027
1027
  "slugLoc": "spore",
1028
1028
  "name": "Spore",
1029
- "description": "Puts the target to sleep."
1029
+ "description": "Puts the target to sleep. Grass-type Pokémon are unaffected."
1030
1030
  },
1031
1031
  {
1032
1032
  "id": "flash",
@@ -1138,14 +1138,14 @@
1138
1138
  "slug": "slash",
1139
1139
  "slugLoc": "slash",
1140
1140
  "name": "Slash",
1141
- "description": ""
1141
+ "description": "This move has a 1-stage Critical-Hit Ratio Boost."
1142
1142
  },
1143
1143
  {
1144
1144
  "id": "substitute",
1145
1145
  "slug": "substitute",
1146
1146
  "slugLoc": "substitute",
1147
1147
  "name": "Substitute",
1148
- "description": "The user loses 1/4 of its max HP to create a substitute. The\nsubstitute will be hit by moves instead of the user, and it will\nvanish when it takes damage equal to 1/4 of the user's max HP."
1148
+ "description": "The user loses 1/4 of its max HP to create a substitute. The\nsubstitute will be hit by moves instead of the user, and it will\nvanish when it takes damage equal to 1/4 of the user's max HP.\nSound-based moves will hit the user through the substitute."
1149
1149
  },
1150
1150
  {
1151
1151
  "id": "struggle",
@@ -1243,7 +1243,7 @@
1243
1243
  "slug": "cotton-spore",
1244
1244
  "slugLoc": "cotton-spore",
1245
1245
  "name": "Cotton Spore",
1246
- "description": "Lowers targets' Speed stats by 2 stages."
1246
+ "description": "Lowers targets' Speed stats by 2 stages. Grass-type Pokémon\nare unaffected."
1247
1247
  },
1248
1248
  {
1249
1249
  "id": "reversal",
@@ -1327,7 +1327,7 @@
1327
1327
  "slug": "octazooka",
1328
1328
  "slugLoc": "octazooka",
1329
1329
  "name": "Octazooka",
1330
- "description": ""
1330
+ "description": "Has a 50% chance of lowering the target's accuracy by 1 stage."
1331
1331
  },
1332
1332
  {
1333
1333
  "id": "spikes",
@@ -1453,7 +1453,7 @@
1453
1453
  "slug": "milk-drink",
1454
1454
  "slugLoc": "milk-drink",
1455
1455
  "name": "Milk Drink",
1456
- "description": ""
1456
+ "description": "Restores 1/2 of the max HP of the user or an ally."
1457
1457
  },
1458
1458
  {
1459
1459
  "id": "spark",
@@ -3329,7 +3329,7 @@
3329
3329
  "slug": "rage-powder",
3330
3330
  "slugLoc": "rage-powder",
3331
3331
  "name": "Rage Powder",
3332
- "description": "The user redirects opponents' moves toward itself. This effect\nworks only on single-target moves."
3332
+ "description": "The user redirects opponents' moves toward itself. This effect\nworks only on single-target moves. Grass-type Pokémon are\nunaffected."
3333
3333
  },
3334
3334
  {
3335
3335
  "id": "telekinesis",
@@ -3553,7 +3553,7 @@
3553
3553
  "slug": "shift-gear",
3554
3554
  "slugLoc": "shift-gear",
3555
3555
  "name": "Shift Gear",
3556
- "description": ""
3556
+ "description": "Boosts the user's Attack stat by 1 stage and Speed stat by\n2 stages."
3557
3557
  },
3558
3558
  {
3559
3559
  "id": "circlethrow",
@@ -3791,7 +3791,7 @@
3791
3791
  "slug": "hurricane",
3792
3792
  "slugLoc": "hurricane",
3793
3793
  "name": "Hurricane",
3794
- "description": "Has a 30% chance of confusing the target. This move never\nmisses in rain and can hit a target that has the Sky-High status."
3794
+ "description": "Has a 30% chance of confusing the target. In rain, this move\nnever misses. In harsh sunlight, this move's accuracy is 50%.\nThis move can hit a target that has the Sky-High status."
3795
3795
  },
3796
3796
  {
3797
3797
  "id": "headcharge",
@@ -4687,7 +4687,7 @@
4687
4687
  "slug": "zing-zap",
4688
4688
  "slugLoc": "zing-zap",
4689
4689
  "name": "Zing Zap",
4690
- "description": ""
4690
+ "description": "Has a 30% chance of making the target flinch."
4691
4691
  },
4692
4692
  {
4693
4693
  "id": "naturesmadness",
@@ -4743,14 +4743,14 @@
4743
4743
  "slug": "snipe-shot",
4744
4744
  "slugLoc": "snipe-shot",
4745
4745
  "name": "Snipe Shot",
4746
- "description": ""
4746
+ "description": "This move ignores the effects of Abilities and moves that draw\nin moves. It has a 1-stage Critical-Hit Ratio Boost."
4747
4747
  },
4748
4748
  {
4749
4749
  "id": "jawlock",
4750
4750
  "slug": "jaw-lock",
4751
4751
  "slugLoc": "jaw-lock",
4752
4752
  "name": "Jaw Lock",
4753
- "description": ""
4753
+ "description": "The user and target gain the Jaw Locked status."
4754
4754
  },
4755
4755
  {
4756
4756
  "id": "stuffcheeks",
@@ -4778,7 +4778,7 @@
4778
4778
  "slug": "magic-powder",
4779
4779
  "slugLoc": "magic-powder",
4780
4780
  "name": "Magic Powder",
4781
- "description": "Changes the target's type to Psychic."
4781
+ "description": "Changes the target's type to Psychic. Grass-type Pokémon\nare unaffected."
4782
4782
  },
4783
4783
  {
4784
4784
  "id": "dragondarts",
@@ -4799,7 +4799,7 @@
4799
4799
  "slug": "octolock",
4800
4800
  "slugLoc": "octolock",
4801
4801
  "name": "Octolock",
4802
- "description": ""
4802
+ "description": "Gives the target the Octolocked and Can't Escape statuses."
4803
4803
  },
4804
4804
  {
4805
4805
  "id": "boltbeak",
@@ -4820,7 +4820,7 @@
4820
4820
  "slug": "court-change",
4821
4821
  "slugLoc": "court-change",
4822
4822
  "name": "Court Change",
4823
- "description": ""
4823
+ "description": "Swaps the statuses affecting the user's side of the field with the\nstatuses affecting the opponent's side of the field."
4824
4824
  },
4825
4825
  {
4826
4826
  "id": "clangoroussoul",
@@ -4848,7 +4848,7 @@
4848
4848
  "slug": "drum-beating",
4849
4849
  "slugLoc": "drum-beating",
4850
4850
  "name": "Drum Beating",
4851
- "description": ""
4851
+ "description": "Lowers the target's Speed stat by 1 stage."
4852
4852
  },
4853
4853
  {
4854
4854
  "id": "snaptrap",
@@ -4862,7 +4862,7 @@
4862
4862
  "slug": "pyro-ball",
4863
4863
  "slugLoc": "pyro-ball",
4864
4864
  "name": "Pyro Ball",
4865
- "description": ""
4865
+ "description": "Has a 10% chance of burning the target. Cures the user of\nbeing frozen."
4866
4866
  },
4867
4867
  {
4868
4868
  "id": "behemothblade",
@@ -4960,7 +4960,7 @@
4960
4960
  "slug": "meteor-assault",
4961
4961
  "slugLoc": "meteor-assault",
4962
4962
  "name": "Meteor Assault",
4963
- "description": ""
4963
+ "description": "The user gains the Recharging status on the turn after this move\nis used."
4964
4964
  },
4965
4965
  {
4966
4966
  "id": "eternabeam",
@@ -5436,7 +5436,7 @@
5436
5436
  "slug": "glaive-rush",
5437
5437
  "slugLoc": "glaive-rush",
5438
5438
  "name": "Glaive Rush",
5439
- "description": ""
5439
+ "description": "The user gains the Wide Open status until the next time it takes\nan action."
5440
5440
  },
5441
5441
  {
5442
5442
  "id": "revivalblessing",
@@ -5828,7 +5828,7 @@
5828
5828
  "slug": "upper-hand",
5829
5829
  "slugLoc": "upper-hand",
5830
5830
  "name": "Upper Hand",
5831
- "description": "Makes the target flinch. This move fails if the target isn't about\nto use a priority move."
5831
+ "description": "Makes the target flinch. This move fails if the target isn't about\nto use a priority attack."
5832
5832
  },
5833
5833
  {
5834
5834
  "id": "malignantchain",