@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
@@ -34,7 +34,16 @@
34
34
  "canDynamax": false,
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
- "obtainableIn": ["xy-x", "go", "usum-us", "usum-um", "lgpe-lgp", "lgpe-lge"],
37
+ "obtainableIn": [
38
+ "xy-x",
39
+ "oras-or",
40
+ "oras-as",
41
+ "go",
42
+ "usum-us",
43
+ "usum-um",
44
+ "lgpe-lgp",
45
+ "lgpe-lge"
46
+ ],
38
47
  "eventOnlyIn": ["lza"],
39
48
  "storableIn": [],
40
49
  "shinyReleased": true,
@@ -33,7 +33,16 @@
33
33
  "canDynamax": false,
34
34
  "canBeAlpha": false,
35
35
  "debutIn": "xy",
36
- "obtainableIn": ["xy-y", "go", "usum-us", "usum-um", "lgpe-lgp", "lgpe-lge"],
36
+ "obtainableIn": [
37
+ "xy-y",
38
+ "oras-or",
39
+ "oras-as",
40
+ "go",
41
+ "usum-us",
42
+ "usum-um",
43
+ "lgpe-lgp",
44
+ "lgpe-lge"
45
+ ],
37
46
  "eventOnlyIn": ["lza"],
38
47
  "storableIn": [],
39
48
  "shinyReleased": true,
@@ -105,7 +105,8 @@
105
105
  "bdsp-bd",
106
106
  "bdsp-sp",
107
107
  "la",
108
- "lza"
108
+ "lza",
109
+ "champions"
109
110
  ],
110
111
  "shinyReleased": true,
111
112
  "baseHp": 40,
@@ -36,7 +36,7 @@
36
36
  "debutIn": "sv",
37
37
  "obtainableIn": ["go", "sv-s", "sv-v"],
38
38
  "eventOnlyIn": [],
39
- "storableIn": ["go", "home", "sv-s", "sv-v"],
39
+ "storableIn": ["go", "home", "sv-s", "sv-v", "champions"],
40
40
  "shinyReleased": true,
41
41
  "baseHp": 70,
42
42
  "baseAtk": 115,
@@ -35,7 +35,7 @@
35
35
  "debutIn": "swsh",
36
36
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v", "lza"],
37
37
  "eventOnlyIn": [],
38
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza"],
38
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza", "champions"],
39
39
  "shinyReleased": true,
40
40
  "baseHp": 70,
41
41
  "baseAtk": 110,
@@ -58,7 +58,8 @@
58
58
  "swsh-sw",
59
59
  "swsh-sh",
60
60
  "home",
61
- "lza"
61
+ "lza",
62
+ "champions"
62
63
  ],
63
64
  "shinyReleased": true,
64
65
  "baseHp": 65,
@@ -105,7 +105,8 @@
105
105
  "bdsp-sp",
106
106
  "sv-s",
107
107
  "sv-v",
108
- "lza"
108
+ "lza",
109
+ "champions"
109
110
  ],
110
111
  "shinyReleased": true,
111
112
  "baseHp": 65,
@@ -34,7 +34,7 @@
34
34
  "debutIn": "swsh",
35
35
  "obtainableIn": ["swsh-sw", "swsh-sh", "sv-s", "sv-v"],
36
36
  "eventOnlyIn": [],
