@pokepc/dataset 6.3.0 → 6.4.0

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 (105) hide show
  1. package/README.md +73 -117
  2. package/build/lib/enums.d.mts +3 -0
  3. package/build/lib/enums.d.mts.map +1 -1
  4. package/build/lib/enums.mjs +3 -0
  5. package/build/lib/enums.mjs.map +1 -1
  6. package/build/lib/fs.d.mts +6 -6
  7. package/build/lib/schemas.d.mts +49 -49
  8. package/build/lib-next/_build.d.mts +1 -0
  9. package/build/lib-next/_build.mjs +32958 -0
  10. package/build/lib-next/_build.mjs.map +1 -0
  11. package/build/lib-next/enums.d.mts +54 -0
  12. package/build/lib-next/enums.d.mts.map +1 -0
  13. package/build/lib-next/enums.mjs +263 -0
  14. package/build/lib-next/enums.mjs.map +1 -0
  15. package/build/lib-next/languages.d.mts +40 -0
  16. package/build/lib-next/languages.d.mts.map +1 -0
  17. package/build/lib-next/languages.mjs +251 -0
  18. package/build/lib-next/languages.mjs.map +1 -0
  19. package/build/lib-next/schemas.d.mts +414 -0
  20. package/build/lib-next/schemas.d.mts.map +1 -0
  21. package/build/lib-next/schemas.mjs +92 -0
  22. package/build/lib-next/schemas.mjs.map +1 -0
  23. package/data/pokemon/archaludon.json +1 -1
  24. package/data/pokemon/dipplin.json +1 -1
  25. package/data/pokemon/fezandipiti.json +1 -1
  26. package/data/pokemon/gougingfire.json +1 -1
  27. package/data/pokemon/hydrapple.json +1 -1
  28. package/data/pokemon/ironboulder.json +1 -1
  29. package/data/pokemon/ironcrown.json +1 -1
  30. package/data/pokemon/munkidori.json +1 -1
  31. package/data/pokemon/ogerpon-cornerstone.json +1 -1
  32. package/data/pokemon/ogerpon-hearthflame.json +1 -1
  33. package/data/pokemon/ogerpon-wellspring.json +1 -1
  34. package/data/pokemon/ogerpon.json +1 -1
  35. package/data/pokemon/okidogi.json +1 -1
  36. package/data/pokemon/pecharunt.json +1 -1
  37. package/data/pokemon/ragingbolt.json +1 -1
  38. package/data/pokemon/sinistcha-masterpiece.json +1 -1
  39. package/data/pokemon/sinistcha.json +1 -1
  40. package/data/pokemon/terapagos-stellar.json +1 -1
  41. package/data/pokemon/terapagos-terastal.json +1 -1
  42. package/data/pokemon/terapagos.json +1 -1
  43. package/data/pokemon/ursaluna-bloodmoon.json +1 -1
  44. package/data-next/champions/abilities.json +1360 -0
  45. package/data-next/champions/battle-states.json +464 -0
  46. package/data-next/champions/i18n/chs/abilities.json +1360 -0
  47. package/data-next/champions/i18n/chs/battle-states.json +464 -0
  48. package/data-next/champions/i18n/chs/items.json +938 -0
  49. package/data-next/champions/i18n/chs/moves.json +5847 -0
  50. package/data-next/champions/i18n/chs/pokemon.json +2205 -0
  51. package/data-next/champions/i18n/cht/abilities.json +1360 -0
  52. package/data-next/champions/i18n/cht/battle-states.json +464 -0
  53. package/data-next/champions/i18n/cht/items.json +938 -0
  54. package/data-next/champions/i18n/cht/moves.json +5847 -0
  55. package/data-next/champions/i18n/cht/pokemon.json +2205 -0
  56. package/data-next/champions/i18n/deu/abilities.json +1360 -0
  57. package/data-next/champions/i18n/deu/battle-states.json +464 -0
  58. package/data-next/champions/i18n/deu/items.json +938 -0
  59. package/data-next/champions/i18n/deu/moves.json +5847 -0
  60. package/data-next/champions/i18n/deu/pokemon.json +2205 -0
  61. package/data-next/champions/i18n/eng/abilities.json +1360 -0
  62. package/data-next/champions/i18n/eng/battle-states.json +464 -0
  63. package/data-next/champions/i18n/eng/items.json +938 -0
  64. package/data-next/champions/i18n/eng/moves.json +5847 -0
  65. package/data-next/champions/i18n/eng/pokemon.json +2205 -0
  66. package/data-next/champions/i18n/es-es/abilities.json +1360 -0
  67. package/data-next/champions/i18n/es-es/battle-states.json +464 -0
  68. package/data-next/champions/i18n/es-es/items.json +938 -0
  69. package/data-next/champions/i18n/es-es/moves.json +5847 -0
  70. package/data-next/champions/i18n/es-es/pokemon.json +2205 -0
  71. package/data-next/champions/i18n/es-la/abilities.json +1360 -0
  72. package/data-next/champions/i18n/es-la/battle-states.json +464 -0
  73. package/data-next/champions/i18n/es-la/items.json +938 -0
  74. package/data-next/champions/i18n/es-la/moves.json +5847 -0
  75. package/data-next/champions/i18n/es-la/pokemon.json +2205 -0
  76. package/data-next/champions/i18n/fra/abilities.json +1360 -0
  77. package/data-next/champions/i18n/fra/battle-states.json +464 -0
  78. package/data-next/champions/i18n/fra/items.json +938 -0
  79. package/data-next/champions/i18n/fra/moves.json +5847 -0
  80. package/data-next/champions/i18n/fra/pokemon.json +2205 -0
  81. package/data-next/champions/i18n/ita/abilities.json +1360 -0
  82. package/data-next/champions/i18n/ita/battle-states.json +464 -0
  83. package/data-next/champions/i18n/ita/items.json +938 -0
  84. package/data-next/champions/i18n/ita/moves.json +5847 -0
  85. package/data-next/champions/i18n/ita/pokemon.json +2205 -0
  86. package/data-next/champions/i18n/jpn/abilities.json +1360 -0
  87. package/data-next/champions/i18n/jpn/battle-states.json +464 -0
  88. package/data-next/champions/i18n/jpn/items.json +938 -0
  89. package/data-next/champions/i18n/jpn/moves.json +5847 -0
  90. package/data-next/champions/i18n/jpn/pokemon.json +2205 -0
  91. package/data-next/champions/i18n/kor/abilities.json +1360 -0
  92. package/data-next/champions/i18n/kor/battle-states.json +464 -0
  93. package/data-next/champions/i18n/kor/items.json +938 -0
  94. package/data-next/champions/i18n/kor/moves.json +5847 -0
  95. package/data-next/champions/i18n/kor/pokemon.json +2205 -0
  96. package/data-next/champions/i18n/pt-br/abilities.json +1360 -0
  97. package/data-next/champions/i18n/pt-br/battle-states.json +464 -0
  98. package/data-next/champions/i18n/pt-br/items.json +938 -0
  99. package/data-next/champions/i18n/pt-br/moves.json +5847 -0
  100. package/data-next/champions/i18n/pt-br/pokemon.json +2205 -0
  101. package/data-next/champions/items.json +1055 -0
  102. package/data-next/champions/moves.json +14197 -0
  103. package/data-next/champions/pokemon-moves.json +14304 -0
  104. package/data-next/champions/pokemon.json +10000 -0
  105. package/package.json +16 -2
