@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,938 @@
1
+ [
2
+ {
3
+ "id": "cheriberry",
4
+ "slug": "cheri-berry",
5
+ "slugLoc": "kurabonomi",
6
+ "name": "クラボのみ",
7
+ "description": "まひ状態を回復する。\n1度使うと その対戦中は 無くなる。",
8
+ "pluralName": "クラボのみ"
9
+ },
10
+ {
11
+ "id": "chestoberry",
12
+ "slug": "chesto-berry",
13
+ "slugLoc": "kagonomi",
14
+ "name": "カゴのみ",
15
+ "description": "ねむり状態を回復する。\n1度使うと その対戦中は 無くなる。",
16
+ "pluralName": "カゴのみ"
17
+ },
18
+ {
19
+ "id": "pechaberry",
20
+ "slug": "pecha-berry",
21
+ "slugLoc": "momonnomi",
22
+ "name": "モモンのみ",
23
+ "description": "どく もうどく状態を回復する。\n1度使うと その対戦中は 無くなる。",
24
+ "pluralName": "モモンのみ"
25
+ },
26
+ {
27
+ "id": "rawstberry",
28
+ "slug": "rawst-berry",
29
+ "slugLoc": "tigonomi",
30
+ "name": "チーゴのみ",
31
+ "description": "やけど状態を回復する。\n1度使うと その対戦中は 無くなる。",
32
+ "pluralName": "チーゴのみ"
33
+ },
34
+ {
35
+ "id": "aspearberry",
36
+ "slug": "aspear-berry",
37
+ "slugLoc": "nanasinomi",
38
+ "name": "ナナシのみ",
39
+ "description": "こおり状態を回復する。\n1度使うと その対戦中は 無くなる。",
40
+ "pluralName": "ナナシのみ"
41
+ },
42
+ {
43
+ "id": "leppaberry",
44
+ "slug": "leppa-berry",
45
+ "slugLoc": "himerinomi",
46
+ "name": "ヒメリのみ",
47
+ "description": "PPが0になった技のPPを10回復する。\n1度使うと その対戦中は 無くなる。",
48
+ "pluralName": "ヒメリのみ"
49
+ },
50
+ {
51
+ "id": "oranberry",
52
+ "slug": "oran-berry",
53
+ "slugLoc": "orennomi",
54
+ "name": "オレンのみ",
55
+ "description": "残りHPが最大HPの1/2以下になった時\n10回復する。\n1度使うと その対戦中は 無くなる。",
56
+ "pluralName": "オレンのみ"
57
+ },
58
+ {
59
+ "id": "persimberry",
60
+ "slug": "persim-berry",
61
+ "slugLoc": "kinomi",
62
+ "name": "キーのみ",
63
+ "description": "こんらん状態を回復する。\n1度使うと その対戦中は 無くなる。",
64
+ "pluralName": "キーのみ"
65
+ },
66
+ {
67
+ "id": "lumberry",
68
+ "slug": "lum-berry",
69
+ "slugLoc": "ramunomi",
70
+ "name": "ラムのみ",
71
+ "description": "全ての状態異常 こんらん状態を回復する。\n1度使うと その対戦中は 無くなる。",
72
+ "pluralName": "ラムのみ"
73
+ },
74
+ {
75
+ "id": "sitrusberry",
76
+ "slug": "sitrus-berry",
77
+ "slugLoc": "obonnomi",
78
+ "name": "オボンのみ",
79
+ "description": "残りHPが最大HPの1/2以下になった時\n最大HPの1/4回復する。\n1度使うと その対戦中は 無くなる。",
80
+ "pluralName": "オボンのみ"
81
+ },
82
+ {
83
+ "id": "occaberry",
84
+ "slug": "occa-berry",
85
+ "slugLoc": "otukanomi",
86
+ "name": "オッカのみ",
87
+ "description": "効果バツグンのほのおタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
88
+ "pluralName": "オッカのみ"
89
+ },
90
+ {
91
+ "id": "passhoberry",
92
+ "slug": "passho-berry",
93
+ "slugLoc": "itokenomi",
94
+ "name": "イトケのみ",
95
+ "description": "効果バツグンのみずタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
96
+ "pluralName": "イトケのみ"
97
+ },
98
+ {
99
+ "id": "wacanberry",
100
+ "slug": "wacan-berry",
101
+ "slugLoc": "sokunonomi",
102
+ "name": "ソクノのみ",
103
+ "description": "効果バツグンのでんきタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
104
+ "pluralName": "ソクノのみ"
105
+ },
106
+ {
107
+ "id": "rindoberry",
108
+ "slug": "rindo-berry",
109
+ "slugLoc": "rindonomi",
110
+ "name": "リンドのみ",
111
+ "description": "効果バツグンのくさタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
112
+ "pluralName": "リンドのみ"
113
+ },
114
+ {
115
+ "id": "yacheberry",
116
+ "slug": "yache-berry",
117
+ "slugLoc": "yatienomi",
118
+ "name": "ヤチェのみ",
119
+ "description": "効果バツグンのこおりタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
120
+ "pluralName": "ヤチェのみ"
121
+ },
122
+ {
123
+ "id": "chopleberry",
124
+ "slug": "chople-berry",
125
+ "slugLoc": "yopunomi",
126
+ "name": "ヨプのみ",
127
+ "description": "効果バツグンのかくとうタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
128
+ "pluralName": "ヨプのみ"
129
+ },
130
+ {
131
+ "id": "kebiaberry",
132
+ "slug": "kebia-berry",
133
+ "slugLoc": "bianomi",
134
+ "name": "ビアーのみ",
135
+ "description": "効果バツグンのどくタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
136
+ "pluralName": "ビアーのみ"
137
+ },
138
+ {
139
+ "id": "shucaberry",
140
+ "slug": "shuca-berry",
141
+ "slugLoc": "siyukanomi",
142
+ "name": "シュカのみ",
143
+ "description": "効果バツグンのじめんタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
144
+ "pluralName": "シュカのみ"
145
+ },
146
+ {
147
+ "id": "cobaberry",
148
+ "slug": "coba-berry",
149
+ "slugLoc": "bakounomi",
150
+ "name": "バコウのみ",
151
+ "description": "効果バツグンのひこうタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
152
+ "pluralName": "バコウのみ"
153
+ },
154
+ {
155
+ "id": "payapaberry",
156
+ "slug": "payapa-berry",
157
+ "slugLoc": "utannomi",
158
+ "name": "ウタンのみ",
159
+ "description": "効果バツグンのエスパータイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
160
+ "pluralName": "ウタンのみ"
161
+ },
162
+ {
163
+ "id": "tangaberry",
164
+ "slug": "tanga-berry",
165
+ "slugLoc": "tanganomi",
166
+ "name": "タンガのみ",
167
+ "description": "効果バツグンのむしタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
168
+ "pluralName": "タンガのみ"
169
+ },
170
+ {
171
+ "id": "chartiberry",
172
+ "slug": "charti-berry",
173
+ "slugLoc": "yoroginomi",
174
+ "name": "ヨロギのみ",
175
+ "description": "効果バツグンのいわタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
176
+ "pluralName": "ヨロギのみ"
177
+ },
178
+ {
179
+ "id": "kasibberry",
180
+ "slug": "kasib-berry",
181
+ "slugLoc": "kasibunomi",
182
+ "name": "カシブのみ",
183
+ "description": "効果バツグンのゴーストタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
184
+ "pluralName": "カシブのみ"
185
+ },
186
+ {
187
+ "id": "habanberry",
188
+ "slug": "haban-berry",
189
+ "slugLoc": "habannomi",
190
+ "name": "ハバンのみ",
191
+ "description": "効果バツグンのドラゴンタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
192
+ "pluralName": "ハバンのみ"
193
+ },
194
+ {
195
+ "id": "colburberry",
196
+ "slug": "colbur-berry",
197
+ "slugLoc": "namonomi",
198
+ "name": "ナモのみ",
199
+ "description": "効果バツグンのあくタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
200
+ "pluralName": "ナモのみ"
201
+ },
202
+ {
203
+ "id": "babiriberry",
204
+ "slug": "babiri-berry",
205
+ "slugLoc": "riribanomi",
206
+ "name": "リリバのみ",
207
+ "description": "効果バツグンのはがねタイプの技を\n受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
208
+ "pluralName": "リリバのみ"
209
+ },
210
+ {
211
+ "id": "chilanberry",
212
+ "slug": "chilan-berry",
213
+ "slugLoc": "hozunomi",
214
+ "name": "ホズのみ",
215
+ "description": "ノーマルタイプの技を受けた時\nダメージが半減する。\n1度使うと その対戦中は 無くなる。",
216
+ "pluralName": "ホズのみ"
217
+ },
218
+ {
219
+ "id": "brightpowder",
220
+ "slug": "bright-powder",
221
+ "slugLoc": "hikarinokona",
222
+ "name": "ひかりのこな",
223
+ "description": "自分に対し 相手の使う\n技の命中率が0.9倍になる。",
224
+ "pluralName": "ひかりのこな"
225
+ },
226
+ {
227
+ "id": "whiteherb",
228
+ "slug": "white-herb",
229
+ "slugLoc": "siroihabu",
230
+ "name": "しろいハーブ",
231
+ "description": "能力が下がった時 元に戻す。\n1度使うと その対戦中は 無くなる。",
232
+ "pluralName": "しろいハーブ"
233
+ },
234
+ {
235
+ "id": "quickclaw",
236
+ "slug": "quick-claw",
237
+ "slugLoc": "senseinotume",
238
+ "name": "せんせいのツメ",
239
+ "description": "20%の確率で\n同じ優先度の技の中で最初に行動する。",
240
+ "pluralName": "せんせいのツメ"
241
+ },
242
+ {
243
+ "id": "mentalherb",
244
+ "slug": "mental-herb",
245
+ "slugLoc": "mentaruhabu",
246
+ "name": "メンタルハーブ",
247
+ "description": "メロメロ ちょうはつ 連続不可 わざふうじ\nかいふくふうじ アンコール状態を回復する。\n1度使うと その対戦中は 無くなる。",
248
+ "pluralName": "メンタルハーブ"
249
+ },
250
+ {
251
+ "id": "kingsrock",
252
+ "slug": "kings-rock",
253
+ "slugLoc": "ouziyanosirusi",
254
+ "name": "おうじゃのしるし",
255
+ "description": "技でダメージを与えた時\n10%の確率で相手をひるませる。",
256
+ "pluralName": "おうじゃのしるし"
257
+ },
258
+ {
259
+ "id": "silverpowder",
260
+ "slug": "silver-powder",
261
+ "slugLoc": "ginnokona",
262
+ "name": "ぎんのこな",
263
+ "description": "むしタイプの技の威力が\n1.2倍になる。",
264
+ "pluralName": "ぎんのこな"
265
+ },
266
+ {
267
+ "id": "focusband",
268
+ "slug": "focus-band",
269
+ "slugLoc": "kiainohatimaki",
270
+ "name": "きあいのハチマキ",
271
+ "description": "ひんしになる技のダメージを受けると\n10%の確率でHPを1残して耐える。",
272
+ "pluralName": "きあいのハチマキ"
273
+ },
274
+ {
275
+ "id": "scopelens",
276
+ "slug": "scope-lens",
277
+ "slugLoc": "pintorenzu",
278
+ "name": "ピントレンズ",
279
+ "description": "きゅうしょアップ+1 になる。",
280
+ "pluralName": "ピントレンズ"
281
+ },
282
+ {
283
+ "id": "metalcoat",
284
+ "slug": "metal-coat",
285
+ "slugLoc": "metarukoto",
286
+ "name": "メタルコート",
287
+ "description": "はがねタイプの技の威力が\n1.2倍になる。",
288
+ "pluralName": "メタルコート"
289
+ },
290
+ {
291
+ "id": "leftovers",
292
+ "slug": "leftovers",
293
+ "slugLoc": "tabenokosi",
294
+ "name": "たべのこし",
295
+ "description": "ターン終わりに\n最大HPの1/16回復する。",
296
+ "pluralName": "たべのこし"
297
+ },
298
+ {
299
+ "id": "lightball",
300
+ "slug": "light-ball",
301
+ "slugLoc": "denkidama",
302
+ "name": "でんきだま",
303
+ "description": "ピカチュウの\n攻撃 特攻が2倍になる。",
304
+ "pluralName": "でんきだま"
305
+ },
306
+ {
307
+ "id": "softsand",
308
+ "slug": "soft-sand",
309
+ "slugLoc": "yawarakaisuna",
310
+ "name": "やわらかいすな",
311
+ "description": "じめんタイプの技の威力が\n1.2倍になる。",
312
+ "pluralName": "やわらかいすな"
313
+ },
314
+ {
315
+ "id": "hardstone",
316
+ "slug": "hard-stone",
317
+ "slugLoc": "kataiisi",
318
+ "name": "かたいいし",
319
+ "description": "いわタイプの技の威力が\n1.2倍になる。",
320
+ "pluralName": "かたいいし"
321
+ },
322
+ {
323
+ "id": "miracleseed",
324
+ "slug": "miracle-seed",
325
+ "slugLoc": "kisekinotane",
326
+ "name": "きせきのタネ",
327
+ "description": "くさタイプの技の威力が\n1.2倍になる。",
328
+ "pluralName": "きせきのタネ"
329
+ },
330
+ {
331
+ "id": "blackglasses",
332
+ "slug": "black-glasses",
333
+ "slugLoc": "kuroimegane",
334
+ "name": "くろいメガネ",
335
+ "description": "あくタイプの技の威力が\n1.2倍になる。",
336
+ "pluralName": "くろいメガネ"
337
+ },
338
+ {
339
+ "id": "blackbelt",
340
+ "slug": "black-belt",
341
+ "slugLoc": "kuroobi",
342
+ "name": "くろおび",
343
+ "description": "かくとうタイプの技の威力が\n1.2倍になる。",
344
+ "pluralName": "くろおび"
345
+ },
346
+ {
347
+ "id": "magnet",
348
+ "slug": "magnet",
349
+ "slugLoc": "zisiyaku",
350
+ "name": "じしゃく",
351
+ "description": "でんきタイプの技の威力が\n1.2倍になる。",
352
+ "pluralName": "じしゃく"
353
+ },
354
+ {
355
+ "id": "mysticwater",
356
+ "slug": "mystic-water",
357
+ "slugLoc": "sinpinosizuku",
358
+ "name": "しんぴのしずく",
359
+ "description": "みずタイプの技の威力が\n1.2倍になる。",
360
+ "pluralName": "しんぴのしずく"
361
+ },
362
+ {
363
+ "id": "sharpbeak",
364
+ "slug": "sharp-beak",
365
+ "slugLoc": "surudoikutibasi",
366
+ "name": "するどいくちばし",
367
+ "description": "ひこうタイプの技の威力が\n1.2倍になる。",
368
+ "pluralName": "するどいくちばし"
369
+ },
370
+ {
371
+ "id": "poisonbarb",
372
+ "slug": "poison-barb",
373
+ "slugLoc": "dokubari",
374
+ "name": "どくバリ",
375
+ "description": "どくタイプの技の威力が\n1.2倍になる。",
376
+ "pluralName": "どくバリ"
377
+ },
378
+ {
379
+ "id": "nevermeltice",
380
+ "slug": "never-melt-ice",
381
+ "slugLoc": "tokenaikoori",
382
+ "name": "とけないこおり",
383
+ "description": "こおりタイプの技の威力が\n1.2倍になる。",
384
+ "pluralName": "とけないこおり"
385
+ },
386
+ {
387
+ "id": "spelltag",
388
+ "slug": "spell-tag",
389
+ "slugLoc": "noroinoohuda",
390
+ "name": "のろいのおふだ",
391
+ "description": "ゴーストタイプの技の威力が\n1.2倍になる。",
392
+ "pluralName": "のろいのおふだ"
393
+ },
394
+ {
395
+ "id": "twistedspoon",
396
+ "slug": "twisted-spoon",
397
+ "slugLoc": "magatutasupun",
398
+ "name": "まがったスプーン",
399
+ "description": "エスパータイプの技の威力が\n1.2倍になる。",
400
+ "pluralName": "まがったスプーン"
401
+ },
402
+ {
403
+ "id": "charcoal",
404
+ "slug": "charcoal",
405
+ "slugLoc": "mokutan",
406
+ "name": "もくたん",
407
+ "description": "ほのおタイプの技の威力が\n1.2倍になる。",
408
+ "pluralName": "もくたん"
409
+ },
410
+ {
411
+ "id": "dragonfang",
412
+ "slug": "dragon-fang",
413
+ "slugLoc": "riyuunokiba",
414
+ "name": "りゅうのキバ",
415
+ "description": "ドラゴンタイプの技の威力が\n1.2倍になる。",
416
+ "pluralName": "りゅうのキバ"
417
+ },
418
+ {
419
+ "id": "silkscarf",
420
+ "slug": "silk-scarf",
421
+ "slugLoc": "sirukunosukahu",
422
+ "name": "シルクのスカーフ",
423
+ "description": "ノーマルタイプの技の威力が\n1.2倍になる。",
424
+ "pluralName": "シルクのスカーフ"
425
+ },
426
+ {
427
+ "id": "shellbell",
428
+ "slug": "shell-bell",
429
+ "slugLoc": "kaigaranosuzu",
430
+ "name": "かいがらのすず",
431
+ "description": "技でダメージを与えた時\nそのダメージの1/8\n自分のHPを回復する。",
432
+ "pluralName": "かいがらのすず"
433
+ },
434
+ {
435
+ "id": "focussash",
436
+ "slug": "focus-sash",
437
+ "slugLoc": "kiainotasuki",
438
+ "name": "きあいのタスキ",
439
+ "description": "HP満タンの時\n一撃で ひんしになる技のダメージを受けると\nHPを1残して耐える。\n1度使うと その対戦中は 無くなる。",
440
+ "pluralName": "きあいのタスキ"
441
+ },
442
+ {
443
+ "id": "choicescarf",
444
+ "slug": "choice-scarf",
445
+ "slugLoc": "kodawarisukahu",
446
+ "name": "こだわりスカーフ",
447
+ "description": "素早さが1.5倍になるが\n1度技を出すと 交代するまで\nその技しか出せなくなる。",
448
+ "pluralName": "こだわりスカーフ"
449
+ },
450
+ {
451
+ "id": "gengarite",
452
+ "slug": "gengarite",
453
+ "slugLoc": "genganaito",
454
+ "name": "ゲンガナイト",
455
+ "description": "ゲンガーが\nメガシンカすることができる持ち物。",
456
+ "pluralName": "ゲンガナイト"
457
+ },
458
+ {
459
+ "id": "gardevoirite",
460
+ "slug": "gardevoirite",
461
+ "slugLoc": "sanaitonaito",
462
+ "name": "サーナイトナイト",
463
+ "description": "サーナイトが\nメガシンカすることができる持ち物。",
464
+ "pluralName": "サーナイトナイト"
465
+ },
466
+ {
467
+ "id": "ampharosite",
468
+ "slug": "ampharosite",
469
+ "slugLoc": "denriyuunaito",
470
+ "name": "デンリュウナイト",
471
+ "description": "デンリュウが\nメガシンカすることができる持ち物。",
472
+ "pluralName": "デンリュウナイト"
473
+ },
474
+ {
475
+ "id": "venusaurite",
476
+ "slug": "venusaurite",
477
+ "slugLoc": "husigibanaito",
478
+ "name": "フシギバナイト",
479
+ "description": "フシギバナが\nメガシンカすることができる持ち物。",
480
+ "pluralName": "フシギバナイト"
481
+ },
482
+ {
483
+ "id": "charizarditex",
484
+ "slug": "charizardite-x",
485
+ "slugLoc": "rizadonaitox",
486
+ "name": "リザードナイトX",
487
+ "description": "リザードンが\nメガシンカすることができる持ち物。\n(メガリザードンX)",
488
+ "pluralName": "リザードナイトX"
489
+ },
490
+ {
491
+ "id": "blastoisinite",
492
+ "slug": "blastoisinite",
493
+ "slugLoc": "kametukusunaito",
494
+ "name": "カメックスナイト",
495
+ "description": "カメックスが\nメガシンカすることができる持ち物。",
496
+ "pluralName": "カメックスナイト"
497
+ },
498
+ {
499
+ "id": "medichamite",
500
+ "slug": "medichamite",
501
+ "slugLoc": "tiyaremunaito",
502
+ "name": "チャーレムナイト",
503
+ "description": "チャーレムが\nメガシンカすることができる持ち物。",
504
+ "pluralName": "チャーレムナイト"
505
+ },
506
+ {
507
+ "id": "houndoominite",
508
+ "slug": "houndoominite",
509
+ "slugLoc": "heruganaito",
510
+ "name": "ヘルガナイト",
511
+ "description": "ヘルガーが\nメガシンカすることができる持ち物。",
512
+ "pluralName": "ヘルガナイト"
513
+ },
514
+ {
515
+ "id": "aggronite",
516
+ "slug": "aggronite",
517
+ "slugLoc": "bosugodoranaito",
518
+ "name": "ボスゴドラナイト",
519
+ "description": "ボスゴドラが\nメガシンカすることができる持ち物。",
520
+ "pluralName": "ボスゴドラナイト"
521
+ },
522
+ {
523
+ "id": "banettite",
524
+ "slug": "banettite",
525
+ "slugLoc": "ziyupetutanaito",
526
+ "name": "ジュペッタナイト",
527
+ "description": "ジュペッタが\nメガシンカすることができる持ち物。",
528
+ "pluralName": "ジュペッタナイト"
529
+ },
530
+ {
531
+ "id": "tyranitarite",
532
+ "slug": "tyranitarite",
533
+ "slugLoc": "bangirasunaito",
534
+ "name": "バンギラスナイト",
535
+ "description": "バンギラスが\nメガシンカすることができる持ち物。",
536
+ "pluralName": "バンギラスナイト"
537
+ },
538
+ {
539
+ "id": "scizorite",
540
+ "slug": "scizorite",
541
+ "slugLoc": "hatusamunaito",
542
+ "name": "ハッサムナイト",
543
+ "description": "ハッサムが\nメガシンカすることができる持ち物。",
544
+ "pluralName": "ハッサムナイト"
545
+ },
546
+ {
547
+ "id": "pinsirite",
548
+ "slug": "pinsirite",
549
+ "slugLoc": "kairosunaito",
550
+ "name": "カイロスナイト",
551
+ "description": "カイロスが\nメガシンカすることができる持ち物。",
552
+ "pluralName": "カイロスナイト"
553
+ },
554
+ {
555
+ "id": "aerodactylite",
556
+ "slug": "aerodactylite",
557
+ "slugLoc": "puteranaito",
558
+ "name": "プテラナイト",
559
+ "description": "プテラが\nメガシンカすることができる持ち物。",
560
+ "pluralName": "プテラナイト"
561
+ },
562
+ {
563
+ "id": "lucarionite",
564
+ "slug": "lucarionite",
565
+ "slugLoc": "rukarionaito",
566
+ "name": "ルカリオナイト",
567
+ "description": "ルカリオが\nメガシンカすることができる持ち物。\n(メガルカリオ)",
568
+ "pluralName": "ルカリオナイト"
569
+ },
570
+ {
571
+ "id": "abomasite",
572
+ "slug": "abomasite",
573
+ "slugLoc": "yukinoonaito",
574
+ "name": "ユキノオナイト",
575
+ "description": "ユキノオーが\nメガシンカすることができる持ち物。",
576
+ "pluralName": "ユキノオナイト"
577
+ },
578
+ {
579
+ "id": "kangaskhanite",
580
+ "slug": "kangaskhanite",
581
+ "slugLoc": "garuranaito",
582
+ "name": "ガルーラナイト",
583
+ "description": "ガルーラが\nメガシンカすることができる持ち物。",
584
+ "pluralName": "ガルーラナイト"
585
+ },
586
+ {
587
+ "id": "gyaradosite",
588
+ "slug": "gyaradosite",
589
+ "slugLoc": "giyaradosunaito",
590
+ "name": "ギャラドスナイト",
591
+ "description": "ギャラドスが\nメガシンカすることができる持ち物。",
592
+ "pluralName": "ギャラドスナイト"
593
+ },
594
+ {
595
+ "id": "absolite",
596
+ "slug": "absolite",
597
+ "slugLoc": "abusorunaito",
598
+ "name": "アブソルナイト",
599
+ "description": "アブソルが\nメガシンカすることができる持ち物。\n(メガアブソル)",
600
+ "pluralName": "アブソルナイト"
601
+ },
602
+ {
603
+ "id": "charizarditey",
604
+ "slug": "charizardite-y",
605
+ "slugLoc": "rizadonaitoy",
606
+ "name": "リザードナイトY",
607
+ "description": "リザードンが\nメガシンカすることができる持ち物。\n(メガリザードンY)",
608
+ "pluralName": "リザードナイトY"
609
+ },
610
+ {
611
+ "id": "alakazite",
612
+ "slug": "alakazite",
613
+ "slugLoc": "hudeinaito",
614
+ "name": "フーディナイト",
615
+ "description": "フーディンが\nメガシンカすることができる持ち物。",
616
+ "pluralName": "フーディナイト"
617
+ },
618
+ {
619
+ "id": "heracronite",
620
+ "slug": "heracronite",
621
+ "slugLoc": "herakurosunaito",
622
+ "name": "ヘラクロスナイト",
623
+ "description": "ヘラクロスが\nメガシンカすることができる持ち物。",
624
+ "pluralName": "ヘラクロスナイト"
625
+ },
626
+ {
627
+ "id": "manectite",
628
+ "slug": "manectite",
629
+ "slugLoc": "raiborutonaito",
630
+ "name": "ライボルトナイト",
631
+ "description": "ライボルトが\nメガシンカすることができる持ち物。",
632
+ "pluralName": "ライボルトナイト"
633
+ },
634
+ {
635
+ "id": "garchompite",
636
+ "slug": "garchompite",
637
+ "slugLoc": "gaburiasunaito",
638
+ "name": "ガブリアスナイト",
639
+ "description": "ガブリアスが\nメガシンカすることができる持ち物。\n(メガガブリアス)",
640
+ "pluralName": "ガブリアスナイト"
641
+ },
642
+ {
643
+ "id": "roseliberry",
644
+ "slug": "roseli-berry",
645
+ "slugLoc": "rozerunomi",
646
+ "name": "ロゼルのみ",
647
+ "description": "効果バツグンのフェアリータイプの\n技を受けた時 ダメージが半減する。\n1度使うと その対戦中は 無くなる。",
648
+ "pluralName": "ロゼルのみ"
649
+ },
650
+ {
651
+ "id": "sablenite",
652
+ "slug": "sablenite",
653
+ "slugLoc": "yamiraminaito",
654
+ "name": "ヤミラミナイト",
655
+ "description": "ヤミラミが\nメガシンカすることができる持ち物。",
656
+ "pluralName": "ヤミラミナイト"
657
+ },
658
+ {
659
+ "id": "altarianite",
660
+ "slug": "altarianite",
661
+ "slugLoc": "tirutarisunaito",
662
+ "name": "チルタリスナイト",
663
+ "description": "チルタリスが\nメガシンカすることができる持ち物。",
664
+ "pluralName": "チルタリスナイト"
665
+ },
666
+ {
667
+ "id": "galladite",
668
+ "slug": "galladite",
669
+ "slugLoc": "erureidonaito",
670
+ "name": "エルレイドナイト",
671
+ "description": "エルレイドが\nメガシンカすることができる持ち物。",
672
+ "pluralName": "エルレイドナイト"
673
+ },
674
+ {
675
+ "id": "audinite",
676
+ "slug": "audinite",
677
+ "slugLoc": "tabunnenaito",
678
+ "name": "タブンネナイト",
679
+ "description": "タブンネが\nメガシンカすることができる持ち物。",
680
+ "pluralName": "タブンネナイト"
681
+ },
682
+ {
683
+ "id": "sharpedonite",
684
+ "slug": "sharpedonite",
685
+ "slugLoc": "samehadanaito",
686
+ "name": "サメハダナイト",
687
+ "description": "サメハダーが\nメガシンカすることができる持ち物。",
688
+ "pluralName": "サメハダナイト"
689
+ },
690
+ {
691
+ "id": "slowbronite",
692
+ "slug": "slowbronite",
693
+ "slugLoc": "yadorannaito",
694
+ "name": "ヤドランナイト",
695
+ "description": "ヤドランが\nメガシンカすることができる持ち物。\nガラルのすがたには効果がない。",
696
+ "pluralName": "ヤドランナイト"
697
+ },
698
+ {
699
+ "id": "steelixite",
700
+ "slug": "steelixite",
701
+ "slugLoc": "haganerunaito",
702
+ "name": "ハガネールナイト",
703
+ "description": "ハガネールが\nメガシンカすることができる持ち物。",
704
+ "pluralName": "ハガネールナイト"
705
+ },
706
+ {
707
+ "id": "pidgeotite",
708
+ "slug": "pidgeotite",
709
+ "slugLoc": "piziyotutonaito",
710
+ "name": "ピジョットナイト",
711
+ "description": "ピジョットが\nメガシンカすることができる持ち物。",
712
+ "pluralName": "ピジョットナイト"
713
+ },
714
+ {
715
+ "id": "glalitite",
716
+ "slug": "glalitite",
717
+ "slugLoc": "onigorinaito",
718
+ "name": "オニゴーリナイト",
719
+ "description": "オニゴーリが\nメガシンカすることができる持ち物。",
720
+ "pluralName": "オニゴーリナイト"
721
+ },
722
+ {
723
+ "id": "cameruptite",
724
+ "slug": "cameruptite",
725
+ "slugLoc": "bakudanaito",
726
+ "name": "バクーダナイト",
727
+ "description": "バクーダが\nメガシンカすることができる持ち物。",
728
+ "pluralName": "バクーダナイト"
729
+ },
730
+ {
731
+ "id": "lopunnite",
732
+ "slug": "lopunnite",
733
+ "slugLoc": "mimirotupunaito",
734
+ "name": "ミミロップナイト",
735
+ "description": "ミミロップが\nメガシンカすることができる持ち物。",
736
+ "pluralName": "ミミロップナイト"
737
+ },
738
+ {
739
+ "id": "beedrillite",
740
+ "slug": "beedrillite",
741
+ "slugLoc": "supianaito",
742
+ "name": "スピアナイト",
743
+ "description": "スピアーが\nメガシンカすることができる持ち物。",
744
+ "pluralName": "スピアナイト"
745
+ },
746
+ {
747
+ "id": "fairyfeather",
748
+ "slug": "fairy-feather",
749
+ "slugLoc": "youseinohane",
750
+ "name": "ようせいのハネ",
751
+ "description": "フェアリータイプの技の威力が\n1.2倍になる。",
752
+ "pluralName": "ようせいのハネ"
753
+ },
754
+ {
755
+ "id": "clefablite",
756
+ "slug": "clefablite",
757
+ "slugLoc": "pikusinaito",
758
+ "name": "ピクシナイト",
759
+ "description": "ピクシーが\nメガシンカすることができる持ち物。",
760
+ "pluralName": "ピクシナイト"
761
+ },
762
+ {
763
+ "id": "victreebelite",
764
+ "slug": "victreebelite",
765
+ "slugLoc": "utubotutonaito",
766
+ "name": "ウツボットナイト",
767
+ "description": "ウツボットが\nメガシンカすることができる持ち物。",
768
+ "pluralName": "ウツボットナイト"
769
+ },
770
+ {
771
+ "id": "starminite",
772
+ "slug": "starminite",
773
+ "slugLoc": "sutaminaito",
774
+ "name": "スターミナイト",
775
+ "description": "スターミーが\nメガシンカすることができる持ち物。",
776
+ "pluralName": "スターミナイト"
777
+ },
778
+ {
779
+ "id": "dragoninite",
780
+ "slug": "dragoninite",
781
+ "slugLoc": "kairiyunaito",
782
+ "name": "カイリュナイト",
783
+ "description": "カイリューが\nメガシンカすることができる持ち物。",
784
+ "pluralName": "カイリュナイト"
785
+ },
786
+ {
787
+ "id": "meganiumite",
788
+ "slug": "meganiumite",
789
+ "slugLoc": "meganiumunaito",
790
+ "name": "メガニウムナイト",
791
+ "description": "メガニウムが\nメガシンカすることができる持ち物。",
792
+ "pluralName": "メガニウムナイト"
793
+ },
794
+ {
795
+ "id": "feraligite",
796
+ "slug": "feraligite",
797
+ "slugLoc": "odairunaito",
798
+ "name": "オーダイルナイト",
799
+ "description": "オーダイルが\nメガシンカすることができる持ち物。",
800
+ "pluralName": "オーダイルナイト"
801
+ },
802
+ {
803
+ "id": "skarmorite",
804
+ "slug": "skarmorite",
805
+ "slugLoc": "eamudonaito",
806
+ "name": "エアームドナイト",
807
+ "description": "エアームドが\nメガシンカすることができる持ち物。",
808
+ "pluralName": "エアームドナイト"
809
+ },
810
+ {
811
+ "id": "froslassite",
812
+ "slug": "froslassite",
813
+ "slugLoc": "yukimenokonaito",
814
+ "name": "ユキメノコナイト",
815
+ "description": "ユキメノコが\nメガシンカすることができる持ち物。",
816
+ "pluralName": "ユキメノコナイト"
817
+ },
818
+ {
819
+ "id": "emboarite",
820
+ "slug": "emboarite",
821
+ "slugLoc": "enbuonaito",
822
+ "name": "エンブオナイト",
823
+ "description": "エンブオーが\nメガシンカすることができる持ち物。",
824
+ "pluralName": "エンブオナイト"
825
+ },
826
+ {
827
+ "id": "excadrite",
828
+ "slug": "excadrite",
829
+ "slugLoc": "doriyuuzunaito",
830
+ "name": "ドリュウズナイト",
831
+ "description": "ドリュウズが\nメガシンカすることができる持ち物。",
832
+ "pluralName": "ドリュウズナイト"
833
+ },
834
+ {
835
+ "id": "chandelurite",
836
+ "slug": "chandelurite",
837
+ "slugLoc": "siyanderanaito",
838
+ "name": "シャンデラナイト",
839
+ "description": "シャンデラが\nメガシンカすることができる持ち物。",
840
+ "pluralName": "シャンデラナイト"
841
+ },
842
+ {
843
+ "id": "chesnaughtite",
844
+ "slug": "chesnaughtite",
845
+ "slugLoc": "burigaronaito",
846
+ "name": "ブリガロナイト",
847
+ "description": "ブリガロンが\nメガシンカすることができる持ち物。",
848
+ "pluralName": "ブリガロナイト"
849
+ },
850
+ {
851
+ "id": "delphoxite",
852
+ "slug": "delphoxite",
853
+ "slugLoc": "mahuokusinaito",
854
+ "name": "マフォクシナイト",
855
+ "description": "マフォクシーが\nメガシンカすることができる持ち物。",
856
+ "pluralName": "マフォクシナイト"
857
+ },
858
+ {
859
+ "id": "greninjite",
860
+ "slug": "greninjite",
861
+ "slugLoc": "getukouganaito",
862
+ "name": "ゲッコウガナイト",
863
+ "description": "ゲッコウガが\nメガシンカすることができる持ち物。",
864
+ "pluralName": "ゲッコウガナイト"
865
+ },
866
+ {
867
+ "id": "floettite",
868
+ "slug": "floettite",
869
+ "slugLoc": "huraetutenaito",
870
+ "name": "フラエッテナイト",
871
+ "description": "フラエッテ えいえんのはな が\nメガシンカすることができる持ち物。",
872
+ "pluralName": "フラエッテナイト"
873
+ },
874
+ {
875
+ "id": "hawluchanite",
876
+ "slug": "hawluchanite",
877
+ "slugLoc": "rutiyaburunaito",
878
+ "name": "ルチャブルナイト",
879
+ "description": "ルチャブルが\nメガシンカすることができる持ち物。",
880
+ "pluralName": "ルチャブルナイト"
881
+ },
882
+ {
883
+ "id": "drampanite",
884
+ "slug": "drampanite",
885
+ "slugLoc": "zizironaito",
886
+ "name": "ジジーロナイト",
887
+ "description": "ジジーロンが\nメガシンカすることができる持ち物。",
888
+ "pluralName": "ジジーロナイト"
889
+ },
890
+ {
891
+ "id": "chimechite",
892
+ "slug": "chimechite",
893
+ "slugLoc": "tirinnaito",
894
+ "name": "チリーンナイト",
895
+ "description": "チリーンが\nメガシンカすることができる持ち物。",
896
+ "pluralName": "チリーンナイト"
897
+ },
898
+ {
899
+ "id": "golurkite",
900
+ "slug": "golurkite",
901
+ "slugLoc": "gorugunaito",
902
+ "name": "ゴルーグナイト",
903
+ "description": "ゴルーグが\nメガシンカすることができる持ち物。",
904
+ "pluralName": "ゴルーグナイト"
905
+ },
906
+ {
907
+ "id": "meowsticite",
908
+ "slug": "meowsticite",
909
+ "slugLoc": "niyaonikusunaito",
910
+ "name": "ニャオニクスナイト",
911
+ "description": "ニャオニクスが\nメガシンカすることができる持ち物。",
912
+ "pluralName": "ニャオニクスナイト"
913
+ },
914
+ {
915
+ "id": "crabominite",
916
+ "slug": "crabominite",
917
+ "slugLoc": "kekenkaninaito",
918
+ "name": "ケケンカニナイト",
919
+ "description": "ケケンカニが\nメガシンカすることができる持ち物。",
920
+ "pluralName": "ケケンカニナイト"
921
+ },
922
+ {
923
+ "id": "scovillainite",
924
+ "slug": "scovillainite",
925
+ "slugLoc": "sukovuiranaito",
926
+ "name": "スコヴィラナイト",
927
+ "description": "スコヴィランが\nメガシンカすることができる持ち物。",
928
+ "pluralName": "スコヴィラナイト"
929
+ },
930
+ {
931
+ "id": "glimmoranite",
932
+ "slug": "glimmoranite",
933
+ "slugLoc": "kirahurorunaito",
934
+ "name": "キラフロルナイト",
935
+ "description": "キラフロルが\nメガシンカすることができる持ち物。",
936
+ "pluralName": "キラフロルナイト"
937
+ }
938
+ ]