@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
@@ -1373,7 +1373,7 @@
1373
1373
  "pokeApiId": 77,
1374
1374
  "slug": "poison-powder",
1375
1375
  "name": "Poison Powder",
1376
- "description": "Poisons the target.",
1376
+ "description": "Poisons the target. Grass-type Pokémon are unaffected.",
1377
1377
  "type": "poison",
1378
1378
  "category": "status",
1379
1379
  "power": 0,
@@ -1391,7 +1391,7 @@
1391
1391
  "pokeApiId": 78,
1392
1392
  "slug": "stun-spore",
1393
1393
  "name": "Stun Spore",
1394
- "description": "Paralyzes the target.",
1394
+ "description": "Paralyzes the target. Grass-type Pokémon are unaffected.",
1395
1395
  "type": "grass",
1396
1396
  "category": "status",
1397
1397
  "power": 0,
@@ -1409,7 +1409,7 @@
1409
1409
  "pokeApiId": 79,
1410
1410
  "slug": "sleep-powder",
1411
1411
  "name": "Sleep Powder",
1412
- "description": "Puts the target to sleep.",
1412
+ "description": "Puts the target to sleep. Grass-type Pokémon are unaffected.",
1413
1413
  "type": "grass",
1414
1414
  "category": "status",
1415
1415
  "power": 0,
@@ -1535,7 +1535,7 @@
1535
1535
  "pokeApiId": 86,
1536
1536
  "slug": "thunder-wave",
1537
1537
  "name": "Thunder Wave",
1538
- "description": "Paralyzes the target.",
1538
+ "description": "Paralyzes the target. Ground-type Pokémon are unaffected.",
1539
1539
  "type": "electric",
1540
1540
  "category": "status",
1541
1541
  "power": 0,
@@ -1553,7 +1553,7 @@
1553
1553
  "pokeApiId": 87,
1554
1554
  "slug": "thunder",
1555
1555
  "name": "Thunder",
1556
- "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.",
1556
+ "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.",
1557
1557
  "type": "electric",
1558
1558
  "category": "special",
1559
1559
  "power": 110,
@@ -2533,7 +2533,7 @@
2533
2533
  "accuracy": 100,
2534
2534
  "priority": 0,
2535
2535
  "target": "single_target",
2536
- "classification": [],
2536
+ "classification": ["healing"],
2537
2537
  "contact": true,
2538
2538
  "usable": true
2539
2539
  },
@@ -2633,7 +2633,7 @@
2633
2633
  "pokeApiId": 147,
2634
2634
  "slug": "spore",
2635
2635
  "name": "Spore",
2636
- "description": "Puts the target to sleep.",
2636
+ "description": "Puts the target to sleep. Grass-type Pokémon are unaffected.",
2637
2637
  "type": "grass",
2638
2638
  "category": "status",
2639
2639
  "power": 0,
@@ -2921,17 +2921,17 @@
2921
2921
  "pokeApiId": 163,
2922
2922
  "slug": "slash",
2923
2923
  "name": "Slash",
2924
- "description": "",
2924
+ "description": "This move has a 1-stage Critical-Hit Ratio Boost.",
2925
2925
  "type": "normal",
2926
2926
  "category": "physical",
2927
- "power": 70,
2927
+ "power": 80,
2928
2928
  "pp": 20,
2929
2929
  "accuracy": 100,
2930
2930
  "priority": 0,
2931
2931
  "target": "single_target",
2932
2932
  "classification": ["slicing"],
2933
2933
  "contact": true,
2934
- "usable": false
2934
+ "usable": true
2935
2935
  },