37
- "storableIn": ["swsh-sw", "swsh-sh", "home", "sv-s", "sv-v"],
37
+ "storableIn": ["swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "champions"],
38
38
  "shinyReleased": true,
39
39
  "baseHp": 48,
40
40
  "baseAtk": 101,
@@ -35,7 +35,7 @@
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
37
  "obtainableIn": ["xy-x", "oras-or", "oras-as", "go", "lza"],
38
- "eventOnlyIn": [],
38
+ "eventOnlyIn": ["xy-y"],
39
39
  "storableIn": [],
40
40
  "shinyReleased": true,
41
41
  "baseHp": 65,
@@ -34,7 +34,7 @@
34
34
  "canDynamax": false,
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "oras",
37
- "obtainableIn": ["oras-as", "go", "lza"],
37
+ "obtainableIn": ["oras-or", "oras-as", "go", "lza"],
38
38
  "eventOnlyIn": [],
39
39
  "storableIn": [],
40
40
  "shinyReleased": true,
@@ -34,7 +34,7 @@
34
34
  "canDynamax": false,
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
- "obtainableIn": ["xy-x", "xy-y", "go", "lza"],
37
+ "obtainableIn": ["xy-x", "xy-y", "oras-or", "oras-as", "go", "lza"],
38
38
  "eventOnlyIn": [],
39
39
  "storableIn": [],
40
40
  "shinyReleased": true,
@@ -34,7 +34,7 @@
34
34
  "debutIn": "swsh",
35
35
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "lza"],
36
36
  "eventOnlyIn": [],
37
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "lza"],
37
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "lza", "champions"],
38
38
  "shinyReleased": true,
39
39
  "baseHp": 62,
40
40
  "baseAtk": 135,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "sv",
38
38
  "obtainableIn": ["go", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 82,
43
43
  "baseAtk": 96,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "sv",
38
38
  "obtainableIn": ["go", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 82,
43
43
  "baseAtk": 96,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "sv",
38
38
  "obtainableIn": ["go", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 82,
43
43
  "baseAtk": 96,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "sv",
38
38
  "obtainableIn": ["go", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 82,
43
43
  "baseAtk": 96,
@@ -80,6 +80,10 @@
80
80
  "cht": "鸚鵡寶可夢"
81
81
  },
82
82
  "speciesNames": {},
83
- "formNames": { "eng": "Green Plumage", "fra": "Plumage Vert", "deu": "Green Plumage" },
83
+ "formNames": {
84
+ "eng": "Green Plumage",
85
+ "fra": "Plumage Vert",
86
+ "deu": "Green Plumage"
87
+ },
84
88
  "transferOnlyIn": ["home"]
85
89
  }
@@ -87,7 +87,8 @@
87
87
  "bdsp-sp",
88
88
  "sv-s",
89
89
  "sv-v",
90
- "lza"
90
+ "lza",
91
+ "champions"
91
92
  ],
92
93
  "shinyReleased": true,
93
94
  "baseHp": 100,
@@ -115,7 +116,11 @@
115
116
  },
116
117
  "evolvesFrom": "gulpin",
117
118
  "evoFromLevel": 26,
118
- "names": { "eng": "Swalot (Female)", "fra": "Avaltout (Female)", "deu": "Schlukwech (Female)" },
119
+ "names": {
120
+ "eng": "Swalot (Female)",
121
+ "fra": "Avaltout (Female)",
122
+ "deu": "Schlukwech (Female)"
123
+ },
119
124
  "genus": {
120
125
  "eng": "Poison Bag Pokémon",
121
126
  "esp": "Pokémon Bolsa Veneno",
@@ -86,7 +86,8 @@
86
86
  "bdsp-sp",
87
87
  "sv-s",
88
88
  "sv-v",
89
- "lza"
89
+ "lza",
90
+ "champions"
90
91
  ],
91
92
  "shinyReleased": true,
92
93
  "baseHp": 100,
@@ -35,7 +35,7 @@
35
35
  "debutIn": "swsh",
36
36
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "lza"],
37
37
  "eventOnlyIn": [],
38
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "lza"],
38
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "lza", "champions"],
39
39
  "shinyReleased": true,
40
40
  "baseHp": 70,
41
41
  "baseAtk": 58,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "swsh",
38
38
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 75,
43
43
  "baseAtk": 98,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "swsh",
38
38
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 75,
43
43
  "baseAtk": 98,
@@ -34,7 +34,7 @@
34
34
  "canDynamax": false,
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
- "obtainableIn": ["xy-y", "go", "lza"],
37
+ "obtainableIn": ["xy-x", "oras-or", "oras-as", "go", "lza"],
38
38
  "eventOnlyIn": [],
39
39
  "storableIn": [],
40
40
  "shinyReleased": true,
