@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
@@ -539,6 +539,16 @@
539
539
  "pluralName": "Shell Bells",
540
540
  "categories": ["recovery"]
541
541
  },
542
+ {
543
+ "id": "leek",
544
+ "championsId": "259",
545
+ "pokeApiId": 259,
546
+ "slug": "leek",
547
+ "name": "Leek",
548
+ "description": "When held by a Farfetch'd or Sirfetch'd, gives the holder\na 2-stage Critical-Hit Ratio Boost.",
549
+ "pluralName": "Leeks",
550
+ "categories": ["other"]
551
+ },
542
552
  {
543
553
  "id": "widelens",
544
554
  "championsId": "265",
@@ -709,6 +719,66 @@
709
719
  "pluralName": "Big Roots",
710
720
  "categories": ["recovery"]
711
721
  },
722
+ {
723
+ "id": "rockyhelmet",
724
+ "championsId": "540",
725
+ "pokeApiId": 583,
726
+ "slug": "rocky-helmet",
727
+ "name": "Rocky Helmet",
728
+ "description": "When the holder is hit by a contact move, the attacker\ntakes damage equal to 1/6 of its max HP.",
729
+ "pluralName": "Rocky Helmets",
730
+ "categories": ["other"]
731
+ },
732
+ {
733
+ "id": "airballoon",
734
+ "championsId": "541",
735
+ "pokeApiId": 584,
736
+ "slug": "air-balloon",
737
+ "name": "Air Balloon",
738
+ "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.",
739
+ "pluralName": "Air Balloons",
740
+ "categories": ["other"]
741
+ },
742
+ {
743
+ "id": "redcard",
744
+ "championsId": "542",
745
+ "pokeApiId": 585,
746
+ "slug": "red-card",
747
+ "name": "Red Card",
748
+ "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.",
749
+ "pluralName": "Red Cards",
750
+ "categories": ["other"]
751
+ },
752
+ {
753
+ "id": "bindingband",
754
+ "championsId": "544",
755
+ "pokeApiId": 587,
756
+ "slug": "binding-band",
757
+ "name": "Binding Band",
758
+ "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.",
759
+ "pluralName": "Binding Bands",
760
+ "categories": ["power_boost"]
761
+ },
762
+ {
763
+ "id": "ejectbutton",
764
+ "championsId": "547",
765
+ "pokeApiId": 590,
766
+ "slug": "eject-button",
767
+ "name": "Eject Button",
768
+ "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.",
769
+ "pluralName": "Eject Buttons",
770
+ "categories": ["other"]
771
+ },
772
+ {
773
+ "id": "normalgem",
774
+ "championsId": "564",
775
+ "pokeApiId": 669,
776
+ "slug": "normal-gem",
777
+ "name": "Normal Gem",
778
+ "description": "Boosts the power of the holder's Normal-type moves by\n30%. Disappears for the duration of the battle after a\nsingle use.",
779
+ "pluralName": "Normal Gems",
780
+ "categories": ["power_boost"]
781
+ },
712
782
  {
713
783
  "id": "gengarite",
714
784
  "championsId": "656",
@@ -1119,6 +1189,16 @@
1119
1189
  "pluralName": "Lopunnites",
1120
1190
  "categories": ["mega_stone"]
1121
1191
  },
1192
+ {
1193
+ "id": "salamencite",
1194
+ "championsId": "769",
1195
+ "pokeApiId": 810,
1196
+ "slug": "salamencite",
1197
+ "name": "Salamencite",
1198
+ "description": "A held item that allows Salamence to Mega Evolve.",
1199
+ "pluralName": "Salamencites",
1200
+ "categories": ["mega_stone"]
1201
+ },
1122
1202
  {
1123
1203
  "id": "beedrillite",
1124
1204
  "championsId": "770",
@@ -1129,6 +1209,56 @@
1129
1209
  "pluralName": "Beedrillites",
1130
1210
  "categories": ["mega_stone"]
1131
1211
  },