2936
2936
  {
2937
2937
  "id": "substitute",
@@ -2939,7 +2939,7 @@
2939
2939
  "pokeApiId": 164,
2940
2940
  "slug": "substitute",
2941
2941
  "name": "Substitute",
2942
- "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.",
2942
+ "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.",
2943
2943
  "type": "normal",
2944
2944
  "category": "status",
2945
2945
  "power": 0,
@@ -3191,7 +3191,7 @@
3191
3191
  "pokeApiId": 178,
3192
3192
  "slug": "cotton-spore",
3193
3193
  "name": "Cotton Spore",
3194
- "description": "Lowers targets' Speed stats by 2 stages.",
3194
+ "description": "Lowers targets' Speed stats by 2 stages. Grass-type Pokémon\nare unaffected.",
3195
3195
  "type": "grass",
3196
3196
  "category": "status",
3197
3197
  "power": 0,
@@ -3407,7 +3407,7 @@
3407
3407
  "pokeApiId": 190,
3408
3408
  "slug": "octazooka",
3409
3409
  "name": "Octazooka",
3410
- "description": "",
3410
+ "description": "Has a 50% chance of lowering the target's accuracy by 1 stage.",
3411
3411
  "type": "water",
3412
3412
  "category": "special",
3413
3413
  "power": 65,
@@ -3631,7 +3631,7 @@
3631
3631
  "accuracy": 100,
3632
3632
  "priority": 0,
3633
3633
  "target": "single_target",
3634
- "classification": [],
3634
+ "classification": ["healing"],
3635
3635
  "contact": false,
3636
3636
  "usable": true
3637
3637
  },
@@ -3731,17 +3731,17 @@
3731
3731
  "pokeApiId": 208,
3732
3732
  "slug": "milk-drink",
3733
3733
  "name": "Milk Drink",
3734
- "description": "",
3734
+ "description": "Restores 1/2 of the max HP of the user or an ally.",
3735
3735
  "type": "normal",
3736
3736
  "category": "status",
3737
3737
  "power": 0,
3738
3738
  "pp": 8,
3739
3739
  "accuracy": 101,
3740
3740
  "priority": 0,
3741
- "target": "opponents_side",
3741
+ "target": "self",
3742
3742
  "classification": ["healing"],
3743
3743
  "contact": false,
3744
- "usable": false
3744
+ "usable": true
3745
3745
  },
3746
3746
  {
3747
3747
  "id": "spark",
@@ -4905,7 +4905,7 @@
4905
4905
  "type": "normal",
4906
4906
  "category": "status",
4907
4907
  "power": 0,
4908
- "pp": 12,
4908
+ "pp": 8,
4909
4909
  "accuracy": 101,
4910
4910
  "priority": 0,
4911
4911
  "target": "opponents_side",
@@ -6493,7 +6493,7 @@
6493
6493
  "accuracy": 101,
6494
6494
  "priority": 0,
6495
6495
  "target": "opponents_side",
6496
- "classification": [],
6496
+ "classification": ["healing"],
6497
6497
  "contact": false,
6498
6498
  "usable": true
6499
6499
  },
@@ -7357,7 +7357,7 @@
7357
7357
  "accuracy": 100,
7358
7358
  "priority": 0,
7359
7359
  "target": "single_target",
7360
- "classification": ["punching"],
7360
+ "classification": ["punching", "healing"],
7361
7361
  "contact": true,
7362
7362
  "usable": true
7363
7363
  },
@@ -8555,7 +8555,7 @@
8555
8555
  "pokeApiId": 476,
8556
8556
  "slug": "rage-powder",
8557
8557
  "name": "Rage Powder",
8558
- "description": "The user redirects opponents' moves toward itself. This effect\nworks only on single-target moves.",
8558
+ "description": "The user redirects opponents' moves toward itself. This effect\nworks only on single-target moves. Grass-type Pokémon are\nunaffected.",
8559
8559
  "type": "bug",
8560
8560
  "category": "status",
8561
8561
  "power": 0,
@@ -8563,7 +8563,7 @@
8563
8563
  "accuracy": 101,
8564
8564
  "priority": 2,
8565
8565
  "target": "opponents_side",
8566
- "classification": [],
8566
+ "classification": ["powder"],
8567
8567
  "contact": false,
8568
8568
  "usable": true
8569
8569
  },
@@ -9085,7 +9085,7 @@
9085
9085
  "accuracy": 101,
9086
9086
  "priority": 0,
9087
9087
  "target": "single_target",
9088
- "classification": ["pulse"],
9088
+ "classification": ["pulse", "healing"],
9089
9089
  "contact": false,
9090
9090
  "usable": true
9091
9091
  },
@@ -9131,7 +9131,7 @@
9131
9131
  "pokeApiId": 508,