@@ -34,7 +34,18 @@
34
34
  "canDynamax": false,
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
- "obtainableIn": ["xy-x", "xy-y", "go", "usum-us", "usum-um", "lgpe-lgp", "lgpe-lge", "lza"],
37
+ "obtainableIn": [
38
+ "xy-x",
39
+ "xy-y",
40
+ "oras-or",
41
+ "oras-as",
42
+ "go",
43
+ "usum-us",
44
+ "usum-um",
45
+ "lgpe-lgp",
46
+ "lgpe-lge",
47
+ "lza"
48
+ ],
38
49
  "eventOnlyIn": [],
39
50
  "storableIn": [],
40
51
  "shinyReleased": true,
@@ -116,7 +116,8 @@
116
116
  "bdsp-sp",
117
117
  "sv-s",
118
118
  "sv-v",
119
- "lza"
119
+ "lza",
120
+ "champions"
120
121
  ],
121
122
  "shinyReleased": true,
122
123
  "baseHp": 140,
@@ -21,7 +21,7 @@
21
21
  "pokeApiId": 3,
22
22
  "slug": "speed-boost",
23
23
  "name": "Speed Boost",
24
- "description": "Boosts the Pokémon's Speed stat by 1 stage at the end of\nevery turn."
24
+ "description": "Boosts the Pokémon's Speed stat by 1 stage at the end of\nevery turn. The Speed stat will not be boosted on the turn\nthat the Pokémon switches into battle."
25
25
  },
26
26
  {
27
27
  "id": "battlearmor",
@@ -61,7 +61,7 @@
61
61
  "pokeApiId": 8,
62
62
  "slug": "sand-veil",
63
63
  "name": "Sand Veil",
64
- "description": "Boosts the Pokémon's evasiveness by 25% in a sandstorm."
64
+ "description": "Boosts the Pokémon's evasiveness by 25% in a sandstorm.\nThe Pokémon takes no damage from sandstorms."
65
65
  },
66
66
  {
67
67
  "id": "static",
@@ -197,7 +197,7 @@
197
197
  "pokeApiId": 27,
198
198
  "slug": "effect-spore",
199
199
  "name": "Effect Spore",
200
- "description": "When the Pokémon is hit by a contact move, the attacker has a\n30% chance of being poisoned, paralyzed, or put to sleep."
200
+ "description": "When the Pokémon is hit by a contact move, the attacker has a\n30% chance of being poisoned, paralyzed, or put to sleep.\nGrass-type Pokémon are unaffected."
201
201
  },
202
202
  {
203
203
  "id": "synchronize",
@@ -351,6 +351,14 @@
351
351
  "name": "Flame Body",
352
352
  "description": "When the Pokémon is hit by a contact move, the attacker has a\n30% chance of being burned."
353
353
  },
354
+ {
355
+ "id": "runaway",
356
+ "championsId": "50",
357
+ "pokeApiId": 50,
358
+ "slug": "run-away",
359
+ "name": "Run Away",
360
+ "description": "Enables the Pokémon to ignore any effects that would usually\nprevent it from switching out of battle and being replaced by\nanother party Pokémon."
361
+ },
354
362
  {
355
363
  "id": "keeneye",
356
364
  "championsId": "51",
@@ -447,6 +455,14 @@
447
455
  "name": "Marvel Scale",
448
456
  "description": "When the Pokémon has a status condition, its Defense stat is\nboosted by 50%."
449
457
  },
458
+ {
459
+ "id": "liquidooze",
460
+ "championsId": "64",
461
+ "pokeApiId": 64,
462
+ "slug": "liquid-ooze",
463
+ "name": "Liquid Ooze",
464
+ "description": "When the Pokémon is hit by an HP-absorbing move, the\nattacker does not restore HP but instead takes damage equal\nto the amount of HP it would have restored."
465
+ },
450
466
  {
451
467
  "id": "overgrow",
452
468
  "championsId": "65",
@@ -1047,6 +1063,14 @@
1047
1063
  "name": "Justified",
1048
1064
  "description": "When the Pokémon takes damage from a Dark-type move, its\nAttack stat is boosted by 1 stage."
1049
1065
  },
