@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": "agcwi",
6
+ "name": "악취",
7
+ "description": "기술로 데미지를 주었을 때\n10% 확률로 상대를 풀죽게 한다."
8
+ },
9
+ {
10
+ "id": "drizzle",
11
+ "slug": "drizzle",
12
+ "slugLoc": "janbi",
13
+ "name": "잔비",
14
+ "description": "등장 시 5턴 동안\n비 상태로 만든다."
15
+ },
16
+ {
17
+ "id": "speedboost",
18
+ "slug": "speed-boost",
19
+ "slugLoc": "gasog",
20
+ "name": "가속",
21
+ "description": "턴 종료 시 스피드가 1단계 올라간다."
22
+ },
23
+ {
24
+ "id": "battlearmor",
25
+ "slug": "battle-armor",
26
+ "slugLoc": "jeontumujang",
27
+ "name": "전투무장",
28
+ "description": "상대의 공격이 급소에 맞지 않는다."
29
+ },
30
+ {
31
+ "id": "sturdy",
32
+ "slug": "sturdy",
33
+ "slugLoc": "onggolcam",
34
+ "name": "옹골참",
35
+ "description": "HP가 꽉 찼을 때\n일격에 기절할 듯한 기술로 데미지를 입으면\nHP를 1 남기고 버틴다.\n일격필살 기술의 효과도 받지 않는다."
36
+ },
37
+ {
38
+ "id": "damp",
39
+ "slug": "damp",
40
+ "slugLoc": "seubgi",
41
+ "name": "습기",
42
+ "description": "전원은 폭발 기술을 사용할 수 없고\n폭발하는 특성도 발동하지 않는다."
43
+ },
44
+ {
45
+ "id": "limber",
46
+ "slug": "limber",
47
+ "slugLoc": "yuyeon",
48
+ "name": "유연",
49
+ "description": "마비 상태가 되지 않는다."
50
+ },
51
+ {
52
+ "id": "sandveil",
53
+ "slug": "sand-veil",
54
+ "slugLoc": "moraesumgi",
55
+ "name": "모래숨기",
56
+ "description": "모래바람 상태일 때\n회피율이 1.25배가 된다."
57
+ },
58
+ {
59
+ "id": "static",
60
+ "slug": "static",
61
+ "slugLoc": "jeongjeongi",
62
+ "name": "정전기",
63
+ "description": "접촉 기술을 받으면\n30% 확률로 상대를 마비 상태로 만든다."
64
+ },
65
+ {
66
+ "id": "voltabsorb",
67
+ "slug": "volt-absorb",
68
+ "slugLoc": "cugjeon",
69
+ "name": "축전",
70
+ "description": "전기타입 기술의 효과를 받지 않으며\n최대 HP의 1/4만큼 회복한다."
71
+ },
72
+ {
73
+ "id": "waterabsorb",
74
+ "slug": "water-absorb",
75
+ "slugLoc": "jeosu",
76
+ "name": "저수",
77
+ "description": "물타입 기술의 효과를 받지 않으며\n최대 HP의 1/4만큼 회복한다."
78
+ },
79
+ {
80
+ "id": "oblivious",
81
+ "slug": "oblivious",
82
+ "slugLoc": "dungam",
83
+ "name": "둔감",
84
+ "description": "헤롱헤롱, 도발 상태가 되지 않으며\n위협의 효과도 받지 않는다."
85
+ },
86
+ {
87
+ "id": "cloudnine",
88
+ "slug": "cloud-nine",
89
+ "slugLoc": "nalssibujeong",
90
+ "name": "날씨부정",
91
+ "description": "모든 날씨의 영향을 없앤다."
92
+ },
93
+ {
94
+ "id": "compoundeyes",
95
+ "slug": "compound-eyes",
96
+ "slugLoc": "bogan",
97
+ "name": "복안",
98
+ "description": "기술의 명중률이 1.3배가 된다."
99
+ },
100
+ {
101
+ "id": "insomnia",
102
+ "slug": "insomnia",
103
+ "slugLoc": "bulmyeon",
104
+ "name": "불면",
105
+ "description": "잠듦, 졸음 상태가 되지 않는다."
106
+ },
107
+ {
108
+ "id": "immunity",
109
+ "slug": "immunity",
110
+ "slugLoc": "myeonyeog",
111
+ "name": "면역",
112
+ "description": "독, 맹독 상태가 되지 않는다."
113
+ },
114
+ {
115
+ "id": "flashfire",
116
+ "slug": "flash-fire",
117
+ "slugLoc": "taoreuneunbulggoc",
118
+ "name": "타오르는불꽃",
119
+ "description": "불꽃타입 기술의 효과를 받지 않으며\n자신은 타오르는불꽃 상태가 된다."
120
+ },
121
+ {
122
+ "id": "shielddust",
123
+ "slug": "shield-dust",
124
+ "slugLoc": "inbun",
125
+ "name": "인분",
126
+ "description": "공격의 추가 효과를 받지 않는다."
127
+ },
128
+ {
129
+ "id": "owntempo",
130
+ "slug": "own-tempo",
131
+ "slugLoc": "maipeiseu",
132
+ "name": "마이페이스",
133
+ "description": "혼란 상태가 되지 않으며\n위협의 효과도 받지 않는다."
134
+ },
135
+ {
136
+ "id": "suctioncups",
137
+ "slug": "suction-cups",
138
+ "slugLoc": "heubban",
139
+ "name": "흡반",
140
+ "description": "상대의 교체시키는 기술이나 도구의 효과를 받지 않는다."
141
+ },
142
+ {
143
+ "id": "intimidate",
144
+ "slug": "intimidate",
145
+ "slugLoc": "wihyeob",
146
+ "name": "위협",
147
+ "description": "등장 시 상대의 공격을 1단계 떨어뜨린다."
148
+ },
149
+ {
150
+ "id": "shadowtag",
151
+ "slug": "shadow-tag",
152
+ "slugLoc": "geurimjabalbgi",
153
+ "name": "그림자밟기",
154
+ "description": "상대는 교체할 수 없게 된다."
155
+ },
156
+ {
157
+ "id": "roughskin",
158
+ "slug": "rough-skin",
159
+ "slugLoc": "ggacilhanpibu",
160
+ "name": "까칠한피부",
161
+ "description": "접촉 기술을 받으면\n상대 최대 HP의 1/8만큼 데미지를 준다."
162
+ },
163
+ {
164
+ "id": "levitate",
165
+ "slug": "levitate",
166
+ "slugLoc": "buyu",
167
+ "name": "부유",
168
+ "description": "땅 위에 있지 않게 되어\n땅타입 기술, 압정뿌리기, 독압정,\n끈적끈적네트 상태의 효과를 받지 않는다."
169
+ },
170
+ {
171
+ "id": "synchronize",
172
+ "slug": "synchronize",
173
+ "slugLoc": "singkeuro",
174
+ "name": "싱크로",
175
+ "description": "상대의 기술이나 특성에 의해\n독, 맹독, 마비, 화상 상태가 되면\n상대도 같은 상태로 만든다."
176
+ },
177
+ {
178
+ "id": "clearbody",
179
+ "slug": "clear-body",
180
+ "slugLoc": "keulrieobadi",
181
+ "name": "클리어바디",
182
+ "description": "상대의 기술이나 특성에 의해\n능력이 떨어지지 않는다."
183
+ },
184
+ {
185
+ "id": "naturalcure",
186
+ "slug": "natural-cure",
187
+ "slugLoc": "jayeonhoebog",
188
+ "name": "자연회복",
189
+ "description": "지닌 포켓몬으로 돌아오면\n상태 이상이 회복된다."
190
+ },
191
+ {
192
+ "id": "lightningrod",
193
+ "slug": "lightning-rod",
194
+ "slugLoc": "piroecim",
195
+ "name": "피뢰침",
196
+ "description": "전기타입 기술을 자신에게 끌어모은다.\n그 기술의 효과를 받지 않고\n특수공격이 1단계 올라간다."
197
+ },
198
+ {
199
+ "id": "swiftswim",
200
+ "slug": "swift-swim",
201
+ "slugLoc": "sseugsseug",
202
+ "name": "쓱쓱",
203
+ "description": "비 상태일 때 스피드가 2배가 된다."
204
+ },
205
+ {
206
+ "id": "chlorophyll",
207
+ "slug": "chlorophyll",
208
+ "slugLoc": "yeobrogso",
209
+ "name": "엽록소",
210
+ "description": "쾌청 상태일 때 스피드가 2배가 된다."
211
+ },
212
+ {
213
+ "id": "illuminate",
214
+ "slug": "illuminate",
215
+ "slugLoc": "balgwang",
216
+ "name": "발광",
217
+ "description": "상대의 회피율 변화를 무시하고\n명중률도 떨어지지 않는다."
218
+ },
219
+ {
220
+ "id": "trace",
221
+ "slug": "trace",
222
+ "slugLoc": "teureiseu",
223
+ "name": "트레이스",
224
+ "description": "등장 시 상대의 특성과 같은 특성이 된다."
225
+ },
226
+ {
227
+ "id": "hugepower",
228
+ "slug": "huge-power",
229
+ "slugLoc": "ceonhajangsa",
230
+ "name": "천하장사",
231
+ "description": "물리 기술의 위력이 2배가 된다."
232
+ },
233
+ {
234
+ "id": "poisonpoint",
235
+ "slug": "poison-point",
236
+ "slugLoc": "doggasi",
237
+ "name": "독가시",
238
+ "description": "접촉 기술을 받으면\n30% 확률로 상대를 독 상태로 만든다."
239
+ },
240
+ {
241
+ "id": "innerfocus",
242
+ "slug": "inner-focus",
243
+ "slugLoc": "jeongsinryeog",
244
+ "name": "정신력",
245
+ "description": "상대의 공격에 풀죽지 않으며\n위협의 효과도 받지 않는다."
246
+ },
247
+ {
248
+ "id": "magmaarmor",
249
+ "slug": "magma-armor",
250
+ "slugLoc": "mageumayimujang",
251
+ "name": "마그마의무장",
252
+ "description": "얼음 상태가 되지 않는다."
253
+ },
254
+ {
255
+ "id": "soundproof",
256
+ "slug": "soundproof",
257
+ "slugLoc": "bangeum",
258
+ "name": "방음",
259
+ "description": "소리 기술의 효과를 받지 않는다."
260
+ },
261
+ {
262
+ "id": "raindish",
263
+ "slug": "rain-dish",
264
+ "slugLoc": "jeojeunjeobsi",
265
+ "name": "젖은접시",
266
+ "description": "비 상태일 때 턴 종료 시\n최대 HP의 1/16만큼 회복한다."
267
+ },
268
+ {
269
+ "id": "sandstream",
270
+ "slug": "sand-stream",
271
+ "slugLoc": "moraenalrim",
272
+ "name": "모래날림",
273
+ "description": "등장 시 5턴 동안\n모래바람 상태로 만든다."
274
+ },
275
+ {
276
+ "id": "pressure",
277
+ "slug": "pressure",
278
+ "slugLoc": "peuresyeo",
279
+ "name": "프레셔",
280
+ "description": "자신에게 상대가 사용하는 기술의 PP를\n추가로 1 줄인다."
281
+ },
282
+ {
283
+ "id": "thickfat",
284
+ "slug": "thick-fat",
285
+ "slugLoc": "duggeounjibang",
286
+ "name": "두꺼운지방",
287
+ "description": "불꽃타입과 얼음타입 기술로\n입는 데미지가 반감된다."
288
+ },
289
+ {
290
+ "id": "earlybird",
291
+ "slug": "early-bird",
292
+ "slugLoc": "iljjiggisang",
293
+ "name": "일찍기상",
294
+ "description": "잠듦 상태가 되어도 2배 빠르게 깨어난다."
295
+ },
296
+ {
297
+ "id": "flamebody",
298
+ "slug": "flame-body",
299
+ "slugLoc": "bulggocmom",
300
+ "name": "불꽃몸",
301
+ "description": "접촉 기술을 받으면\n30% 확률로 상대를 화상 상태로 만든다."
302
+ },
303
+ {
304
+ "id": "keeneye",
305
+ "slug": "keen-eye",
306
+ "slugLoc": "nalkarounnun",
307
+ "name": "날카로운눈",
308
+ "description": "상대의 회피율 변화를 무시하고\n명중률도 떨어지지 않는다."
309
+ },
310
+ {
311
+ "id": "hypercutter",
312
+ "slug": "hyper-cutter",
313
+ "slugLoc": "goeryeogjibge",
314
+ "name": "괴력집게",
315
+ "description": "상대의 기술이나 특성에 의해\n공격이 떨어지지 않는다."
316
+ },
317
+ {
318
+ "id": "pickup",
319
+ "slug": "pickup",
320
+ "slugLoc": "pigeob",
321
+ "name": "픽업",
322
+ "description": "자신이 도구를 지니고 있지 않을 때\n자신을 제외한 포켓몬이 소비한 도구를\n턴 종료 시에 주워 온다."
323
+ },
324
+ {
325
+ "id": "hustle",
326
+ "slug": "hustle",
327
+ "slugLoc": "yiyog",
328
+ "name": "의욕",
329
+ "description": "물리 기술을 사용할 때\n자신의 공격이 1.5배가 되지만\n명중률은 0.8배가 된다."
330
+ },
331
+ {
332
+ "id": "cutecharm",
333
+ "slug": "cute-charm",
334
+ "slugLoc": "herongherongbadi",
335
+ "name": "헤롱헤롱바디",
336
+ "description": "이성으로부터 접촉 기술을 받으면\n30% 확률로 상대를 헤롱헤롱 상태로 만든다."
337
+ },
338
+ {
339
+ "id": "plus",
340
+ "slug": "plus",
341
+ "slugLoc": "peulreoseu",
342
+ "name": "플러스",
343
+ "description": "플러스나 마이너스 특성을 가진 같은 편이\n필드에 있으면 자신의 특수공격이 1.5배가 된다."
344
+ },
345
+ {
346
+ "id": "minus",
347
+ "slug": "minus",
348
+ "slugLoc": "maineoseu",
349
+ "name": "마이너스",
350
+ "description": "플러스나 마이너스 특성을 가진 같은 편이\n필드에 있으면 자신의 특수공격이 1.5배가 된다."
351
+ },
352
+ {
353
+ "id": "forecast",
354
+ "slug": "forecast",
355
+ "slugLoc": "gibunpa",
356
+ "name": "기분파",
357
+ "description": "날씨의 영향을 받아\n물타입, 불꽃타입, 얼음타입 중 하나로 변화한다."
358
+ },
359
+ {
360
+ "id": "stickyhold",
361
+ "slug": "sticky-hold",
362
+ "slugLoc": "jeomcag",
363
+ "name": "점착",
364
+ "description": "지니고 있는 도구를 상대에게 빼앗기거나\n잃어버리지 않는다."
365
+ },
366
+ {
367
+ "id": "shedskin",
368
+ "slug": "shed-skin",
369
+ "slugLoc": "talpi",
370
+ "name": "탈피",
371
+ "description": "턴 종료 시 30% 확률로 상태 이상이 회복된다."
372
+ },
373
+ {
374
+ "id": "guts",
375
+ "slug": "guts",
376
+ "slugLoc": "geunseong",
377
+ "name": "근성",
378
+ "description": "상태 이상일 때 공격이 1.5배가 된다.\n화상 상태에 의한 물리 기술의 데미지가\n반감되는 효과는 무시한다."
379
+ },
380
+ {
381
+ "id": "marvelscale",
382
+ "slug": "marvel-scale",
383
+ "slugLoc": "isanghanbineul",
384
+ "name": "이상한비늘",
385
+ "description": "상태 이상일 때 방어가 1.5배가 된다."
386
+ },
387
+ {
388
+ "id": "overgrow",
389
+ "slug": "overgrow",
390
+ "slugLoc": "simrog",
391
+ "name": "심록",
392
+ "description": "HP가 최대 HP의 1/3 이하가 되면\n풀타입 기술의 위력이 1.5배가 된다."
393
+ },
394
+ {
395
+ "id": "blaze",
396
+ "slug": "blaze",
397
+ "slugLoc": "maenghwa",
398
+ "name": "맹화",
399
+ "description": "HP가 최대 HP의 1/3 이하가 되면\n불꽃타입 기술의 위력이 1.5배가 된다."
400
+ },
401
+ {
402
+ "id": "torrent",
403
+ "slug": "torrent",
404
+ "slugLoc": "geubryu",
405
+ "name": "급류",
406
+ "description": "HP가 최대 HP의 1/3 이하가 되면\n물타입 기술의 위력이 1.5배가 된다."
407
+ },
408
+ {
409
+ "id": "swarm",
410
+ "slug": "swarm",
411
+ "slugLoc": "beolreyialrim",
412
+ "name": "벌레의알림",
413
+ "description": "HP가 최대 HP의 1/3 이하가 되면\n벌레타입 기술의 위력이 1.5배가 된다."
414
+ },
415
+ {
416
+ "id": "rockhead",
417
+ "slug": "rock-head",
418
+ "slugLoc": "dolmeori",
419
+ "name": "돌머리",
420
+ "description": "자신까지 데미지를 입는 기술을 사용해도\nHP가 줄지 않는다."
421
+ },
422
+ {
423
+ "id": "drought",
424
+ "slug": "drought",
425
+ "slugLoc": "gamum",
426
+ "name": "가뭄",
427
+ "description": "등장 시 5턴 동안\n쾌청 상태로 만든다."
428
+ },
429
+ {
430
+ "id": "vitalspirit",
431
+ "slug": "vital-spirit",
432
+ "slugLoc": "yigiyangyang",
433
+ "name": "의기양양",
434
+ "description": "잠듦, 졸음 상태가 되지 않는다."
435
+ },
436
+ {
437
+ "id": "whitesmoke",
438
+ "slug": "white-smoke",
439
+ "slugLoc": "hayanyeongi",
440
+ "name": "하얀연기",
441
+ "description": "상대의 기술이나 특성에 의해\n능력이 떨어지지 않는다."
442
+ },
443
+ {
444
+ "id": "purepower",
445
+ "slug": "pure-power",
446
+ "slugLoc": "sunsuhanhim",
447
+ "name": "순수한힘",
448
+ "description": "물리 기술의 위력이 2배가 된다."
449
+ },
450
+ {
451
+ "id": "shellarmor",
452
+ "slug": "shell-armor",
453
+ "slugLoc": "jogabigabos",
454
+ "name": "조가비갑옷",
455
+ "description": "상대의 공격이 급소에 맞지 않는다."
456
+ },
457
+ {
458
+ "id": "tangledfeet",
459
+ "slug": "tangled-feet",
460
+ "slugLoc": "galjijageoleum",
461
+ "name": "갈지자걸음",
462
+ "description": "혼란 상태일 때 회피율이 2배가 된다."
463
+ },
464
+ {
465
+ "id": "motordrive",
466
+ "slug": "motor-drive",
467
+ "slugLoc": "jeongienjin",
468
+ "name": "전기엔진",
469
+ "description": "전기타입 기술의 효과를 받지 않으며\n스피드가 1단계 올라간다."
470
+ },
471
+ {
472
+ "id": "rivalry",
473
+ "slug": "rivalry",
474
+ "slugLoc": "tujaengsim",
475
+ "name": "투쟁심",
476
+ "description": "기술의 위력이 성별이 같을 때는 1.25배\n다를 때는 0.75배가 된다.\n성별이 불명인 경우 평소의 위력이 된다."
477
+ },
478
+ {
479
+ "id": "steadfast",
480
+ "slug": "steadfast",
481
+ "slugLoc": "bulgulyimaeum",
482
+ "name": "불굴의마음",
483
+ "description": "풀이 죽으면 스피드가 1단계 올라간다."
484
+ },
485
+ {
486
+ "id": "snowcloak",
487
+ "slug": "snow-cloak",
488
+ "slugLoc": "nunsumgi",
489
+ "name": "눈숨기",
490
+ "description": "눈 상태일 때 회피율이 1.25배가 된다."
491
+ },
492
+ {
493
+ "id": "gluttony",
494
+ "slug": "gluttony",
495
+ "slugLoc": "meogbo",
496
+ "name": "먹보",
497
+ "description": "HP가 1/4일 때 먹는 나무열매를\nHP가 1/2일 때 먹어 버린다."
498
+ },
499
+ {
500
+ "id": "angerpoint",
501
+ "slug": "anger-point",
502
+ "slugLoc": "bunnoyigyeonghyeol",
503
+ "name": "분노의경혈",
504
+ "description": "상대의 공격이 급소에 맞으면\n자신의 공격이 6단계까지 올라간다."
505
+ },
506
+ {
507
+ "id": "unburden",
508
+ "slug": "unburden",
509
+ "slugLoc": "gogye",
510
+ "name": "곡예",
511
+ "description": "지니고 있는 도구가 없어지면\n스피드가 2배가 된다."
512
+ },
513
+ {
514
+ "id": "heatproof",
515
+ "slug": "heatproof",
516
+ "slugLoc": "naeyeol",
517
+ "name": "내열",
518
+ "description": "불꽃타입 기술로 입는 데미지가 반감된다.\n화상 상태의 데미지도 반감된다."
519
+ },
520
+ {
521
+ "id": "simple",
522
+ "slug": "simple",
523
+ "slugLoc": "dansun",
524
+ "name": "단순",
525
+ "description": "능력 변화가 평소의 2배가 된다."
526
+ },
527
+ {
528
+ "id": "dryskin",
529
+ "slug": "dry-skin",
530
+ "slugLoc": "geonjopibu",
531
+ "name": "건조피부",
532
+ "description": "물타입 기술의 효과를 받지 않으며\n최대 HP의 1/4만큼 HP를 회복하지만\n불꽃타입 기술로 입는 데미지가 1.25배가 된다.\n비 상태일 때 턴 종료 시\n최대 HP의 1/8만큼 HP를 회복하지만\n쾌청 상태일 때 턴 종료 시\n최대 HP의 1/8만큼 HP가 줄어든다."
533
+ },
534
+ {
535
+ "id": "ironfist",
536
+ "slug": "iron-fist",
537
+ "slugLoc": "ceoljumeog",
538
+ "name": "철주먹",
539
+ "description": "펀치 기술의 위력이 1.2배가 된다."
540
+ },
541
+ {
542
+ "id": "poisonheal",
543
+ "slug": "poison-heal",
544
+ "slugLoc": "poijeunhil",
545
+ "name": "포이즌힐",
546
+ "description": "독, 맹독 상태가 되면\n턴 종료 시 HP가 줄어드는 대신\n최대 HP의 1/8만큼 회복한다."
547
+ },
548
+ {
549
+ "id": "adaptability",
550
+ "slug": "adaptability",
551
+ "slugLoc": "jeogeungryeog",
552
+ "name": "적응력",
553
+ "description": "자신과 타입이 같은 기술의 위력이\n1.5배가 아닌 2배가 된다."
554
+ },
555
+ {
556
+ "id": "skilllink",
557
+ "slug": "skill-link",
558
+ "slugLoc": "seukilringkeu",
559
+ "name": "스킬링크",
560
+ "description": "연속 기술을 사용하면 최고 횟수로 사용한다."
561
+ },
562
+ {
563
+ "id": "hydration",
564
+ "slug": "hydration",
565
+ "slugLoc": "cogcogbadi",
566
+ "name": "촉촉바디",
567
+ "description": "비 상태일 때 턴 종료 시 상태 이상이 회복된다."
568
+ },
569
+ {
570
+ "id": "solarpower",
571
+ "slug": "solar-power",
572
+ "slugLoc": "seonpaweo",
573
+ "name": "선파워",
574
+ "description": "쾌청 상태일 때 특수공격이 1.5배가 되지만\n턴 종료 시 최대 HP의 1/8만큼 HP가 줄어든다."
575
+ },
576
+ {
577
+ "id": "quickfeet",
578
+ "slug": "quick-feet",
579
+ "slugLoc": "sogbo",
580
+ "name": "속보",
581
+ "description": "상태 이상일 때 스피드가 1.5배가 된다.\n마비 상태의 스피드가 느려지는 효과도 무시한다."
582
+ },
583
+ {
584
+ "id": "sniper",
585
+ "slug": "sniper",
586
+ "slugLoc": "seunaipeo",
587
+ "name": "스나이퍼",
588
+ "description": "급소에 맞혔을 때의 위력이\n1.5배가 아닌 2.25배가 된다."
589
+ },
590
+ {
591
+ "id": "magicguard",
592
+ "slug": "magic-guard",
593
+ "slugLoc": "maejiggadeu",
594
+ "name": "매직가드",
595
+ "description": "공격 기술 외에는 데미지를 입지 않는다."
596
+ },
597
+ {
598
+ "id": "noguard",
599
+ "slug": "no-guard",
600
+ "slugLoc": "nogadeu",
601
+ "name": "노가드",
602
+ "description": "서로가 사용하는 기술의 명중률이 100%가 된다."
603
+ },
604
+ {
605
+ "id": "stall",
606
+ "slug": "stall",
607
+ "slugLoc": "siganbeolgi",
608
+ "name": "시간벌기",
609
+ "description": "같은 우선도를 가진 기술 중\n가장 마지막에 기술을 사용하게 된다."
610
+ },
611
+ {
612
+ "id": "technician",
613
+ "slug": "technician",
614
+ "slugLoc": "tekeunisyeon",
615
+ "name": "테크니션",
616
+ "description": "위력이 60 이하인 기술의 위력이 1.5배가 된다."
617
+ },
618
+ {
619
+ "id": "leafguard",
620
+ "slug": "leaf-guard",
621
+ "slugLoc": "ripeugadeu",
622
+ "name": "리프가드",
623
+ "description": "쾌청 상태일 때 상태 이상이 되지 않는다."
624
+ },
625
+ {
626
+ "id": "klutz",
627
+ "slug": "klutz",
628
+ "slugLoc": "seotureum",
629
+ "name": "서투름",
630
+ "description": "이 포켓몬이 지니고 있는 도구는\n효과가 발생하지 않는다."
631
+ },
632
+ {
633
+ "id": "moldbreaker",
634
+ "slug": "mold-breaker",
635
+ "slugLoc": "teulggaegi",
636
+ "name": "틀깨기",
637
+ "description": "상대의 특성에 상관없이 기술을 사용할 수 있다.\n예외 되는 특성도 있다."
638
+ },
639
+ {
640
+ "id": "superluck",
641
+ "slug": "super-luck",
642
+ "slugLoc": "daeun",
643
+ "name": "대운",
644
+ "description": "급소업+1이 된다."
645
+ },
646
+ {
647
+ "id": "aftermath",
648
+ "slug": "aftermath",
649
+ "slugLoc": "yupog",
650
+ "name": "유폭",
651
+ "description": "접촉 기술을 받아 기절하면\n상대 최대 HP의 1/4만큼 데미지를 준다."
652
+ },
653
+ {
654
+ "id": "anticipation",
655
+ "slug": "anticipation",
656
+ "slugLoc": "wiheomyeji",
657
+ "name": "위험예지",
658
+ "description": "등장 시 상대가 자신에게 효과가 굉장한 기술이나\n일격필살 기술을 가지고 있는지를 감지한다."
659
+ },
660
+ {
661
+ "id": "unaware",
662
+ "slug": "unaware",
663
+ "slugLoc": "ceonjin",
664
+ "name": "천진",
665
+ "description": "상대의 능력 변화를 무시하고 공격할 수 있다.\n상대의 능력 변화를 무시하고 공격을 받는다.\n스피드는 무시할 수 없다."
666
+ },
667
+ {
668
+ "id": "filter",
669
+ "slug": "filter",
670
+ "slugLoc": "pilteo",
671
+ "name": "필터",
672
+ "description": "효과가 굉장한 기술로\n입는 데미지가 3/4이 된다."
673
+ },
674
+ {
675
+ "id": "scrappy",
676
+ "slug": "scrappy",
677
+ "slugLoc": "baejjang",
678
+ "name": "배짱",
679
+ "description": "노말타입과 격투타입 기술을\n고스트타입에게 맞힐 수 있다.\n위협의 효과도 받지 않는다."
680
+ },
681
+ {
682
+ "id": "icebody",
683
+ "slug": "ice-body",
684
+ "slugLoc": "aiseubadi",
685
+ "name": "아이스바디",
686
+ "description": "눈 상태일 때 턴 종료 시\n최대 HP의 1/16만큼 회복한다."
687
+ },
688
+ {
689
+ "id": "solidrock",
690
+ "slug": "solid-rock",
691
+ "slugLoc": "hadeurog",
692
+ "name": "하드록",
693
+ "description": "효과가 굉장한 기술로\n입는 데미지가 3/4이 된다."
694
+ },
695
+ {
696
+ "id": "snowwarning",
697
+ "slug": "snow-warning",
698
+ "slugLoc": "nunpeoddeurigi",
699
+ "name": "눈퍼뜨리기",
700
+ "description": "등장 시 5턴 동안\n눈 상태로 만든다."
701
+ },
702
+ {
703
+ "id": "frisk",
704
+ "slug": "frisk",
705
+ "slugLoc": "tongcal",
706
+ "name": "통찰",
707
+ "description": "등장 시 상대가 지니고 있는 도구를 통찰할 수 있다."
708
+ },
709
+ {
710
+ "id": "reckless",
711
+ "slug": "reckless",
712
+ "slugLoc": "ipansapan",
713
+ "name": "이판사판",
714
+ "description": "자신까지 데미지를 입는 기술의 위력이\n1.2배가 된다."
715
+ },
716
+ {
717
+ "id": "pickpocket",
718
+ "slug": "pickpocket",
719
+ "slugLoc": "nabbeunsonbeoreus",
720
+ "name": "나쁜손버릇",
721
+ "description": "자신이 도구를 지니고 있지 않을 때\n접촉 기술을 받으면\n상대의 도구를 훔친다."
722
+ },
723
+ {
724
+ "id": "sheerforce",
725
+ "slug": "sheer-force",
726
+ "slugLoc": "ugyeogdajim",
727
+ "name": "우격다짐",
728
+ "description": "공격의 추가 효과가 없어지지만\n1.3배의 위력으로 기술을 사용할 수 있다."
729
+ },
730
+ {
731
+ "id": "contrary",
732
+ "slug": "contrary",
733
+ "slugLoc": "simsulggureogi",
734
+ "name": "심술꾸러기",
735
+ "description": "능력 변화가 역전해서\n올라갈 때는 떨어지고 떨어질 때는 올라간다."
736
+ },
737
+ {
738
+ "id": "unnerve",
739
+ "slug": "unnerve",
740
+ "slugLoc": "ginjanggam",
741
+ "name": "긴장감",
742
+ "description": "상대가 나무열매를 먹지 못하게 한다."
743
+ },
744
+ {
745
+ "id": "defiant",
746
+ "slug": "defiant",
747
+ "slugLoc": "ogi",
748
+ "name": "오기",
749
+ "description": "상대에 의해 능력이 떨어지면\n공격이 2단계 올라간다."
750
+ },
751
+ {
752
+ "id": "cursedbody",
753
+ "slug": "cursed-body",
754
+ "slugLoc": "jeojubadeunbadi",
755
+ "name": "저주받은바디",
756
+ "description": "기술로 데미지를 입으면 30% 확률로\n4턴 동안 상대를 기술봉인 상태로 만든다."
757
+ },
758
+ {
759
+ "id": "healer",
760
+ "slug": "healer",
761
+ "slugLoc": "ciyuyimaeum",
762
+ "name": "치유의마음",
763
+ "description": "턴 종료 시 같은 편의 상태 이상을\n50% 확률로 회복시킨다."
764
+ },
765
+ {
766
+ "id": "friendguard",
767
+ "slug": "friend-guard",
768
+ "slugLoc": "peurendeugadeu",
769
+ "name": "프렌드가드",
770
+ "description": "같은 편이 입는 데미지가 3/4이 된다."
771
+ },
772
+ {
773
+ "id": "weakarmor",
774
+ "slug": "weak-armor",
775
+ "slugLoc": "ggaeeojingabos",
776
+ "name": "깨어진갑옷",
777
+ "description": "물리 기술로 데미지를 입으면\n방어가 1단계 떨어지고\n스피드가 2단계 올라간다."
778
+ },
779
+ {
780
+ "id": "heavymetal",
781
+ "slug": "heavy-metal",
782
+ "slugLoc": "hebimetal",
783
+ "name": "헤비메탈",
784
+ "description": "자신의 무게가 2배가 된다."
785
+ },
786
+ {
787
+ "id": "lightmetal",
788
+ "slug": "light-metal",
789
+ "slugLoc": "raiteumetal",
790
+ "name": "라이트메탈",
791
+ "description": "자신의 무게가 1/2이 된다."
792
+ },
793
+ {
794
+ "id": "multiscale",
795
+ "slug": "multiscale",
796
+ "slugLoc": "meoltiseukeil",
797
+ "name": "멀티스케일",
798
+ "description": "HP가 꽉 찼을 때\n입는 데미지가 반감된다."
799
+ },
800
+ {
801
+ "id": "harvest",
802
+ "slug": "harvest",
803
+ "slugLoc": "suhwag",
804
+ "name": "수확",
805
+ "description": "사용한 나무열매를 턴 종료 시\n50% 확률로 만들어 낸다.\n쾌청 상태일 때는 반드시 만들어 낸다."
806
+ },
807
+ {
808
+ "id": "telepathy",
809
+ "slug": "telepathy",
810
+ "slugLoc": "telrepasi",
811
+ "name": "텔레파시",
812
+ "description": "같은 편의 공격을 회피한다."
813
+ },
814
+ {
815
+ "id": "moody",
816
+ "slug": "moody",
817
+ "slugLoc": "byeondeogjaengi",
818
+ "name": "변덕쟁이",
819
+ "description": "턴 종료 시 능력 중 하나가 2단계 올라가고\n나머지 중 하나가 1단계 떨어진다."
820
+ },
821
+ {
822
+ "id": "overcoat",
823
+ "slug": "overcoat",
824
+ "slugLoc": "bangjin",
825
+ "name": "방진",
826
+ "description": "모래바람 상태의 데미지를 입지 않는다.\n가루 기술이나 특성의 효과도 받지 않는다."
827
+ },
828
+ {
829
+ "id": "poisontouch",
830
+ "slug": "poison-touch",
831
+ "slugLoc": "dogsu",
832
+ "name": "독수",
833
+ "description": "상대에게 접촉 기술을 맞히면\n30% 확률로 독 상태로 만든다."
834
+ },
835
+ {
836
+ "id": "regenerator",
837
+ "slug": "regenerator",
838
+ "slugLoc": "jaesaengryeog",
839
+ "name": "재생력",
840
+ "description": "지닌 포켓몬으로 돌아오면\n최대 HP의 1/3만큼 회복한다."
841
+ },
842
+ {
843
+ "id": "bigpecks",
844
+ "slug": "big-pecks",
845
+ "slugLoc": "bupulringaseum",
846
+ "name": "부풀린가슴",
847
+ "description": "상대의 기술이나 특성에 의해\n방어가 떨어지지 않는다."
848
+ },
849
+ {
850
+ "id": "sandrush",
851
+ "slug": "sand-rush",
852
+ "slugLoc": "moraehecigi",
853
+ "name": "모래헤치기",
854
+ "description": "모래바람 상태일 때 스피드가 2배가 된다."
855
+ },
856
+ {
857
+ "id": "analytic",
858
+ "slug": "analytic",
859
+ "slugLoc": "aeneolraijeu",
860
+ "name": "애널라이즈",
861
+ "description": "턴의 가장 마지막에 기술을 사용하면\n기술의 위력이 1.3배가 된다."
862
+ },
863
+ {
864
+ "id": "illusion",
865
+ "slug": "illusion",
866
+ "slugLoc": "ilrujeon",
867
+ "name": "일루전",
868
+ "description": "지닌 포켓몬 중 가장 마지막에 있는\n포켓몬의 모습으로 등장한다.\n기술로 데미지를 입으면 원래대로 돌아온다."
869
+ },
870
+ {
871
+ "id": "imposter",
872
+ "slug": "imposter",
873
+ "slugLoc": "goejja",
874
+ "name": "괴짜",
875
+ "description": "눈앞의 포켓몬으로 변신한다.\nHP 이외의 스테이터스도 똑같아진다."
876
+ },
877
+ {
878
+ "id": "infiltrator",
879
+ "slug": "infiltrator",
880
+ "slugLoc": "teumsaepocag",
881
+ "name": "틈새포착",
882
+ "description": "상대의 빛의장막, 리플렉터,\n오로라베일, 신비의부적, 대타출동을\n무시하고 기술을 사용할 수 있다."
883
+ },
884
+ {
885
+ "id": "mummy",
886
+ "slug": "mummy",
887
+ "slugLoc": "mira",
888
+ "name": "미라",
889
+ "description": "접촉 기술을 받으면\n상대의 특성을 미라로 만든다."
890
+ },
891
+ {
892
+ "id": "moxie",
893
+ "slug": "moxie",
894
+ "slugLoc": "jagigwasin",
895
+ "name": "자기과신",
896
+ "description": "공격으로 상대를 쓰러뜨리면\n공격이 1단계 올라간다."
897
+ },
898
+ {
899
+ "id": "justified",
900
+ "slug": "justified",
901
+ "slugLoc": "jeongyiyimaeum",
902
+ "name": "정의의마음",
903
+ "description": "악타입 기술로 데미지를 입으면\n공격이 1단계 올라간다."
904
+ },
905
+ {
906
+ "id": "magicbounce",
907
+ "slug": "magic-bounce",
908
+ "slugLoc": "maejigmireo",
909
+ "name": "매직미러",
910
+ "description": "상대의 변화 기술에 효과를 받지 않고\n상대에게 되받아친다."
911
+ },
912
+ {
913
+ "id": "sapsipper",
914
+ "slug": "sap-sipper",
915
+ "slugLoc": "cosig",
916
+ "name": "초식",
917
+ "description": "풀타입 기술의 효과를 받지 않으며\n공격이 1단계 올라간다."
918
+ },
919
+ {
920
+ "id": "prankster",
921
+ "slug": "prankster",
922
+ "slugLoc": "jisgujeunmaeum",
923
+ "name": "짓궂은마음",
924
+ "description": "변화 기술의 우선도가 1단계 올라간다."
925
+ },
926
+ {
927
+ "id": "sandforce",
928
+ "slug": "sand-force",
929
+ "slugLoc": "moraeyihim",
930
+ "name": "모래의힘",
931
+ "description": "모래바람 상태일 때\n바위, 땅, 강철타입 기술의 위력이 1.3배가 된다."
932
+ },
933
+ {
934
+ "id": "aromaveil",
935
+ "slug": "aroma-veil",
936
+ "slugLoc": "aromabeil",
937
+ "name": "아로마베일",
938
+ "description": "자신과 같은 편은 헤롱헤롱, 도발,\n연속 불가, 기술봉인, 회복봉인,\n앙코르 상태가 되지 않는다."
939
+ },
940
+ {
941
+ "id": "flowerveil",
942
+ "slug": "flower-veil",
943
+ "slugLoc": "peulraweobeil",
944
+ "name": "플라워베일",
945
+ "description": "같은 편 풀타입 포켓몬은\n능력이 떨어지지 않으며 상태 이상도 되지 않는다."
946
+ },
947
+ {
948
+ "id": "cheekpouch",
949
+ "slug": "cheek-pouch",
950
+ "slugLoc": "boljumeoni",
951
+ "name": "볼주머니",
952
+ "description": "나무열매를 먹으면 그 효과와 더불어\n최대 HP의 1/3만큼 회복한다."
953
+ },
954
+ {
955
+ "id": "protean",
956
+ "slug": "protean",
957
+ "slugLoc": "byeonhwanjajae",
958
+ "name": "변환자재",
959
+ "description": "등장할 때마다 단 한 번\n자신이 사용하는 기술과 같은 타입으로 변화한다."
960
+ },
961
+ {
962
+ "id": "furcoat",
963
+ "slug": "fur-coat",
964
+ "slugLoc": "peokoteu",
965
+ "name": "퍼코트",
966
+ "description": "물리 기술로 입는 데미지가 반감된다."
967
+ },
968
+ {
969
+ "id": "magician",
970
+ "slug": "magician",
971
+ "slugLoc": "maejisyeon",
972
+ "name": "매지션",
973
+ "description": "자신이 도구를 지니고 있지 않을 때\n기술로 데미지를 준 상대의 도구를 빼앗는다."
974
+ },
975
+ {
976
+ "id": "bulletproof",
977
+ "slug": "bulletproof",
978
+ "slugLoc": "bangtan",
979
+ "name": "방탄",
980
+ "description": "구슬/폭탄 기술의 효과를 받지 않는다."
981
+ },
982
+ {
983
+ "id": "competitive",
984
+ "slug": "competitive",
985
+ "slugLoc": "seunggi",
986
+ "name": "승기",
987
+ "description": "상대에 의해 능력이 떨어지면\n특수공격이 2단계 올라간다."
988
+ },
989
+ {
990
+ "id": "strongjaw",
991
+ "slug": "strong-jaw",
992
+ "slugLoc": "onggolcanteog",
993
+ "name": "옹골찬턱",
994
+ "description": "무는 기술의 위력이 1.5배가 된다."
995
+ },
996
+ {
997
+ "id": "refrigerate",
998
+ "slug": "refrigerate",
999
+ "slugLoc": "peurijeuseukin",
1000
+ "name": "프리즈스킨",
1001
+ "description": "노말타입 기술이 얼음타입이 되며\n위력이 1.2배가 된다."
1002
+ },
1003
+ {
1004
+ "id": "sweetveil",
1005
+ "slug": "sweet-veil",
1006
+ "slugLoc": "seuwiteubeil",
1007
+ "name": "스위트베일",
1008
+ "description": "자신과 같은 편은 잠듦, 졸음 상태가 되지 않는다."
1009
+ },
1010
+ {
1011
+ "id": "stancechange",
1012
+ "slug": "stance-change",
1013
+ "slugLoc": "baeteulseuwici",
1014
+ "name": "배틀스위치",
1015
+ "description": "공격을 사용하면 블레이드폼으로\n기술 킹실드를 사용하면 실드폼으로 변화한다."
1016
+ },
1017
+ {
1018
+ "id": "galewings",
1019
+ "slug": "gale-wings",
1020
+ "slugLoc": "jilpungnalgae",
1021
+ "name": "질풍날개",
1022
+ "description": "HP가 꽉 찼을 때\n비행타입 기술의 우선도가 1단계 올라간다."
1023
+ },
1024
+ {
1025
+ "id": "megalauncher",
1026
+ "slug": "mega-launcher",
1027
+ "slugLoc": "megareonceo",
1028
+ "name": "메가런처",
1029
+ "description": "파동 기술의 위력이 1.5배가 된다."
1030
+ },
1031
+ {
1032
+ "id": "symbiosis",
1033
+ "slug": "symbiosis",
1034
+ "slugLoc": "gongsaeng",
1035
+ "name": "공생",
1036
+ "description": "같은 편이 도구를 소비하면\n자신이 지니고 있는 도구를 같은 편에게 건넨다."
1037
+ },
1038
+ {
1039
+ "id": "toughclaws",
1040
+ "slug": "tough-claws",
1041
+ "slugLoc": "dandanhanbaltob",
1042
+ "name": "단단한발톱",
1043
+ "description": "접촉 기술의 위력이 1.3배가 된다."
1044
+ },
1045
+ {
1046
+ "id": "pixilate",
1047
+ "slug": "pixilate",
1048
+ "slugLoc": "peeoriseukin",
1049
+ "name": "페어리스킨",
1050
+ "description": "노말타입 기술이 페어리타입이 되며\n위력이 1.2배가 된다."
1051
+ },
1052
+ {
1053
+ "id": "gooey",
1054
+ "slug": "gooey",
1055
+ "slugLoc": "miggeunmiggeun",
1056
+ "name": "미끈미끈",
1057
+ "description": "접촉 기술을 받으면\n상대의 스피드를 1단계 떨어뜨린다."
1058
+ },
1059
+ {
1060
+ "id": "aerilate",
1061
+ "slug": "aerilate",
1062
+ "slugLoc": "seukaiseukin",
1063
+ "name": "스카이스킨",
1064
+ "description": "노말타입 기술이 비행타입이 되며\n위력이 1.2배가 된다."
1065
+ },
1066
+ {
1067
+ "id": "parentalbond",
1068
+ "slug": "parental-bond",
1069
+ "slugLoc": "bujayucin",
1070
+ "name": "부자유친",
1071
+ "description": "부모와 자식이 각각 1번씩 공격한다.\n자식은 부모의 0.25배 위력으로 공격한다."
1072
+ },
1073
+ {
1074
+ "id": "fairyaura",
1075
+ "slug": "fairy-aura",
1076
+ "slugLoc": "peeoriora",
1077
+ "name": "페어리오라",
1078
+ "description": "전원의 페어리타입 기술의\n위력이 1.33배가 된다."
1079
+ },
1080
+ {
1081
+ "id": "stamina",
1082
+ "slug": "stamina",
1083
+ "slugLoc": "jiguryeog",
1084
+ "name": "지구력",
1085
+ "description": "기술로 데미지를 입으면\n방어가 1단계 올라간다."
1086
+ },
1087
+ {
1088
+ "id": "merciless",
1089
+ "slug": "merciless",
1090
+ "slugLoc": "mudohanhaengdong",
1091
+ "name": "무도한행동",
1092
+ "description": "독, 맹독 상태인 상대를 공격하면\n반드시 급소에 맞는다."
1093
+ },
1094
+ {
1095
+ "id": "waterbubble",
1096
+ "slug": "water-bubble",
1097
+ "slugLoc": "supo",
1098
+ "name": "수포",
1099
+ "description": "불꽃타입 기술로 입는 데미지가 반감된다.\n물타입 기술의 위력이 2배가 된다.\n화상 상태가 되지 않는다."
1100
+ },
1101
+ {
1102
+ "id": "berserk",
1103
+ "slug": "berserk",
1104
+ "slugLoc": "balggeun",
1105
+ "name": "발끈",
1106
+ "description": "상대의 공격에 HP가 1/2 이하가 되면\n특수공격이 1단계 올라간다."
1107
+ },
1108
+ {
1109
+ "id": "slushrush",
1110
+ "slug": "slush-rush",
1111
+ "slugLoc": "nunciugi",
1112
+ "name": "눈치우기",
1113
+ "description": "눈 상태일 때 스피드가 2배가 된다."
1114
+ },
1115
+ {
1116
+ "id": "longreach",
1117
+ "slug": "long-reach",
1118
+ "slugLoc": "weongyeog",
1119
+ "name": "원격",
1120
+ "description": "사용하는 기술이 접촉 기술이 아니게 된다."
1121
+ },
1122
+ {
1123
+ "id": "liquidvoice",
1124
+ "slug": "liquid-voice",
1125
+ "slugLoc": "cogcogboiseu",
1126
+ "name": "촉촉보이스",
1127
+ "description": "소리 기술이 물타입이 된다."
1128
+ },
1129
+ {
1130
+ "id": "surgesurfer",
1131
+ "slug": "surge-surfer",
1132
+ "slugLoc": "seopingteil",
1133
+ "name": "서핑테일",
1134
+ "description": "일렉트릭필드 상태일 때 스피드가 2배가 된다."
1135
+ },
1136
+ {
1137
+ "id": "disguise",
1138
+ "slug": "disguise",
1139
+ "slugLoc": "tal",
1140
+ "name": "탈",
1141
+ "description": "둔갑한 모습일 때 기술로 데미지를 입으면\n데미지를 입는 대신 최대 HP의 1/8을 소비하여\n들킨 모습으로 변화한다."
1142
+ },
1143
+ {
1144
+ "id": "corrosion",
1145
+ "slug": "corrosion",
1146
+ "slugLoc": "busig",
1147
+ "name": "부식",
1148
+ "description": "강철타입, 독타입 포켓몬도\n독, 맹독 상태로 만들 수 있다."
1149
+ },
1150
+ {
1151
+ "id": "queenlymajesty",
1152
+ "slug": "queenly-majesty",
1153
+ "slugLoc": "yeowangyiwieom",
1154
+ "name": "여왕의위엄",
1155
+ "description": "자신과 같은 편에게\n상대는 선제 기술을 사용할 수 없다."
1156
+ },
1157
+ {
1158
+ "id": "innardsout",
1159
+ "slug": "innards-out",
1160
+ "slugLoc": "naeyongmulbuncul",
1161
+ "name": "내용물분출",
1162
+ "description": "기절할 듯한 기술로 데미지를 입으면\n상대에게 받은 그 데미지를 돌려준다."
1163
+ },
1164
+ {
1165
+ "id": "receiver",
1166
+ "slug": "receiver",
1167
+ "slugLoc": "risibeo",
1168
+ "name": "리시버",
1169
+ "description": "쓰러진 같은 편의 특성과 같은 특성이 된다."
1170
+ },
1171
+ {
1172
+ "id": "mirrorarmor",
1173
+ "slug": "mirror-armor",
1174
+ "slugLoc": "mireoameo",
1175
+ "name": "미러아머",
1176
+ "description": "자신이 받는 능력을 떨어뜨리는 효과를 받지 않으며\n상대에게 되받아친다."
1177
+ },
1178
+ {
1179
+ "id": "stalwart",
1180
+ "slug": "stalwart",
1181
+ "slugLoc": "gudgeonhansinnyeom",
1182
+ "name": "굳건한신념",
1183
+ "description": "기술을 끌어모으는\n특성이나 기술의 영향을 무시한다."
1184
+ },
1185
+ {
1186
+ "id": "sandspit",
1187
+ "slug": "sand-spit",
1188
+ "slugLoc": "moraebbumgi",
1189
+ "name": "모래뿜기",
1190
+ "description": "기술로 데미지를 입으면 5턴 동안\n모래바람 상태로 만든다."
1191
+ },
1192
+ {
1193
+ "id": "ripen",
1194
+ "slug": "ripen",
1195
+ "slugLoc": "sugseong",
1196
+ "name": "숙성",
1197
+ "description": "먹는 나무열매의 효과가 2배가 된다."
1198
+ },
1199
+ {
1200
+ "id": "mimicry",
1201
+ "slug": "mimicry",
1202
+ "slugLoc": "yitae",
1203
+ "name": "의태",
1204
+ "description": "필드에 따라 타입이 바뀐다."
1205
+ },
1206
+ {
1207
+ "id": "screencleaner",
1208
+ "slug": "screen-cleaner",
1209
+ "slugLoc": "baerieopeuri",
1210
+ "name": "배리어프리",
1211
+ "description": "등장 시 빛의장막, 리플렉터,\n오로라베일 상태를 해제한다."
1212
+ },
1213
+ {
1214
+ "id": "wanderingspirit",
1215
+ "slug": "wandering-spirit",
1216
+ "slugLoc": "ddeodoneunyeonghon",
1217
+ "name": "떠도는영혼",
1218
+ "description": "접촉 기술을 받으면\n상대와 특성을 바꾼다."
1219
+ },
1220
+ {
1221
+ "id": "hungerswitch",
1222
+ "slug": "hunger-switch",
1223
+ "slugLoc": "ggoreureugseuwici",
1224
+ "name": "꼬르륵스위치",
1225
+ "description": "턴 종료 시 배부른 모양과 배고픈 모양을\n번갈아 가며 모습을 바꾼다."
1226
+ },
1227
+ {
1228
+ "id": "quickdraw",
1229
+ "slug": "quick-draw",
1230
+ "slugLoc": "kwigdeuro",
1231
+ "name": "퀵드로",
1232
+ "description": "30% 확률로\n우선도가 같은 기술 중에서 가장 먼저 행동한다."
1233
+ },
1234
+ {
1235
+ "id": "unseenfist",
1236
+ "slug": "unseen-fist",
1237
+ "slugLoc": "boijianhneunjumeog",
1238
+ "name": "보이지않는주먹",
1239
+ "description": "접촉 기술을 사용할 때\n상대의 방어 효과를 무시하고\n본래 데미지의 1/4만큼 데미지를 준다.\n상대의 방어 효과 이외에는 발동된다."
1240
+ },
1241
+ {
1242
+ "id": "curiousmedicine",
1243
+ "slug": "curious-medicine",
1244
+ "slugLoc": "gimyohanyag",
1245
+ "name": "기묘한약",
1246
+ "description": "등장 시 같은 편의 능력 변화를 원래대로 되돌린다."
1247
+ },
1248
+ {
1249
+ "id": "purifyingsalt",
1250
+ "slug": "purifying-salt",
1251
+ "slugLoc": "jeonghwayisogeum",
1252
+ "name": "정화의소금",
1253
+ "description": "상태 이상이 되지 않는다.\n고스트타입 기술로 입는 데미지가 반감된다."
1254
+ },
1255
+ {
1256
+ "id": "zerotohero",
1257
+ "slug": "zero-to-hero",
1258
+ "slugLoc": "maiticeinji",
1259
+ "name": "마이티체인지",
1260
+ "description": "지닌 포켓몬으로 돌아오면\n마이티폼으로 변화한다."
1261
+ },
1262
+ {
1263
+ "id": "electromorphosis",
1264
+ "slug": "electromorphosis",
1265
+ "slugLoc": "jeongirobaggugi",
1266
+ "name": "전기로바꾸기",
1267
+ "description": "기술로 데미지를 입으면\n전기위력업 상태가 된다."
1268
+ },
1269
+ {
1270
+ "id": "opportunist",
1271
+ "slug": "opportunist",
1272
+ "slugLoc": "pyeonseung",
1273
+ "name": "편승",
1274
+ "description": "상대의 능력이 올라가면\n자신도 똑같이 능력이 올라간다."
1275
+ },
1276
+ {
1277
+ "id": "cudchew",
1278
+ "slug": "cud-chew",
1279
+ "slugLoc": "doesaegimjil",
1280
+ "name": "되새김질",
1281
+ "description": "나무열매를 먹으면, 다음 턴 종료 시\n같은 나무열매를 한 번 더 먹는다."
1282
+ },
1283
+ {
1284
+ "id": "sharpness",
1285
+ "slug": "sharpness",
1286
+ "slugLoc": "yeriham",
1287
+ "name": "예리함",
1288
+ "description": "베는 기술의 위력이 1.5배가 된다."
1289
+ },
1290
+ {
1291
+ "id": "supremeoverlord",
1292
+ "slug": "supreme-overlord",
1293
+ "slugLoc": "congdaejang",
1294
+ "name": "총대장",
1295
+ "description": "등장 시 배틀 중 쓰러진 지닌 포켓몬 1마리당\n기술의 위력이 10%씩 올라간다.\n최대 50%까지 올라간다."
1296
+ },
1297
+ {
1298
+ "id": "toxicdebris",
1299
+ "slug": "toxic-debris",
1300
+ "slugLoc": "dogcijang",
1301
+ "name": "독치장",
1302
+ "description": "물리 기술로 데미지를 입으면\n상대 필드를 독압정 상태로 만든다."
1303
+ },
1304
+ {
1305
+ "id": "armortail",
1306
+ "slug": "armor-tail",
1307
+ "slugLoc": "teilameo",
1308
+ "name": "테일아머",
1309
+ "description": "자신과 같은 편에게\n상대는 선제 기술을 사용할 수 없다."
1310
+ },
1311
+ {
1312
+ "id": "eartheater",
1313
+ "slug": "earth-eater",
1314
+ "slugLoc": "heulgmeoggi",
1315
+ "name": "흙먹기",
1316
+ "description": "땅타입 기술의 효과를 받지 않으며\n최대 HP의 1/4만큼 회복한다."
1317
+ },
1318
+ {
1319
+ "id": "hospitality",
1320
+ "slug": "hospitality",
1321
+ "slugLoc": "daejeob",
1322
+ "name": "대접",
1323
+ "description": "등장 시 같은 편의 HP를\n그 포켓몬 최대 HP의 1/4만큼 회복한다."
1324
+ },
1325
+ {
1326
+ "id": "supersweetsyrup",
1327
+ "slug": "supersweet-syrup",
1328
+ "slugLoc": "gammirounggul",
1329
+ "name": "감미로운꿀",
1330
+ "description": "등장 시 상대의 회피율을 1단계 떨어뜨린다.\n배틀 중 한 번만 발동한다."
1331
+ },
1332
+ {
1333
+ "id": "piercingdrill",
1334
+ "slug": "piercing-drill",
1335
+ "slugLoc": "gwantongdeuril",
1336
+ "name": "관통드릴",
1337
+ "description": "접촉 기술을 사용할 때\n상대의 방어 효과를 무시하고\n본래 데미지의 1/4만큼 데미지를 준다.\n상대의 방어 효과 이외에는 발동된다."
1338
+ },
1339
+ {
1340
+ "id": "dragonize",
1341
+ "slug": "dragonize",
1342
+ "slugLoc": "deuraegonseukin",
1343
+ "name": "드래곤스킨",
1344
+ "description": "노말타입 기술이 드래곤타입이 되며\n위력이 1.2배가 된다."
1345
+ },
1346
+ {
1347
+ "id": "megasol",
1348
+ "slug": "mega-sol",
1349
+ "slugLoc": "megasolra",
1350
+ "name": "메가솔라",
1351
+ "description": "날씨가 쾌청 상태가 아니라도\n쾌청 상태인 것처럼\n기술을 사용할 수 있다."
1352
+ },
1353
+ {
1354
+ "id": "spicyspray",
1355
+ "slug": "spicy-spray",
1356
+ "slugLoc": "habanerobuncul",
1357
+ "name": "하바네로분출",
1358
+ "description": "기술로 데미지를 입으면\n상대를 화상 상태로 만든다."
1359
+ }
1360
+ ]