9132
9132
  "slug": "shift-gear",
9133
9133
  "name": "Shift Gear",
9134
- "description": "",
9134
+ "description": "Boosts the user's Attack stat by 1 stage and Speed stat by\n2 stages.",
9135
9135
  "type": "steel",
9136
9136
  "category": "status",
9137
9137
  "power": 0,
@@ -9141,7 +9141,7 @@
9141
9141
  "target": "opponents_side",
9142
9142
  "classification": [],
9143
9143
  "contact": false,
9144
- "usable": false
9144
+ "usable": true
9145
9145
  },
9146
9146
  {
9147
9147
  "id": "circlethrow",
@@ -9535,7 +9535,7 @@
9535
9535
  "accuracy": 90,
9536
9536
  "priority": 0,
9537
9537
  "target": "single_target",
9538
- "classification": [],
9538
+ "classification": ["slicing"],
9539
9539
  "contact": true,
9540
9540
  "usable": false
9541
9541
  },
@@ -9571,7 +9571,7 @@
9571
9571
  "accuracy": 100,
9572
9572
  "priority": 0,
9573
9573
  "target": "single_target",
9574
- "classification": [],
9574
+ "classification": ["healing"],
9575
9575
  "contact": true,
9576
9576
  "usable": true
9577
9577
  },
@@ -9743,7 +9743,7 @@
9743
9743
  "pokeApiId": 542,
9744
9744
  "slug": "hurricane",
9745
9745
  "name": "Hurricane",
9746
- "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.",
9746
+ "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.",
9747
9747
  "type": "flying",
9748
9748
  "category": "special",
9749
9749
  "power": 110,
@@ -10255,7 +10255,7 @@
10255
10255
  "accuracy": 100,
10256
10256
  "priority": 0,
10257
10257
  "target": "random_opponent",
10258
- "classification": [],
10258
+ "classification": ["healing"],
10259
10259
  "contact": false,
10260
10260
  "usable": true
10261
10261
  },
@@ -10381,7 +10381,7 @@
10381
10381
  "accuracy": 100,
10382
10382
  "priority": 0,
10383
10383
  "target": "single_target",
10384
- "classification": [],
10384
+ "classification": ["healing"],
10385
10385
  "contact": true,
10386
10386
  "usable": true
10387
10387
  },
@@ -11349,11 +11349,11 @@
11349
11349
  "type": "grass",
11350
11350
  "category": "status",
11351
11351
  "power": 0,
11352
- "pp": 12,
11352
+ "pp": 8,
11353
11353
  "accuracy": 100,
11354
11354
  "priority": 0,
11355
11355
  "target": "single_target",
11356
- "classification": [],
11356
+ "classification": ["healing"],
11357
11357
  "contact": false,
11358
11358
  "usable": true
11359
11359
  },
@@ -11497,7 +11497,7 @@
11497
11497
  "accuracy": 100,
11498
11498
  "priority": 0,
11499
11499
  "target": "single_target",
11500
- "classification": ["ball_bomb"],
11500
+ "classification": ["ball_bomb", "healing"],
11501
11501
  "contact": false,
11502
11502
  "usable": true
11503
11503
  },
@@ -12047,7 +12047,7 @@
12047
12047
  "pokeApiId": 716,
12048
12048
  "slug": "zing-zap",
12049
12049
  "name": "Zing Zap",
12050
- "description": "",
12050
+ "description": "Has a 30% chance of making the target flinch.",
12051
12051
  "type": "electric",
12052
12052
  "category": "physical",
12053
12053
  "power": 80,
@@ -12057,7 +12057,7 @@
12057
12057
  "target": "single_target",
12058
12058
  "classification": [],
12059
12059
  "contact": true,
12060
- "usable": false
12060
+ "usable": true
12061
12061
  },
12062
12062
  {
12063
12063
  "id": "naturesmadness",
@@ -12191,7 +12191,7 @@
12191
12191
  "pokeApiId": 745,
12192
12192
  "slug": "snipe-shot",
12193
12193
  "name": "Snipe Shot",
12194
- "description": "",
12194
+ "description": "This move ignores the effects of Abilities and moves that draw\nin moves. It has a 1-stage Critical-Hit Ratio Boost.",
12195
12195
  "type": "water",
12196
12196
  "category": "special",
12197
12197
  "power": 85,
@@ -12201,7 +12201,7 @@
12201
12201
  "target": "single_target",
12202
12202
  "classification": [],
12203
12203
  "contact": false,
12204
- "usable": false
12204
+ "usable": true
12205
12205
  },