1066
+ {
1067
+ "id": "rattled",
1068
+ "championsId": "155",
1069
+ "pokeApiId": 155,
1070
+ "slug": "rattled",
1071
+ "name": "Rattled",
1072
+ "description": "When the Pokémon takes damage from a Dark-, Ghost-, or\nBug-type move or when it is on the receiving end of Intimidate,\nits Speed stat is boosted by 1 stage."
1073
+ },
1050
1074
  {
1051
1075
  "id": "magicbounce",
1052
1076
  "championsId": "156",
@@ -1069,7 +1093,7 @@
1069
1093
  "pokeApiId": 158,
1070
1094
  "slug": "prankster",
1071
1095
  "name": "Prankster",
1072
- "description": "Increases the priority of the Pokémon's status moves by 1 stage."
1096
+ "description": "Increases the priority of the Pokémon's status moves by 1 stage.\nHowever, the Pokémon's status moves no longer work against\nDark-type Pokémon."
1073
1097
  },
1074
1098
  {
1075
1099
  "id": "sandforce",
@@ -1191,6 +1215,14 @@
1191
1215
  "name": "Mega Launcher",
1192
1216
  "description": "Boosts the power of the Pokémon's pulse moves by 50%."
1193
1217
  },
1218
+ {
1219
+ "id": "grasspelt",
1220
+ "championsId": "179",
1221
+ "pokeApiId": 179,
1222
+ "slug": "grass-pelt",
1223
+ "name": "Grass Pelt",
1224
+ "description": "Boosts the Pokémon's Defense stat by 50% on Grassy Terrain."
1225
+ },
1194
1226
  {
1195
1227
  "id": "symbiosis",
1196
1228
  "championsId": "180",
@@ -1255,6 +1287,14 @@
1255
1287
  "name": "Stamina",
1256
1288
  "description": "When the Pokémon takes damage from a move, its Defense stat\nis boosted by 1 stage."
1257
1289
  },
1290
+ {
1291
+ "id": "emergencyexit",
1292
+ "championsId": "194",
1293
+ "pokeApiId": 194,
1294
+ "slug": "emergency-exit",
1295
+ "name": "Emergency Exit",
1296
+ "description": "The Pokémon switches out of battle when its HP drops to 1/2 or\nless of its max."
1297
+ },
1258
1298
  {
1259
1299
  "id": "merciless",
1260
1300
  "championsId": "196",
@@ -1263,6 +1303,14 @@
1263
1303
  "name": "Merciless",
1264
1304
  "description": "The Pokémon's attacks become critical hits if the target is\npoisoned or badly poisoned."
1265
1305
  },
1306
+ {
1307
+ "id": "stakeout",
1308
+ "championsId": "198",
1309
+ "pokeApiId": 198,
1310
+ "slug": "stakeout",
1311
+ "name": "Stakeout",
1312
+ "description": "Doubles the power of the Pokémon's moves when it attacks\ntargets that have just switched into battle."
1313
+ },
1266
1314
  {
1267
1315
  "id": "waterbubble",
1268
1316
  "championsId": "199",
@@ -1375,6 +1423,30 @@
1375
1423
  "name": "Electric Surge",
1376
1424
  "description": "Turns the entire field into Electric Terrain for 5 turns when the\nPokémon enters a battle."
1377
1425
  },