1212
+ {
1213
+ "id": "terrainextender",
1214
+ "championsId": "879",
1215
+ "pokeApiId": 896,
1216
+ "slug": "terrain-extender",
1217
+ "name": "Terrain Extender",
1218
+ "description": "When the holder creates terrain with its moves or\nAbility, the duration is extended by 3 turns.\n(Total duration: 8 turns)",
1219
+ "pluralName": "Terrain Extenders",
1220
+ "categories": ["effect_extend"]
1221
+ },
1222
+ {
1223
+ "id": "electricseed",
1224
+ "championsId": "881",
1225
+ "pokeApiId": 898,
1226
+ "slug": "electric-seed",
1227
+ "name": "Electric Seed",
1228
+ "description": "Boosts the holder's Defense stat by 1 stage on Electric\nTerrain. Disappears for the duration of the battle after a\nsingle use.",
1229
+ "pluralName": "Electric Seeds",
1230
+ "categories": ["stat_boost"]
1231
+ },
1232
+ {
1233
+ "id": "psychicseed",
1234
+ "championsId": "882",
1235
+ "pokeApiId": 899,
1236
+ "slug": "psychic-seed",
1237
+ "name": "Psychic Seed",
1238
+ "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.",
1239
+ "pluralName": "Psychic Seeds",
1240
+ "categories": ["stat_boost"]
1241
+ },
1242
+ {
1243
+ "id": "mistyseed",
1244
+ "championsId": "883",
1245
+ "pokeApiId": 900,
1246
+ "slug": "misty-seed",
1247
+ "name": "Misty Seed",
1248
+ "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.",
1249
+ "pluralName": "Misty Seeds",
1250
+ "categories": ["stat_boost"]
1251
+ },
1252
+ {
1253
+ "id": "grassyseed",
1254
+ "championsId": "884",
1255
+ "pokeApiId": 901,
1256
+ "slug": "grassy-seed",
1257
+ "name": "Grassy Seed",
1258
+ "description": "Boosts the holder's Defense stat by 1 stage on Grassy\nTerrain. Disappears for the duration of the battle after a\nsingle use.",
1259
+ "pluralName": "Grassy Seeds",
1260
+ "categories": ["stat_boost"]
1261
+ },
1132
1262
  {
1133
1263
  "id": "fairyfeather",
1134
1264
  "championsId": "2401",
@@ -1419,6 +1549,16 @@
1419
1549
  "pluralName": "Chimechites",
1420
1550
  "categories": ["mega_stone"]
1421
1551
  },
1552
+ {
1553
+ "id": "absolitez",
1554
+ "championsId": "2638",
1555
+ "pokeApiId": 2265,
1556
+ "slug": "absolite-z",
1557
+ "name": "Absolite Z",
1558
+ "description": "A held item that allows Absol to Mega Evolve into\nMega Absol Z.",
1559
+ "pluralName": "Absolite Zs",
1560
+ "categories": ["mega_stone"]
1561
+ },
1422
1562
  {
1423
1563
  "id": "staraptite",
1424
1564
  "championsId": "2639",
@@ -1429,6 +1569,26 @@
1429
1569
  "pluralName": "Staraptites",
1430
1570
  "categories": ["mega_stone"]
1431
1571
  },
1572
+ {
1573
+ "id": "garchompitez",
1574
+ "championsId": "2640",
1575
+ "pokeApiId": 2267,
1576
+ "slug": "garchompite-z",
1577
+ "name": "Garchompite Z",
1578
+ "description": "A held item that allows Garchomp to Mega Evolve into\nMega Garchomp Z.",
1579
+ "pluralName": "Garchompite Zs",
1580
+ "categories": ["mega_stone"]
1581
+ },
1582
+ {
1583
+ "id": "lucarionitez",
1584
+ "championsId": "2641",
1585
+ "pokeApiId": 2268,
1586
+ "slug": "lucarionite-z",
1587
+ "name": "Lucarionite Z",
1588
+ "description": "A held item that allows Lucario to Mega Evolve into\nMega Lucario Z.",
1589
+ "pluralName": "Lucarionite Zs",
1590
+ "categories": ["mega_stone"]
1591
+ },
1432
1592
  {
1433
1593
  "id": "golurkite",
1434
1594
  "championsId": "2642",
@@ -1459,6 +1619,16 @@
1459
1619
  "pluralName": "Crabominites",
1460
1620
  "categories": ["mega_stone"]
1461
1621
  },
1622
+ {
1623
+ "id": "golisopite",
1624
+ "championsId": "2645",
1625
+ "pokeApiId": 2272,
1626
+ "slug": "golisopite",
1627
+ "name": "Golisopite",
1628
+ "description": "A held item that allows Golisopod to Mega Evolve.",
1629
+ "pluralName": "Golisopites",
1630
+ "categories": ["mega_stone"]
1631
+ },
1462
1632
  {
1463
1633
  "id": "scovillainite",
1464
1634
  "championsId": "2647",
@@ -1469,6 +1639,16 @@
1469
1639
  "pluralName": "Scovillainites",
1470
1640
  "categories": ["mega_stone"]
1471
1641
  },
1642
+ {
1643
+ "id": "baxcalibrite",
1644
+ "championsId": "2648",
1645
+ "pokeApiId": 2275,
1646
+ "slug": "baxcalibrite",
1647
+ "name": "Baxcalibrite",
1648
+ "description": "A held item that allows Baxcalibur to Mega Evolve.",
1649
+ "pluralName": "Baxcalibrites",
1650
+ "categories": ["mega_stone"]
1651
+ },
1472
1652
  {
1473
1653
  "id": "glimmoranite",
1474
1654
  "championsId": "2650",