12206
12206
  {
12207
12207
  "id": "jawlock",
@@ -12209,7 +12209,7 @@
12209
12209
  "pokeApiId": 746,
12210
12210
  "slug": "jaw-lock",
12211
12211
  "name": "Jaw Lock",
12212
- "description": "",
12212
+ "description": "The user and target gain the Jaw Locked status.",
12213
12213
  "type": "dark",
12214
12214
  "category": "physical",
12215
12215
  "power": 80,
@@ -12219,7 +12219,7 @@
12219
12219
  "target": "single_target",
12220
12220
  "classification": ["biting"],
12221
12221
  "contact": true,
12222
- "usable": false
12222
+ "usable": true
12223
12223
  },
12224
12224
  {
12225
12225
  "id": "stuffcheeks",
@@ -12281,7 +12281,7 @@
12281
12281
  "pokeApiId": 750,
12282
12282
  "slug": "magic-powder",
12283
12283
  "name": "Magic Powder",
12284
- "description": "Changes the target's type to Psychic.",
12284
+ "description": "Changes the target's type to Psychic. Grass-type Pokémon\nare unaffected.",
12285
12285
  "type": "psychic",
12286
12286
  "category": "status",
12287
12287
  "power": 0,
@@ -12335,7 +12335,7 @@
12335
12335
  "pokeApiId": 753,
12336
12336
  "slug": "octolock",
12337
12337
  "name": "Octolock",
12338
- "description": "",
12338
+ "description": "Gives the target the Octolocked and Can't Escape statuses.",
12339
12339
  "type": "fighting",
12340
12340
  "category": "status",
12341
12341
  "power": 0,
@@ -12345,7 +12345,7 @@
12345
12345
  "target": "single_target",
12346
12346
  "classification": [],
12347
12347
  "contact": false,
12348
- "usable": false
12348
+ "usable": true
12349
12349
  },
12350
12350
  {
12351
12351
  "id": "boltbeak",
@@ -12389,7 +12389,7 @@
12389
12389
  "pokeApiId": 756,
12390
12390
  "slug": "court-change",
12391
12391
  "name": "Court Change",
12392
- "description": "",
12392
+ "description": "Swaps the statuses affecting the user's side of the field with the\nstatuses affecting the opponent's side of the field.",
12393
12393
  "type": "normal",
12394
12394
  "category": "status",
12395
12395
  "power": 0,
@@ -12399,7 +12399,7 @@
12399
12399
  "target": "varies",
12400
12400
  "classification": [],
12401
12401
  "contact": false,
12402
- "usable": false
12402
+ "usable": true
12403
12403
  },
12404
12404
  {
12405
12405
  "id": "clangoroussoul",
@@ -12461,7 +12461,7 @@
12461
12461
  "pokeApiId": 778,
12462
12462
  "slug": "drum-beating",
12463
12463
  "name": "Drum Beating",
12464
- "description": "",
12464
+ "description": "Lowers the target's Speed stat by 1 stage.",
12465
12465
  "type": "grass",
12466
12466
  "category": "physical",
12467
12467
  "power": 80,
@@ -12471,7 +12471,7 @@
12471
12471
  "target": "single_target",
12472
12472
  "classification": [],
12473
12473
  "contact": false,
12474
- "usable": false
12474
+ "usable": true
12475
12475
  },
12476
12476
  {
12477
12477
  "id": "snaptrap",
@@ -12497,7 +12497,7 @@
12497
12497
  "pokeApiId": 780,
12498
12498
  "slug": "pyro-ball",
12499
12499
  "name": "Pyro Ball",
12500
- "description": "",
12500
+ "description": "Has a 10% chance of burning the target. Cures the user of\nbeing frozen.",
12501
12501
  "type": "fire",
12502
12502
  "category": "physical",
12503
12503
  "power": 120,
@@ -12507,7 +12507,7 @@
12507
12507
  "target": "single_target",
12508
12508
  "classification": ["ball_bomb"],
12509
12509
  "contact": false,
12510
- "usable": false
12510
+ "usable": true
12511
12511
  },