1426
+ {
1427
+ "id": "psychicsurge",
1428
+ "championsId": "227",
1429
+ "pokeApiId": 227,
1430
+ "slug": "psychic-surge",
1431
+ "name": "Psychic Surge",
1432
+ "description": "Turns the entire field into Psychic Terrain for 5 turns when the\nPokémon enters a battle."
1433
+ },
1434
+ {
1435
+ "id": "grassysurge",
1436
+ "championsId": "229",
1437
+ "pokeApiId": 229,
1438
+ "slug": "grassy-surge",
1439
+ "name": "Grassy Surge",
1440
+ "description": "Turns the entire field into Grassy Terrain for 5 turns when the\nPokémon enters a battle."
1441
+ },
1442
+ {
1443
+ "id": "libero",
1444
+ "championsId": "236",
1445
+ "pokeApiId": 236,
1446
+ "slug": "libero",
1447
+ "name": "Libero",
1448
+ "description": "Changes the Pokémon's type to the type of the move it's\nabout to use. This works only once per time the Pokémon\nenters battle."
1449
+ },
1378
1450
  {
1379
1451
  "id": "mirrorarmor",
1380
1452
  "championsId": "240",
@@ -1391,6 +1463,14 @@
1391
1463
  "name": "Stalwart",
1392
1464
  "description": "The Pokémon ignores the effects of Abilities and moves that\ndraw in moves."
1393
1465
  },
1466
+ {
1467
+ "id": "punkrock",
1468
+ "championsId": "244",
1469
+ "pokeApiId": 244,
1470
+ "slug": "punk-rock",
1471
+ "name": "Punk Rock",
1472
+ "description": "Boosts the power of the Pokémon's sound-based moves\nby 30% and halves the damage the Pokémon takes from\nsound-based moves."
1473
+ },
1394
1474
  {
1395
1475
  "id": "sandspit",
1396
1476
  "championsId": "245",
@@ -1423,6 +1503,14 @@
1423
1503
  "name": "Screen Cleaner",
1424
1504
  "description": "When the Pokémon enters a battle, it removes the Light Screen,\nReflect, and Aurora Veil statuses."
1425
1505
  },
1506
+ {
1507
+ "id": "steelyspirit",
1508
+ "championsId": "252",
1509
+ "pokeApiId": 252,
1510
+ "slug": "steely-spirit",
1511
+ "name": "Steely Spirit",
1512
+ "description": "Boosts the power of the Steel-type moves of the Pokémon and\nits allies by 50%."
1513
+ },
1426
1514
  {
1427
1515
  "id": "wanderingspirit",
1428
1516
  "championsId": "254",
@@ -1463,6 +1551,22 @@
1463
1551
  "name": "Curious Medicine",
1464
1552
  "description": "When the Pokémon enters a battle, it removes all stat changes\nfrom its allies."
1465
1553
  },
1554
+ {
1555
+ "id": "seedsower",
1556
+ "championsId": "269",
1557
+ "pokeApiId": 269,
1558
+ "slug": "seed-sower",
1559
+ "name": "Seed Sower",
1560
+ "description": "Turns the entire field into Grassy Terrain for 5 turns when the\nPokémon takes damage from moves."
1561
+ },
1562
+ {
1563
+ "id": "thermalexchange",
1564
+ "championsId": "270",
1565
+ "pokeApiId": 270,
1566
+ "slug": "thermal-exchange",
1567
+ "name": "Thermal Exchange",
1568
+ "description": "When the Pokémon takes damage from a Fire-type move, its\nAttack stat is boosted by 1 stage. The Pokémon cannot be\nburned."
1569
+ },
1466
1570
  {
1467
1571
  "id": "purifyingsalt",
1468
1572
  "championsId": "272",
@@ -1471,6 +1575,14 @@
1471
1575
  "name": "Purifying Salt",
1472
1576
  "description": "Halves the damage the Pokémon takes from Ghost-type moves.\nThe Pokémon is immune to status conditions."
1473
1577
  },
1578
+ {
1579
+ "id": "guarddog",
1580
+ "championsId": "275",
1581
+ "pokeApiId": 275,
1582
+ "slug": "guard-dog",
1583
+ "name": "Guard Dog",
1584
+ "description": "Intimidate does not work on the Pokémon. Instead, it boosts\nthe Pokémon's Attack stat by 1 stage. The Pokémon is also\nunaffected by the moves and held items of other Pokémon\nthat would force it to switch out of battle."
1585
+ },
1474
1586
  {
1475
1587
  "id": "zerotohero",
1476
1588
  "championsId": "278",
@@ -1617,7 +1729,7 @@
1617
1729
  },