@@ -0,0 +1,1360 @@
1
+ [
2
+ {
3
+ "id": "stench",
4
+ "slug": "stench",
5
+ "slugLoc": "stench",
6
+ "name": "Stench",
7
+ "description": "When the Pokémon deals damage with its moves, there is a\n10% chance that targets will flinch."
8
+ },
9
+ {
10
+ "id": "drizzle",
11
+ "slug": "drizzle",
12
+ "slugLoc": "drizzle",
13
+ "name": "Drizzle",
14
+ "description": "Summons rain for 5 turns when the Pokémon enters a battle."
15
+ },
16
+ {
17
+ "id": "speedboost",
18
+ "slug": "speed-boost",
19
+ "slugLoc": "speed-boost",
20
+ "name": "Speed Boost",
21
+ "description": "Boosts the Pokémon's Speed stat by 1 stage at the end of\nevery turn."
22
+ },
23
+ {
24
+ "id": "battlearmor",
25
+ "slug": "battle-armor",
26
+ "slugLoc": "battle-armor",
27
+ "name": "Battle Armor",
28
+ "description": "Attacks landed on the Pokémon will never be critical hits."
29
+ },
30
+ {
31
+ "id": "sturdy",
32
+ "slug": "sturdy",
33
+ "slugLoc": "sturdy",
34
+ "name": "Sturdy",
35
+ "description": "If the Pokémon has full HP and takes damage from a move that\nwould knock it out in one hit, it will endure the hit with 1 HP.\nThe Pokémon is also immune to one-hit KO moves."
36
+ },
37
+ {
38
+ "id": "damp",
39
+ "slug": "damp",
40
+ "slugLoc": "damp",
41
+ "name": "Damp",
42
+ "description": "All Pokémon become unable to use explosive moves.\nExplosive Abilities also fail to trigger."
43
+ },
44
+ {
45
+ "id": "limber",
46
+ "slug": "limber",
47
+ "slugLoc": "limber",
48
+ "name": "Limber",
49
+ "description": "The Pokémon cannot be paralyzed."
50
+ },
51
+ {
52
+ "id": "sandveil",
53
+ "slug": "sand-veil",
54
+ "slugLoc": "sand-veil",
55
+ "name": "Sand Veil",
56
+ "description": "Boosts the Pokémon's evasiveness by 25% in a sandstorm."
57
+ },
58
+ {
59
+ "id": "static",
60
+ "slug": "static",
61
+ "slugLoc": "static",
62
+ "name": "Static",
63
+ "description": "When the Pokémon is hit by a contact move, the attacker has a\n30% chance of being paralyzed."
64
+ },
65
+ {
66
+ "id": "voltabsorb",
67
+ "slug": "volt-absorb",
68
+ "slugLoc": "volt-absorb",
69
+ "name": "Volt Absorb",
70
+ "description": "Electric-type moves do not work on the Pokémon. Instead, they\nrestore 1/4 of its max HP."
71
+ },
72
+ {
73
+ "id": "waterabsorb",
74
+ "slug": "water-absorb",
75
+ "slugLoc": "water-absorb",
76
+ "name": "Water Absorb",
77
+ "description": "Water-type moves do not work on the Pokémon. Instead, they\nrestore 1/4 of its max HP."
78
+ },
79
+ {
80
+ "id": "oblivious",
81
+ "slug": "oblivious",
82
+ "slugLoc": "oblivious",
83
+ "name": "Oblivious",
84
+ "description": "The Pokémon cannot gain the Infatuated or Taunted statuses\nand is unaffected by Intimidate."
85
+ },
86
+ {
87
+ "id": "cloudnine",
88
+ "slug": "cloud-nine",
89
+ "slugLoc": "cloud-nine",
90
+ "name": "Cloud Nine",
91
+ "description": "Eliminates the effects of weather."
92
+ },
93
+ {
94
+ "id": "compoundeyes",
95
+ "slug": "compound-eyes",
96
+ "slugLoc": "compound-eyes",
97
+ "name": "Compound Eyes",
98
+ "description": "Boosts the accuracy of the Pokémon's moves by 30%."
99
+ },
100
+ {
101
+ "id": "insomnia",
102
+ "slug": "insomnia",
103
+ "slugLoc": "insomnia",
104
+ "name": "Insomnia",
105
+ "description": "The Pokémon cannot become drowsy or be put to sleep."
106
+ },
107
+ {
108
+ "id": "immunity",
109
+ "slug": "immunity",
110
+ "slugLoc": "immunity",
111
+ "name": "Immunity",
112
+ "description": "The Pokémon cannot be poisoned or badly poisoned."
113
+ },
114
+ {
115
+ "id": "flashfire",
116
+ "slug": "flash-fire",
117
+ "slugLoc": "flash-fire",
118
+ "name": "Flash Fire",
119
+ "description": "Fire-type moves do not work on the Pokémon. Instead, they\ngive the Pokémon the Flash Fire status."
120
+ },
121
+ {
122
+ "id": "shielddust",
123
+ "slug": "shield-dust",
124
+ "slugLoc": "shield-dust",
125
+ "name": "Shield Dust",
126
+ "description": "The Pokémon is immune to additional effects from attacks."
127
+ },
128
+ {
129
+ "id": "owntempo",
130
+ "slug": "own-tempo",
131
+ "slugLoc": "own-tempo",
132
+ "name": "Own Tempo",
133
+ "description": "The Pokémon cannot become confused and is unaffected by\nIntimidate."
134
+ },
135
+ {
136
+ "id": "suctioncups",
137
+ "slug": "suction-cups",
138
+ "slugLoc": "suction-cups",
139
+ "name": "Suction Cups",
140
+ "description": "The Pokémon is unaffected by the moves and held items of\nother Pokémon that would force it to switch out of battle."
141
+ },
142
+ {
143
+ "id": "intimidate",
144
+ "slug": "intimidate",
145
+ "slugLoc": "intimidate",
146
+ "name": "Intimidate",
147
+ "description": "When the Pokémon enters a battle, it lowers the Attack stats of\nopponents by 1 stage."
148
+ },
149
+ {
150
+ "id": "shadowtag",
151
+ "slug": "shadow-tag",
152
+ "slugLoc": "shadow-tag",
153
+ "name": "Shadow Tag",
154
+ "description": "Opponents cannot be switched out of battle."
155
+ },
156
+ {
157
+ "id": "roughskin",
158
+ "slug": "rough-skin",
159
+ "slugLoc": "rough-skin",
160
+ "name": "Rough Skin",
161
+ "description": "When the Pokémon is hit by a contact move, the attacker takes\ndamage equal to 1/8 of its max HP."
162
+ },
163
+ {
164
+ "id": "levitate",
165
+ "slug": "levitate",
166
+ "slugLoc": "levitate",
167
+ "name": "Levitate",
168
+ "description": "The Pokémon floats off the ground, making it immune to\nGround-type moves, as well as the Spikes, Toxic Spikes,\nand Sticky Web statuses."
169
+ },
170
+ {
171
+ "id": "synchronize",
172
+ "slug": "synchronize",
173
+ "slugLoc": "synchronize",
174
+ "name": "Synchronize",
175
+ "description": "If the Pokémon is burned, paralyzed, poisoned, or badly\npoisoned by another Pokémon's move or Ability, that Pokémon\nwill also be inflicted with the same status condition."
176
+ },
177
+ {
178
+ "id": "clearbody",
179
+ "slug": "clear-body",
180
+ "slugLoc": "clear-body",
181
+ "name": "Clear Body",
182
+ "description": "The Pokémon's stats cannot be lowered by other Pokémon's\nmoves or Abilities."
183
+ },
184
+ {
185
+ "id": "naturalcure",
186
+ "slug": "natural-cure",
187
+ "slugLoc": "natural-cure",
188
+ "name": "Natural Cure",
189
+ "description": "The Pokémon's status conditions are cured when it switches out\nof battle."
190
+ },
191
+ {
192
+ "id": "lightningrod",
193
+ "slug": "lightning-rod",
194
+ "slugLoc": "lightning-rod",
195
+ "name": "Lightning Rod",
196
+ "description": "The Pokémon draws in all Electric-type moves. These moves do\nnot work on the Pokémon. Instead, they boost its Sp. Atk stat by\n1 stage."
197
+ },
198
+ {
199
+ "id": "swiftswim",
200
+ "slug": "swift-swim",
201
+ "slugLoc": "swift-swim",
202
+ "name": "Swift Swim",
203
+ "description": "Doubles the Pokémon's Speed stat in rain."
204
+ },
205
+ {
206
+ "id": "chlorophyll",
207
+ "slug": "chlorophyll",
208
+ "slugLoc": "chlorophyll",
209
+ "name": "Chlorophyll",
210
+ "description": "Doubles the Pokémon's Speed stat in harsh sunlight."
211
+ },
212
+ {
213
+ "id": "illuminate",
214
+ "slug": "illuminate",
215
+ "slugLoc": "illuminate",
216
+ "name": "Illuminate",
217
+ "description": "The Pokémon ignores changes to targets' evasiveness and its\naccuracy cannot be lowered."
218
+ },
219
+ {
220
+ "id": "trace",
221
+ "slug": "trace",
222
+ "slugLoc": "trace",
223
+ "name": "Trace",
224
+ "description": "When the Pokémon enters a battle, it changes its Ability to\nmatch that of an opponent."
225
+ },
226
+ {
227
+ "id": "hugepower",
228
+ "slug": "huge-power",
229
+ "slugLoc": "huge-power",
230
+ "name": "Huge Power",
231
+ "description": "Doubles the power of the Pokémon's physical moves."
232
+ },
233
+ {
234
+ "id": "poisonpoint",
235
+ "slug": "poison-point",
236
+ "slugLoc": "poison-point",
237
+ "name": "Poison Point",
238
+ "description": "When the Pokémon is hit by a contact move, the attacker has a\n30% chance of being poisoned."
239
+ },
240
+ {
241
+ "id": "innerfocus",
242
+ "slug": "inner-focus",
243
+ "slugLoc": "inner-focus",
244
+ "name": "Inner Focus",
245
+ "description": "The Pokémon never flinches when attacked and is unaffected\nby Intimidate."
246
+ },
247
+ {
248
+ "id": "magmaarmor",
249
+ "slug": "magma-armor",
250
+ "slugLoc": "magma-armor",
251
+ "name": "Magma Armor",
252
+ "description": "The Pokémon cannot be frozen."
253
+ },
254
+ {
255
+ "id": "soundproof",
256
+ "slug": "soundproof",
257
+ "slugLoc": "soundproof",
258
+ "name": "Soundproof",
259
+ "description": "The Pokémon is immune to sound-based moves."
260
+ },
261
+ {
262
+ "id": "raindish",
263
+ "slug": "rain-dish",
264
+ "slugLoc": "rain-dish",
265
+ "name": "Rain Dish",
266
+ "description": "The Pokémon has 1/16 of its max HP restored at the end of\nevery turn in rain."
267
+ },
268
+ {
269
+ "id": "sandstream",
270
+ "slug": "sand-stream",
271
+ "slugLoc": "sand-stream",
272
+ "name": "Sand Stream",
273
+ "description": "Summons a sandstorm for 5 turns when the Pokémon enters\na battle."
274
+ },
275
+ {
276
+ "id": "pressure",
277
+ "slug": "pressure",
278
+ "slugLoc": "pressure",
279
+ "name": "Pressure",
280
+ "description": "Causes opponents to expend 1 more PP when using moves\nagainst the Pokémon."
281
+ },
282
+ {
283
+ "id": "thickfat",
284
+ "slug": "thick-fat",
285
+ "slugLoc": "thick-fat",
286
+ "name": "Thick Fat",
287
+ "description": "Halves the damage the Pokémon takes from Fire- and Ice-type\nmoves."
288
+ },
289
+ {
290
+ "id": "earlybird",
291
+ "slug": "early-bird",
292
+ "slugLoc": "early-bird",
293
+ "name": "Early Bird",
294
+ "description": "The Pokémon awakens from sleep twice as fast as other\nPokémon."
295
+ },
296
+ {
297
+ "id": "flamebody",
298
+ "slug": "flame-body",
299
+ "slugLoc": "flame-body",
300
+ "name": "Flame Body",
301
+ "description": "When the Pokémon is hit by a contact move, the attacker has a\n30% chance of being burned."
302
+ },
303
+ {
304
+ "id": "keeneye",
305
+ "slug": "keen-eye",
306
+ "slugLoc": "keen-eye",
307
+ "name": "Keen Eye",
308
+ "description": "The Pokémon ignores changes to targets' evasiveness and its\naccuracy cannot be lowered."
309
+ },
310
+ {
311
+ "id": "hypercutter",
312
+ "slug": "hyper-cutter",
313
+ "slugLoc": "hyper-cutter",
314
+ "name": "Hyper Cutter",
315
+ "description": "The Pokémon's Attack stat cannot be lowered by other\nPokémon's moves or Abilities."
316
+ },
317
+ {
318
+ "id": "pickup",
319
+ "slug": "pickup",
320
+ "slugLoc": "pickup",
321
+ "name": "Pickup",
322
+ "description": "If the Pokémon is not already holding an item, at the end of\nthe turn it will pick up an item that was consumed by another\nPokémon."
323
+ },
324
+ {
325
+ "id": "hustle",
326
+ "slug": "hustle",
327
+ "slugLoc": "hustle",
328
+ "name": "Hustle",
329
+ "description": "When the Pokémon uses physical moves, its Attack stat is\nboosted by 50%, but its accuracy is lowered by 20%."
330
+ },
331
+ {
332
+ "id": "cutecharm",
333
+ "slug": "cute-charm",
334
+ "slugLoc": "cute-charm",
335
+ "name": "Cute Charm",
336
+ "description": "When the Pokémon is hit by a contact move, the attacker has\na 30% chance of gaining the Infatuated status if the attacker\nand the Pokémon are of opposite genders."
337
+ },
338
+ {
339
+ "id": "plus",
340
+ "slug": "plus",
341
+ "slugLoc": "plus",
342
+ "name": "Plus",
343
+ "description": "Boosts the Pokémon's Sp. Atk stat by 50% if an ally with the\nPlus or Minus Ability is also in battle."
344
+ },
345
+ {
346
+ "id": "minus",
347
+ "slug": "minus",
348
+ "slugLoc": "minus",
349
+ "name": "Minus",
350
+ "description": "Boosts the Pokémon's Sp. Atk stat by 50% if an ally with the\nPlus or Minus Ability is also in battle."
351
+ },
352
+ {
353
+ "id": "forecast",
354
+ "slug": "forecast",
355
+ "slugLoc": "forecast",
356
+ "name": "Forecast",
357
+ "description": "The Pokémon transforms with the weather to change its type to\nWater, Fire, or Ice."
358
+ },
359
+ {
360
+ "id": "stickyhold",
361
+ "slug": "sticky-hold",
362
+ "slugLoc": "sticky-hold",
363
+ "name": "Sticky Hold",
364
+ "description": "The Pokémon's held item cannot be stolen or removed by other\nPokémon."
365
+ },
366
+ {
367
+ "id": "shedskin",
368
+ "slug": "shed-skin",
369
+ "slugLoc": "shed-skin",
370
+ "name": "Shed Skin",
371
+ "description": "The Pokémon has a 30% chance of curing its own status\nconditions at the end of every turn."
372
+ },
373
+ {
374
+ "id": "guts",
375
+ "slug": "guts",
376
+ "slugLoc": "guts",
377
+ "name": "Guts",
378
+ "description": "When the Pokémon has a status condition, its Attack stat is\nboosted by 50%. Being burned does not halve the damage\ndealt by the Pokémon's physical moves."
379
+ },
380
+ {
381
+ "id": "marvelscale",
382
+ "slug": "marvel-scale",
383
+ "slugLoc": "marvel-scale",
384
+ "name": "Marvel Scale",
385
+ "description": "When the Pokémon has a status condition, its Defense stat is\nboosted by 50%."
386
+ },
387
+ {
388
+ "id": "overgrow",
389
+ "slug": "overgrow",
390
+ "slugLoc": "overgrow",
391
+ "name": "Overgrow",
392
+ "description": "Boosts the power of the Pokémon's Grass-type moves by 50%\nwhen its HP drops to 1/3 or less of its max."
393
+ },
394
+ {
395
+ "id": "blaze",
396
+ "slug": "blaze",
397
+ "slugLoc": "blaze",
398
+ "name": "Blaze",
399
+ "description": "Boosts the power of the Pokémon's Fire-type moves by 50%\nwhen its HP drops to 1/3 or less of its max."
400
+ },
401
+ {
402
+ "id": "torrent",
403
+ "slug": "torrent",
404
+ "slugLoc": "torrent",
405
+ "name": "Torrent",
406
+ "description": "Boosts the power of the Pokémon's Water-type moves by 50%\nwhen its HP drops to 1/3 or less of its max."
407
+ },
408
+ {
409
+ "id": "swarm",
410
+ "slug": "swarm",
411
+ "slugLoc": "swarm",
412
+ "name": "Swarm",
413
+ "description": "Boosts the power of the Pokémon's Bug-type moves by 50%\nwhen its HP drops to 1/3 or less of its max."
414
+ },
415
+ {
416
+ "id": "rockhead",
417
+ "slug": "rock-head",
418
+ "slugLoc": "rock-head",
419
+ "name": "Rock Head",
420
+ "description": "The Pokémon will not lose HP due to recoil damage from\nits moves."
421
+ },
422
+ {
423
+ "id": "drought",
424
+ "slug": "drought",
425
+ "slugLoc": "drought",
426
+ "name": "Drought",
427
+ "description": "Summons harsh sunlight for 5 turns when the Pokémon enters\na battle."
428
+ },
429
+ {
430
+ "id": "vitalspirit",
431
+ "slug": "vital-spirit",
432
+ "slugLoc": "vital-spirit",
433
+ "name": "Vital Spirit",
434
+ "description": "The Pokémon cannot become drowsy or be put to sleep."
435
+ },
436
+ {
437
+ "id": "whitesmoke",
438
+ "slug": "white-smoke",
439
+ "slugLoc": "white-smoke",
440
+ "name": "White Smoke",
441
+ "description": "The Pokémon's stats cannot be lowered by other Pokémon's\nmoves or Abilities."
442
+ },
443
+ {
444
+ "id": "purepower",
445
+ "slug": "pure-power",
446
+ "slugLoc": "pure-power",
447
+ "name": "Pure Power",
448
+ "description": "Doubles the power of the Pokémon's physical moves."
449
+ },
450
+ {
451
+ "id": "shellarmor",
452
+ "slug": "shell-armor",
453
+ "slugLoc": "shell-armor",
454
+ "name": "Shell Armor",
455
+ "description": "Attacks landed on the Pokémon will never be critical hits."
456
+ },
457
+ {
458
+ "id": "tangledfeet",
459
+ "slug": "tangled-feet",
460
+ "slugLoc": "tangled-feet",
461
+ "name": "Tangled Feet",
462
+ "description": "Doubles the Pokémon's evasiveness if it is confused."
463
+ },
464
+ {
465
+ "id": "motordrive",
466
+ "slug": "motor-drive",
467
+ "slugLoc": "motor-drive",
468
+ "name": "Motor Drive",
469
+ "description": "Electric-type moves do not work on the Pokémon. Instead, they\nboost its Speed stat by 1 stage."
470
+ },
471
+ {
472
+ "id": "rivalry",
473
+ "slug": "rivalry",
474
+ "slugLoc": "rivalry",
475
+ "name": "Rivalry",
476
+ "description": "Boosts the power of the Pokémon's moves by 25% against\ntargets of the same gender, and lowers it by 25% against targets\nof the opposite gender. The power remains the same as usual if\neither Pokémon's gender is unknown."
477
+ },
478
+ {
479
+ "id": "steadfast",
480
+ "slug": "steadfast",
481
+ "slugLoc": "steadfast",
482
+ "name": "Steadfast",
483
+ "description": "When the Pokémon flinches, its Speed stat is boosted by\n1 stage."
484
+ },
485
+ {
486
+ "id": "snowcloak",
487
+ "slug": "snow-cloak",
488
+ "slugLoc": "snow-cloak",
489
+ "name": "Snow Cloak",
490
+ "description": "Boosts the Pokémon's evasiveness by 25% in snow."
491
+ },
492
+ {
493
+ "id": "gluttony",
494
+ "slug": "gluttony",
495
+ "slugLoc": "gluttony",
496
+ "name": "Gluttony",
497
+ "description": "If the Pokémon is holding a Berry to be eaten when its HP drops\nto 1/4 or less of its max, it will instead eat the Berry when its HP\ndrops to 1/2 or less of its max."
498
+ },
499
+ {
500
+ "id": "angerpoint",
501
+ "slug": "anger-point",
502
+ "slugLoc": "anger-point",
503
+ "name": "Anger Point",
504
+ "description": "Boosts the Pokémon's Attack stat to its sixth stage when the\nPokémon takes a critical hit."
505
+ },
506
+ {
507
+ "id": "unburden",
508
+ "slug": "unburden",
509
+ "slugLoc": "unburden",
510
+ "name": "Unburden",
511
+ "description": "Doubles the Pokémon's Speed stat when its held item is\nconsumed or lost."
512
+ },
513
+ {
514
+ "id": "heatproof",
515
+ "slug": "heatproof",
516
+ "slugLoc": "heatproof",
517
+ "name": "Heatproof",
518
+ "description": "Halves the damage the Pokémon takes from Fire-type moves\nand from being burned."
519
+ },
520
+ {
521
+ "id": "simple",
522
+ "slug": "simple",
523
+ "slugLoc": "simple",
524
+ "name": "Simple",
525
+ "description": "Doubles the Pokémon's stat changes."
526
+ },
527
+ {
528
+ "id": "dryskin",
529
+ "slug": "dry-skin",
530
+ "slugLoc": "dry-skin",
531
+ "name": "Dry Skin",
532
+ "description": "Water-type moves do not work on the Pokémon. Instead, they\nrestore 1/4 of its max HP. However, the Pokémon takes 25%\nmore damage from Fire-type moves. The Pokémon has 1/8 of\nits max HP restored at the end of every turn in rain, but it loses\n1/8 of its max HP at the end of every turn in harsh sunlight."
533
+ },
534
+ {
535
+ "id": "ironfist",
536
+ "slug": "iron-fist",
537
+ "slugLoc": "iron-fist",
538
+ "name": "Iron Fist",
539
+ "description": "Boosts the power of the Pokémon's punching moves by 20%."
540
+ },
541
+ {
542
+ "id": "poisonheal",
543
+ "slug": "poison-heal",
544
+ "slugLoc": "poison-heal",
545
+ "name": "Poison Heal",
546
+ "description": "If poisoned or badly poisoned, the Pokémon has 1/8 of its max\nHP restored at the end of every turn instead of losing HP."
547
+ },
548
+ {
549
+ "id": "adaptability",
550
+ "slug": "adaptability",
551
+ "slugLoc": "adaptability",
552
+ "name": "Adaptability",
553
+ "description": "Boosts the power of moves of the same type as the Pokémon by\n100% instead of 50%."
554
+ },
555
+ {
556
+ "id": "skilllink",
557
+ "slug": "skill-link",
558
+ "slugLoc": "skill-link",
559
+ "name": "Skill Link",
560
+ "description": "The Pokémon's multistrike moves always hit the maximum\nnumber of times."
561
+ },
562
+ {
563
+ "id": "hydration",
564
+ "slug": "hydration",
565
+ "slugLoc": "hydration",
566
+ "name": "Hydration",
567
+ "description": "Cures the Pokémon's status conditions at the end of every\nturn in rain."
568
+ },
569
+ {
570
+ "id": "solarpower",
571
+ "slug": "solar-power",
572
+ "slugLoc": "solar-power",
573
+ "name": "Solar Power",
574
+ "description": "In harsh sunlight, the Pokémon's Sp. Atk stat is boosted by 50%,\nbut it loses 1/8 of its max HP at the end of every turn."
575
+ },
576
+ {
577
+ "id": "quickfeet",
578
+ "slug": "quick-feet",
579
+ "slugLoc": "quick-feet",
580
+ "name": "Quick Feet",
581
+ "description": "When the Pokémon has a status condition, its Speed stat is\nboosted by 50%. Being paralyzed does not lower the\nPokémon's Speed stat."
582
+ },
583
+ {
584
+ "id": "sniper",
585
+ "slug": "sniper",
586
+ "slugLoc": "sniper",
587
+ "name": "Sniper",
588
+ "description": "Boosts the power of the Pokémon's critical hits by 125%\ninstead of 50%."
589
+ },
590
+ {
591
+ "id": "magicguard",
592
+ "slug": "magic-guard",
593
+ "slugLoc": "magic-guard",
594
+ "name": "Magic Guard",
595
+ "description": "The Pokémon takes damage only from attacks."
596
+ },
597
+ {
598
+ "id": "noguard",
599
+ "slug": "no-guard",
600
+ "slugLoc": "no-guard",
601
+ "name": "No Guard",
602
+ "description": "The accuracy of moves used both by and against the Pokémon\nbecomes 100%."
603
+ },
604
+ {
605
+ "id": "stall",
606
+ "slug": "stall",
607
+ "slugLoc": "stall",
608
+ "name": "Stall",
609
+ "description": "The Pokémon's moves go last among moves of the same priority."
610
+ },
611
+ {
612
+ "id": "technician",
613
+ "slug": "technician",
614
+ "slugLoc": "technician",
615
+ "name": "Technician",
616
+ "description": "Boosts the power of the Pokémon's moves by 50% if their\npower is 60 or less."
617
+ },
618
+ {
619
+ "id": "leafguard",
620
+ "slug": "leaf-guard",
621
+ "slugLoc": "leaf-guard",
622
+ "name": "Leaf Guard",
623
+ "description": "The Pokémon is immune to status conditions in harsh sunlight."
624
+ },
625
+ {
626
+ "id": "klutz",
627
+ "slug": "klutz",
628
+ "slugLoc": "klutz",
629
+ "name": "Klutz",
630
+ "description": "Items do not work when held by the Pokémon."
631
+ },
632
+ {
633
+ "id": "moldbreaker",
634
+ "slug": "mold-breaker",
635
+ "slugLoc": "mold-breaker",
636
+ "name": "Mold Breaker",
637
+ "description": "The Pokémon's moves are unaffected by the Ability of the\ntarget (with certain exceptions)."
638
+ },
639
+ {
640
+ "id": "superluck",
641
+ "slug": "super-luck",
642
+ "slugLoc": "super-luck",
643
+ "name": "Super Luck",
644
+ "description": "The Pokémon has a 1-stage Critical-Hit Ratio Boost."
645
+ },
646
+ {
647
+ "id": "aftermath",
648
+ "slug": "aftermath",
649
+ "slugLoc": "aftermath",
650
+ "name": "Aftermath",
651
+ "description": "Attackers that knock out the Pokémon with a contact move take\ndamage equal to 1/4 of their max HP."
652
+ },
653
+ {
654
+ "id": "anticipation",
655
+ "slug": "anticipation",
656
+ "slugLoc": "anticipation",
657
+ "name": "Anticipation",
658
+ "description": "When the Pokémon enters a battle, it senses whether the\nopponents know any one-hit KO moves or moves that are super\neffective against it."
659
+ },
660
+ {
661
+ "id": "unaware",
662
+ "slug": "unaware",
663
+ "slugLoc": "unaware",
664
+ "name": "Unaware",
665
+ "description": "The Pokémon ignores the target's stat changes when attacking,\nand ignores the attacker's stat changes when being attacked.\nIt cannot ignore changes to the Speed stat, however."
666
+ },
667
+ {
668
+ "id": "filter",
669
+ "slug": "filter",
670
+ "slugLoc": "filter",
671
+ "name": "Filter",
672
+ "description": "Reduces the damage the Pokémon takes from supereffective\nmoves by 25%."
673
+ },
674
+ {
675
+ "id": "scrappy",
676
+ "slug": "scrappy",
677
+ "slugLoc": "scrappy",
678
+ "name": "Scrappy",
679
+ "description": "The Pokémon can hit Ghost types with Normal- and\nFighting-type moves. It is also unaffected by Intimidate."
680
+ },
681
+ {
682
+ "id": "icebody",
683
+ "slug": "ice-body",
684
+ "slugLoc": "ice-body",
685
+ "name": "Ice Body",
686
+ "description": "The Pokémon has 1/16 of its max HP restored at the end of\nevery turn in snow."
687
+ },
688
+ {
689
+ "id": "solidrock",
690
+ "slug": "solid-rock",
691
+ "slugLoc": "solid-rock",
692
+ "name": "Solid Rock",
693
+ "description": "Reduces the damage the Pokémon takes from supereffective\nmoves by 25%."
694
+ },
695
+ {
696
+ "id": "snowwarning",
697
+ "slug": "snow-warning",
698
+ "slugLoc": "snow-warning",
699
+ "name": "Snow Warning",
700
+ "description": "Summons snow for 5 turns when the Pokémon enters a battle."
701
+ },
702
+ {
703
+ "id": "frisk",
704
+ "slug": "frisk",
705
+ "slugLoc": "frisk",
706
+ "name": "Frisk",
707
+ "description": "When the Pokémon enters a battle, it identifies opponents'\nheld items."
708
+ },
709
+ {
710
+ "id": "reckless",
711
+ "slug": "reckless",
712
+ "slugLoc": "reckless",
713
+ "name": "Reckless",
714
+ "description": "Boosts the power of the Pokémon's moves by 20% if they have\nrecoil or crash damage."
715
+ },
716
+ {
717
+ "id": "pickpocket",
718
+ "slug": "pickpocket",
719
+ "slugLoc": "pickpocket",
720
+ "name": "Pickpocket",
721
+ "description": "When the Pokémon is hit by a contact move, it will steal the\nheld item of the attacker if it is not already holding an item."
722
+ },
723
+ {
724
+ "id": "sheerforce",
725
+ "slug": "sheer-force",
726
+ "slugLoc": "sheer-force",
727
+ "name": "Sheer Force",
728
+ "description": "The Pokémon's moves lose their additional effects, but the\npower of those moves will be boosted by 30%."
729
+ },
730
+ {
731
+ "id": "contrary",
732
+ "slug": "contrary",
733
+ "slugLoc": "contrary",
734
+ "name": "Contrary",
735
+ "description": "Reverses any stat changes affecting the Pokémon so that\nattempts to boost its stats instead lower them—and attempts\nto lower its stats will boost them."
736
+ },
737
+ {
738
+ "id": "unnerve",
739
+ "slug": "unnerve",
740
+ "slugLoc": "unnerve",
741
+ "name": "Unnerve",
742
+ "description": "Makes opponents unable to eat Berries."
743
+ },
744
+ {
745
+ "id": "defiant",
746
+ "slug": "defiant",
747
+ "slugLoc": "defiant",
748
+ "name": "Defiant",
749
+ "description": "When the Pokémon has any of its stats lowered by an opponent,\nits Attack stat is boosted by 2 stages."
750
+ },
751
+ {
752
+ "id": "cursedbody",
753
+ "slug": "cursed-body",
754
+ "slugLoc": "cursed-body",
755
+ "name": "Cursed Body",
756
+ "description": "When the Pokémon takes damage from a move, the attacker has\na 30% chance of gaining the Move Disabled status for 4 turns."
757
+ },
758
+ {
759
+ "id": "healer",
760
+ "slug": "healer",
761
+ "slugLoc": "healer",
762
+ "name": "Healer",
763
+ "description": "The Pokémon has a 50% chance of curing the status conditions\nof its allies at the end of every turn."
764
+ },
765
+ {
766
+ "id": "friendguard",
767
+ "slug": "friend-guard",
768
+ "slugLoc": "friend-guard",
769
+ "name": "Friend Guard",
770
+ "description": "Reduces the damage allies take by 25%."
771
+ },
772
+ {
773
+ "id": "weakarmor",
774
+ "slug": "weak-armor",
775
+ "slugLoc": "weak-armor",
776
+ "name": "Weak Armor",
777
+ "description": "When the Pokémon takes damage from a physical move, its\nDefense stat is lowered by 1 stage, but its Speed stat is boosted\nby 2 stages."
778
+ },
779
+ {
780
+ "id": "heavymetal",
781
+ "slug": "heavy-metal",
782
+ "slugLoc": "heavy-metal",
783
+ "name": "Heavy Metal",
784
+ "description": "Doubles the Pokémon's weight."
785
+ },
786
+ {
787
+ "id": "lightmetal",
788
+ "slug": "light-metal",
789
+ "slugLoc": "light-metal",
790
+ "name": "Light Metal",
791
+ "description": "Halves the Pokémon's weight."
792
+ },
793
+ {
794
+ "id": "multiscale",
795
+ "slug": "multiscale",
796
+ "slugLoc": "multiscale",
797
+ "name": "Multiscale",
798
+ "description": "Halves the damage the Pokémon takes while its HP is full."
799
+ },
800
+ {
801
+ "id": "harvest",
802
+ "slug": "harvest",
803
+ "slugLoc": "harvest",
804
+ "name": "Harvest",
805
+ "description": "If the Pokémon has used a Berry, it has a 50% chance of creating\nanother one at the end of every turn. In harsh sunlight, the\nPokémon will definitely create a Berry."
806
+ },
807
+ {
808
+ "id": "telepathy",
809
+ "slug": "telepathy",
810
+ "slugLoc": "telepathy",
811
+ "name": "Telepathy",
812
+ "description": "The Pokémon dodges attacks from its allies."
813
+ },
814
+ {
815
+ "id": "moody",
816
+ "slug": "moody",
817
+ "slugLoc": "moody",
818
+ "name": "Moody",
819
+ "description": "At the end of every turn, one of the Pokémon's stats will be\nboosted by 2 stages, but another will be lowered by 1 stage."
820
+ },
821
+ {
822
+ "id": "overcoat",
823
+ "slug": "overcoat",
824
+ "slugLoc": "overcoat",
825
+ "name": "Overcoat",
826
+ "description": "The Pokémon takes no damage from sandstorms and is immune\nto moves and Abilities involving powder."
827
+ },
828
+ {
829
+ "id": "poisontouch",
830
+ "slug": "poison-touch",
831
+ "slugLoc": "poison-touch",
832
+ "name": "Poison Touch",
833
+ "description": "When the Pokémon hits a target with a contact move, the target\nhas a 30% chance of being poisoned."
834
+ },
835
+ {
836
+ "id": "regenerator",
837
+ "slug": "regenerator",
838
+ "slugLoc": "regenerator",
839
+ "name": "Regenerator",
840
+ "description": "The Pokémon has 1/3 of its max HP restored when it switches\nout of battle."
841
+ },
842
+ {
843
+ "id": "bigpecks",
844
+ "slug": "big-pecks",
845
+ "slugLoc": "big-pecks",
846
+ "name": "Big Pecks",
847
+ "description": "The Pokémon's Defense stat cannot be lowered by other\nPokémon's moves or Abilities."
848
+ },
849
+ {
850
+ "id": "sandrush",
851
+ "slug": "sand-rush",
852
+ "slugLoc": "sand-rush",
853
+ "name": "Sand Rush",
854
+ "description": "Doubles the Pokémon's Speed stat in a sandstorm."
855
+ },
856
+ {
857
+ "id": "analytic",
858
+ "slug": "analytic",
859
+ "slugLoc": "analytic",
860
+ "name": "Analytic",
861
+ "description": "Boosts the power of the Pokémon's moves by 30% when the\nPokémon is the last to move that turn."
862
+ },
863
+ {
864
+ "id": "illusion",
865
+ "slug": "illusion",
866
+ "slugLoc": "illusion",
867
+ "name": "Illusion",
868
+ "description": "The Pokémon enters battle disguised as the last Pokémon in its\nparty. It reverts to its usual appearance when it takes damage\nfrom a move."
869
+ },
870
+ {
871
+ "id": "imposter",
872
+ "slug": "imposter",
873
+ "slugLoc": "imposter",
874
+ "name": "Imposter",
875
+ "description": "The Pokémon transforms into the Pokémon in front of it. It also\ncopies all of that Pokémon's stats apart from its HP."
876
+ },
877
+ {
878
+ "id": "infiltrator",
879
+ "slug": "infiltrator",
880
+ "slugLoc": "infiltrator",
881
+ "name": "Infiltrator",
882
+ "description": "When using its moves, the Pokémon ignores the effects of\ntargets' Light Screen, Reflect, Aurora Veil, Safeguard, and\nsubstitutes."
883
+ },
884
+ {
885
+ "id": "mummy",
886
+ "slug": "mummy",
887
+ "slugLoc": "mummy",
888
+ "name": "Mummy",
889
+ "description": "When the Pokémon is hit by a contact move, the attacker has its\nAbility changed to Mummy."
890
+ },
891
+ {
892
+ "id": "moxie",
893
+ "slug": "moxie",
894
+ "slugLoc": "moxie",
895
+ "name": "Moxie",
896
+ "description": "When the Pokémon knocks out a target with an attack, its\nAttack stat is boosted by 1 stage."
897
+ },
898
+ {
899
+ "id": "justified",
900
+ "slug": "justified",
901
+ "slugLoc": "justified",
902
+ "name": "Justified",
903
+ "description": "When the Pokémon takes damage from a Dark-type move, its\nAttack stat is boosted by 1 stage."
904
+ },
905
+ {
906
+ "id": "magicbounce",
907
+ "slug": "magic-bounce",
908
+ "slugLoc": "magic-bounce",
909
+ "name": "Magic Bounce",
910
+ "description": "Instead of being affected by other Pokémon's status moves,\nthe Pokémon bounces them back at the user."
911
+ },
912
+ {
913
+ "id": "sapsipper",
914
+ "slug": "sap-sipper",
915
+ "slugLoc": "sap-sipper",
916
+ "name": "Sap Sipper",
917
+ "description": "Grass-type moves do not work on the Pokémon. Instead, they\nboost its Attack stat by 1 stage."
918
+ },
919
+ {
920
+ "id": "prankster",
921
+ "slug": "prankster",
922
+ "slugLoc": "prankster",
923
+ "name": "Prankster",
924
+ "description": "Increases the priority of the Pokémon's status moves by 1 stage."
925
+ },
926
+ {
927
+ "id": "sandforce",
928
+ "slug": "sand-force",
929
+ "slugLoc": "sand-force",
930
+ "name": "Sand Force",
931
+ "description": "Boosts the power of the Pokémon's Rock-, Ground-, and\nSteel-type moves by 30% in a sandstorm."
932
+ },
933
+ {
934
+ "id": "aromaveil",
935
+ "slug": "aroma-veil",
936
+ "slugLoc": "aroma-veil",
937
+ "name": "Aroma Veil",
938
+ "description": "The Pokémon and its allies cannot gain the Infatuated, Taunted,\nUnable to Repeat, Move Disabled, Healing Prevented, or\nEncore statuses."
939
+ },
940
+ {
941
+ "id": "flowerveil",
942
+ "slug": "flower-veil",
943
+ "slugLoc": "flower-veil",
944
+ "name": "Flower Veil",
945
+ "description": "Grass-type allies are immune to status conditions and cannot\nhave their stats lowered."
946
+ },
947
+ {
948
+ "id": "cheekpouch",
949
+ "slug": "cheek-pouch",
950
+ "slugLoc": "cheek-pouch",
951
+ "name": "Cheek Pouch",
952
+ "description": "The Pokémon has 1/3 of its max HP restored when it eats a\nBerry, in addition to the Berry's usual effect."
953
+ },
954
+ {
955
+ "id": "protean",
956
+ "slug": "protean",
957
+ "slugLoc": "protean",
958
+ "name": "Protean",
959
+ "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."
960
+ },
961
+ {
962
+ "id": "furcoat",
963
+ "slug": "fur-coat",
964
+ "slugLoc": "fur-coat",
965
+ "name": "Fur Coat",
966
+ "description": "Halves the damage the Pokémon takes from physical moves."
967
+ },
968
+ {
969
+ "id": "magician",
970
+ "slug": "magician",
971
+ "slugLoc": "magician",
972
+ "name": "Magician",
973
+ "description": "If the Pokémon is not already holding an item, it will steal the\nheld item from targets it deals damage to with its moves."
974
+ },
975
+ {
976
+ "id": "bulletproof",
977
+ "slug": "bulletproof",
978
+ "slugLoc": "bulletproof",
979
+ "name": "Bulletproof",
980
+ "description": "The Pokémon is immune to ball and bomb moves."
981
+ },
982
+ {
983
+ "id": "competitive",
984
+ "slug": "competitive",
985
+ "slugLoc": "competitive",
986
+ "name": "Competitive",
987
+ "description": "When the Pokémon has any of its stats lowered by an opponent,\nits Sp. Atk stat is boosted by 2 stages."
988
+ },
989
+ {
990
+ "id": "strongjaw",
991
+ "slug": "strong-jaw",
992
+ "slugLoc": "strong-jaw",
993
+ "name": "Strong Jaw",
994
+ "description": "Boosts the power of the Pokémon's biting moves by 50%."
995
+ },
996
+ {
997
+ "id": "refrigerate",
998
+ "slug": "refrigerate",
999
+ "slugLoc": "refrigerate",
1000
+ "name": "Refrigerate",
1001
+ "description": "The Pokémon's Normal-type moves become Ice-type moves\nand their power is boosted by 20%."
1002
+ },
1003
+ {
1004
+ "id": "sweetveil",
1005
+ "slug": "sweet-veil",
1006
+ "slugLoc": "sweet-veil",
1007
+ "name": "Sweet Veil",
1008
+ "description": "The Pokémon and its allies cannot become drowsy or be\nput to sleep."
1009
+ },
1010
+ {
1011
+ "id": "stancechange",
1012
+ "slug": "stance-change",
1013
+ "slugLoc": "stance-change",
1014
+ "name": "Stance Change",
1015
+ "description": "The Pokémon changes into its Blade Forme when it attacks\nand changes into its Shield Forme when it uses the move\nKing's Shield."
1016
+ },
1017
+ {
1018
+ "id": "galewings",
1019
+ "slug": "gale-wings",
1020
+ "slugLoc": "gale-wings",
1021
+ "name": "Gale Wings",
1022
+ "description": "Increases the priority of the Pokémon's Flying-type moves by\n1 stage while its HP is full."
1023
+ },
1024
+ {
1025
+ "id": "megalauncher",
1026
+ "slug": "mega-launcher",
1027
+ "slugLoc": "mega-launcher",
1028
+ "name": "Mega Launcher",
1029
+ "description": "Boosts the power of the Pokémon's pulse moves by 50%."
1030
+ },
1031
+ {
1032
+ "id": "symbiosis",
1033
+ "slug": "symbiosis",
1034
+ "slugLoc": "symbiosis",
1035
+ "name": "Symbiosis",
1036
+ "description": "When an ally consumes an item, the Pokémon gives its own held\nitem to that ally."
1037
+ },
1038
+ {
1039
+ "id": "toughclaws",
1040
+ "slug": "tough-claws",
1041
+ "slugLoc": "tough-claws",
1042
+ "name": "Tough Claws",
1043
+ "description": "Boosts the power of the Pokémon's contact moves by 30%."
1044
+ },
1045
+ {
1046
+ "id": "pixilate",
1047
+ "slug": "pixilate",
1048
+ "slugLoc": "pixilate",
1049
+ "name": "Pixilate",
1050
+ "description": "The Pokémon's Normal-type moves become Fairy-type moves\nand their power is boosted by 20%."
1051
+ },
1052
+ {
1053
+ "id": "gooey",
1054
+ "slug": "gooey",
1055
+ "slugLoc": "gooey",
1056
+ "name": "Gooey",
1057
+ "description": "When the Pokémon is hit by a contact move, the attacker's\nSpeed stat is lowered by 1 stage."
1058
+ },
1059
+ {
1060
+ "id": "aerilate",
1061
+ "slug": "aerilate",
1062
+ "slugLoc": "aerilate",
1063
+ "name": "Aerilate",
1064
+ "description": "The Pokémon's Normal-type moves become Flying-type moves\nand their power is boosted by 20%."
1065
+ },
1066
+ {
1067
+ "id": "parentalbond",
1068
+ "slug": "parental-bond",
1069
+ "slugLoc": "parental-bond",
1070
+ "name": "Parental Bond",
1071
+ "description": "The parent and child attack one after the other. The power of\nthe child's attacks is 1/4 of those of the parent."
1072
+ },
1073
+ {
1074
+ "id": "fairyaura",
1075
+ "slug": "fairy-aura",
1076
+ "slugLoc": "fairy-aura",
1077
+ "name": "Fairy Aura",
1078
+ "description": "Boosts the power of the Fairy-type moves of all Pokémon on the\nfield by 33%."
1079
+ },
1080
+ {
1081
+ "id": "stamina",
1082
+ "slug": "stamina",
1083
+ "slugLoc": "stamina",
1084
+ "name": "Stamina",
1085
+ "description": "When the Pokémon takes damage from a move, its Defense stat\nis boosted by 1 stage."
1086
+ },
1087
+ {
1088
+ "id": "merciless",
1089
+ "slug": "merciless",
1090
+ "slugLoc": "merciless",
1091
+ "name": "Merciless",
1092
+ "description": "The Pokémon's attacks become critical hits if the target is\npoisoned or badly poisoned."
1093
+ },
1094
+ {
1095
+ "id": "waterbubble",
1096
+ "slug": "water-bubble",
1097
+ "slugLoc": "water-bubble",
1098
+ "name": "Water Bubble",
1099
+ "description": "Halves the damage the Pokémon takes from Fire-type moves\nand doubles the power of its Water-type moves. The Pokémon\ncannot be burned."
1100
+ },
1101
+ {
1102
+ "id": "berserk",
1103
+ "slug": "berserk",
1104
+ "slugLoc": "berserk",
1105
+ "name": "Berserk",
1106
+ "description": "Boosts the Pokémon's Sp. Atk stat by 1 stage when an attack\ncauses its HP to drop to 1/2 or less of its max."
1107
+ },
1108
+ {
1109
+ "id": "slushrush",
1110
+ "slug": "slush-rush",
1111
+ "slugLoc": "slush-rush",
1112
+ "name": "Slush Rush",
1113
+ "description": "Doubles the Pokémon's Speed stat in snow."
1114
+ },
1115
+ {
1116
+ "id": "longreach",
1117
+ "slug": "long-reach",
1118
+ "slugLoc": "long-reach",
1119
+ "name": "Long Reach",
1120
+ "description": "None of the moves used by the Pokémon are considered\ncontact moves."
1121
+ },
1122
+ {
1123
+ "id": "liquidvoice",
1124
+ "slug": "liquid-voice",
1125
+ "slugLoc": "liquid-voice",
1126
+ "name": "Liquid Voice",
1127
+ "description": "The Pokémon's sound-based moves become Water-type moves."
1128
+ },
1129
+ {
1130
+ "id": "surgesurfer",
1131
+ "slug": "surge-surfer",
1132
+ "slugLoc": "surge-surfer",
1133
+ "name": "Surge Surfer",
1134
+ "description": "Doubles the Pokémon's Speed stat on Electric Terrain."
1135
+ },
1136
+ {
1137
+ "id": "disguise",
1138
+ "slug": "disguise",
1139
+ "slugLoc": "disguise",
1140
+ "name": "Disguise",
1141
+ "description": "When the Pokémon is in its Disguised Form and would take\ndamage from a move, it loses 1/8 of its max HP instead of\ntaking the damage, then changes into its Busted Form."
1142
+ },
1143
+ {
1144
+ "id": "corrosion",
1145
+ "slug": "corrosion",
1146
+ "slugLoc": "corrosion",
1147
+ "name": "Corrosion",
1148
+ "description": "The Pokémon can poison or badly poison targets even if they're\nSteel or Poison types."
1149
+ },
1150
+ {
1151
+ "id": "queenlymajesty",
1152
+ "slug": "queenly-majesty",
1153
+ "slugLoc": "queenly-majesty",
1154
+ "name": "Queenly Majesty",
1155
+ "description": "Opponents are unable to use priority moves against the\nPokémon or its allies."
1156
+ },
1157
+ {
1158
+ "id": "innardsout",
1159
+ "slug": "innards-out",
1160
+ "slugLoc": "innards-out",
1161
+ "name": "Innards Out",
1162
+ "description": "When the Pokémon takes damage from a move that knocks it\nout, it deals the same amount of damage to the attacker."
1163
+ },
1164
+ {
1165
+ "id": "receiver",
1166
+ "slug": "receiver",
1167
+ "slugLoc": "receiver",
1168
+ "name": "Receiver",
1169
+ "description": "The Pokémon changes its Ability to match that of a\ndefeated ally."
1170
+ },
1171
+ {
1172
+ "id": "mirrorarmor",
1173
+ "slug": "mirror-armor",
1174
+ "slugLoc": "mirror-armor",
1175
+ "name": "Mirror Armor",
1176
+ "description": "Instead of being affected by stat-lowering effects, the Pokémon\nbounces them back at whichever Pokémon caused them."
1177
+ },
1178
+ {
1179
+ "id": "stalwart",
1180
+ "slug": "stalwart",
1181
+ "slugLoc": "stalwart",
1182
+ "name": "Stalwart",
1183
+ "description": "The Pokémon ignores the effects of Abilities and moves that\ndraw in moves."
1184
+ },
1185
+ {
1186
+ "id": "sandspit",
1187
+ "slug": "sand-spit",
1188
+ "slugLoc": "sand-spit",
1189
+ "name": "Sand Spit",
1190
+ "description": "Summons a sandstorm for 5 turns when the Pokémon takes\ndamage from moves."
1191
+ },
1192
+ {
1193
+ "id": "ripen",
1194
+ "slug": "ripen",
1195
+ "slugLoc": "ripen",
1196
+ "name": "Ripen",
1197
+ "description": "Doubles the effects of Berries eaten by the Pokémon."
1198
+ },
1199
+ {
1200
+ "id": "mimicry",
1201
+ "slug": "mimicry",
1202
+ "slugLoc": "mimicry",
1203
+ "name": "Mimicry",
1204
+ "description": "The Pokémon's type changes depending on the terrain."
1205
+ },
1206
+ {
1207
+ "id": "screencleaner",
1208
+ "slug": "screen-cleaner",
1209
+ "slugLoc": "screen-cleaner",
1210
+ "name": "Screen Cleaner",
1211
+ "description": "When the Pokémon enters a battle, it removes the Light Screen,\nReflect, and Aurora Veil statuses."
1212
+ },
1213
+ {
1214
+ "id": "wanderingspirit",
1215
+ "slug": "wandering-spirit",
1216
+ "slugLoc": "wandering-spirit",
1217
+ "name": "Wandering Spirit",
1218
+ "description": "When the Pokémon is hit by a contact move, it swaps Abilities\nwith the attacker."
1219
+ },
1220
+ {
1221
+ "id": "hungerswitch",
1222
+ "slug": "hunger-switch",
1223
+ "slugLoc": "hunger-switch",
1224
+ "name": "Hunger Switch",
1225
+ "description": "The Pokémon changes its form, alternating between its Full Belly\nMode and Hangry Mode at the end of every turn."
1226
+ },
1227
+ {
1228
+ "id": "quickdraw",
1229
+ "slug": "quick-draw",
1230
+ "slugLoc": "quick-draw",
1231
+ "name": "Quick Draw",
1232
+ "description": "The Pokémon's moves have a 30% chance of going first among\nmoves of the same priority."
1233
+ },
1234
+ {
1235
+ "id": "unseenfist",
1236
+ "slug": "unseen-fist",
1237
+ "slugLoc": "unseen-fist",
1238
+ "name": "Unseen Fist",
1239
+ "description": "When the Pokémon uses contact moves, it can hit even targets\nthat are protecting themselves, dealing 1/4 of the damage that\nthe move would otherwise deal. Everything aside from the\ntarget's protective effects is still triggered."
1240
+ },
1241
+ {
1242
+ "id": "curiousmedicine",
1243
+ "slug": "curious-medicine",
1244
+ "slugLoc": "curious-medicine",
1245
+ "name": "Curious Medicine",
1246
+ "description": "When the Pokémon enters a battle, it removes all stat changes\nfrom its allies."
1247
+ },
1248
+ {
1249
+ "id": "purifyingsalt",
1250
+ "slug": "purifying-salt",
1251
+ "slugLoc": "purifying-salt",
1252
+ "name": "Purifying Salt",
1253
+ "description": "Halves the damage the Pokémon takes from Ghost-type moves.\nThe Pokémon is immune to status conditions."
1254
+ },
1255
+ {
1256
+ "id": "zerotohero",
1257
+ "slug": "zero-to-hero",
1258
+ "slugLoc": "zero-to-hero",
1259
+ "name": "Zero to Hero",
1260
+ "description": "The Pokémon changes into its Hero Form when it switches out\nof battle."
1261
+ },
1262
+ {
1263
+ "id": "electromorphosis",
1264
+ "slug": "electromorphosis",
1265
+ "slugLoc": "electromorphosis",
1266
+ "name": "Electromorphosis",
1267
+ "description": "When the Pokémon takes damage from a move, it gains the\nElectric Boost status."
1268
+ },
1269
+ {
1270
+ "id": "opportunist",
1271
+ "slug": "opportunist",
1272
+ "slugLoc": "opportunist",
1273
+ "name": "Opportunist",
1274
+ "description": "When an opponent's stats are boosted, the Pokémon boosts its\nown stats in the exact same way."
1275
+ },
1276
+ {
1277
+ "id": "cudchew",
1278
+ "slug": "cud-chew",
1279
+ "slugLoc": "cud-chew",
1280
+ "name": "Cud Chew",
1281
+ "description": "If the Pokémon eats a Berry, it will eat that same Berry once\nmore at the end of the next turn."
1282
+ },
1283
+ {
1284
+ "id": "sharpness",
1285
+ "slug": "sharpness",
1286
+ "slugLoc": "sharpness",
1287
+ "name": "Sharpness",
1288
+ "description": "Boosts the power of the Pokémon's slicing moves by 50%."
1289
+ },
1290
+ {
1291
+ "id": "supremeoverlord",
1292
+ "slug": "supreme-overlord",
1293
+ "slugLoc": "supreme-overlord",
1294
+ "name": "Supreme Overlord",
1295
+ "description": "When the Pokémon enters a battle, the power of its moves is\nboosted by 10% for each Pokémon in its party that has been\ndefeated in the battle already. The maximum boost is 50%."
1296
+ },
1297
+ {
1298
+ "id": "toxicdebris",
1299
+ "slug": "toxic-debris",
1300
+ "slugLoc": "toxic-debris",
1301
+ "name": "Toxic Debris",
1302
+ "description": "When the Pokémon takes damage from a physical move, it\ngives the opponent's side the Toxic Spikes status."
1303
+ },
1304
+ {
1305
+ "id": "armortail",
1306
+ "slug": "armor-tail",
1307
+ "slugLoc": "armor-tail",
1308
+ "name": "Armor Tail",
1309
+ "description": "Opponents are unable to use priority moves against the\nPokémon or its allies."
1310
+ },
1311
+ {
1312
+ "id": "eartheater",
1313
+ "slug": "earth-eater",
1314
+ "slugLoc": "earth-eater",
1315
+ "name": "Earth Eater",
1316
+ "description": "Ground-type moves do not work on the Pokémon. Instead, they\nrestore 1/4 of its max HP."
1317
+ },
1318
+ {
1319
+ "id": "hospitality",
1320
+ "slug": "hospitality",
1321
+ "slugLoc": "hospitality",
1322
+ "name": "Hospitality",
1323
+ "description": "When the Pokémon enters a battle, it restores 1/4 of its ally's\nmax HP."
1324
+ },
1325
+ {
1326
+ "id": "supersweetsyrup",
1327
+ "slug": "supersweet-syrup",
1328
+ "slugLoc": "supersweet-syrup",
1329
+ "name": "Supersweet Syrup",
1330
+ "description": "When the Pokémon enters a battle, opponents' evasiveness is\nlowered by 1 stage. This Ability is triggered only once per battle."
1331
+ },
1332
+ {
1333
+ "id": "piercingdrill",
1334
+ "slug": "piercing-drill",
1335
+ "slugLoc": "piercing-drill",
1336
+ "name": "Piercing Drill",
1337
+ "description": "When the Pokémon uses contact moves, it can hit even targets\nthat are protecting themselves, dealing 1/4 of the damage that\nthe move would otherwise deal. Everything aside from the\ntarget's protective effects is still triggered."
1338
+ },
1339
+ {
1340
+ "id": "dragonize",
1341
+ "slug": "dragonize",
1342
+ "slugLoc": "dragonize",
1343
+ "name": "Dragonize",
1344
+ "description": "The Pokémon's Normal-type moves become Dragon-type moves\nand their power is boosted by 20%."
1345
+ },
1346
+ {
1347
+ "id": "megasol",
1348
+ "slug": "mega-sol",
1349
+ "slugLoc": "mega-sol",
1350
+ "name": "Mega Sol",
1351
+ "description": "Even when the sunlight has not turned harsh, the Pokémon can\nuse its moves as if the weather were harsh sunlight."
1352
+ },
1353
+ {
1354
+ "id": "spicyspray",
1355
+ "slug": "spicy-spray",
1356
+ "slugLoc": "spicy-spray",
1357
+ "name": "Spicy Spray",
1358
+ "description": "When the Pokémon takes damage from a move, it burns\nthe attacker."
1359
+ }
1360
+ ]