12512
12512
  {
12513
12513
  "id": "behemothblade",
@@ -12615,7 +12615,7 @@
12615
12615
  "target": "all_opponents",
12616
12616
  "classification": ["sound_based"],
12617
12617
  "contact": false,
12618
- "usable": false
12618
+ "usable": true
12619
12619
  },
12620
12620
  {
12621
12621
  "id": "appleacid",
@@ -12749,17 +12749,17 @@
12749
12749
  "pokeApiId": 794,
12750
12750
  "slug": "meteor-assault",
12751
12751
  "name": "Meteor Assault",
12752
- "description": "",
12752
+ "description": "The user gains the Recharging status on the turn after this move\nis used.",
12753
12753
  "type": "fighting",
12754
12754
  "category": "physical",
12755
- "power": 150,
12755
+ "power": 170,
12756
12756
  "pp": 8,
12757
12757
  "accuracy": 100,
12758
12758
  "priority": 0,
12759
12759
  "target": "single_target",
12760
12760
  "classification": [],
12761
12761
  "contact": false,
12762
- "usable": false
12762
+ "usable": true
12763
12763
  },
12764
12764
  {
12765
12765
  "id": "eternabeam",
@@ -13973,7 +13973,7 @@
13973
13973
  "pokeApiId": 862,
13974
13974
  "slug": "glaive-rush",
13975
13975
  "name": "Glaive Rush",
13976
- "description": "",
13976
+ "description": "The user gains the Wide Open status until the next time it takes\nan action.",
13977
13977
  "type": "dragon",
13978
13978
  "category": "physical",
13979
13979
  "power": 120,
@@ -13983,7 +13983,7 @@
13983
13983
  "target": "single_target",
13984
13984
  "classification": [],
13985
13985
  "contact": true,
13986
- "usable": false
13986
+ "usable": true
13987
13987
  },
13988
13988
  {
13989
13989
  "id": "revivalblessing",
@@ -13999,9 +13999,9 @@
13999
13999
  "accuracy": 101,
14000
14000
  "priority": 0,
14001
14001
  "target": "opponents_side",
14002
- "classification": [],
14002
+ "classification": ["healing"],
14003
14003
  "contact": false,
14004
- "usable": false
14004
+ "usable": true
14005
14005
  },
14006
14006
  {
14007
14007
  "id": "saltcure",
@@ -14503,7 +14503,7 @@
14503
14503
  "accuracy": 100,
14504
14504
  "priority": 0,
14505
14505
  "target": "single_target",
14506
- "classification": ["slicing"],
14506
+ "classification": ["slicing", "healing"],
14507
14507
  "contact": true,
14508
14508
  "usable": true
14509
14509
  },
@@ -14521,9 +14521,9 @@
14521
14521
  "accuracy": 100,
14522
14522
  "priority": 0,
14523
14523
  "target": "single_target",
14524
- "classification": [],
14524
+ "classification": ["punching"],
14525
14525
  "contact": true,
14526
- "usable": false
14526
+ "usable": true
14527
14527
  },
14528
14528
  {
14529
14529
  "id": "gigatonhammer",
@@ -14701,7 +14701,7 @@
14701
14701
  "accuracy": 90,
14702
14702
  "priority": 0,
14703
14703
  "target": "all_opponents",
14704
- "classification": [],
14704
+ "classification": ["healing"],
14705
14705
  "contact": false,
14706
14706
  "usable": true
14707
14707
  },
@@ -14981,7 +14981,7 @@
14981
14981
  "pokeApiId": 918,
14982
14982
  "slug": "upper-hand",
14983
14983
  "name": "Upper Hand",
14984
- "description": "Makes the target flinch. This move fails if the target isn't about\nto use a priority move.",
14984
+ "description": "Makes the target flinch. This move fails if the target isn't about\nto use a priority attack.",
14985
14985
  "type": "fighting",
14986
14986
  "category": "physical",
14987
14987
  "power": 65,