1618
1730
  {
1619
1731
  "id": "auraguard",
1620
- "championsId": "preliminary-auraguard",
1732
+ "championsId": "319",
1621
1733
  "pokeApiId": 314,
1622
1734
  "slug": "aura-guard",
1623
1735
  "name": "Aura Guard",
@@ -136,7 +136,7 @@
136
136
  "id": "25",
137
137
  "slug": "cant-escape",
138
138
  "name": "Can't Escape",
139
- "description": "The Pokémon cannot be switched out of battle.",
139
+ "description": "The Pokémon cannot be switched out of battle.\nGhost-type Pokémon are unaffected.",
140
140
  "state": "cant_escape"
141
141
  },
142
142
  {
@@ -199,7 +199,7 @@
199
199
  "id": "37",
200
200
  "slug": "toxic-spikes",
201
201
  "name": "Toxic Spikes",
202
- "description": "Pokémon that switch into battle will be poisoned\nor, if 2 layers of Toxic Spikes are set, badly\npoisoned. Pokémon such as Flying types or ones\nwith the Levitate Ability are unaffected.",
202
+ "description": "Pokémon that switch into battle will be poisoned\nor, if 2 layers of Toxic Spikes are set, badly\npoisoned. Pokémon such as Flying types or ones\nwith the Levitate Ability are unaffected. This status\nis removed if a Poison-type Pokémon enters battle.",
203
203
  "state": "toxic_spikes"
204
204
  },
205
205
  {
@@ -290,7 +290,7 @@
290
290
  "id": "52",
291
291
  "slug": "leech-seeded",
292
292
  "name": "Leech Seeded",
293
- "description": "The Pokémon takes damage equal to 1/8 of\nits max HP at the end of every turn. Whichever\nPokémon is in the spot of the Pokémon that\ncaused the Leech Seeded status has its HP\nrestored by the same amount.",
293
+ "description": "The Pokémon takes damage equal to 1/8 of its\nmax HP at the end of every turn. The Pokémon in\nthe spot of the Pokémon that caused the Leech\nSeeded status has its HP restored by the same\namount. Grass-type Pokémon are unaffected.",
294
294
  "state": "leech_seeded"
295
295
  },
296
296
  {
@@ -370,6 +370,13 @@
370
370
  "description": "Halves the damage taken from physical and\nspecial moves. In Double Battles, this damage\nis reduced by 1/3 instead.",
371
371
  "state": "aurora_veil"
372
372
  },
373
+ {
374
+ "id": "77",
375
+ "slug": "octolocked",
376
+ "name": "Octolocked",
377
+ "description": "The Pokémon's Defense and Sp. Def stats are\nlowered by 1 stage at the end of every turn.",
378
+ "state": "octolocked"
379
+ },
373
380
  {
374
381
  "id": "106",
375
382
  "slug": "salt-cured",
@@ -391,6 +398,13 @@
391
398
  "description": "The Pokémon is unable to restore HP through\nmoves, Abilities, or held items.",
392
399
  "state": "healing_prevented"
393
400
  },
401
+ {
402
+ "id": "112",
403
+ "slug": "wide-open",
404
+ "name": "Wide Open",
405
+ "description": "Opponents' moves will not miss the Pokémon\nand will deal double damage.",
406
+ "state": "wide_open"
407
+ },
394
408
  {
395
409
  "id": "113",
396
410
  "slug": "recharging",
@@ -454,6 +468,13 @@
454
468
  "description": "Boosts the power of the Pokémon's Fire-type\nmoves by 50%.",
455
469
  "state": "flash_fire"
456
470
  },
471
+ {
472
+ "id": "124",
473
+ "slug": "jaw-locked",
474
+ "name": "Jaw Locked",
475
+ "description": "Neither the Pokémon that caused the Jaw Locked\nstatus nor the Pokémon on the receiving end can\nbe switched out of battle.",
476
+ "state": "jaw_locked"
477
+ },
457
478
  {
458
479
  "id": "125",
459
480
  "slug": "micle-berry",